pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/pear-Crypt_GPG



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Aug 21 08:26:40 UTC 2016

Added Files:
        pkgsrc/security/pear-Crypt_GPG: DESCR Makefile distinfo
        pkgsrc/security/pear-Crypt_GPG/patches: patch-.._package.xml

Log Message:
Add pear-Crypt_GPG 1.4.2.

This package provides an object oriented interface to GNU Privacy Guard
(GnuPG). It requires the GnuPG executable to be on the system.

Though GnuPG can support symmetric-key cryptography, this package is
intended only to facilitate public-key cryptography.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/security/pear-Crypt_GPG/DESCR \
    pkgsrc/security/pear-Crypt_GPG/Makefile \
    pkgsrc/security/pear-Crypt_GPG/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml

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

Added files:

Index: pkgsrc/security/pear-Crypt_GPG/DESCR
diff -u /dev/null pkgsrc/security/pear-Crypt_GPG/DESCR:1.1
--- /dev/null   Sun Aug 21 08:26:40 2016
+++ pkgsrc/security/pear-Crypt_GPG/DESCR        Sun Aug 21 08:26:39 2016
@@ -0,0 +1,5 @@
+This package provides an object oriented interface to GNU Privacy Guard
+(GnuPG). It requires the GnuPG executable to be on the system.
+
+Though GnuPG can support symmetric-key cryptography, this package is
+intended only to facilitate public-key cryptography.
Index: pkgsrc/security/pear-Crypt_GPG/Makefile
diff -u /dev/null pkgsrc/security/pear-Crypt_GPG/Makefile:1.1
--- /dev/null   Sun Aug 21 08:26:40 2016
+++ pkgsrc/security/pear-Crypt_GPG/Makefile     Sun Aug 21 08:26:39 2016
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/08/21 08:26:39 taca Exp $
+
+DISTNAME=      Crypt_GPG-1.4.2
+CATEGORIES=    security
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+COMMENT=       Object oriented interface to GNU Privacy Guard
+
+DEPENDS+=      ${PHP_PKG_PREFIX}-pear-Console_CommandLine>=1.1.10:../../devel/pear-Console_CommandLine
+
+# maybe resides in lang/php/phpversion.mk
+REPLACE_INTERPRETER+=  php
+REPLACE.php.old=       .*php[^ ]*
+REPLACE.php.new=       ${PREFIX}/bin/php
+REPLACE_FILES.php=     scripts/crypt-gpg-pinentry
+
+.include "../../lang/php/pear.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/pear-Crypt_GPG/distinfo
diff -u /dev/null pkgsrc/security/pear-Crypt_GPG/distinfo:1.1
--- /dev/null   Sun Aug 21 08:26:40 2016
+++ pkgsrc/security/pear-Crypt_GPG/distinfo     Sun Aug 21 08:26:39 2016
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2016/08/21 08:26:39 taca Exp $
+
+SHA1 (pear/Crypt_GPG-1.4.2.tgz) = 85e829d5e2fb5c1614182ffafaee95407df17584
+RMD160 (pear/Crypt_GPG-1.4.2.tgz) = cc9378127a4162298e67fce5ee4eb4bf3eec9fdb
+SHA512 (pear/Crypt_GPG-1.4.2.tgz) = c0384f0b4a35f8e7d7189b0b08c277c2629e7fa84e13f2c8c92aaafbeace7a60b6e18f2347571e7bcdf4bc504fd9463f080d9c2938063fdfcabc8f44dd7f4950
+Size (pear/Crypt_GPG-1.4.2.tgz) = 345962 bytes
+SHA1 (patch-.._package.xml) = edb34e042e3271f3d8a3b9be9723097dae03eef5

Index: pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml
diff -u /dev/null pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml:1.1
--- /dev/null   Sun Aug 21 08:26:40 2016
+++ pkgsrc/security/pear-Crypt_GPG/patches/patch-.._package.xml Sun Aug 21 08:26:40 2016
@@ -0,0 +1,13 @@
+$NetBSD: patch-.._package.xml,v 1.1 2016/08/21 08:26:40 taca Exp $
+
+--- ../package.xml.orig        2016-06-19 07:54:44.000000000 +0000
++++ ../package.xml
+@@ -73,7 +73,7 @@ Feature #21079: Added Crypt_GPG::exportP
+    <file baseinstalldir="/" md5sum="548b27fa4f1b2aedf9bde59105e5e54c" name="data/pinentry-cli.xml" role="data">
+     <tasks:replace from="@package-version@" to="version" type="package-info" />
+    </file>
+-   <file baseinstalldir="/" md5sum="4fb41cc616854bc332aec7a5e6dddab0" name="scripts/crypt-gpg-pinentry" role="script">
++   <file baseinstalldir="/" name="scripts/crypt-gpg-pinentry" role="script">
+     <tasks:replace from="@php-dir@" to="php_dir" type="pear-config" />
+    </file>
+    <file baseinstalldir="/" md5sum="48a01863f1c45e3343ee6cc0cdac6bf1" name="tests/data-files/testDecryptFile.asc" role="test" />



Home | Main Index | Thread Index | Old Index