From 5c53ba45d0d3e5ff6b6bfb4f915a033d83fcd425 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Fri, 20 Sep 2002 20:24:21 +0000 Subject: Add p5-Crypt-RC5(1.01), a perl module for RC5 encryption. Approved by: knu (mentor) --- security/Makefile | 1 + security/p5-Crypt-RC5/Makefile | 25 +++++++++++++++++++++++++ security/p5-Crypt-RC5/distinfo | 1 + security/p5-Crypt-RC5/pkg-comment | 1 + security/p5-Crypt-RC5/pkg-descr | 5 +++++ security/p5-Crypt-RC5/pkg-plist | 5 +++++ 6 files changed, 38 insertions(+) create mode 100644 security/p5-Crypt-RC5/Makefile create mode 100644 security/p5-Crypt-RC5/distinfo create mode 100644 security/p5-Crypt-RC5/pkg-comment create mode 100644 security/p5-Crypt-RC5/pkg-descr create mode 100644 security/p5-Crypt-RC5/pkg-plist 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 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 -- cgit v1.2.3