pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   agc
Date:           Mon Aug 15 06:18:34 UTC 2016

Modified Files:
        pkgsrc/security: Makefile
Added Files:
        pkgsrc/security/p5-Netpgp-Verify: DESCR Makefile distinfo

Log Message:
Add p5-Netpgp-Verify version 20160814 to the Packages Collection.

        These are the perl5 bindings for libnetpgpverify.

        These bindings allow OpenPGP (RFC 4880), including PGP and GPG, and
        SSH signatures on files and data to be verified.


To generate a diff of this commit:
cvs rdiff -u -r1.590 -r1.591 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/p5-Netpgp-Verify/DESCR \
    pkgsrc/security/p5-Netpgp-Verify/Makefile \
    pkgsrc/security/p5-Netpgp-Verify/distinfo

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

Modified files:

Index: pkgsrc/security/Makefile
diff -u pkgsrc/security/Makefile:1.590 pkgsrc/security/Makefile:1.591
--- pkgsrc/security/Makefile:1.590      Sun Jul 24 18:49:35 2016
+++ pkgsrc/security/Makefile    Mon Aug 15 06:18:34 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.590 2016/07/24 18:49:35 agc Exp $
+# $NetBSD: Makefile,v 1.591 2016/08/15 06:18:34 agc Exp $
 #
 
 COMMENT=       Security tools
@@ -309,6 +309,7 @@ SUBDIR+=    p5-Net-DNS-SEC-Maint-Key
 SUBDIR+=       p5-Net-OpenSSH
 SUBDIR+=       p5-Net-SSH
 SUBDIR+=       p5-Net-SSLeay
+SUBDIR+=       p5-Netpgp-Verify
 SUBDIR+=       p5-OpenSSL
 SUBDIR+=       p5-SHA
 SUBDIR+=       p5-String-Random

Added files:

Index: pkgsrc/security/p5-Netpgp-Verify/DESCR
diff -u /dev/null pkgsrc/security/p5-Netpgp-Verify/DESCR:1.1
--- /dev/null   Mon Aug 15 06:18:34 2016
+++ pkgsrc/security/p5-Netpgp-Verify/DESCR      Mon Aug 15 06:18:34 2016
@@ -0,0 +1,4 @@
+These are the perl5 bindings for libnetpgpverify.
+
+These bindings allow OpenPGP (RFC 4880), including PGP and GPG, and
+SSH signatures on files and data to be verified.
Index: pkgsrc/security/p5-Netpgp-Verify/Makefile
diff -u /dev/null pkgsrc/security/p5-Netpgp-Verify/Makefile:1.1
--- /dev/null   Mon Aug 15 06:18:34 2016
+++ pkgsrc/security/p5-Netpgp-Verify/Makefile   Mon Aug 15 06:18:34 2016
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2016/08/15 06:18:34 agc Exp $
+
+DISTNAME=      p5-Netpgp-Verify-20160814
+CATEGORIES=    security perl5
+MASTER_SITES=  http://www.netpgp.com/src/
+
+MAINTAINER=    agc%NetBSD.org@localhost
+HOMEPAGE=      http://www.netpgp.com/
+COMMENT=       Perl5 bindings for libnetpgpverify
+LICENSE=       modified-bsd
+
+PERL5_PACKLIST=                auto/Netpgp/Verify/.packlist
+
+.include "../../security/libnetpgpverify/buildlink3.mk"
+
+.include "../../lang/perl5/module.mk"
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/p5-Netpgp-Verify/distinfo
diff -u /dev/null pkgsrc/security/p5-Netpgp-Verify/distinfo:1.1
--- /dev/null   Mon Aug 15 06:18:34 2016
+++ pkgsrc/security/p5-Netpgp-Verify/distinfo   Mon Aug 15 06:18:34 2016
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2016/08/15 06:18:34 agc Exp $
+
+SHA1 (p5-Netpgp-Verify-20160814.tar.gz) = a8a2e8eef6a2c2fe555d1a7db6021829112848b0
+RMD160 (p5-Netpgp-Verify-20160814.tar.gz) = 439bea7834aaa42f69c52510b562b67dd977e455
+SHA512 (p5-Netpgp-Verify-20160814.tar.gz) = cc335f0ac0b3f5a9b160c18039adea6222bdddde73be9b28b6de1a818eb387e3ff2ad411079545aae382166e65e204bc4dea10079186915e2819d9649949ee94
+Size (p5-Netpgp-Verify-20160814.tar.gz) = 53136 bytes



Home | Main Index | Thread Index | Old Index