From 3f48a3794167cdd8cb71b3bda5298fa10e91d041 Mon Sep 17 00:00:00 2001 From: erwin Date: Mon, 19 Jan 2004 14:53:30 +0000 Subject: IDNA::Punycode is a module to encode / decode Unicode strings into Punycode, an efficient encoding of Unicode for use with IDNA. WWW: http://search.cpan.org/dist/IDNA-Punycode/ Sponsored by: pil.dk --- textproc/Makefile | 1 + textproc/p5-IDNA-Punycode/Makefile | 31 +++++++++++++++++++++++++++++++ textproc/p5-IDNA-Punycode/distinfo | 1 + textproc/p5-IDNA-Punycode/pkg-descr | 4 ++++ textproc/p5-IDNA-Punycode/pkg-plist | 5 +++++ 5 files changed, 42 insertions(+) create mode 100644 textproc/p5-IDNA-Punycode/Makefile create mode 100644 textproc/p5-IDNA-Punycode/distinfo create mode 100644 textproc/p5-IDNA-Punycode/pkg-descr create mode 100644 textproc/p5-IDNA-Punycode/pkg-plist (limited to 'textproc') diff --git a/textproc/Makefile b/textproc/Makefile index e501d16..e7ef6fa 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -204,6 +204,7 @@ SUBDIR += p5-Filter-Simple SUBDIR += p5-FreeBSD-Ports SUBDIR += p5-HTML-Format + SUBDIR += p5-IDNA-Punycode SUBDIR += p5-LJ-SpellCheck SUBDIR += p5-Lingua-Conjunction SUBDIR += p5-Lingua-EN-AddressParse diff --git a/textproc/p5-IDNA-Punycode/Makefile b/textproc/p5-IDNA-Punycode/Makefile new file mode 100644 index 0000000..31a9d42 --- /dev/null +++ b/textproc/p5-IDNA-Punycode/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: p5-IDNA-Punycode +# Date created: Jan 19 2004 +# Whom: Erwin Lansing +# +# $FreeBSD$ +# + +PORTNAME= IDNA-Punycode +PORTVERSION= 0.02 +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= ../../authors/id/M/MI/MIYAGAWA +PKGNAMEPREFIX= p5- + +MAINTAINER= erwin@FreeBSD.org +COMMENT= Perl module to encode Unicode string in Punycode + +BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= IDNA::Punycode.3 + +.include + +.if ${PERL_LEVEL} < 500600 +#IGNORE= Port requires perl 5.6.0 or later. Install lang/per5 then try again +.endif + +.include diff --git a/textproc/p5-IDNA-Punycode/distinfo b/textproc/p5-IDNA-Punycode/distinfo new file mode 100644 index 0000000..e19ca2f --- /dev/null +++ b/textproc/p5-IDNA-Punycode/distinfo @@ -0,0 +1 @@ +MD5 (IDNA-Punycode-0.02.tar.gz) = e4cb6cb3f4044224475ef06f847f6667 diff --git a/textproc/p5-IDNA-Punycode/pkg-descr b/textproc/p5-IDNA-Punycode/pkg-descr new file mode 100644 index 0000000..57a38f1 --- /dev/null +++ b/textproc/p5-IDNA-Punycode/pkg-descr @@ -0,0 +1,4 @@ +IDNA::Punycode is a module to encode / decode Unicode strings into +Punycode, an efficient encoding of Unicode for use with IDNA. + +WWW: http://search.cpan.org/dist/IDNA-Punycode/ diff --git a/textproc/p5-IDNA-Punycode/pkg-plist b/textproc/p5-IDNA-Punycode/pkg-plist new file mode 100644 index 0000000..1004283 --- /dev/null +++ b/textproc/p5-IDNA-Punycode/pkg-plist @@ -0,0 +1,5 @@ +%%SITE_PERL%%/mach/auto/IDNA/Punycode/.packlist +%%SITE_PERL%%/IDNA/Punycode.pm +@dirrm %%SITE_PERL%%/mach/auto/IDNA/Punycode +@unexec rmdir %D/%%SITE_PERL%%/mach/auto/IDNA 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/IDNA 2>/dev/null || true -- cgit v1.1