mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +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:
parent
b4bf720153
commit
beda2711ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66891
@ -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
|
||||
|
25
security/p5-Crypt-Twofish2/Makefile
Normal file
25
security/p5-Crypt-Twofish2/Makefile
Normal 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>
|
1
security/p5-Crypt-Twofish2/distinfo
Normal file
1
security/p5-Crypt-Twofish2/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Crypt-Twofish2-0.06.tar.gz) = 1d8811f218015a8a0200d08157f78b14
|
1
security/p5-Crypt-Twofish2/pkg-comment
Normal file
1
security/p5-Crypt-Twofish2/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Perl implementation of the Twofish encryption algorithm
|
6
security/p5-Crypt-Twofish2/pkg-descr
Normal file
6
security/p5-Crypt-Twofish2/pkg-descr
Normal 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.
|
7
security/p5-Crypt-Twofish2/pkg-plist
Normal file
7
security/p5-Crypt-Twofish2/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user