Twofish is a 128-bit symmetric block cipher with a variable key
length (128, 192, or 256 bits) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at http://www.counterpane.com/twofish.html. It has been one of the five finalists for AES. This module is written in pure Perl, it should run everywhere where Perl runs. WWW: http://search.cpan.org/dist/Crypt-Twofish_PP/ PR: ports/154142 Submitted by: Konstantin Menshikov <kostjnspb@yandex.ru> Feature safe: yes
This commit is contained in:
parent
5dc9559734
commit
846424b94e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=268013
@ -479,6 +479,7 @@
|
||||
SUBDIR += p5-Crypt-TripleDES
|
||||
SUBDIR += p5-Crypt-Twofish
|
||||
SUBDIR += p5-Crypt-Twofish2
|
||||
SUBDIR += p5-Crypt-Twofish_PP
|
||||
SUBDIR += p5-Crypt-UnixCrypt
|
||||
SUBDIR += p5-Crypt-UnixCrypt_XS
|
||||
SUBDIR += p5-Crypt-X509
|
||||
|
25
security/p5-Crypt-Twofish_PP/Makefile
Normal file
25
security/p5-Crypt-Twofish_PP/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# New ports collection makefile for: p5-Crypt-Twofish_PP
|
||||
# Date created: 19 January 2010
|
||||
# Whom: Konstantin Menshikov <kostjnspb@yandex.ru>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Crypt-Twofish_PP
|
||||
PORTVERSION= 0.17
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN \
|
||||
http://kostjn.spb.ru/freebsd/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= kostjnspb@yandex.ru
|
||||
COMMENT= The Twofish Algorithm in Pure Perl
|
||||
|
||||
PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Crypt::Twofish_PP.3 \
|
||||
Crypt::Twofish_PP::Key16.3 \
|
||||
Crypt::Twofish_PP::Key24.3 \
|
||||
Crypt::Twofish_PP::Key32.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Crypt-Twofish_PP/distinfo
Normal file
2
security/p5-Crypt-Twofish_PP/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Crypt-Twofish_PP-0.17.tar.gz) = e7e2736cd7f379227f818ea2e8e586594773eb4c2fd8ec5c8c4d9662003b8bab
|
||||
SIZE (Crypt-Twofish_PP-0.17.tar.gz) = 46306
|
10
security/p5-Crypt-Twofish_PP/pkg-descr
Normal file
10
security/p5-Crypt-Twofish_PP/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
Twofish is a 128-bit symmetric block cipher with a variable key
|
||||
length (128, 192, or 256 bits) key, developed by Counterpane Labs.
|
||||
It is unpatented and free for all uses, as described at
|
||||
http://www.counterpane.com/twofish.html. It has been one of the
|
||||
five finalists for AES.
|
||||
|
||||
This module is written in pure Perl, it should run everywhere
|
||||
where Perl runs.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Crypt-Twofish_PP/
|
12
security/p5-Crypt-Twofish_PP/pkg-plist
Normal file
12
security/p5-Crypt-Twofish_PP/pkg-plist
Normal file
@ -0,0 +1,12 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt-Twofish_PP/.packlist
|
||||
%%SITE_PERL%%/Crypt/Twofish_PP.pm
|
||||
%%SITE_PERL%%/Crypt/Twofish_PP/Key16.pm
|
||||
%%SITE_PERL%%/Crypt/Twofish_PP/Key24.pm
|
||||
%%SITE_PERL%%/Crypt/Twofish_PP/Key32.pm
|
||||
%%SITE_PERL%%/LocaleData/de/LC_MESSAGES/Crypt-Twofish_PP.mo
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Crypt-Twofish_PP
|
||||
@dirrmtry %%SITE_PERL%%/Crypt/Twofish_PP
|
||||
@dirrmtry %%SITE_PERL%%/Crypt
|
||||
@dirrmtry %%SITE_PERL%%/LocaleData/de/LC_MESSAGES
|
||||
@dirrmtry %%SITE_PERL%%/LocaleData/de
|
||||
@dirrmtry %%SITE_PERL%%/LocaleData
|
Loading…
Reference in New Issue
Block a user