Date: Sun, 18 Jan 2015 11:20:55 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377322 - in head/security: . p5-Digest-GOST Message-ID: <201501181120.t0IBKtKe074065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sun Jan 18 11:20:54 2015 New Revision: 377322 URL: https://svnweb.freebsd.org/changeset/ports/377322 QAT: https://qat.redports.org/buildarchive/r377322/ Log: 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/ Added: head/security/p5-Digest-GOST/ head/security/p5-Digest-GOST/Makefile (contents, props changed) head/security/p5-Digest-GOST/distinfo (contents, props changed) head/security/p5-Digest-GOST/pkg-descr (contents, props changed) head/security/p5-Digest-GOST/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Sun Jan 18 11:17:17 2015 (r377321) +++ head/security/Makefile Sun Jan 18 11:20:54 2015 (r377322) @@ -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 Added: head/security/p5-Digest-GOST/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-GOST/Makefile Sun Jan 18 11:20:54 2015 (r377322) @@ -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> Added: head/security/p5-Digest-GOST/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-GOST/distinfo Sun Jan 18 11:20:54 2015 (r377322) @@ -0,0 +1,2 @@ +SHA256 (Digest-GOST-0.06.tar.gz) = b2b800f55e407d819de68580cad87038b679be8fc9f3e9ad26430b0ce239a976 +SIZE (Digest-GOST-0.06.tar.gz) = 39496 Added: head/security/p5-Digest-GOST/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-GOST/pkg-descr Sun Jan 18 11:20:54 2015 (r377322) @@ -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/ Added: head/security/p5-Digest-GOST/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Digest-GOST/pkg-plist Sun Jan 18 11:20:54 2015 (r377322) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501181120.t0IBKtKe074065>