pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/php-pecl-mcrypt Add pecl version of php-mcryp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f57177961d1a
branches:  trunk
changeset: 360040:f57177961d1a
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Mar 20 16:44:17 2017 +0000

description:
Add pecl version of php-mcrypt for php71.

diffstat:

 security/php-pecl-mcrypt/DESCR    |   1 +
 security/php-pecl-mcrypt/Makefile |  20 ++++++++++++++++++++
 security/php-pecl-mcrypt/distinfo |   6 ++++++
 3 files changed, 27 insertions(+), 0 deletions(-)

diffs (39 lines):

diff -r 6ed566c79a02 -r f57177961d1a security/php-pecl-mcrypt/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-pecl-mcrypt/DESCR    Mon Mar 20 16:44:17 2017 +0000
@@ -0,0 +1,1 @@
+Bindings for the libmcrypt library for PHP 7.1 and later.
diff -r 6ed566c79a02 -r f57177961d1a security/php-pecl-mcrypt/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-pecl-mcrypt/Makefile Mon Mar 20 16:44:17 2017 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2017/03/20 16:44:17 taca Exp $
+#
+
+MODNAME=       mcrypt
+PECL_VERSION=  1.0.1
+PKGNAME=       ${PHP_PKG_PREFIX}-pecl-${MODNAME}-${PECL_VERSION}
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pecl.php.net/package/mcrypt
+COMMENT=       Bindings for the libmcrypt library
+LICENSE=       php
+
+PHP_VERSIONS_ACCEPTED= 71
+
+CONFIGURE_ARGS+=       --with-mcrypt=${PREFIX}
+
+.include "../../security/libmcrypt/buildlink3.mk"
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6ed566c79a02 -r f57177961d1a security/php-pecl-mcrypt/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/php-pecl-mcrypt/distinfo Mon Mar 20 16:44:17 2017 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2017/03/20 16:44:17 taca Exp $
+
+SHA1 (php-mcrypt/mcrypt-1.0.1.tgz) = 9c365f1c07e0fb8ce99231f0b662ba64d4a5494b
+RMD160 (php-mcrypt/mcrypt-1.0.1.tgz) = 5887bb08d105d8a82d4c5360d1811103947f163e
+SHA512 (php-mcrypt/mcrypt-1.0.1.tgz) = 1677202715499a41ac6999089257a059106e58cbac06ca8a7dd2e9edd28be5a4118234dd7468110e9e3d7f9de5d099367848fe84bcd06716ea56645c9015c578
+Size (php-mcrypt/mcrypt-1.0.1.tgz) = 33782 bytes



Home | Main Index | Thread Index | Old Index