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:
parent
ec108e38f5
commit
9f1fd52048
19
converters/p5-Convert-Base32/Makefile
Normal file
19
converters/p5-Convert-Base32/Makefile
Normal 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>
|
5
converters/p5-Convert-Base32/distinfo
Normal file
5
converters/p5-Convert-Base32/distinfo
Normal 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
|
3
converters/p5-Convert-Base32/pkg/DESCR
Normal file
3
converters/p5-Convert-Base32/pkg/DESCR
Normal 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).
|
4
converters/p5-Convert-Base32/pkg/PLIST
Normal file
4
converters/p5-Convert-Base32/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user