summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2000-09-19 16:10:53 +0000
committerade <ade@FreeBSD.org>2000-09-19 16:10:53 +0000
commitbd996764a11b5824db87add28c9aa41db6da099b (patch)
treec2aaa9e6f4e32a382650715a303f4cd548b40ee9
parent01b8c9fb27052de6011b17ab317718de40bca3ed (diff)
downloadFreeBSD-ports-bd996764a11b5824db87add28c9aa41db6da099b.zip
FreeBSD-ports-bd996764a11b5824db87add28c9aa41db6da099b.tar.gz
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>
-rw-r--r--security/Makefile1
-rw-r--r--security/p5-Crypt-Blowfish/Makefile27
-rw-r--r--security/p5-Crypt-Blowfish/distinfo1
-rw-r--r--security/p5-Crypt-Blowfish/pkg-comment1
-rw-r--r--security/p5-Crypt-Blowfish/pkg-descr4
-rw-r--r--security/p5-Crypt-Blowfish/pkg-plist7
6 files changed, 41 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile
index 3a835bd..bc8c619 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 0000000..938dc98
--- /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 0000000..702908d
--- /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 0000000..c0e9432
--- /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 0000000..78ef872
--- /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 0000000..68d7b6a
--- /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
OpenPOWER on IntegriCloud