From d005d75ba319cf3d815d7040690b8698b061f9df Mon Sep 17 00:00:00 2001 From: Foxfair Hu Date: Fri, 31 Oct 2003 09:41:09 +0000 Subject: Add p5-Crypt-Anubis, a Crypt::CBC-compliant block cipher --- security/Makefile | 1 + security/p5-Crypt-Anubis/Makefile | 22 ++++++++++++++++++++++ security/p5-Crypt-Anubis/distinfo | 1 + security/p5-Crypt-Anubis/pkg-descr | 8 ++++++++ security/p5-Crypt-Anubis/pkg-plist | 7 +++++++ 5 files changed, 39 insertions(+) create mode 100644 security/p5-Crypt-Anubis/Makefile create mode 100644 security/p5-Crypt-Anubis/distinfo create mode 100644 security/p5-Crypt-Anubis/pkg-descr create mode 100644 security/p5-Crypt-Anubis/pkg-plist (limited to 'security') diff --git a/security/Makefile b/security/Makefile index 47ca0c89ed53..1a3d8dd35e5c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -210,6 +210,7 @@ SUBDIR += p5-Authen-Smb SUBDIR += p5-Authen-TacacsPlus SUBDIR += p5-Authen-Ticket + SUBDIR += p5-Crypt-Anubis SUBDIR += p5-Crypt-Blowfish SUBDIR += p5-Crypt-Blowfish_PP SUBDIR += p5-Crypt-CAST5_PP diff --git a/security/p5-Crypt-Anubis/Makefile b/security/p5-Crypt-Anubis/Makefile new file mode 100644 index 000000000000..a3a14bbeec9e --- /dev/null +++ b/security/p5-Crypt-Anubis/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Crypt-Anubis +# Date created: 31 Oct 2003 +# Whom: Foxfair Hu +# +# $FreeBSD$ +# + +PORTNAME= Crypt-Anubis +PORTVERSION= 1.0.4 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= ports@FreeBSD.org +COMMENT= Crypt::CBC-compliant block cipher + +PERL_CONFIGURE= yes + +MAN3= Crypt::Anubis.3 + +.include diff --git a/security/p5-Crypt-Anubis/distinfo b/security/p5-Crypt-Anubis/distinfo new file mode 100644 index 000000000000..bcfa26f5fcc2 --- /dev/null +++ b/security/p5-Crypt-Anubis/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-Anubis-1.0.4.tar.gz) = aa62fb3a199063b5dff8bcbfc632338e diff --git a/security/p5-Crypt-Anubis/pkg-descr b/security/p5-Crypt-Anubis/pkg-descr new file mode 100644 index 000000000000..f68283da3850 --- /dev/null +++ b/security/p5-Crypt-Anubis/pkg-descr @@ -0,0 +1,8 @@ +Anubis is a variable-length key, 128-bit block cipher designed by +Vincent Rijmen and Paulo S. L. M. Barreto. Anubis was submitted as +a NESSIE candidate. Key length can be 128, 160, 192, 224, 256, 288, +or 320 bits. + +The default key length in this implementation is 128 bits. + +WWW: http://search.cpan.org/perldoc?Crypt::Anubis diff --git a/security/p5-Crypt-Anubis/pkg-plist b/security/p5-Crypt-Anubis/pkg-plist new file mode 100644 index 000000000000..41b426620bab --- /dev/null +++ b/security/p5-Crypt-Anubis/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Anubis/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Anubis/Anubis.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Anubis/Anubis.bs +%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Anubis.pm +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Anubis +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true -- cgit v1.2.3