1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

Add p5-Crypt-Twofish2(0.06), a perl module for Twofish encryption.

This module provides the similar functionality to Crypt::Twofish,
but also is Crypt::CBC compliant module.

Approved by:	knu (mentor)
This commit is contained in:
Norikatsu Shigemura 2002-09-20 20:27:27 +00:00
parent b4bf720153
commit beda2711ce
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66891
6 changed files with 41 additions and 0 deletions

View File

@ -173,6 +173,7 @@
SUBDIR += p5-Crypt-Solitaire
SUBDIR += p5-Crypt-TripleDES
SUBDIR += p5-Crypt-Twofish
SUBDIR += p5-Crypt-Twofish2
SUBDIR += p5-Crypt-UnixCrypt
SUBDIR += p5-Digest
SUBDIR += p5-Digest-BubbleBabble

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Crypt-Twofish2
# Date created: 2002/09/20
# Whom: nork@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= Crypt-Twofish2
PORTVERSION= 0.06
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= nork@FreeBSD.org
RESTRICTED= "Crypto; export-controlled"
PERL_CONFIGURE= yes
MAN3= Crypt::Twofish2.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Crypt-Twofish2-0.06.tar.gz) = 1d8811f218015a8a0200d08157f78b14

View File

@ -0,0 +1 @@
Perl implementation of the Twofish encryption algorithm

View File

@ -0,0 +1,6 @@
This module implements the twofish cipher in a less braindamaged (read:
slow and ugly) way than the existing "Crypt::Twofish" module.
Although it is "Crypt::CBC" compliant you usually gain nothing by using
that module (except generality), since "Crypt::Twofish2" can work in
either ECB or CBC mode.

View File

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Twofish2.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/Twofish2.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/Twofish2.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish2/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Twofish2
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt 2>/dev/null || true