New port: security/p5-Digest-GOST
Digest::GOST provides an interface to the GOST R 34.11-94 message digest algorithm, also defined in RFC 5831. WWW: http://search.cpan.org/dist/Digest-GOST/
This commit is contained in:
parent
b061f60787
commit
68aae0b0e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377322
5 changed files with 33 additions and 0 deletions
|
@ -552,6 +552,7 @@
|
|||
SUBDIR += p5-Digest-EMAC
|
||||
SUBDIR += p5-Digest-Elf
|
||||
SUBDIR += p5-Digest-FNV
|
||||
SUBDIR += p5-Digest-GOST
|
||||
SUBDIR += p5-Digest-HMAC
|
||||
SUBDIR += p5-Digest-Hashcash
|
||||
SUBDIR += p5-Digest-Haval256
|
||||
|
|
21
security/p5-Digest-GOST/Makefile
Normal file
21
security/p5-Digest-GOST/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Digest-GOST
|
||||
PORTVERSION= 0.06
|
||||
CATEGORIES= security perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= pi@FreeBSD.org
|
||||
COMMENT= Perl interface to the GOST R 34.11-94 digest algorithm
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
post-stage:
|
||||
${STRIP_CMD} ${STAGEDIR}${SITE_ARCH}/auto/Digest/GOST/GOST.so
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Digest-GOST/distinfo
Normal file
2
security/p5-Digest-GOST/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (Digest-GOST-0.06.tar.gz) = b2b800f55e407d819de68580cad87038b679be8fc9f3e9ad26430b0ce239a976
|
||||
SIZE (Digest-GOST-0.06.tar.gz) = 39496
|
4
security/p5-Digest-GOST/pkg-descr
Normal file
4
security/p5-Digest-GOST/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Digest::GOST provides an interface to the GOST R 34.11-94
|
||||
message digest algorithm, also defined in RFC 5831.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Digest-GOST/
|
5
security/p5-Digest-GOST/pkg-plist
Normal file
5
security/p5-Digest-GOST/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_ARCH%%/Digest/GOST.pm
|
||||
%%SITE_ARCH%%/Digest/GOST/CryptoPro.pm
|
||||
%%SITE_ARCH%%/auto/Digest/GOST/GOST.so
|
||||
%%PERL5_MAN3%%/Digest::GOST.3.gz
|
||||
%%PERL5_MAN3%%/Digest::GOST::CryptoPro.3.gz
|
Loading…
Reference in a new issue