diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 22:13:44 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-12-18 22:13:44 +0000 |
commit | f17e6a49e1a9f1605540161a57e96c86b51138c9 (patch) | |
tree | 75156266316b3d268b253a422fd8bdb686d6feda /security/p5-Crypt-Rabbit | |
parent | 4d58b3abc6970677ff9b11f32fbd0a3dac3c856b (diff) | |
download | ports-f17e6a49e1a9f1605540161a57e96c86b51138c9.tar.gz ports-f17e6a49e1a9f1605540161a57e96c86b51138c9.zip |
Notes
Diffstat (limited to 'security/p5-Crypt-Rabbit')
-rw-r--r-- | security/p5-Crypt-Rabbit/Makefile | 24 | ||||
-rw-r--r-- | security/p5-Crypt-Rabbit/distinfo | 3 | ||||
-rw-r--r-- | security/p5-Crypt-Rabbit/pkg-descr | 5 | ||||
-rw-r--r-- | security/p5-Crypt-Rabbit/pkg-plist | 7 |
4 files changed, 39 insertions, 0 deletions
diff --git a/security/p5-Crypt-Rabbit/Makefile b/security/p5-Crypt-Rabbit/Makefile new file mode 100644 index 000000000000..e021749a99ee --- /dev/null +++ b/security/p5-Crypt-Rabbit/Makefile @@ -0,0 +1,24 @@ +# New ports collection Makefile for: p5-Crypt-Rabbit +# Date created: 18 Dec 2006 +# Whom: Gabor Kovesdan +# $FreeBSD$ + +PORTNAME= Crypt-Rabbit +PORTVERSION= 1.0.0 +CATEGORIES= security perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Crypt +PKGNAMEPREFIX= p5- + +MAINTAINER= gkovesdan@t-hosting.hu +COMMENT= Perl extension for Rabbit stream cipher + +PERL_CONFIGURE= yes + +MAN3= Crypt::Rabbit.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-Rabbit/distinfo b/security/p5-Crypt-Rabbit/distinfo new file mode 100644 index 000000000000..63b180faaffc --- /dev/null +++ b/security/p5-Crypt-Rabbit/distinfo @@ -0,0 +1,3 @@ +MD5 (Crypt-Rabbit-1.0.0.tar.gz) = 8394d8913378c11197dd55d7fc5e21e8 +SHA256 (Crypt-Rabbit-1.0.0.tar.gz) = 602a4614adf46a1e36380d913e7fcf9f7bf39e1b3b5d1e723de190de7aabf1ee +SIZE (Crypt-Rabbit-1.0.0.tar.gz) = 29754 diff --git a/security/p5-Crypt-Rabbit/pkg-descr b/security/p5-Crypt-Rabbit/pkg-descr new file mode 100644 index 000000000000..8a4ca7f214c3 --- /dev/null +++ b/security/p5-Crypt-Rabbit/pkg-descr @@ -0,0 +1,5 @@ +Rabbit is a new stream cipher based on the properties of counter assisted +stream ciphers, invented by Martin Boesgaard, Mette Vesterager, +Thomas Pedersen, Jesper Christiansen, and Ove Scavenius of Cryptico A/S. + +WWW: http://search.cpan.org/dist/Crypt-Rabbit diff --git a/security/p5-Crypt-Rabbit/pkg-plist b/security/p5-Crypt-Rabbit/pkg-plist new file mode 100644 index 000000000000..5c42cded897f --- /dev/null +++ b/security/p5-Crypt-Rabbit/pkg-plist @@ -0,0 +1,7 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/Crypt/Rabbit.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rabbit/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rabbit/Rabbit.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rabbit/Rabbit.so +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt/Rabbit/ +@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 |