diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-20 20:24:21 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2002-09-20 20:24:21 +0000 |
commit | 5c53ba45d0d3e5ff6b6bfb4f915a033d83fcd425 (patch) | |
tree | 74a04ad7c127fdd236f036806202d4caa267ba64 /security | |
parent | 8816b2dc6d48c5d3a627a83b7f0934f47d231840 (diff) | |
download | ports-5c53ba45d0d3e5ff6b6bfb4f915a033d83fcd425.tar.gz ports-5c53ba45d0d3e5ff6b6bfb4f915a033d83fcd425.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/Makefile | 25 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-Crypt-RC5/pkg-plist | 5 |
6 files changed, 38 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 382c1b81e728..76c7a6461e54 100644 --- a/security/Makefile +++ b/security/Makefile @@ -162,6 +162,7 @@ SUBDIR += p5-Crypt-PasswdMD5 SUBDIR += p5-Crypt-Primes SUBDIR += p5-Crypt-RC4 + SUBDIR += p5-Crypt-RC5 SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA SUBDIR += p5-Crypt-Random diff --git a/security/p5-Crypt-RC5/Makefile b/security/p5-Crypt-RC5/Makefile new file mode 100644 index 000000000000..28b4c615853f --- /dev/null +++ b/security/p5-Crypt-RC5/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-Crypt-RC5 +# Date created: 2002/09/20 +# Whom: nork@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= Crypt-RC5 +PORTVERSION= 1.01 +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::RC5.3 + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-RC5/distinfo b/security/p5-Crypt-RC5/distinfo new file mode 100644 index 000000000000..cee7e116d34e --- /dev/null +++ b/security/p5-Crypt-RC5/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-RC5-1.01.tar.gz) = 00a16209317964ab67700a8adc50a68a diff --git a/security/p5-Crypt-RC5/pkg-comment b/security/p5-Crypt-RC5/pkg-comment new file mode 100644 index 000000000000..fe54ee9d80df --- /dev/null +++ b/security/p5-Crypt-RC5/pkg-comment @@ -0,0 +1 @@ +Perl implementation of the RC5 encryption algorithm diff --git a/security/p5-Crypt-RC5/pkg-descr b/security/p5-Crypt-RC5/pkg-descr new file mode 100644 index 000000000000..150cbb3b0ddf --- /dev/null +++ b/security/p5-Crypt-RC5/pkg-descr @@ -0,0 +1,5 @@ +RC5 is a fast block cipher designed by Ronald Rivest for RSA Data +Security (now RSA Security) in 1994. It is a parameterized algorithm +with a variable block size, a variable key size, and a variable number +of rounds. This particular implementation is 32 bit. As such, it is +suggested that a minimum of 12 rounds be performed. diff --git a/security/p5-Crypt-RC5/pkg-plist b/security/p5-Crypt-RC5/pkg-plist new file mode 100644 index 000000000000..a8d326e25262 --- /dev/null +++ b/security/p5-Crypt-RC5/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/Crypt/RC5.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RC5/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/RC5 +@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%%/Crypt 2>/dev/null || true |