Date: Sat, 16 Jun 2018 19:01:33 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472563 - in head/converters: . p5-Encode-Base32-GMP Message-ID: <201806161901.w5GJ1X0p032778@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Sat Jun 16 19:01:32 2018 New Revision: 472563 URL: https://svnweb.freebsd.org/changeset/ports/472563 Log: Add converters/converters/p5-Encode-Base32-GMP High speed Base32 encoding using GMP with BigInt and MD5 support PR: 229047 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Added: head/converters/p5-Encode-Base32-GMP/ head/converters/p5-Encode-Base32-GMP/Makefile (contents, props changed) head/converters/p5-Encode-Base32-GMP/distinfo (contents, props changed) head/converters/p5-Encode-Base32-GMP/pkg-descr (contents, props changed) head/converters/p5-Encode-Base32-GMP/pkg-plist (contents, props changed) Modified: head/converters/Makefile Modified: head/converters/Makefile ============================================================================== --- head/converters/Makefile Sat Jun 16 18:54:06 2018 (r472562) +++ head/converters/Makefile Sat Jun 16 19:01:32 2018 (r472563) @@ -86,6 +86,7 @@ SUBDIR += p5-Data-AMF SUBDIR += p5-Encode SUBDIR += p5-Encode-Base32-Crockford + SUBDIR += p5-Encode-Base32-GMP SUBDIR += p5-Encode-Detect SUBDIR += p5-Encode-Detect-CJK SUBDIR += p5-Encode-DoubleEncodedUTF8 Added: head/converters/p5-Encode-Base32-GMP/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-Encode-Base32-GMP/Makefile Sat Jun 16 19:01:32 2018 (r472563) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Encode-Base32-GMP +PORTVERSION= 0.02 +CATEGORIES= converters perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= High speed Base32 encoding using GMP with BigInt and MD5 support + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= p5-Math-GMPz>=0:math/p5-Math-GMPz +TEST_DEPENDS= p5-Test-Base>=0:devel/p5-Test-Base + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/converters/p5-Encode-Base32-GMP/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-Encode-Base32-GMP/distinfo Sat Jun 16 19:01:32 2018 (r472563) @@ -0,0 +1,3 @@ +TIMESTAMP = 1506838361 +SHA256 (Encode-Base32-GMP-0.02.tar.gz) = 454206fa7d82e55e03274698732341b607150f00e8e2aec58f35326a030832dc +SIZE (Encode-Base32-GMP-0.02.tar.gz) = 24553 Added: head/converters/p5-Encode-Base32-GMP/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-Encode-Base32-GMP/pkg-descr Sat Jun 16 19:01:32 2018 (r472563) @@ -0,0 +1,3 @@ +High speed Base32 encoding using GMP with BigInt and MD5 support + +WWW: https://www.crockford.com/wrmg/base32.html Added: head/converters/p5-Encode-Base32-GMP/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/converters/p5-Encode-Base32-GMP/pkg-plist Sat Jun 16 19:01:32 2018 (r472563) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Encode/Base32/GMP.pm +%%PERL5_MAN3%%/Encode::Base32::GMP.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806161901.w5GJ1X0p032778>