1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add p5-Crypt-Blowfish, a perl module for Blowfish encryption,

required for the OpenSRS application.

PR:		21340
Submitted by:	Patrick Bihan-Faou <patrick@mindstep.com>
This commit is contained in:
Ade Lovett 2000-09-19 16:10:53 +00:00
parent 17ccf906b5
commit f67c6ae4c3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32865
6 changed files with 41 additions and 0 deletions

View File

@ -61,6 +61,7 @@
SUBDIR += openssl
SUBDIR += p5-Authen-PAM
SUBDIR += p5-Authen-Radius
SUBDIR += p5-Crypt-Blowfish
SUBDIR += p5-Crypt-CBC
SUBDIR += p5-Crypt-DES
SUBDIR += p5-Crypt-IDEA

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: p5-Crypt-Blowfish
# Date created: 2000/09/18
# Whom: patrick@mindstep.com
#
# $FreeBSD$
#
PORTNAME= Crypt-Blowfish
PORTVERSION= 2.06
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Crypt
PKGNAMEPREFIX= p5-
MAINTAINER= patrick@mindstep.com
USE_PERL5= yes
MAN3= Crypt::Blowfish.3
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \
CC="${CC}" CCFLAGS="${CFLAGS}"
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Crypt-Blowfish-2.06.tar.gz) = c95ccdf2ee05bba0e4a140428def03bd

View File

@ -0,0 +1 @@
Perl5 interface to the Blowfish encryption alogorithm

View File

@ -0,0 +1,4 @@
This is Crypt::Blowfish, an XS-based implementation of the
Blowfish cryptography algorithm designed by Bruce Schneier. It's designed
to take full advantage of Crypt::CBC when desired. Blowfish keys may be
up to 448 bits (56 bytes) long.

View File

@ -0,0 +1,7 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.so
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/Blowfish.bs
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt/Blowfish.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt/Blowfish
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Crypt
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Crypt