From f67c6ae4c3ee3572733af4e9f35e6b876373d091 Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Tue, 19 Sep 2000 16:10:53 +0000 Subject: Add p5-Crypt-Blowfish, a perl module for Blowfish encryption, required for the OpenSRS application. PR: 21340 Submitted by: Patrick Bihan-Faou --- security/Makefile | 1 + security/p5-Crypt-Blowfish/Makefile | 27 +++++++++++++++++++++++++++ security/p5-Crypt-Blowfish/distinfo | 1 + security/p5-Crypt-Blowfish/pkg-comment | 1 + security/p5-Crypt-Blowfish/pkg-descr | 4 ++++ security/p5-Crypt-Blowfish/pkg-plist | 7 +++++++ 6 files changed, 41 insertions(+) create mode 100644 security/p5-Crypt-Blowfish/Makefile create mode 100644 security/p5-Crypt-Blowfish/distinfo create mode 100644 security/p5-Crypt-Blowfish/pkg-comment create mode 100644 security/p5-Crypt-Blowfish/pkg-descr create mode 100644 security/p5-Crypt-Blowfish/pkg-plist (limited to 'security') diff --git a/security/Makefile b/security/Makefile index 3a835bd35d62..bc8c61944f8c 100644 --- a/security/Makefile +++ b/security/Makefile @@ -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 diff --git a/security/p5-Crypt-Blowfish/Makefile b/security/p5-Crypt-Blowfish/Makefile new file mode 100644 index 000000000000..938dc98662ad --- /dev/null +++ b/security/p5-Crypt-Blowfish/Makefile @@ -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 diff --git a/security/p5-Crypt-Blowfish/distinfo b/security/p5-Crypt-Blowfish/distinfo new file mode 100644 index 000000000000..702908d76ff7 --- /dev/null +++ b/security/p5-Crypt-Blowfish/distinfo @@ -0,0 +1 @@ +MD5 (Crypt-Blowfish-2.06.tar.gz) = c95ccdf2ee05bba0e4a140428def03bd diff --git a/security/p5-Crypt-Blowfish/pkg-comment b/security/p5-Crypt-Blowfish/pkg-comment new file mode 100644 index 000000000000..c0e9432ec18b --- /dev/null +++ b/security/p5-Crypt-Blowfish/pkg-comment @@ -0,0 +1 @@ +Perl5 interface to the Blowfish encryption alogorithm diff --git a/security/p5-Crypt-Blowfish/pkg-descr b/security/p5-Crypt-Blowfish/pkg-descr new file mode 100644 index 000000000000..78ef8720a682 --- /dev/null +++ b/security/p5-Crypt-Blowfish/pkg-descr @@ -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. diff --git a/security/p5-Crypt-Blowfish/pkg-plist b/security/p5-Crypt-Blowfish/pkg-plist new file mode 100644 index 000000000000..68d7b6aad69b --- /dev/null +++ b/security/p5-Crypt-Blowfish/pkg-plist @@ -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 -- cgit v1.2.3