[Midnightbsd-cvs] mports: mports/security: add pecl-hash

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 12 12:47:42 EDT 2007


Log Message:
-----------
add pecl-hash

Modified Files:
--------------
    mports/security:
        Makefile (r1.60 -> r1.61)

Added Files:
-----------
    mports/security/pecl-hash:
        Makefile (r1.1)
        distinfo (r1.1)
        pkg-descr (r1.1)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/security/Makefile,v
retrieving revision 1.60
retrieving revision 1.61
diff -Lsecurity/Makefile -Lsecurity/Makefile -u -r1.60 -r1.61
--- security/Makefile
+++ security/Makefile
@@ -52,6 +52,7 @@
     SUBDIR += p5-IO-Socket-SSL
     SUBDIR += p5-Net-SSLeay
     SUBDIR += pam_ldap
+    SUBDIR += pecl-hash
     SUBDIR += php5-mcrypt
     SUBDIR += php5-mhash
     SUBDIR += php5-openssl
--- /dev/null
+++ security/pecl-hash/pkg-descr
@@ -0,0 +1,13 @@
+Extension provides native implementations of common message digest algorithms
+using a generic factory method.
+
+At the moment it supports the following hashing algorithms:
+
+ * md2, md4, md5
+ * sha1, sha256, sha384, sha512
+ * ripemd128, ripemd160
+ * tiger128, tiger160, tiger192 (3 and 4 passes)
+ * haval128, haval160, haval192, haval224, haval256 (3, 4 and 5 passes)
+ * crc32, crc32b, adler32, gost, snefru, whirlpool
+
+WWW: http://pecl.php.net/package/hash
--- /dev/null
+++ security/pecl-hash/Makefile
@@ -0,0 +1,26 @@
+# Ports collection makefile for:  pecl-hash
+# Date created:			  12 Oct 2007
+# Whom:				  Lucas Holt <luke at midnightbsd.org>
+#
+# $MidnightBSD: mports/security/pecl-hash/Makefile,v 1.1 2007/10/12 16:47:40 laffer1 Exp $
+# $FreeBSD: ports/security/pecl-hash/Makefile,v 1.6 2007/08/25 13:38:52 chinsan Exp $
+#
+
+PORTNAME=	hash
+DISTVERSION=	1.5
+CATEGORIES=	security www
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+EXTRACT_SUFX=	.tgz
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	luke at midnightbsd.org
+COMMENT=	HASH Message Digest Framework for PHP
+
+USE_PHP=	yes
+USE_PHPIZE=	yes
+USE_PHPEXT=	yes
+DEFAULT_PHP_VER=5
+PHP_MODNAME=	hash
+
+.include <bsd.port.mk>
--- /dev/null
+++ security/pecl-hash/distinfo
@@ -0,0 +1,3 @@
+MD5 (PECL/hash-1.5.tgz) = cb19f4ee392b05776788e54b51f98c83
+SHA256 (PECL/hash-1.5.tgz) = fdb0f0ee7ab9c134ee0a48dcc50bae4295e2b5972975e2dfd6e5d6712a6686f1
+SIZE (PECL/hash-1.5.tgz) = 98809


More information about the Midnightbsd-cvs mailing list