Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 38BCB7A16A for ; Mon, 20 Mar 2017 16:44:19 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 9BC2D855DC; Mon, 20 Mar 2017 16:44:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2BB938558A for ; Mon, 20 Mar 2017 16:44:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id VGQnfFtt_qqx for ; Mon, 20 Mar 2017 16:44:17 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B1E0284CFD for ; Mon, 20 Mar 2017 16:44:17 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AC40FFBE4; Mon, 20 Mar 2017 16:44:17 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1490028257113690" MIME-Version: 1.0 Date: Mon, 20 Mar 2017 16:44:17 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/security/php-pecl-mcrypt To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20170320164417.AC40FFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1490028257113690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1490028257113690 Content-Disposition: inline Content-Length: 1729 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1490028257113690--