aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-RC6
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2002-09-20 20:25:04 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2002-09-20 20:25:04 +0000
commit83f3a7de6727c495c02dbc22b4cfadf4240f33b6 (patch)
treedb38416e65e08e73935a8e9e5bd844a30303d475 /security/p5-Crypt-RC6
parent5c53ba45d0d3e5ff6b6bfb4f915a033d83fcd425 (diff)
downloadports-83f3a7de6727c495c02dbc22b4cfadf4240f33b6.tar.gz
ports-83f3a7de6727c495c02dbc22b4cfadf4240f33b6.zip
Add p5-Crypt-RC6(1.0), a perl module for RC6 encryption.
Approved by: knu (mentor)
Notes
Notes: svn path=/head/; revision=66887
Diffstat (limited to 'security/p5-Crypt-RC6')
-rw-r--r--security/p5-Crypt-RC6/Makefile30
-rw-r--r--security/p5-Crypt-RC6/distinfo1
-rw-r--r--security/p5-Crypt-RC6/pkg-comment1
-rw-r--r--security/p5-Crypt-RC6/pkg-descr8
-rw-r--r--security/p5-Crypt-RC6/pkg-plist7
5 files changed, 47 insertions, 0 deletions
diff --git a/security/p5-Crypt-RC6/Makefile b/security/p5-Crypt-RC6/Makefile
new file mode 100644
index 000000000000..3ca116d6cb8d
--- /dev/null
+++ b/security/p5-Crypt-RC6/Makefile
@@ -0,0 +1,30 @@
+# New ports collection makefile for: p5-Crypt-RC6
+# Date created: 2002/09/20
+# Whom: nork@FreeBSD.org
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt-RC6
+PORTVERSION= 1.0
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= nork@FreeBSD.org
+
+USE_REINPLACE= YES
+
+RESTRICTED= "Crypto; export-controlled"
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::RC6.3
+
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+do-patch:
+ ${REINPLACE_CMD} -e 's/ //' ${WRKSRC}/RC6.pm
+
+.include <bsd.port.mk>
diff --git a/security/p5-Crypt-RC6/distinfo b/security/p5-Crypt-RC6/distinfo
new file mode 100644
index 000000000000..6bed5c99a190
--- /dev/null
+++ b/security/p5-Crypt-RC6/distinfo
@@ -0,0 +1 @@
+MD5 (Crypt-RC6-1.0.tar.gz) = 6cd523b2ebfea33c66fc5f4252e88ce7
diff --git a/security/p5-Crypt-RC6/pkg-comment b/security/p5-Crypt-RC6/pkg-comment
new file mode 100644
index 000000000000..d5836190453d
--- /dev/null
+++ b/security/p5-Crypt-RC6/pkg-comment
@@ -0,0 +1 @@
+Perl implementation of the RC6 encryption algorithm
diff --git a/security/p5-Crypt-RC6/pkg-descr b/security/p5-Crypt-RC6/pkg-descr
new file mode 100644
index 000000000000..cf6b2c91e483
--- /dev/null
+++ b/security/p5-Crypt-RC6/pkg-descr
@@ -0,0 +1,8 @@
+"RC6 is an evolutionary improvement of RC5, designed to meet the
+requirements of the Advanced Encryption Standard (AES). Like RC5,
+RC6 makes essential use of data-dependent rotations. New features
+of RC6 include the use of four working registers instead of two,
+and the inclusion of integer multiplication as an additional primitive
+operation. The use of multiplication greatly increases the diffusion
+achieved per round, allowing for greater security, fewer rounds, and
+increased throughput."
diff --git a/security/p5-Crypt-RC6/pkg-plist b/security/p5-Crypt-RC6/pkg-plist
new file mode 100644
index 000000000000..b3fb7cbf2eb3
--- /dev/null
+++ b/security/p5-Crypt-RC6/pkg-plist
@@ -0,0 +1,7 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/RC6.pm
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RC6/RC6.so
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RC6/RC6.bs
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RC6/.packlist
+@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RC6
+@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