aboutsummaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2018-06-16 19:12:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2018-06-16 19:12:02 +0000
commit2d6268816d2fc12c70c64b393801cb6689385692 (patch)
treecd718171fb8430d4448844d127c11b0c94f024b7 /converters
parent251321619c102c3dc5e653311482cc790ba42bf0 (diff)
Notes
Diffstat (limited to 'converters')
-rw-r--r--converters/Makefile1
-rw-r--r--converters/p5-Encode-Base58-GMP/Makefile21
-rw-r--r--converters/p5-Encode-Base58-GMP/distinfo3
-rw-r--r--converters/p5-Encode-Base58-GMP/pkg-descr3
-rw-r--r--converters/p5-Encode-Base58-GMP/pkg-plist2
5 files changed, 30 insertions, 0 deletions
diff --git a/converters/Makefile b/converters/Makefile
index 37b3f959ef86..dce11649d453 100644
--- a/converters/Makefile
+++ b/converters/Makefile
@@ -87,6 +87,7 @@
SUBDIR += p5-Encode
SUBDIR += p5-Encode-Base32-Crockford
SUBDIR += p5-Encode-Base32-GMP
+ SUBDIR += p5-Encode-Base58-GMP
SUBDIR += p5-Encode-Detect
SUBDIR += p5-Encode-Detect-CJK
SUBDIR += p5-Encode-DoubleEncodedUTF8
diff --git a/converters/p5-Encode-Base58-GMP/Makefile b/converters/p5-Encode-Base58-GMP/Makefile
new file mode 100644
index 000000000000..59d0e39e185a
--- /dev/null
+++ b/converters/p5-Encode-Base58-GMP/Makefile
@@ -0,0 +1,21 @@
+# $FreeBSD$
+
+PORTNAME= Encode-Base58-GMP
+PORTVERSION= 1.00
+CATEGORIES= converters perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= bokutin@bokut.in
+COMMENT= High speed Base58 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-Base58-GMP/distinfo b/converters/p5-Encode-Base58-GMP/distinfo
new file mode 100644
index 000000000000..1aedcbfa8800
--- /dev/null
+++ b/converters/p5-Encode-Base58-GMP/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1506838544
+SHA256 (Encode-Base58-GMP-1.00.tar.gz) = 2c61d655864392700e1415da8a1d32ca9cdfc86e5a4acfa1cd959072dd1da55f
+SIZE (Encode-Base58-GMP-1.00.tar.gz) = 16049
diff --git a/converters/p5-Encode-Base58-GMP/pkg-descr b/converters/p5-Encode-Base58-GMP/pkg-descr
new file mode 100644
index 000000000000..a746d45d764c
--- /dev/null
+++ b/converters/p5-Encode-Base58-GMP/pkg-descr
@@ -0,0 +1,3 @@
+High speed Base58 encoding using GMP with BigInt and MD5 support
+
+WWW: https://github.com/grokify/base58-gmp-perl
diff --git a/converters/p5-Encode-Base58-GMP/pkg-plist b/converters/p5-Encode-Base58-GMP/pkg-plist
new file mode 100644
index 000000000000..4bcb57d1de7a
--- /dev/null
+++ b/converters/p5-Encode-Base58-GMP/pkg-plist
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Encode/Base58/GMP.pm
+%%PERL5_MAN3%%/Encode::Base58::GMP.3.gz