Skip to content

Commit

Permalink
Add pear-Crypt_HMAC 1.0.1, PEAR class to calculate RFC 2104
Browse files Browse the repository at this point in the history
compliant hashes.

PR:		77853
Submitted by:	Antônio Carlos Venâncio Júnior
thierry-FreeBSD committed Feb 27, 2005
1 parent 9b3224c commit b4a3db7
Showing 4 changed files with 30 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Original file line number Diff line number Diff line change
@@ -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
24 changes: 24 additions & 0 deletions security/pear-Crypt_HMAC/Makefile
Original file line number Diff line number Diff line change
@@ -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>
2 changes: 2 additions & 0 deletions security/pear-Crypt_HMAC/distinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
MD5 (PEAR/Crypt_HMAC-1.0.1.tgz) = 7c9781e32d23ff35754fd7261a3aad39
SIZE (PEAR/Crypt_HMAC-1.0.1.tgz) = 2149
3 changes: 3 additions & 0 deletions security/pear-Crypt_HMAC/pkg-descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
PEAR class to calculate RFC 2104 compliant hashes.

WWW: http://pear.php.net/package/Crypt_HMAC/

0 comments on commit b4a3db7

Please sign in to comment.