aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-Khazad
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2005-12-21 15:30:06 +0000
committerErwin Lansing <erwin@FreeBSD.org>2005-12-21 15:30:06 +0000
commita814e62c201c4e8107517b6da5a081d75addfc26 (patch)
tree85899a05311e7d5586339afab16129559b5d9572 /security/p5-Crypt-Khazad
parent3522412ce2dc289a3a3e7cedb3959952ccbcdc3f (diff)
downloadports-a814e62c201c4e8107517b6da5a081d75addfc26.tar.gz
ports-a814e62c201c4e8107517b6da5a081d75addfc26.zip
Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent Rijmen and
Paulo S. L. M. Barreto, Khazad is a NESSIE finalist for legacy-level block ciphers. Khazad has many similarities with Rijndael, and has an extremely high rate of diffusion. WWW: http://search.cpan.org/dist/Crypt-Khazad PR: ports/90692 Submitted by: Gabor Kovesdan
Notes
Notes: svn path=/head/; revision=151757
Diffstat (limited to 'security/p5-Crypt-Khazad')
-rw-r--r--security/p5-Crypt-Khazad/Makefile24
-rw-r--r--security/p5-Crypt-Khazad/distinfo3
-rw-r--r--security/p5-Crypt-Khazad/pkg-descr6
-rw-r--r--security/p5-Crypt-Khazad/pkg-plist7
4 files changed, 40 insertions, 0 deletions
diff --git a/security/p5-Crypt-Khazad/Makefile b/security/p5-Crypt-Khazad/Makefile
new file mode 100644
index 000000000000..eba084670386
--- /dev/null
+++ b/security/p5-Crypt-Khazad/Makefile
@@ -0,0 +1,24 @@
+# New ports collection Makefile for: p5-Crypt-Khazad
+# Date created: 20 Dec 2006
+# Whom: Gabor Kovesdan
+# $FreeBSD$
+
+PORTNAME= Crypt-Khazad
+PORTVERSION= 1.0.3
+CATEGORIES= security perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Crypt
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= gkovesdan@t-hosting.hu
+COMMENT= Perl extension for Khazad block cipher
+
+PERL_CONFIGURE= yes
+
+MAN3= Crypt::Khazad.3
+
+.include <bsd.port.pre.mk>
+.if ${PERL_LEVEL} <= 500503
+IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
+.endif
+.include <bsd.port.post.mk>
diff --git a/security/p5-Crypt-Khazad/distinfo b/security/p5-Crypt-Khazad/distinfo
new file mode 100644
index 000000000000..db2c3acb9d9b
--- /dev/null
+++ b/security/p5-Crypt-Khazad/distinfo
@@ -0,0 +1,3 @@
+MD5 (Crypt-Khazad-1.0.3.tar.gz) = f6908bf11cb780d455a8779a60ecc570
+SHA256 (Crypt-Khazad-1.0.3.tar.gz) = 5d3b108f47212a449b48591a975903b0ccec679fbcc09571afde2638e2e5238f
+SIZE (Crypt-Khazad-1.0.3.tar.gz) = 42106
diff --git a/security/p5-Crypt-Khazad/pkg-descr b/security/p5-Crypt-Khazad/pkg-descr
new file mode 100644
index 000000000000..5b04e10cc988
--- /dev/null
+++ b/security/p5-Crypt-Khazad/pkg-descr
@@ -0,0 +1,6 @@
+Khazad is a 128-bit key, 64-bit block cipher. Designed by Vincent Rijmen and
+Paulo S. L. M. Barreto, Khazad is a NESSIE finalist for legacy-level block
+ciphers. Khazad has many similarities with Rijndael, and has an extremely
+high rate of diffusion.
+
+WWW: http://search.cpan.org/dist/Crypt-Khazad
diff --git a/security/p5-Crypt-Khazad/pkg-plist b/security/p5-Crypt-Khazad/pkg-plist
new file mode 100644
index 000000000000..bb55ea021139
--- /dev/null
+++ b/security/p5-Crypt-Khazad/pkg-plist
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Khazad.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Khazad/.packlist
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Khazad/Khazad.bs
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Khazad/Khazad.so
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Khazad/
+@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