aboutsummaryrefslogtreecommitdiff
path: root/security/pear-Crypt_Blowfish
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2005-05-05 19:51:19 +0000
committerThierry Thomas <thierry@FreeBSD.org>2005-05-05 19:51:19 +0000
commit56ba17e54e205c9de3e77df697b7f3caa9b4a6c0 (patch)
tree8373a864a1fda06eeb1368755c7abe17ab69fdd0 /security/pear-Crypt_Blowfish
parent9a825162a767411fb18ef81dc24510cffbf1a71a (diff)
downloadports-56ba17e54e205c9de3e77df697b7f3caa9b4a6c0.tar.gz
ports-56ba17e54e205c9de3e77df697b7f3caa9b4a6c0.zip
Add pear-Crypt_Blowfish 1.0.0, PEAR class for blowfish encryption.
PR: 80404 Submitted by: Antonio Carlos Venancio Junior (<antonio (at) php.net>)
Notes
Notes: svn path=/head/; revision=134673
Diffstat (limited to 'security/pear-Crypt_Blowfish')
-rw-r--r--security/pear-Crypt_Blowfish/Makefile23
-rw-r--r--security/pear-Crypt_Blowfish/distinfo2
-rw-r--r--security/pear-Crypt_Blowfish/pkg-descr6
3 files changed, 31 insertions, 0 deletions
diff --git a/security/pear-Crypt_Blowfish/Makefile b/security/pear-Crypt_Blowfish/Makefile
new file mode 100644
index 000000000000..b575e44276d0
--- /dev/null
+++ b/security/pear-Crypt_Blowfish/Makefile
@@ -0,0 +1,23 @@
+# Ports collection makefile for: pear-Crypt_Blowfish
+# Date created: 27 April 2005
+# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
+#
+# $FreeBSD$
+#
+
+PORTNAME= Crypt_Blowfish
+PORTVERSION= 1.0.0
+CATEGORIES= security www pear
+
+MAINTAINER= antonio@php.net
+COMMENT= PEAR class for blowfish encryption
+
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+CATEGORY= Crypt
+FILES= Blowfish.php Blowfish/DefaultKey.php
+
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
+.include <bsd.port.post.mk>
diff --git a/security/pear-Crypt_Blowfish/distinfo b/security/pear-Crypt_Blowfish/distinfo
new file mode 100644
index 000000000000..ffbe98ea9144
--- /dev/null
+++ b/security/pear-Crypt_Blowfish/distinfo
@@ -0,0 +1,2 @@
+MD5 (PEAR/Crypt_Blowfish-1.0.0.tgz) = 02858a3c46db133f95a9b18c36f52688
+SIZE (PEAR/Crypt_Blowfish-1.0.0.tgz) = 9650
diff --git a/security/pear-Crypt_Blowfish/pkg-descr b/security/pear-Crypt_Blowfish/pkg-descr
new file mode 100644
index 000000000000..efac6514e273
--- /dev/null
+++ b/security/pear-Crypt_Blowfish/pkg-descr
@@ -0,0 +1,6 @@
+PEAR::Crypt_Blowfish allows you to prefore two-way blowfish on the fly using
+only PHP.
+
+This package does not require the Mcrypt PHP extension to work.
+
+WWW: http://pear.php.net/package/Crypt_Blowfish/