From f17e6a49e1a9f1605540161a57e96c86b51138c9 Mon Sep 17 00:00:00 2001 From: Erwin Lansing Date: Sun, 18 Dec 2005 22:13:44 +0000 Subject: [PATCH] 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 PR: ports/90615 Submitted by: Gabor Kovesdan --- security/Makefile | 1 + security/p5-Crypt-Rabbit/Makefile | 24 ++++++++++++++++++++++++ security/p5-Crypt-Rabbit/distinfo | 3 +++ security/p5-Crypt-Rabbit/pkg-descr | 5 +++++ security/p5-Crypt-Rabbit/pkg-plist | 7 +++++++ 5 files changed, 40 insertions(+) create mode 100644 security/p5-Crypt-Rabbit/Makefile create mode 100644 security/p5-Crypt-Rabbit/distinfo create mode 100644 security/p5-Crypt-Rabbit/pkg-descr create mode 100644 security/p5-Crypt-Rabbit/pkg-plist diff --git a/security/Makefile b/security/Makefile index 5cae59aadf0a..58417f78bccf 100644 --- a/security/Makefile +++ b/security/Makefile @@ -320,6 +320,7 @@ SUBDIR += p5-Crypt-RC6 SUBDIR += p5-Crypt-RIPEMD160 SUBDIR += p5-Crypt-RSA + SUBDIR += p5-Crypt-Rabbit SUBDIR += p5-Crypt-RandPasswd SUBDIR += p5-Crypt-Random SUBDIR += p5-Crypt-Rijndael 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 +.if ${PERL_LEVEL} <= 500503 +IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again +.endif +.include 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