summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-10-31 09:41:09 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-10-31 09:41:09 +0000
commitd005d75ba319cf3d815d7040690b8698b061f9df (patch)
tree190e94d1b0678a06e3497c45cca36a620a5edcca /security
parentPer distfile survey, remove mastersite that disappeared in January 2002. (diff)
Add p5-Crypt-Anubis, a Crypt::CBC-compliant block cipher
Notes
Notes: svn path=/head/; revision=92691
Diffstat (limited to 'security')
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-Anubis/Makefile22
-rw-r--r--security/p5-Crypt-Anubis/distinfo1
-rw-r--r--security/p5-Crypt-Anubis/pkg-descr8
-rw-r--r--security/p5-Crypt-Anubis/pkg-plist7
5 files changed, 39 insertions, 0 deletions
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 <foxfair@FreeBSD.org>
+#
+# $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 <bsd.port.mk>
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