diff options
author | nork <nork@FreeBSD.org> | 2002-09-21 04:25:04 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2002-09-21 04:25:04 +0800 |
commit | 132d8e0cb24ec9e22ac0d6ab5eb16519a1dba1ee (patch) | |
tree | 92996cc34e1a979727ff373098aa4c3ccf99d1a2 /security/p5-Crypt-RC6 | |
parent | 3b85caf125b5e777c07949e86d325573a25ba7ff (diff) | |
download | freebsd-ports-gnome-132d8e0cb24ec9e22ac0d6ab5eb16519a1dba1ee.tar.gz freebsd-ports-gnome-132d8e0cb24ec9e22ac0d6ab5eb16519a1dba1ee.tar.zst freebsd-ports-gnome-132d8e0cb24ec9e22ac0d6ab5eb16519a1dba1ee.zip |
Add p5-Crypt-RC6(1.0), a perl module for RC6 encryption.
Approved by: knu (mentor)
Diffstat (limited to 'security/p5-Crypt-RC6')
-rw-r--r-- | security/p5-Crypt-RC6/Makefile | 30 | ||||
-rw-r--r-- | security/p5-Crypt-RC6/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC6/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC6/pkg-descr | 8 | ||||
-rw-r--r-- | security/p5-Crypt-RC6/pkg-plist | 7 |
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 |