Date: Tue, 9 Jan 2018 16:54:31 +0000 (UTC) From: Luca Pizzamiglio <pizzamig@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458556 - in head/security: . pecl-mcrypt Message-ID: <201801091654.w09GsVrU095877@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pizzamig Date: Tue Jan 9 16:54:30 2018 New Revision: 458556 URL: https://svnweb.freebsd.org/changeset/ports/458556 Log: security/pecl-mcrypt: Add port This PHP extension works only with PHP 7.2 It provides an extension deprecated in the last version of PHP Sponsored by: trivago N.V. Added: head/security/pecl-mcrypt/ head/security/pecl-mcrypt/Makefile (contents, props changed) head/security/pecl-mcrypt/distinfo (contents, props changed) head/security/pecl-mcrypt/pkg-descr (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Tue Jan 9 16:43:29 2018 (r458555) +++ head/security/Makefile Tue Jan 9 16:54:30 2018 (r458556) @@ -803,6 +803,7 @@ SUBDIR += pecl-gnupg SUBDIR += pecl-krb5 SUBDIR += pecl-libsodium + SUBDIR += pecl-mcrypt SUBDIR += pecl-pam SUBDIR += pecl-scrypt SUBDIR += pecl-ssh2 Added: head/security/pecl-mcrypt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pecl-mcrypt/Makefile Tue Jan 9 16:54:30 2018 (r458556) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= mcrypt +PORTVERSION= 1.0.1 +CATEGORIES= security pear + +MAINTAINER= pizzamig@FreeBSD.org +COMMENT= PHP extension for mcrypt, removed in PHP 7.2 + +LICENSE= PHP301 + +IGNORE_WITH_PHP= 56 70 71 + +LIB_DEPENDS= libltdl.so:devel/libltdl \ + libmcrypt.so:security/libmcrypt + +USES= php:pecl + +.include <bsd.port.mk> Added: head/security/pecl-mcrypt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pecl-mcrypt/distinfo Tue Jan 9 16:54:30 2018 (r458556) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515329356 +SHA256 (PECL/mcrypt-1.0.1.tgz) = a3b0e5493b5cd209ab780ee54733667293d369e6b7052b4a7dab9dd0def46ac6 +SIZE (PECL/mcrypt-1.0.1.tgz) = 33782 Added: head/security/pecl-mcrypt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/pecl-mcrypt/pkg-descr Tue Jan 9 16:54:30 2018 (r458556) @@ -0,0 +1,5 @@ +Bindings for the libmcrypt library + +Pecl package available only for PHP 7.2 + +WWW: https://pecl.php.net/package/mcrypt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801091654.w09GsVrU095877>