diff options
author | heinz <heinz@pkgsrc.org> | 2004-02-25 00:25:02 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-02-25 00:25:02 +0000 |
commit | 9c6e4c8dfd3a0789cc1ea61329779ad863c5daef (patch) | |
tree | a2e3afaa88d33f3969a2d5078fb0fd4fe495b4dd /security/p5-Crypt-CAST5_PP | |
parent | 28ce1bdae092b0ff009166b2122081890d8d9506 (diff) | |
download | pkgsrc-9c6e4c8dfd3a0789cc1ea61329779ad863c5daef.tar.gz |
Initial import of Crypt::CAST5_PP.
This is a pure Perl implementation of the CAST5 block cipher.
Diffstat (limited to 'security/p5-Crypt-CAST5_PP')
-rw-r--r-- | security/p5-Crypt-CAST5_PP/DESCR | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/Makefile | 21 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/PLIST | 1 | ||||
-rw-r--r-- | security/p5-Crypt-CAST5_PP/distinfo | 4 |
4 files changed, 27 insertions, 0 deletions
diff --git a/security/p5-Crypt-CAST5_PP/DESCR b/security/p5-Crypt-CAST5_PP/DESCR new file mode 100644 index 00000000000..3721a2f4462 --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/DESCR @@ -0,0 +1 @@ +This is a pure Perl implementation of the CAST5 block cipher. diff --git a/security/p5-Crypt-CAST5_PP/Makefile b/security/p5-Crypt-CAST5_PP/Makefile new file mode 100644 index 00000000000..c3a2ff8747b --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/02/25 00:25:02 heinz Exp $ +# + +DISTNAME= Crypt-CAST5_PP-1.02 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5cca +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= heinz@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Crypt-CAST5_PP/ +COMMENT= The CAST5 block cipher, implemented in pure Perl + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes +USE_LANGUAGES= # empty +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/CAST5_PP/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-CAST5_PP/PLIST b/security/p5-Crypt-CAST5_PP/PLIST new file mode 100644 index 00000000000..87cebebae12 --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/02/25 00:25:02 heinz Exp $ diff --git a/security/p5-Crypt-CAST5_PP/distinfo b/security/p5-Crypt-CAST5_PP/distinfo new file mode 100644 index 00000000000..23fcb252d6f --- /dev/null +++ b/security/p5-Crypt-CAST5_PP/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/02/25 00:25:02 heinz Exp $ + +SHA1 (Crypt-CAST5_PP-1.02.tar.gz) = f411136de70fa46eaf060ec7325038d92fd72072 +Size (Crypt-CAST5_PP-1.02.tar.gz) = 19515 bytes |