pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/php-pecl-mcrypt



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Mar 20 16:44:17 UTC 2017

Added Files:
        pkgsrc/security/php-pecl-mcrypt: DESCR Makefile distinfo

Log Message:
Add pecl version of php-mcrypt for php71.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/php-pecl-mcrypt/DESCR \
    pkgsrc/security/php-pecl-mcrypt/Makefile \
    pkgsrc/security/php-pecl-mcrypt/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/security/php-pecl-mcrypt/DESCR
diff -u /dev/null pkgsrc/security/php-pecl-mcrypt/DESCR:1.1
--- /dev/null   Mon Mar 20 16:44:17 2017
+++ pkgsrc/security/php-pecl-mcrypt/DESCR       Mon Mar 20 16:44:17 2017
@@ -0,0 +1 @@
+Bindings for the libmcrypt library for PHP 7.1 and later.
Index: pkgsrc/security/php-pecl-mcrypt/Makefile
diff -u /dev/null pkgsrc/security/php-pecl-mcrypt/Makefile:1.1
--- /dev/null   Mon Mar 20 16:44:17 2017
+++ pkgsrc/security/php-pecl-mcrypt/Makefile    Mon Mar 20 16:44:17 2017
@@ -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"
Index: pkgsrc/security/php-pecl-mcrypt/distinfo
diff -u /dev/null pkgsrc/security/php-pecl-mcrypt/distinfo:1.1
--- /dev/null   Mon Mar 20 16:44:17 2017
+++ pkgsrc/security/php-pecl-mcrypt/distinfo    Mon Mar 20 16:44:17 2017
@@ -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