aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Twofish2
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-09-20 20:27:27 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-09-20 20:27:27 +0000
commitbeda2711cef5dc3076a88d1483faab81f8ee1e4d (patch)
treeacefd08ba326886c7c086ed82b3f6831d3384e0e /security/p5-Crypt-Twofish2
parentb4bf72015306f72838dcc132e3aed9375e2894a9 (diff)
downloadports-beda2711cef5dc3076a88d1483faab81f8ee1e4d.tar.gz
ports-beda2711cef5dc3076a88d1483faab81f8ee1e4d.zip
Add p5-Crypt-Twofish2(0.06), a perl module for Twofish encryption.
This module provides the similar functionality to Crypt::Twofish, but also is Crypt::CBC compliant module. Approved by: knu (mentor)
Notes
Notes: svn path=/head/; revision=66891
Diffstat (limited to 'security/p5-Crypt-Twofish2')
-rw-r--r--security/p5-Crypt-Twofish2/Makefile25
-rw-r--r--security/p5-Crypt-Twofish2/distinfo1
-rw-r--r--security/p5-Crypt-Twofish2/pkg-comment1
-rw-r--r--security/p5-Crypt-Twofish2/pkg-descr6
-rw-r--r--security/p5-Crypt-Twofish2/pkg-plist7
5 files changed, 40 insertions, 0 deletions
diff --git a/security/p5-Crypt-Twofish2/Makefile b/security/p5-Crypt-Twofish2/Makefile
new file mode 100644
index 000000000000..f354a12ece66
--- /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 000000000000..90602d3e69b3
--- /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 000000000000..9e020c846450
--- /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 000000000000..20a1ea784dfc
--- /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 000000000000..bff8eed7a8d8
--- /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