diff options
author | will <will@FreeBSD.org> | 2001-01-03 23:26:25 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-03 23:26:25 +0000 |
commit | b3d8c00d379e9784da3e239091c3ee42aa1bedf4 (patch) | |
tree | 09b94787157bbe91181cdef1c1c9a38bcafc1369 /security | |
parent | 3453f629d6a87fa0f951a84ce3833f0821365274 (diff) | |
download | FreeBSD-ports-b3d8c00d379e9784da3e239091c3ee42aa1bedf4.zip FreeBSD-ports-b3d8c00d379e9784da3e239091c3ee42aa1bedf4.tar.gz |
Add p5-Crypt-Rijndael 0.01, perl module that implements the Rijndael
cipher.
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Rijndael/Makefile | 23 | ||||
-rw-r--r-- | security/p5-Crypt-Rijndael/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Rijndael/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Rijndael/pkg-descr | 7 | ||||
-rw-r--r-- | security/p5-Crypt-Rijndael/pkg-plist | 5 |
6 files changed, 38 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index bf093c6..992346d 100644 --- a/security/Makefile +++ b/security/Makefile @@ -79,6 +79,7 @@ SUBDIR += p5-Crypt-DES SUBDIR += p5-Crypt-ECB SUBDIR += p5-Crypt-IDEA + SUBDIR += p5-Crypt-Rijndael SUBDIR += p5-Crypt-SSLeay SUBDIR += p5-Digest-MD5 SUBDIR += p5-GnuPG-Interface diff --git a/security/p5-Crypt-Rijndael/Makefile b/security/p5-Crypt-Rijndael/Makefile new file mode 100644 index 0000000..f5b8cd6 --- /dev/null +++ b/security/p5-Crypt-Rijndael/Makefile @@ -0,0 +1,23 @@ +# New ports collection makefile for: Crypt-Rijndael +# Date created: Wed Jan 3 16:15:20 2001 +# Whom: will +# +# $FreeBSD$ +# + +PORTNAME= Crypt-Rijndael +PORTVERSION= 0.01 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org + +USE_PERL5= yes +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Crypt::Rijndael.3 + +.include <bsd.port.mk> diff --git a/security/p5-Crypt-Rijndael/distinfo b/security/p5-Crypt-Rijndael/distinfo new file mode 100644 index 0000000..8665e64 --- /dev/null +++ b/security/p5-Crypt-Rijndael/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-Rijndael-0.01.tar.gz) = 7e1638e42d0cbc7545bebca7b45d5d16 diff --git a/security/p5-Crypt-Rijndael/pkg-comment b/security/p5-Crypt-Rijndael/pkg-comment new file mode 100644 index 0000000..3079b2f --- /dev/null +++ b/security/p5-Crypt-Rijndael/pkg-comment @@ -0,0 +1 @@ +Perl module that implements the Rijndael cipher diff --git a/security/p5-Crypt-Rijndael/pkg-descr b/security/p5-Crypt-Rijndael/pkg-descr new file mode 100644 index 0000000..1a70d2e --- /dev/null +++ b/security/p5-Crypt-Rijndael/pkg-descr @@ -0,0 +1,7 @@ +Crypt::Rijndael is a Crypt::CBC compliant Rijndael encryption module that +implements the Rijndael cipher, which has just been selected as the new +Advanced Encryption Standard (AES). + +Author: Rafael R. Sevilla <dido@pacific.net.ph> + +--will diff --git a/security/p5-Crypt-Rijndael/pkg-plist b/security/p5-Crypt-Rijndael/pkg-plist new file mode 100644 index 0000000..e0eb6c9 --- /dev/null +++ b/security/p5-Crypt-Rijndael/pkg-plist @@ -0,0 +1,5 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Rijndael.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/.packlist +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/Rijndael.bs +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael/Rijndael.so +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Rijndael |