diff options
author | timur <timur@FreeBSD.org> | 2010-12-10 09:22:19 +0800 |
---|---|---|
committer | timur <timur@FreeBSD.org> | 2010-12-10 09:22:19 +0800 |
commit | 2aee38d2da6634591b78b36cb00188d7e4f716ee (patch) | |
tree | b97bd35d25e9d4b792616b67302c1bbc4c4e6c36 /textproc/p5-Net-IDN-Encode | |
parent | 0cabf82197b8fed964f0ee69a3512ad3aaee9781 (diff) | |
download | freebsd-ports-gnome-2aee38d2da6634591b78b36cb00188d7e4f716ee.tar.gz freebsd-ports-gnome-2aee38d2da6634591b78b36cb00188d7e4f716ee.tar.zst freebsd-ports-gnome-2aee38d2da6634591b78b36cb00188d7e4f716ee.zip |
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").
Diffstat (limited to 'textproc/p5-Net-IDN-Encode')
-rw-r--r-- | textproc/p5-Net-IDN-Encode/Makefile | 25 | ||||
-rw-r--r-- | textproc/p5-Net-IDN-Encode/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Net-IDN-Encode/pkg-descr | 9 | ||||
-rw-r--r-- | textproc/p5-Net-IDN-Encode/pkg-plist | 11 |
4 files changed, 47 insertions, 0 deletions
diff --git a/textproc/p5-Net-IDN-Encode/Makefile b/textproc/p5-Net-IDN-Encode/Makefile new file mode 100644 index 000000000000..4b69a50e9e17 --- /dev/null +++ b/textproc/p5-Net-IDN-Encode/Makefile @@ -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> diff --git a/textproc/p5-Net-IDN-Encode/distinfo b/textproc/p5-Net-IDN-Encode/distinfo new file mode 100644 index 000000000000..84ad9106b6e4 --- /dev/null +++ b/textproc/p5-Net-IDN-Encode/distinfo @@ -0,0 +1,2 @@ +SHA256 (Net-IDN-Encode-1.100.tar.gz) = aecb018696db9f7a2b13a1fc57638bce99215450f5292a768b4290f7e55e87fe +SIZE (Net-IDN-Encode-1.100.tar.gz) = 23227 diff --git a/textproc/p5-Net-IDN-Encode/pkg-descr b/textproc/p5-Net-IDN-Encode/pkg-descr new file mode 100644 index 000000000000..caba9f929535 --- /dev/null +++ b/textproc/p5-Net-IDN-Encode/pkg-descr @@ -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/ diff --git a/textproc/p5-Net-IDN-Encode/pkg-plist b/textproc/p5-Net-IDN-Encode/pkg-plist new file mode 100644 index 000000000000..0fbae7b4fa49 --- /dev/null +++ b/textproc/p5-Net-IDN-Encode/pkg-plist @@ -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 |