diff options
author | thierry <thierry@FreeBSD.org> | 2005-02-28 06:51:27 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-02-28 06:51:27 +0800 |
commit | 92394dc96b7e9e8b5685bdeb88ed1865bd66d15b (patch) | |
tree | 4cbe881a903728fea193bc5005b529c82069a6f3 /security | |
parent | dd9f0be797eb2375f85f95559a089822982094d2 (diff) | |
download | freebsd-ports-graphics-92394dc96b7e9e8b5685bdeb88ed1865bd66d15b.tar.gz freebsd-ports-graphics-92394dc96b7e9e8b5685bdeb88ed1865bd66d15b.tar.zst freebsd-ports-graphics-92394dc96b7e9e8b5685bdeb88ed1865bd66d15b.zip |
Add pear-Crypt_HMAC 1.0.1, PEAR class to calculate RFC 2104
compliant hashes.
PR: 77853
Submitted by: Antônio Carlos Venâncio Júnior
Diffstat (limited to 'security')
-rw-r--r-- | security/Makefile | 1 | ||||
-rw-r--r-- | security/pear-Crypt_HMAC/Makefile | 24 | ||||
-rw-r--r-- | security/pear-Crypt_HMAC/distinfo | 2 | ||||
-rw-r--r-- | security/pear-Crypt_HMAC/pkg-descr | 3 |
4 files changed, 30 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index a77b0d99f87..120ce719c12 100644 --- a/security/Makefile +++ b/security/Makefile @@ -332,6 +332,7 @@ SUBDIR += pear-Auth_HTTP SUBDIR += pear-Auth_SASL SUBDIR += pear-Crypt_CBC + SUBDIR += pear-Crypt_HMAC SUBDIR += pear-Crypt_RC4 SUBDIR += pear-File_Passwd SUBDIR += pear-LiveUser diff --git a/security/pear-Crypt_HMAC/Makefile b/security/pear-Crypt_HMAC/Makefile new file mode 100644 index 00000000000..c4f1735cc06 --- /dev/null +++ b/security/pear-Crypt_HMAC/Makefile @@ -0,0 +1,24 @@ +# Ports collection makefile for: pear-Crypt_HMAC +# Date created: 21 February 2005 +# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) +# +# $FreeBSD$ +# + +PORTNAME= Crypt_HMAC +PORTVERSION= 1.0.1 +CATEGORIES= security www pear + +MAINTAINER= antonio@php.net +COMMENT= PEAR class to calculate RFC 2104 compliant hashes + +BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR +RUN_DEPENDS= ${BUILD_DEPENDS} + +CATEGORY= Crypt +FILES= HMAC.php +TESTS= test.php + +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include <bsd.port.post.mk> diff --git a/security/pear-Crypt_HMAC/distinfo b/security/pear-Crypt_HMAC/distinfo new file mode 100644 index 00000000000..6e9f7f50539 --- /dev/null +++ b/security/pear-Crypt_HMAC/distinfo @@ -0,0 +1,2 @@ +MD5 (PEAR/Crypt_HMAC-1.0.1.tgz) = 7c9781e32d23ff35754fd7261a3aad39 +SIZE (PEAR/Crypt_HMAC-1.0.1.tgz) = 2149 diff --git a/security/pear-Crypt_HMAC/pkg-descr b/security/pear-Crypt_HMAC/pkg-descr new file mode 100644 index 00000000000..48bf056923e --- /dev/null +++ b/security/pear-Crypt_HMAC/pkg-descr @@ -0,0 +1,3 @@ +PEAR class to calculate RFC 2104 compliant hashes. + +WWW: http://pear.php.net/package/Crypt_HMAC/ |