pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/p5-Crypt-OpenSSL-DSA Import of p5-Crypt-OpenS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/626df9c28f79
branches:  trunk
changeset: 464095:626df9c28f79
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Wed Dec 03 22:07:21 2003 +0000

description:
Import of p5-Crypt-OpenSSL-DSA.

Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm)
signature verification system.
It is a thin XS wrapper to the DSA functions contained in the
OpenSSL crypto library.

diffstat:

 security/p5-Crypt-OpenSSL-DSA/DESCR    |   4 ++++
 security/p5-Crypt-OpenSSL-DSA/Makefile |  20 ++++++++++++++++++++
 security/p5-Crypt-OpenSSL-DSA/PLIST    |   1 +
 security/p5-Crypt-OpenSSL-DSA/distinfo |   4 ++++
 4 files changed, 29 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r fa89920d470a -r 626df9c28f79 security/p5-Crypt-OpenSSL-DSA/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-OpenSSL-DSA/DESCR       Wed Dec 03 22:07:21 2003 +0000
@@ -0,0 +1,4 @@
+Crypt::OpenSSL::DSA implements the DSA (Digital Signature Algorithm)
+signature verification system.
+It is a thin XS wrapper to the DSA functions contained in the 
+OpenSSL crypto library.
diff -r fa89920d470a -r 626df9c28f79 security/p5-Crypt-OpenSSL-DSA/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-OpenSSL-DSA/Makefile    Wed Dec 03 22:07:21 2003 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/03 22:07:21 heinz Exp $
+#
+
+DISTNAME=              Crypt-OpenSSL-DSA-0.11
+PKGNAME=               p5-${DISTNAME}
+PKGREVISION=           # empty
+SVR4_PKGNAME=          p5ods
+CATEGORIES=            security perl5
+MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Crypt/}
+
+MAINTAINER=            heinz%NetBSD.org@localhost
+HOMEPAGE=              http://perl-openssl.sourceforge.net/
+COMMENT=               Perl5 wrapper module for the OpenSSL DSA functions
+
+USE_BUILDLINK2=                YES
+PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/Crypt/OpenSSL/DSA/.packlist
+
+.include "../../security/openssl/buildlink2.mk"
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r fa89920d470a -r 626df9c28f79 security/p5-Crypt-OpenSSL-DSA/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-OpenSSL-DSA/PLIST       Wed Dec 03 22:07:21 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 22:07:21 heinz Exp $
diff -r fa89920d470a -r 626df9c28f79 security/p5-Crypt-OpenSSL-DSA/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/p5-Crypt-OpenSSL-DSA/distinfo    Wed Dec 03 22:07:21 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/03 22:07:21 heinz Exp $
+
+SHA1 (Crypt-OpenSSL-DSA-0.11.tar.gz) = 22261da8f7125bd52681acc4e6d48f9c97a4191e
+Size (Crypt-OpenSSL-DSA-0.11.tar.gz) = 5415 bytes



Home | Main Index | Thread Index | Old Index