import p5-Digest-SHA-5.32
Digest::SHA is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data. submitted by Jasper Lievisse Adriaanse <jasper at nedbsd.nl> help and ok sturm@
This commit is contained in:
parent
8632edd1a1
commit
a34f77700d
22
security/p5-Digest-SHA/Makefile
Normal file
22
security/p5-Digest-SHA/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2005/12/14 22:14:39 steven Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= "perl extension for SHA-1/224/256/384/512"
|
||||
DISTNAME= Digest-SHA-5.32
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= security perl5
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@nedbsd.nl>
|
||||
|
||||
# Artistic/GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Digest/}
|
||||
|
||||
CONFIGURE_STYLE= perl
|
||||
|
||||
.include <bsd.port.mk>
|
4
security/p5-Digest-SHA/distinfo
Normal file
4
security/p5-Digest-SHA/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Digest-SHA-5.32.tar.gz) = 4cf333e87dc1e8cc19eb40dacb008a82
|
||||
RMD160 (Digest-SHA-5.32.tar.gz) = ba16c158d6b5b84f0d2d3594595a7a2867bcafdc
|
||||
SHA1 (Digest-SHA-5.32.tar.gz) = 3f8b064b5e3ec748dc45a6e0d630d7cd477d6c5b
|
||||
SIZE (Digest-SHA-5.32.tar.gz) = 45466
|
4
security/p5-Digest-SHA/pkg/DESCR
Normal file
4
security/p5-Digest-SHA/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Digest::SHA is a complete implementation of the NIST Secure Hash
|
||||
Standard. It gives Perl programmers a convenient way to calculate SHA-1,
|
||||
SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can
|
||||
handle all types of input, including partial-byte data.
|
12
security/p5-Digest-SHA/pkg/PLIST
Normal file
12
security/p5-Digest-SHA/pkg/PLIST
Normal file
@ -0,0 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2005/12/14 22:14:39 steven Exp $
|
||||
bin/shasum
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Digest/
|
||||
${P5ARCH}/Digest/SHA.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Digest/
|
||||
${P5ARCH}/auto/Digest/SHA/
|
||||
${P5ARCH}/auto/Digest/SHA/SHA.bs
|
||||
${P5ARCH}/auto/Digest/SHA/SHA.so
|
||||
@man man/man1/shasum.1
|
||||
@man man/man3p/Digest::SHA.3p
|
Loading…
Reference in New Issue
Block a user