diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/Makefile | 25 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/pkg-descr | 6 | ||||
-rw-r--r-- | security/p5-Crypt-Twofish2/pkg-plist | 7 |
6 files changed, 41 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 5e0f13d..7088f70 100644 --- a/security/Makefile +++ b/security/Makefile @@ -173,6 +173,7 @@ SUBDIR += p5-Crypt-Solitaire SUBDIR += p5-Crypt-TripleDES SUBDIR += p5-Crypt-Twofish + SUBDIR += p5-Crypt-Twofish2 SUBDIR += p5-Crypt-UnixCrypt SUBDIR += p5-Digest SUBDIR += p5-Digest-BubbleBabble diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile new file mode 100644 index 0000000..f354a12 --- /dev/null +++ b/security/p5-Crypt-Twofish2/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Crypt-Twofish2 +# Date created: 2002/09/20 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= Crypt-Twofish2 +PORTVERSION= 0.06 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= nork@FreeBSD.org + +RESTRICTED= "Crypto; export-controlled" + +PERL_CONFIGURE= yes + +MAN3= Crypt::Twofish2.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-Twofish2/distinfo b/security/p5-Crypt-Twofish2/distinfo new file mode 100644 index 0000000..90602d3 --- /dev/null +++ b/security/p5-Crypt-Twofish2/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-Twofish2-0.06.tar.gz) = 1d8811f218015a8a0200d08157f78b14 diff --git a/security/p5-Crypt-Twofish2/pkg-comment b/security/p5-Crypt-Twofish2/pkg-comment new file mode 100644 index 0000000..9e020c8 --- /dev/null +++ b/security/p5-Crypt-Twofish2/pkg-comment @@ -0,0 +1 @@ +Perl implementation of the Twofish encryption algorithm diff --git a/security/p5-Crypt-Twofish2/pkg-descr b/security/p5-Crypt-Twofish2/pkg-descr new file mode 100644 index 0000000..20a1ea7 --- /dev/null +++ b/security/p5-Crypt-Twofish2/pkg-descr @@ -0,0 +1,6 @@ +This module implements the twofish cipher in a less braindamaged (read: +slow and ugly) way than the existing "Crypt::Twofish" module. + +Although it is "Crypt::CBC" compliant you usually gain nothing by using +that module (except generality), since "Crypt::Twofish2" can work in +either ECB or CBC mode. diff --git a/security/p5-Crypt-Twofish2/pkg-plist b/security/p5-Crypt-Twofish2/pkg-plist new file mode 100644 index 0000000..bff8eed --- /dev/null +++ b/security/p5-Crypt-Twofish2/pkg-plist @@ -0,0 +1,7 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish2.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/Twofish2.so +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/Twofish2.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish2 +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true |