1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00

Add converters/p5-Encode-Base58-GMP

High speed Base58 encoding using GMP with BigInt and MD5 support

PR:		229048
Submitted by:	Tomohiro Hosaka <bokutin@bokut.in>
This commit is contained in:
Kirill Ponomarev 2018-06-16 19:12:02 +00:00
parent 251321619c
commit 2d6268816d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472565
5 changed files with 30 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1506838544
SHA256 (Encode-Base58-GMP-1.00.tar.gz) = 2c61d655864392700e1415da8a1d32ca9cdfc86e5a4acfa1cd959072dd1da55f
SIZE (Encode-Base58-GMP-1.00.tar.gz) = 16049

View File

@ -0,0 +1,3 @@
High speed Base58 encoding using GMP with BigInt and MD5 support
WWW: https://github.com/grokify/base58-gmp-perl

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Encode/Base58/GMP.pm
%%PERL5_MAN3%%/Encode::Base58::GMP.3.gz