import ports/converters/p5-Convert-Base32, feedback/tweaks/ok giovanni@

This module provides functions to convert string from/to RFC4648
Base32 encoding, designed to encode non-ASCII characters in
DNS-compatible host name parts (A..Z, 2..7).
This commit is contained in:
sthen 2011-03-11 13:40:20 +00:00
parent ec108e38f5
commit 9f1fd52048
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,19 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/11 13:40:20 sthen Exp $
COMMENT = encoding and decoding of base32 (RFC4648) strings
DISTNAME = Convert-Base32-0.05
CATEGORIES = converters
# Perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM = Yes
PERMIT_DISTFILES_FTP = Yes
MODULES = cpan
REGRESS_DEPENDS = devel/p5-Test-Exception
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Convert-Base32-0.05.tar.gz) = uuZAt5gdVZboZlpMKOd3tw==
RMD160 (Convert-Base32-0.05.tar.gz) = NW2mI8XczOwc8hbjSAectExuOR4=
SHA1 (Convert-Base32-0.05.tar.gz) = CbB+q6BInl6RLrIsF8rDkcqup9s=
SHA256 (Convert-Base32-0.05.tar.gz) = /VqDLQL15qCOULqfxog0hpZy+F+PU2XMHWkNOwA8QyE=
SIZE (Convert-Base32-0.05.tar.gz) = 4113

View File

@ -0,0 +1,3 @@
This module provides functions to convert string from/to RFC4648
Base32 encoding, designed to encode non-ASCII characters in
DNS-compatible host name parts (A..Z, 2..7).

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/03/11 13:40:20 sthen Exp $
${P5SITE}/Convert/
${P5SITE}/Convert/Base32.pm
@man man/man3p/Convert::Base32.3p