Message digest perl5 module.

From quisar@quisar.ambre.net, thanks.
This commit is contained in:
espie 2000-09-17 14:17:16 +00:00
parent 6977f6387b
commit 8e77676533
5 changed files with 56 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2000/09/17 14:17:16 espie Exp $
DISTNAME= Digest-MD5-2.09
PKGNAME= p5-Digest-MD5-2.09
CATEGORIES= security perl5
NEED_VERSION= 1.308
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= MD5
MAINTAINER= quisar@quisar.ambre.net
# Artistic licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Digest-MD5-2.09.tar.gz) = 8be0b95a2803bb9ddca19eaeefb43bb2
RMD160 (Digest-MD5-2.09.tar.gz) = 7f1ac1cc5ddd3d1a380ffd0e98860e2797d733d7
SHA1 (Digest-MD5-2.09.tar.gz) = 3607a875fe24973df2c7600dedc66ebf43da2e42

View File

@ -0,0 +1 @@
perl module to calculate digests

View File

@ -0,0 +1,7 @@
Perl extension interfaces for the following message digest algorithms:
- RSA Data Security Inc. MD5 (RFC 1321)
- RSA Data Security Inc. MD2 (RFC 1319)
- NIST SHA-1 (FIPS PUB 180-1)
Modules to calculate HMAC (RFC 2104) digests are also provided.

View File

@ -0,0 +1,26 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/09/17 14:17:16 espie Exp $
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Digest/SHA1/SHA1.so
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Digest/SHA1/SHA1.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Digest/MD2/MD2.so
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Digest/MD2/MD2.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Digest/MD5/MD5.so
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Digest/MD5/MD5.bs
libdata/perl5/site_perl/${ARCH}-openbsd/auto/Digest/MD5/.packlist
libdata/perl5/site_perl/${ARCH}-openbsd/MD5.pm
libdata/perl5/site_perl/${ARCH}-openbsd/Digest.pm
libdata/perl5/site_perl/${ARCH}-openbsd/SHA.pm
libdata/perl5/site_perl/${ARCH}-openbsd/Digest/HMAC_MD5.pm
libdata/perl5/site_perl/${ARCH}-openbsd/Digest/HMAC_SHA1.pm
libdata/perl5/site_perl/${ARCH}-openbsd/Digest/HMAC.pm
libdata/perl5/site_perl/${ARCH}-openbsd/Digest/MD5.pm
libdata/perl5/site_perl/${ARCH}-openbsd/Digest/MD2.pm
libdata/perl5/site_perl/${ARCH}-openbsd/Digest/SHA1.pm
man/man3/Digest::MD2.3p
man/man3/SHA.3p
man/man3/Digest::SHA1.3p
man/man3/MD5.3p
man/man3/Digest::HMAC_MD5.3p
man/man3/Digest::HMAC_SHA1.3p
man/man3/Digest::HMAC.3p
man/man3/Digest::MD5.3p
man/man3/Digest.3p