1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

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
This commit is contained in:
Martin Matuska 2011-07-07 18:01:20 +00:00
parent ffb32d69bd
commit dca5c5a933
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277242
4 changed files with 29 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Secret-1.0.0.tgz) = e18765ea9490f79f2a1fc55f968ede85619e242c8e60afeb8da3f9efa3a4d2c7
SIZE (Horde/Horde_Secret-1.0.0.tgz) = 4248

View File

@ -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