summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-10-31 09:41:09 +0000
committerfoxfair <foxfair@FreeBSD.org>2003-10-31 09:41:09 +0000
commit2224643919241df17d21778f9831e1a8dc4f5ea5 (patch)
treedea1a3755a72574e2b7d1e2da0eb8ed82357b333 /security
parent4e80f8ab974ffa477f8e6d94f331da11567b1ae1 (diff)
downloadFreeBSD-ports-2224643919241df17d21778f9831e1a8dc4f5ea5.zip
FreeBSD-ports-2224643919241df17d21778f9831e1a8dc4f5ea5.tar.gz
Add p5-Crypt-Anubis, a Crypt::CBC-compliant block cipher
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 47ca0c8..1a3d8dd 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 0000000..a3a14bb
--- /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 0000000..bcfa26f
--- /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 0000000..f68283d
--- /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 0000000..41b4266
--- /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
OpenPOWER on IntegriCloud