Add p5-Crypt-RC5(1.01), a perl module for RC5 encryption.

Approved by:	knu (mentor)
This commit is contained in:
Norikatsu Shigemura 2002-09-20 20:24:21 +00:00
parent 8816b2dc6d
commit 5c53ba45d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66885
6 changed files with 38 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (Crypt-RC5-1.01.tar.gz) = 00a16209317964ab67700a8adc50a68a

View file

@ -0,0 +1 @@
Perl implementation of the RC5 encryption algorithm

View file

@ -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.

View file

@ -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