From 83f3a7de6727c495c02dbc22b4cfadf4240f33b6 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Fri, 20 Sep 2002 20:25:04 +0000 Subject: Add p5-Crypt-RC6(1.0), a perl module for RC6 encryption. Approved by: knu (mentor) --- security/p5-Crypt-RC6/Makefile | 30 ++++++++++++++++++++++++++++++ security/p5-Crypt-RC6/distinfo | 1 + security/p5-Crypt-RC6/pkg-comment | 1 + security/p5-Crypt-RC6/pkg-descr | 8 ++++++++ security/p5-Crypt-RC6/pkg-plist | 7 +++++++ 5 files changed, 47 insertions(+) create mode 100644 security/p5-Crypt-RC6/Makefile create mode 100644 security/p5-Crypt-RC6/distinfo create mode 100644 security/p5-Crypt-RC6/pkg-comment create mode 100644 security/p5-Crypt-RC6/pkg-descr create mode 100644 security/p5-Crypt-RC6/pkg-plist (limited to 'security/p5-Crypt-RC6') 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 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 -- cgit v1.2.3