Date: Thu, 8 Dec 2005 00:57:13 +0300 (MSK) From: Alexander Zhuravlev <zaa@zaa.pp.ru> To: FreeBSD-gnats-submit@FreeBSD.org Cc: zaa@ulstu.ru Subject: ports/90087: New port: security/pecl-hash pHASH Message Digest Framework for PHP (PECL module) Message-ID: <20051207215713.35A24B8D7@wave.zaa.local> Resent-Message-ID: <200512072200.jB7M0EBr067595@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 90087 >Category: ports >Synopsis: New port: security/pecl-hash pHASH Message Digest Framework for PHP (PECL module) >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 07 22:00:13 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Alexander Zhuravlev >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD wave.zaa.local 6.0-STABLE FreeBSD 6.0-STABLE #7: Wed Nov 30 23:10:56 MSK 2005 root@wave.zaa.local:/usr/obj/usr/src/sys/WAVE i386 >Description: PR contains new port security/pecl-hash which provides possibility to install PHP PECL extension: pHASH Message Digest Framework >How-To-Repeat: >Fix: Please apply the patch provided below. Thank you for your efforts ;-) --- security::pecl-hash begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pecl-hash/ # pecl-hash/Makefile # pecl-hash/distinfo # pecl-hash/pkg-descr # echo c - pecl-hash/ mkdir -p pecl-hash/ > /dev/null 2>&1 echo x - pecl-hash/Makefile sed 's/^X//' >pecl-hash/Makefile << 'END-of-pecl-hash/Makefile' X# Ports collection makefile for: pecl-hash X# Date created: 2005-12-07 X# Whom: Alexander Zhuravlev <zaa@zaa.pp.ru> X# X# $FreeBSD$ X# X XPORTNAME= hash XDISTVERSION= 1.1 XCATEGORIES= databases www XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= zaa@zaa.pp.ru XCOMMENT= pHASH Message Digest Framework for PHP X XUSE_PHP= yes XUSE_PHPIZE= yes XUSE_PHPEXT= yes XDEFAULT_PHP_VER=5 XPHP_MODNAME= hash X X.include <bsd.port.pre.mk> X X.if ${PHP_VER} == 4 XIGNORE= requires PHP version 5.0.3 or higher X.endif X X.include <bsd.port.post.mk> END-of-pecl-hash/Makefile echo x - pecl-hash/distinfo sed 's/^X//' >pecl-hash/distinfo << 'END-of-pecl-hash/distinfo' XMD5 (PECL/hash-1.1.tgz) = cf33b7b723fed4abfefe33b0ebce74b2 XSHA256 (PECL/hash-1.1.tgz) = 56b0e7104beec4b845705f7550586f883cc8f27c079959a3b05b0be1639dfcc4 XSIZE (PECL/hash-1.1.tgz) = 100713 END-of-pecl-hash/distinfo echo x - pecl-hash/pkg-descr sed 's/^X//' >pecl-hash/pkg-descr << 'END-of-pecl-hash/pkg-descr' XExtension provides native implementations of common message digest algorithms Xusing a generic factory method. XAt the moment it supports the following hashing algorithms: X X * md4, md5 X * sha1, sha256, sha384, sha512 X * ripemd128, ripemd160 X * tiger128, tiger160, tiger192 (3 and 4 passes) X * haval128, haval160, haval192, haval224, haval256 (3, 4 and 5 passes) X * crc32, crc32b, adler32, gost, snefru, whirlpool X XWWW: http://pecl.php.net/package/hash END-of-pecl-hash/pkg-descr exit --- security::pecl-hash ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051207215713.35A24B8D7>