import p5-Net-IDN-Encode 1.100

This module provides an easy-to-use interface for encoding and decoding
Internationalized Domain Names (IDNs), as described in RFC 3490.

(This module replaces converters/p5-IDN-Punycode)

ok sthen@
This commit is contained in:
jasper 2010-09-16 07:26:16 +00:00
parent c692503ef5
commit 1cfe6df93e
4 changed files with 49 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/09/16 07:26:16 jasper Exp $
SHARED_ONLY= Yes
COMMENT= Internationalizing Domain Names in Applications
DISTNAME= Net-IDN-Encode-1.100
CATEGORIES= net converters
# perl
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
MODULES= cpan
CONFIGURE_STYLE= modbuild
RUN_DEPENDS= :p5-Net-IDN-Nameprep->=1.100:converters/p5-Net-IDN-Nameprep
REGRESS_DEPENDS=::devel/p5-Test-NoWarnings
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (Net-IDN-Encode-1.100.tar.gz) = mpCw2bzHiGwPchTflL+mLw==
RMD160 (Net-IDN-Encode-1.100.tar.gz) = 7O95+LeR/v7XMiSrMdUDRds6xLU=
SHA1 (Net-IDN-Encode-1.100.tar.gz) = RlG6ZnZl8XpF+l6bwBfwj8pEnEQ=
SHA256 (Net-IDN-Encode-1.100.tar.gz) = rssBhpbbn3orE6H8V2OLzpkhVFD1KSp2i0KQ9+Veh/4=
SIZE (Net-IDN-Encode-1.100.tar.gz) = 23227

View File

@ -0,0 +1,2 @@
This module provides an easy-to-use interface for encoding and decoding
Internationalized Domain Names (IDNs), as described in RFC 3490.

View File

@ -0,0 +1,19 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/09/16 07:26:16 jasper Exp $
@pkgpath converters/p5-IDNA-Punycode
@conflict converters/p5-IDNA-Punycode-*
${P5ARCH}/
${P5ARCH}/Net/
${P5ARCH}/Net/IDN/
${P5ARCH}/Net/IDN/Encode.pm
${P5ARCH}/Net/IDN/Punycode/
${P5ARCH}/Net/IDN/Punycode.pm
${P5ARCH}/Net/IDN/Punycode/PP.pm
${P5ARCH}/auto/
${P5ARCH}/auto/Net/
${P5ARCH}/auto/Net/IDN/
${P5ARCH}/auto/Net/IDN/Punycode/
${P5ARCH}/auto/Net/IDN/Punycode/Punycode.bs
${P5ARCH}/auto/Net/IDN/Punycode/Punycode.so
@man man/man3p/Net::IDN::Encode.3p
@man man/man3p/Net::IDN::Punycode.3p
@man man/man3p/Net::IDN::Punycode::PP.3p