diff options
author | mcr <mcr@pkgsrc.org> | 2001-09-30 23:53:24 +0000 |
---|---|---|
committer | mcr <mcr@pkgsrc.org> | 2001-09-30 23:53:24 +0000 |
commit | 782441d734a92a59b4bb4a71140b014d1fd4db21 (patch) | |
tree | a1cb1a5a65763aef5f5430b33cb2331a4566fb63 /security/p5-Crypt-DSA | |
parent | 422e56b37b784c52000c6fd29872772ead7cf772 (diff) | |
download | pkgsrc-782441d734a92a59b4bb4a71140b014d1fd4db21.tar.gz |
pkg from sen_ml@eccosys.com in support of p5-Crypt-OpenPGP
Diffstat (limited to 'security/p5-Crypt-DSA')
-rw-r--r-- | security/p5-Crypt-DSA/Makefile | 26 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/pkg/DESCR | 7 | ||||
-rw-r--r-- | security/p5-Crypt-DSA/pkg/PLIST | 1 |
4 files changed, 38 insertions, 0 deletions
diff --git a/security/p5-Crypt-DSA/Makefile b/security/p5-Crypt-DSA/Makefile new file mode 100644 index 00000000000..160d0de586d --- /dev/null +++ b/security/p5-Crypt-DSA/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1 2001/09/30 23:59:08 mcr Exp $ +# + +DISTNAME= Crypt-DSA-0.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= perl5 module for the DSA public key algorithm + +# XXX: really want p5-Digest-SHA1...waiting for update +DEPENDS+= p5-Digest-MD5-*:../../security/p5-Digest-MD5 +DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Random-*:../../security/p5-Crypt-Random +DEPENDS+= p5-Data-Buffer-*:../../devel/p5-Data-Buffer +DEPENDS+= p5-Convert-PEM-*:../../converters/p5-Convert-PEM + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/DSA/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-DSA/distinfo b/security/p5-Crypt-DSA/distinfo new file mode 100644 index 00000000000..e881012bfc5 --- /dev/null +++ b/security/p5-Crypt-DSA/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2001/09/30 23:59:08 mcr Exp $ + +SHA1 (Crypt-DSA-0.12.tar.gz) = 1a90589b34102f2a000f4ae91c183ebc542fb096 +Size (Crypt-DSA-0.12.tar.gz) = 11336 bytes diff --git a/security/p5-Crypt-DSA/pkg/DESCR b/security/p5-Crypt-DSA/pkg/DESCR new file mode 100644 index 00000000000..ba808f5abab --- /dev/null +++ b/security/p5-Crypt-DSA/pkg/DESCR @@ -0,0 +1,7 @@ +Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm) +signature verification system. The implementation itself is pure Perl, +although the heavy-duty mathematics underneath are provided by the +Math::Pari library. + +This package provides DSA signing, signature verification, +and key generation. diff --git a/security/p5-Crypt-DSA/pkg/PLIST b/security/p5-Crypt-DSA/pkg/PLIST new file mode 100644 index 00000000000..ed429abc452 --- /dev/null +++ b/security/p5-Crypt-DSA/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/09/30 23:59:18 mcr Exp $ |