View | Details | Raw Unified | Return to bug 94705 | Differences between
and this patch

Collapse All | Expand All

(-)pecl-hash/Makefile (-9 / +3 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	hash
8
PORTNAME=	hash
9
DISTVERSION=	1.1
9
DISTVERSION=	1.2
10
CATEGORIES=	security www
10
CATEGORIES=	security www
11
MASTER_SITES=	http://pecl.php.net/get/
11
MASTER_SITES=	http://pecl.php.net/get/
12
PKGNAMEPREFIX=	pecl-
12
PKGNAMEPREFIX=	pecl-
Lines 14-20 Link Here
14
DIST_SUBDIR=	PECL
14
DIST_SUBDIR=	PECL
15
15
16
MAINTAINER=	zaa@zaa.pp.ru
16
MAINTAINER=	zaa@zaa.pp.ru
17
COMMENT=	pHASH Message Digest Framework for PHP
17
COMMENT=	HASH Message Digest Framework for PHP
18
18
19
USE_PHP=	yes
19
USE_PHP=	yes
20
USE_PHPIZE=	yes
20
USE_PHPIZE=	yes
Lines 22-31 Link Here
22
DEFAULT_PHP_VER=5
22
DEFAULT_PHP_VER=5
23
PHP_MODNAME=	hash
23
PHP_MODNAME=	hash
24
24
25
.include <bsd.port.pre.mk>
25
.include <bsd.port.mk>
26
27
.if ${PHP_VER} == 4
28
IGNORE=		requires PHP version 5.0.3 or higher
29
.endif
30
31
.include <bsd.port.post.mk>
(-)pecl-hash/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PECL/hash-1.1.tgz) = cf33b7b723fed4abfefe33b0ebce74b2
1
MD5 (PECL/hash-1.2.tgz) = cb163488ef822184b79accb50e6418b9
2
SHA256 (PECL/hash-1.1.tgz) = 56b0e7104beec4b845705f7550586f883cc8f27c079959a3b05b0be1639dfcc4
2
SHA256 (PECL/hash-1.2.tgz) = 48bbcc079c7df3811036735c8b70530f218fc2776272335fa6b56688bb6db4da
3
SIZE (PECL/hash-1.1.tgz) = 100713
3
SIZE (PECL/hash-1.2.tgz) = 102008
(-)pecl-hash/pkg-descr (-1 / +1 lines)
Lines 2-8 Link Here
2
using a generic factory method.
2
using a generic factory method.
3
At the moment it supports the following hashing algorithms:
3
At the moment it supports the following hashing algorithms:
4
4
5
 * md4, md5
5
 * md2, md4, md5
6
 * sha1, sha256, sha384, sha512
6
 * sha1, sha256, sha384, sha512
7
 * ripemd128, ripemd160
7
 * ripemd128, ripemd160
8
 * tiger128, tiger160, tiger192 (3 and 4 passes)
8
 * tiger128, tiger160, tiger192 (3 and 4 passes)

Return to bug 94705