Add p5-Digest-SHA256 0.01b, perl5 interface to the SHA256 algorithm.
PR: ports/79211 Submitted by: Christopher Nehren
This commit is contained in:
parent
b0bb2c2185
commit
ca95160c4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136168
5 changed files with 45 additions and 0 deletions
|
@ -311,6 +311,7 @@
|
|||
SUBDIR += p5-Digest-Nilsimsa
|
||||
SUBDIR += p5-Digest-SHA1
|
||||
SUBDIR += p5-Digest-SHA2
|
||||
SUBDIR += p5-Digest-SHA256
|
||||
SUBDIR += p5-Email-Obfuscate
|
||||
SUBDIR += p5-File-Scan
|
||||
SUBDIR += p5-Filter-CBC
|
||||
|
|
27
security/p5-Digest-SHA256/Makefile
Normal file
27
security/p5-Digest-SHA256/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: p5-Digest-SHA256
|
||||
# Date created: 2005/03/24
|
||||
# Whom: Christopher Nehren
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# The author of this port needs a good talking-to concerning naming
|
||||
# consistencies. The definitions of DISTNAME *and* WRKSRC are unfortunately
|
||||
# necessary at the current time.
|
||||
|
||||
PORTNAME= Digest-SHA256
|
||||
PORTVERSION= 0.01b
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Digest
|
||||
PKGNAMEPREFIX= p5-
|
||||
DISTNAME= SHA256-${PORTVERSION}
|
||||
|
||||
MAINTAINER= apeiron+ports@coitusmentis.info
|
||||
COMMENT= Perl5 interface to the SHA256 algorithm
|
||||
|
||||
WRKSRC= ${WRKDIR}/SHA256-0.01
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Digest::SHA256.3 Digest::sha256.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Digest-SHA256/distinfo
Normal file
2
security/p5-Digest-SHA256/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (SHA256-0.01b.tar.gz) = 08f2b87bad328275bdebf64c18bfcb31
|
||||
SIZE (SHA256-0.01b.tar.gz) = 9326
|
5
security/p5-Digest-SHA256/pkg-descr
Normal file
5
security/p5-Digest-SHA256/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
The Digest::SHA256 module allows you to use the NIST SHA 256/384/512 hash
|
||||
algorithms in your Perl code. Performance is optimized via the usage of XS
|
||||
code.
|
||||
|
||||
WWW: http://search.cpan.org/search?dist=SHA256
|
10
security/p5-Digest-SHA256/pkg-plist
Normal file
10
security/p5-Digest-SHA256/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
%%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA256.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Digest/SHA256.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/Digest/sha256.pod
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/.packlist
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/SHA256.bs
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/SHA256.so
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/autosplit.ix
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest 2>/dev/null || true
|
Loading…
Reference in a new issue