diff options
author | mjl <mjl@pkgsrc.org> | 2001-09-20 00:45:58 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-09-20 00:45:58 +0000 |
commit | d800332796468e1914a08f31803aba35441b1c75 (patch) | |
tree | d9b83b712c9979f86fc35797c200cee87b3a8a29 /security/p5-Crypt-Twofish | |
parent | 9fb911e9f983c6fcf2833188db18996b1db4da78 (diff) | |
download | pkgsrc-d800332796468e1914a08f31803aba35441b1c75.tar.gz |
Initial import of p5-Crypt-Twofish, as provided by Sen Nagata.
Diffstat (limited to 'security/p5-Crypt-Twofish')
-rw-r--r-- | security/p5-Crypt-Twofish/Makefile | 18 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish/distinfo | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish/pkg/DESCR | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish/pkg/PLIST | 1 |
4 files changed, 27 insertions, 0 deletions
diff --git a/security/p5-Crypt-Twofish/Makefile b/security/p5-Crypt-Twofish/Makefile new file mode 100644 index 00000000000..2611fb3d722 --- /dev/null +++ b/security/p5-Crypt-Twofish/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $ +# + +DISTNAME= Crypt-Twofish-2.12 +PKGNAME= p5-${DISTNAME} +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 module for the Twofish symmetric key algorithm + +USE_PERL5= # defined +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Crypt/Twofish/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/security/p5-Crypt-Twofish/distinfo b/security/p5-Crypt-Twofish/distinfo new file mode 100644 index 00000000000..94be8389a21 --- /dev/null +++ b/security/p5-Crypt-Twofish/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $ + +SHA1 (Crypt-Twofish-2.12.tar.gz) = 35f242dd4d21c4bf24ffa51ecbf0f92733d80c9b +Size (Crypt-Twofish-2.12.tar.gz) = 13194 bytes diff --git a/security/p5-Crypt-Twofish/pkg/DESCR b/security/p5-Crypt-Twofish/pkg/DESCR new file mode 100644 index 00000000000..702d805eed1 --- /dev/null +++ b/security/p5-Crypt-Twofish/pkg/DESCR @@ -0,0 +1,4 @@ +This module implements Twofish encryption. It supports the Crypt::CBC +interface, with the functions described below. It also provides an interface +that is call-compatible with Crypt::Twofish 1.0, but its use in new code is +strongly discouraged. diff --git a/security/p5-Crypt-Twofish/pkg/PLIST b/security/p5-Crypt-Twofish/pkg/PLIST new file mode 100644 index 00000000000..3bcbc8dda25 --- /dev/null +++ b/security/p5-Crypt-Twofish/pkg/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/09/20 00:45:58 mjl Exp $ |