diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2018-06-16 19:01:32 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2018-06-16 19:01:32 +0000 |
commit | d8db2e0d5f62d2d9ccee0901fe238bb5bf4e1bd7 (patch) | |
tree | 303c0d554bc53f8d09a60269a6388694993de938 /converters | |
parent | 63425c82e40ab02b0458ea1dcf058d0d9d78248a (diff) | |
download | ports-d8db2e0d5f62d2d9ccee0901fe238bb5bf4e1bd7.tar.gz ports-d8db2e0d5f62d2d9ccee0901fe238bb5bf4e1bd7.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/Makefile | 1 | ||||
-rw-r--r-- | converters/p5-Encode-Base32-GMP/Makefile | 21 | ||||
-rw-r--r-- | converters/p5-Encode-Base32-GMP/distinfo | 3 | ||||
-rw-r--r-- | converters/p5-Encode-Base32-GMP/pkg-descr | 3 | ||||
-rw-r--r-- | converters/p5-Encode-Base32-GMP/pkg-plist | 2 |
5 files changed, 30 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile index e56fc9b83607..37b3f959ef86 100644 --- a/converters/Makefile +++ b/converters/Makefile @@ -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 diff --git a/converters/p5-Encode-Base32-GMP/Makefile b/converters/p5-Encode-Base32-GMP/Makefile new file mode 100644 index 000000000000..9136c3518f1b --- /dev/null +++ b/converters/p5-Encode-Base32-GMP/Makefile @@ -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> diff --git a/converters/p5-Encode-Base32-GMP/distinfo b/converters/p5-Encode-Base32-GMP/distinfo new file mode 100644 index 000000000000..4104bca2b09d --- /dev/null +++ b/converters/p5-Encode-Base32-GMP/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1506838361 +SHA256 (Encode-Base32-GMP-0.02.tar.gz) = 454206fa7d82e55e03274698732341b607150f00e8e2aec58f35326a030832dc +SIZE (Encode-Base32-GMP-0.02.tar.gz) = 24553 diff --git a/converters/p5-Encode-Base32-GMP/pkg-descr b/converters/p5-Encode-Base32-GMP/pkg-descr new file mode 100644 index 000000000000..a59de2622d26 --- /dev/null +++ b/converters/p5-Encode-Base32-GMP/pkg-descr @@ -0,0 +1,3 @@ +High speed Base32 encoding using GMP with BigInt and MD5 support + +WWW: https://www.crockford.com/wrmg/base32.html diff --git a/converters/p5-Encode-Base32-GMP/pkg-plist b/converters/p5-Encode-Base32-GMP/pkg-plist new file mode 100644 index 000000000000..5e21cb4466da --- /dev/null +++ b/converters/p5-Encode-Base32-GMP/pkg-plist @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Encode/Base32/GMP.pm +%%PERL5_MAN3%%/Encode::Base32::GMP.3.gz |