New port: security/pecl-hash pHASH Message Digest Framework for PHP (PECL module)

PR contains new port security/pecl-hash which provides
	possibility to install PHP PECL extension:

	pHASH Message Digest Framework

PR:		ports/90087
Submitted by:	Alexander Zhuravlev <zaa@zaa.pp.ru>
This commit is contained in:
Edwin Groothuis 2006-01-07 07:52:57 +00:00
parent ef38729528
commit fdf72c020e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152969
7 changed files with 93 additions and 0 deletions

View File

@ -271,6 +271,7 @@
SUBDIR += pecl-PDO_ODBC
SUBDIR += pecl-PDO_PGSQL
SUBDIR += pecl-PDO_SQLITE
SUBDIR += pecl-hash
SUBDIR += pecl-memcache
SUBDIR += pecl-sqlite
SUBDIR += pgaccess

View File

@ -0,0 +1,31 @@
# Ports collection makefile for: pecl-hash
# Date created: 2005-12-07
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
#
# $FreeBSD$
#
PORTNAME= hash
DISTVERSION= 1.1
CATEGORIES= databases www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= zaa@zaa.pp.ru
COMMENT= pHASH Message Digest Framework for PHP
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=5
PHP_MODNAME= hash
.include <bsd.port.pre.mk>
.if ${PHP_VER} == 4
IGNORE= requires PHP version 5.0.3 or higher
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PECL/hash-1.1.tgz) = cf33b7b723fed4abfefe33b0ebce74b2
SHA256 (PECL/hash-1.1.tgz) = 56b0e7104beec4b845705f7550586f883cc8f27c079959a3b05b0be1639dfcc4
SIZE (PECL/hash-1.1.tgz) = 100713

View File

@ -0,0 +1,12 @@
Extension provides native implementations of common message digest algorithms
using a generic factory method.
At the moment it supports the following hashing algorithms:
* 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

View File

@ -0,0 +1,31 @@
# Ports collection makefile for: pecl-hash
# Date created: 2005-12-07
# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru>
#
# $FreeBSD$
#
PORTNAME= hash
DISTVERSION= 1.1
CATEGORIES= databases www
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-
EXTRACT_SUFX= .tgz
DIST_SUBDIR= PECL
MAINTAINER= zaa@zaa.pp.ru
COMMENT= pHASH Message Digest Framework for PHP
USE_PHP= yes
USE_PHPIZE= yes
USE_PHPEXT= yes
DEFAULT_PHP_VER=5
PHP_MODNAME= hash
.include <bsd.port.pre.mk>
.if ${PHP_VER} == 4
IGNORE= requires PHP version 5.0.3 or higher
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (PECL/hash-1.1.tgz) = cf33b7b723fed4abfefe33b0ebce74b2
SHA256 (PECL/hash-1.1.tgz) = 56b0e7104beec4b845705f7550586f883cc8f27c079959a3b05b0be1639dfcc4
SIZE (PECL/hash-1.1.tgz) = 100713

View File

@ -0,0 +1,12 @@
Extension provides native implementations of common message digest algorithms
using a generic factory method.
At the moment it supports the following hashing algorithms:
* 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