Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Dec 2012 14:47:15 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308766 - in head/security: . pear-Horde_Crypt_Blowfish
Message-ID:  <201212121447.qBCElFp9073106@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mm
Date: Wed Dec 12 14:47:15 2012
New Revision: 308766
URL: http://svnweb.freebsd.org/changeset/ports/308766

Log:
  Horde Blowfish Encryption Library
  Provides blowfish encryption/decryption for PHP string data.
  
  WWW: http://pear.horde.org

Added:
  head/security/pear-Horde_Crypt_Blowfish/
  head/security/pear-Horde_Crypt_Blowfish/Makefile   (contents, props changed)
  head/security/pear-Horde_Crypt_Blowfish/distinfo   (contents, props changed)
  head/security/pear-Horde_Crypt_Blowfish/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Wed Dec 12 14:45:31 2012	(r308765)
+++ head/security/Makefile	Wed Dec 12 14:47:15 2012	(r308766)
@@ -641,6 +641,7 @@
     SUBDIR += pear-HTML_Crypt
     SUBDIR += pear-Horde_Auth
     SUBDIR += pear-Horde_Crypt
+    SUBDIR += pear-Horde_Crypt_Blowfish
     SUBDIR += pear-Horde_Group
     SUBDIR += pear-Horde_Oauth
     SUBDIR += pear-Horde_Perms

Added: head/security/pear-Horde_Crypt_Blowfish/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pear-Horde_Crypt_Blowfish/Makefile	Wed Dec 12 14:47:15 2012	(r308766)
@@ -0,0 +1,34 @@
+# Ports collection makefile for:  pear-Horde_Crypt
+# Date created:			  12 December 2012
+# Whom:				  Martin Matuska <mm@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME=	Horde_Crypt_Blowfish
+PORTVERSION=	1.0.1
+CATEGORIES=	security www pear
+PKGNAMEPREFIX=	pear-
+
+MAINTAINER=	horde@FreeBSD.org
+COMMENT=	Horde blowfish encryption for PHP string data
+
+USE_HORDE_RUN=	Horde_Exception \
+		Horde_Support
+
+OPTIONS_DEFINE=	MHASH OPENSSL
+MHASH_DESC=	Depend on mhash PHP extension
+OPENSSL_DESC=	Depend on OpenSSL PHP extension
+
+.include <bsd.port.pre.mk>
+
+.if ${PORT_OPTIONS:MMHASH}
+USE_PHP+=	mhash
+.endif
+
+.if ${PORT_OPTIONS:MOPENSSL}
+USE_PHP+=	openssl
+.endif
+
+.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
+.include <bsd.port.post.mk>

Added: head/security/pear-Horde_Crypt_Blowfish/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pear-Horde_Crypt_Blowfish/distinfo	Wed Dec 12 14:47:15 2012	(r308766)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Crypt_Blowfish-1.0.1.tgz) = 71da0d9de14fe3e1a9a64d41b7f7f7d863a98eca7cc72576196b833dba285fbf
+SIZE (Horde/Horde_Crypt_Blowfish-1.0.1.tgz) = 24028

Added: head/security/pear-Horde_Crypt_Blowfish/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/pear-Horde_Crypt_Blowfish/pkg-descr	Wed Dec 12 14:47:15 2012	(r308766)
@@ -0,0 +1,3 @@
+Horde Blowfish Encryption Library
+
+WWW: http://pear.horde.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212121447.qBCElFp9073106>