Initial import of p5-Digest-SHA1-2.00

Perl module to calculate SHA1 digests
---
The Digest::SHA1 module allows you to use the NIST SHA-1 message
digest algorithm from within Perl programs.  The algorithm takes
as input a message of arbitrary length and produces as output a
160-bit "fingerprint" or "message digest" of the input.

Submit and Maintain : Marc Matteo <marcm@lectroid.net>
This commit is contained in:
shell 2001-12-31 18:18:03 +00:00
parent 80acd08fe1
commit 4d52e7475e
4 changed files with 39 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/12/31 18:18:03 shell Exp $
COMMENT= "module to calculate SHA1 digests"
VERSION= 2.00
DISTNAME= Digest-SHA1-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
NEED_VERSION= 1.503
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Digest
MAINTAINER= Marc Matteo <marcm@lectroid.net>
# Artistic licence
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
CONFIGURE_STYLE= perl
REGRESS_TARGET= test
REGRESS_DEPENDS= ::devel/p5-Test-Harness
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Digest-SHA1-2.00.tar.gz) = 69be4bbde20a6cfd96f6a05830dea98b
RMD160 (Digest-SHA1-2.00.tar.gz) = 3b265983e6e6a22963739316e55c85b4a2f01812
SHA1 (Digest-SHA1-2.00.tar.gz) = eb8a0de27d989974b90ef55f7c86736cd46ab63b

View File

@ -0,0 +1,4 @@
The Digest::SHA1 module allows you to use the NIST SHA-1 message
digest algorithm from within Perl programs. The algorithm takes
as input a message of arbitrary length and produces as output a
160-bit "fingerprint" or "message digest" of the input.

View File

@ -0,0 +1,6 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/12/31 18:18:03 shell Exp $
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/Digest/SHA1.pm
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/SHA1/SHA1.bs
libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/SHA1/SHA1.so
man/man3/Digest::SHA1.3p
@dirrm libdata/perl5/site_perl/${MACHINE_ARCH}-openbsd/auto/Digest/SHA1