Initial import Digest-HMAC 1.01
This commit is contained in:
parent
83d657b181
commit
da1d7f74ba
28
security/p5-Digest-HMAC/Makefile
Normal file
28
security/p5-Digest-HMAC/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2002/02/08 06:56:48 kevlo Exp $
|
||||
|
||||
COMMENT= "interface to HMAC Message-Digest Algorithms"
|
||||
|
||||
DISTNAME= Digest-HMAC-1.01
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
NEED_VERSION= 1.504
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Digest
|
||||
|
||||
BUILD_DEPENDS= ::security/p5-Digest-MD5 \
|
||||
::security/p5-Digest-SHA1
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
REGRESS_DEPENDS= ::devel/p5-Test-Harness
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/p5-Digest-HMAC/distinfo
Normal file
3
security/p5-Digest-HMAC/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (Digest-HMAC-1.01.tar.gz) = 32dc54c765100c638b5d7f7ff4c5c626
|
||||
RMD160 (Digest-HMAC-1.01.tar.gz) = 44386a18bc9bbe6513c647bb20ccb0fd4dcebc17
|
||||
SHA1 (Digest-HMAC-1.01.tar.gz) = 808d33f87874d87842d377aa49b302dfc1126691
|
8
security/p5-Digest-HMAC/pkg/DESCR
Normal file
8
security/p5-Digest-HMAC/pkg/DESCR
Normal file
@ -0,0 +1,8 @@
|
||||
HMAC is used for message integrity checks between two parties that
|
||||
share a secret key, and works in combination with some other Digest
|
||||
algorithm, usually MD5 or SHA-1. The HMAC mechanism is described in
|
||||
RFC 2104.
|
||||
|
||||
The Digest::HMAC module follow the common Digest:: interface, but the
|
||||
constructor takes the secret key and the name of some other simple
|
||||
Digest:: module as argument.
|
7
security/p5-Digest-HMAC/pkg/PLIST
Normal file
7
security/p5-Digest-HMAC/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/02/08 06:56:48 kevlo Exp $
|
||||
libdata/perl5/site_perl/Digest/HMAC.pm
|
||||
libdata/perl5/site_perl/Digest/HMAC_MD5.pm
|
||||
libdata/perl5/site_perl/Digest/HMAC_SHA1.pm
|
||||
man/man3/Digest::HMAC.3p
|
||||
man/man3/Digest::HMAC_MD5.3p
|
||||
man/man3/Digest::HMAC_SHA1.3p
|
Loading…
Reference in New Issue
Block a user