This module provides an easy-to-use interface for encoding and decoding

Internationalized Domain Names (IDNs).

IDNs use characters drawn from a large repertoire (Unicode), but IDNA
allows the non-ASCII characters to be represented using only the ASCII
characters already allowed in so-called host names today (letter-digit-
hypen, "/[A-Z0-9-]/i").
This commit is contained in:
Timur I. Bakeyev 2010-12-10 01:22:19 +00:00
parent 9727cb19d8
commit e0f8a6a654
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265956
5 changed files with 48 additions and 0 deletions

View File

@ -535,6 +535,7 @@
SUBDIR += p5-Makefile-Parser
SUBDIR += p5-Markapl
SUBDIR += p5-MathML-Entities
SUBDIR += p5-Net-IDN-Encode
SUBDIR += p5-Net-YASA
SUBDIR += p5-NetAddr-IP-Find
SUBDIR += p5-Number-Format

View File

@ -0,0 +1,25 @@
# New ports collection makefile for: p5-Net-IDN-Encode
# Date created: 10 Dec 2010
# Whom: Timur Bakeyev <bat@cpan.org>
#
# $FreeBSD$
#
PORTNAME= Net-IDN-Encode
PORTVERSION= 1.100
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= timur@FreeBSD.org
COMMENT= Internationalizing Domain Names in Applications (RFC 3490)
RUN_DEPENDS= ${SITE_PERL}/Net/IDN/Nameprep.pm:${PORTSDIR}/converters/p5-Net-IDN-Nameprep
BUILD_DEPENDS= ${RUN_DEPENDS} \
${SITE_PERL}/Test/NoWarnings.pm:${PORTSDIR}/devel/p5-Test-NoWarnings
PERL_MODBUILD= yes
MAN3= Net::IDN::Encode.3 Net::IDN::Punycode.3 Net::IDN::Punycode::PP.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Net-IDN-Encode-1.100.tar.gz) = aecb018696db9f7a2b13a1fc57638bce99215450f5292a768b4290f7e55e87fe
SIZE (Net-IDN-Encode-1.100.tar.gz) = 23227

View File

@ -0,0 +1,9 @@
This module provides an easy-to-use interface for encoding and decoding
Internationalized Domain Names (IDNs).
IDNs use characters drawn from a large repertoire (Unicode), but IDNA
allows the non-ASCII characters to be represented using only the ASCII
characters already allowed in so-called host names today (letter-digit-
hypen, "/[A-Z0-9-]/i").
WWW: http://search.cpan.org/dist/Net-IDN-Encode/

View File

@ -0,0 +1,11 @@
%%SITE_PERL%%/%%PERL_ARCH%%/Net/IDN/Encode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/IDN/Punycode.pm
%%SITE_PERL%%/%%PERL_ARCH%%/Net/IDN/Punycode/PP.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IDN/Punycode/Punycode.bs
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IDN/Punycode/Punycode.so
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IDN/Punycode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/IDN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/IDN/Punycode
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net/IDN
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Net