mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Add p5-Digest-SHA 5.31, Perl extension for SHA-1/224/256/384/512.
PR: ports/84570 Submitted by: Travis Campbell <hcoyote@ghostar.org>
This commit is contained in:
parent
651c7e0218
commit
5f92c24a0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=143012
@ -323,6 +323,7 @@
|
||||
SUBDIR += p5-Digest-MD5
|
||||
SUBDIR += p5-Digest-MD5-M4p
|
||||
SUBDIR += p5-Digest-Nilsimsa
|
||||
SUBDIR += p5-Digest-SHA
|
||||
SUBDIR += p5-Digest-SHA1
|
||||
SUBDIR += p5-Digest-SHA2
|
||||
SUBDIR += p5-Digest-SHA256
|
||||
|
26
security/p5-Digest-SHA/Makefile
Normal file
26
security/p5-Digest-SHA/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# Ports collection makefile for: p5-Digest-SHA
|
||||
# Date created: Aug 4, 2005
|
||||
# Whom: Travis Campbell <hcoyote@ghostar.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Digest-SHA
|
||||
PORTVERSION= 5.31
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= ../by-authors/id/M/MS/MSHELOR
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hcoyote@ghostar.org
|
||||
COMMENT= Perl extension for SHA-1/224/256/384/512
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Digest::SHA.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${PERL_LEVEL} <= 500503
|
||||
IGNORE= requires Perl 5.6. Intall lang/perl5 or lang/perl5.8, and try again
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
2
security/p5-Digest-SHA/distinfo
Normal file
2
security/p5-Digest-SHA/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (Digest-SHA-5.31.tar.gz) = 931cf9ac0ce1c93506de8e643585a9cb
|
||||
SIZE (Digest-SHA-5.31.tar.gz) = 45152
|
9
security/p5-Digest-SHA/pkg-descr
Normal file
9
security/p5-Digest-SHA/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Digest-SHA/
|
||||
|
||||
- Travis Campbell
|
||||
hcoyote@ghostar.org
|
9
security/p5-Digest-SHA/pkg-plist
Normal file
9
security/p5-Digest-SHA/pkg-plist
Normal file
@ -0,0 +1,9 @@
|
||||
bin/shasum
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/SHA.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA/SHA.so
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/ 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest/ 2>/dev/null || true
|
Loading…
Reference in New Issue
Block a user