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
This commit is contained in:
Erwin Lansing 2005-12-18 22:13:44 +00:00
parent 4d58b3abc6
commit f17e6a49e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=151523
5 changed files with 40 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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