diff options
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pear-Crypt_Blowfish/Makefile | 23 | ||||
-rw-r--r-- | security/pear-Crypt_Blowfish/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Crypt_Blowfish/pkg-descr | 6 |
4 files changed, 32 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index af4e7fee15ec..91a711c9d115 100644 --- a/security/Makefile +++ b/security/Makefile @@ -342,6 +342,7 @@ SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_PrefManager SUBDIR += pear-Auth_SASL + SUBDIR += pear-Crypt_Blowfish SUBDIR += pear-Crypt_CBC SUBDIR += pear-Crypt_CHAP SUBDIR += pear-Crypt_HMAC 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/ |