diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-19 16:10:53 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-19 16:10:53 +0000 |
commit | f67c6ae4c3ee3572733af4e9f35e6b876373d091 (patch) | |
tree | cacc286094b77c5b949ab5b271c4ab3e7d49c773 /security | |
parent | 17ccf906b57bb71d38edd61a645923253331cd61 (diff) | |
download | ports-f67c6ae4c3ee3572733af4e9f35e6b876373d091.tar.gz ports-f67c6ae4c3ee3572733af4e9f35e6b876373d091.zip |
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>
Notes
Notes:
svn path=/head/; revision=32865
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/Makefile | 27 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/distinfo | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/pkg-comment | 1 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/pkg-descr | 4 | ||||
-rw-r--r-- | security/p5-Crypt-Blowfish/pkg-plist | 7 |
6 files changed, 41 insertions, 0 deletions
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 <bsd.port.mk> 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 |