diff options
author | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 18:01:20 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2011-07-07 18:01:20 +0000 |
commit | dca5c5a933e602e4cdce6b462fff53f993c9f155 (patch) | |
tree | 2f5c7f9f50deca5f4ccea81706451a946fe092a8 /security | |
parent | ffb32d69bd4bb7a186dd592383d642ad9875763c (diff) | |
download | ports-dca5c5a933e602e4cdce6b462fff53f993c9f155.tar.gz ports-dca5c5a933e602e4cdce6b462fff53f993c9f155.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pear-Horde_Secret/Makefile | 22 | ||||
-rw-r--r-- | security/pear-Horde_Secret/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Horde_Secret/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index 7e7123c72795..733fa406e187 100644 --- a/security/Makefile +++ b/security/Makefile @@ -605,6 +605,7 @@ SUBDIR += pear-File_Passwd SUBDIR += pear-File_SMBPasswd SUBDIR += pear-HTML_Crypt + SUBDIR += pear-Horde_Secret SUBDIR += pear-LiveUser SUBDIR += pear-LiveUser_Admin SUBDIR += pear-Net_Portscan diff --git a/security/pear-Horde_Secret/Makefile b/security/pear-Horde_Secret/Makefile new file mode 100644 index 000000000000..5a965717d1be --- /dev/null +++ b/security/pear-Horde_Secret/Makefile @@ -0,0 +1,22 @@ +# Ports collection makefile for: pear-Horde_Secret +# Date created: 7 July 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= Horde_Secret +PORTVERSION= 1.0.0 +CATEGORIES= security www pear + +MAINTAINER= mm@FreeBSD.org +COMMENT= Secret Encryption API + +RUN_DEPENDS= ${PEARDIR}/Crypt/Blowfish.php:${PORTSDIR}/security/pear-Crypt_Blowfish + +USE_HORDE_RUN= Horde_Exception +USE_PHP= hash + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk" +.include <bsd.port.post.mk> diff --git a/security/pear-Horde_Secret/distinfo b/security/pear-Horde_Secret/distinfo new file mode 100644 index 000000000000..79015a0eaa84 --- /dev/null +++ b/security/pear-Horde_Secret/distinfo @@ -0,0 +1,2 @@ +SHA256 (Horde/Horde_Secret-1.0.0.tgz) = e18765ea9490f79f2a1fc55f968ede85619e242c8e60afeb8da3f9efa3a4d2c7 +SIZE (Horde/Horde_Secret-1.0.0.tgz) = 4248 diff --git a/security/pear-Horde_Secret/pkg-descr b/security/pear-Horde_Secret/pkg-descr new file mode 100644 index 000000000000..61b2de35fcea --- /dev/null +++ b/security/pear-Horde_Secret/pkg-descr @@ -0,0 +1,4 @@ +The Horde_Secret library provides an API for encrypting and decrypting +small pieces of data with the use of a shared key. + +WWW: http://pear.horde.org |