-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- TN-13.3-U1.1
- TN-13.3-U1
- TN-13.3-RELEASE
- TN-13.3-BETA2
- TN-13.3-BETA1
- TN-13.0-U6.7
- TN-13.0-U6.6
- TN-13.0-U6.5
- TN-13.0-U6.4
- TN-13.0-U6.4-HF01
- TN-13.0-U6.3
- TN-13.0-U6.2
- TN-13.0-U6.1
- TN-13.0-U6
- TN-13.0-U5.3
- TN-13.0-U5.2
- TN-13.0-U5.1
- TN-13.0-U5
- TN-13.0-U4
- TN-13.0-U3.1
- TN-13.0-U3
- TN-13.0-U2
- TN-13.0-U1.1
- TN-13.0-U1
- TN-13.0-RELEASE
- TN-13.0-RC1
- TN-13.0-BETA1
1 parent
9b3224c
commit b4a3db7
Showing
4 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |