This module provides two functions to encode and decode base32 strings.

WWW: http://search.cpan.org/dist/Convert-Base32/
This commit is contained in:
Kurt Jaeger 2015-07-28 13:06:56 +00:00
parent 0af731e3c1
commit d003ce7115
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393071
5 changed files with 23 additions and 0 deletions

View File

@ -56,6 +56,7 @@
SUBDIR += p5-Convert-ASCII-Armour
SUBDIR += p5-Convert-ASN1
SUBDIR += p5-Convert-BER
SUBDIR += p5-Convert-Base32
SUBDIR += p5-Convert-Bencode
SUBDIR += p5-Convert-Bencode_XS
SUBDIR += p5-Convert-BinHex

View File

@ -0,0 +1,15 @@
# $FreeBSD$
PORTNAME= Convert-Base32
PORTVERSION= 0.06
CATEGORIES= converters perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= pi@FreeBSD.org
COMMENT= Encoding and decoding of base32 strings
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Convert-Base32-0.06.tar.gz) = 4ba82c167c41f455aa8284738727e4c94a2ebcb1c4ce797f6fda07245a642115
SIZE (Convert-Base32-0.06.tar.gz) = 4176

View File

@ -0,0 +1,3 @@
This module provides two functions to encode and decode base32 strings.
WWW: http://search.cpan.org/dist/Convert-Base32/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Convert/Base32.pm
%%PERL5_MAN3%%/Convert::Base32.3.gz