diff --git a/security/p5-Digest-HMAC/Makefile b/security/p5-Digest-HMAC/Makefile new file mode 100644 index 00000000000..41b1ba79a78 --- /dev/null +++ b/security/p5-Digest-HMAC/Makefile @@ -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 + +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 diff --git a/security/p5-Digest-HMAC/distinfo b/security/p5-Digest-HMAC/distinfo new file mode 100644 index 00000000000..eb0d3f43117 --- /dev/null +++ b/security/p5-Digest-HMAC/distinfo @@ -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 diff --git a/security/p5-Digest-HMAC/pkg/DESCR b/security/p5-Digest-HMAC/pkg/DESCR new file mode 100644 index 00000000000..c2ded75404e --- /dev/null +++ b/security/p5-Digest-HMAC/pkg/DESCR @@ -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. diff --git a/security/p5-Digest-HMAC/pkg/PLIST b/security/p5-Digest-HMAC/pkg/PLIST new file mode 100644 index 00000000000..00f45e50bda --- /dev/null +++ b/security/p5-Digest-HMAC/pkg/PLIST @@ -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