diff options
author | mcr <mcr@pkgsrc.org> | 2001-10-01 00:00:08 +0000 |
---|---|---|
committer | mcr <mcr@pkgsrc.org> | 2001-10-01 00:00:08 +0000 |
commit | 219da0b48b525dd492fc21169da4a9f9b62c3c65 (patch) | |
tree | 426f66186981ef5ca34b9b377034e6a0a3d2e6a4 /security/p5-Crypt-OpenPGP | |
parent | 782441d734a92a59b4bb4a71140b014d1fd4db21 (diff) | |
download | pkgsrc-219da0b48b525dd492fc21169da4a9f9b62c3c65.tar.gz |
pkg from sen_ml@eccosys.com
Diffstat (limited to 'security/p5-Crypt-OpenPGP')
-rw-r--r-- | security/p5-Crypt-OpenPGP/Makefile | 38 | ||||
-rw-r--r-- | security/p5-Crypt-OpenPGP/TODO | 1 | ||||
-rw-r--r-- | security/p5-Crypt-OpenPGP/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Crypt-OpenPGP/pkg/DESCR | 4 | ||||
-rw-r--r-- | security/p5-Crypt-OpenPGP/pkg/PLIST | 1 |
5 files changed, 48 insertions, 0 deletions
diff --git a/security/p5-Crypt-OpenPGP/Makefile b/security/p5-Crypt-OpenPGP/Makefile new file mode 100644 index 00000000000..c5d8708c1e2 --- /dev/null +++ b/security/p5-Crypt-OpenPGP/Makefile @@ -0,0 +1,38 @@ +# $NetBSD: Makefile,v 1.1 2001/10/01 00:00:08 mcr Exp $ +# + +DISTNAME= Crypt-OpenPGP-0.17 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= packages@netbsd.org +#HOMEPAGE= +COMMENT= perl5 module for OpenPGP support + +DEPENDS+= p5-MIME-Base64-*:../../converters/p5-MIME-Base64 +DEPENDS+= p5-Compress-Zlib-*:../../devel/p5-Compress-Zlib +DEPENDS+= p5-Crypt-DES-*:../../security/p5-Crypt-DES +DEPENDS+= p5-Crypt-DES_EDE3-*:../../security/p5-Crypt-DES_EDE3 +DEPENDS+= p5-Crypt-Blowfish-*:../../security/p5-Crypt-Blowfish +DEPENDS+= p5-Data-Buffer-*:../../devel/p5-Data-Buffer +DEPENDS+= p5-Math-Pari-*:../../math/p5-Math-Pari +DEPENDS+= p5-Crypt-Twofish-*:../../security/p5-Crypt-Twofish +DEPENDS+= p5-Crypt-Rijndael-*:../../security/p5-Crypt-Rijndael +DEPENDS+= p5-Crypt-RIPEMD160-*:../../security/p5-Crypt-RIPEMD160 +DEPENDS+= p5-Crypt-RSA-*:../../security/p5-Crypt-RSA +DEPENDS+= p5-Crypt-DSA-*:../../security/p5-Crypt-DSA +# hmmm +#DEPENDS+= p5-Crypt-IDEA-*:../../security/p5-Crypt-IDEA + +# hmmm +IS_INTERACTIVE= # defined + +USE_PERL5= # defined +# more than one? +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/OpenPGP/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-OpenPGP/TODO b/security/p5-Crypt-OpenPGP/TODO new file mode 100644 index 00000000000..02443c9d3b9 --- /dev/null +++ b/security/p5-Crypt-OpenPGP/TODO @@ -0,0 +1 @@ +Deal w/ installation interactive issue. diff --git a/security/p5-Crypt-OpenPGP/distinfo b/security/p5-Crypt-OpenPGP/distinfo new file mode 100644 index 00000000000..872279460c0 --- /dev/null +++ b/security/p5-Crypt-OpenPGP/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2001/10/01 00:00:08 mcr Exp $ + +SHA1 (Crypt-OpenPGP-0.17.tar.gz) = e3f65291b63f3666980de8aee29e701b1814d622 +Size (Crypt-OpenPGP-0.17.tar.gz) = 70872 bytes diff --git a/security/p5-Crypt-OpenPGP/pkg/DESCR b/security/p5-Crypt-OpenPGP/pkg/DESCR new file mode 100644 index 00000000000..43cbd34b8bf --- /dev/null +++ b/security/p5-Crypt-OpenPGP/pkg/DESCR @@ -0,0 +1,4 @@ +Crypt::OpenPGP is a pure-Perl implementation of the OpenPGP standard. +In addition to support for the standard itself, Crypt::OpenPGP claims +compatibility with many other PGP implementations, both those that +support the standard and those that preceded it. diff --git a/security/p5-Crypt-OpenPGP/pkg/PLIST b/security/p5-Crypt-OpenPGP/pkg/PLIST new file mode 100644 index 00000000000..2c5e6e23b34 --- /dev/null +++ b/security/p5-Crypt-OpenPGP/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2001/10/01 00:00:17 mcr Exp $ |