From b4a3db7038b0245a917b60bdc1f7aece69054c02 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Sun, 27 Feb 2005 22:51:27 +0000 Subject: Add pear-Crypt_HMAC 1.0.1, PEAR class to calculate RFC 2104 compliant hashes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR: 77853 Submitted by: Antônio Carlos Venâncio Júnior --- security/pear-Crypt_HMAC/Makefile | 24 ++++++++++++++++++++++++ security/pear-Crypt_HMAC/distinfo | 2 ++ security/pear-Crypt_HMAC/pkg-descr | 3 +++ 3 files changed, 29 insertions(+) create mode 100644 security/pear-Crypt_HMAC/Makefile create mode 100644 security/pear-Crypt_HMAC/distinfo create mode 100644 security/pear-Crypt_HMAC/pkg-descr (limited to 'security/pear-Crypt_HMAC') diff --git a/security/pear-Crypt_HMAC/Makefile b/security/pear-Crypt_HMAC/Makefile new file mode 100644 index 000000000000..c4f1735cc063 --- /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 () +# +# $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 +.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common" +.include diff --git a/security/pear-Crypt_HMAC/distinfo b/security/pear-Crypt_HMAC/distinfo new file mode 100644 index 000000000000..6e9f7f505390 --- /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 000000000000..48bf056923ef --- /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/ -- cgit v1.2.3