diff options
author | mef <mef> | 2014-07-16 12:10:02 +0000 |
---|---|---|
committer | mef <mef> | 2014-07-16 12:10:02 +0000 |
commit | 2a431e8de02b507b6544f04fe8dc7357f783813c (patch) | |
tree | 0ae3c6072f7abbe10d4b793bc1b78f800826c18e /textproc | |
parent | 835ad7d6915d09e6340de499d55fc73769263f82 (diff) | |
download | pkgsrc-2a431e8de02b507b6544f04fe8dc7357f783813c.tar.gz |
Import p5-Net-IDN-Encode-2.200 as textproc/p5-Net-IDN-Encode.
Perl module including following modules
Net::IDN::Encode -- Internationalized Domain Names in
Applications (IDNA)
Net::IDN::UTS46 -- Unicode IDNA Compatibility Processing
(UTS #46)
Net::IDN::Punycode -- ASCII-compatible encoding of Unicode
(Punycode, RFC 3492)
(security/caff needs this module), thanks gdt@.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Net-IDN-Encode/DESCR | 7 | ||||
-rw-r--r-- | textproc/p5-Net-IDN-Encode/Makefile | 19 | ||||
-rw-r--r-- | textproc/p5-Net-IDN-Encode/distinfo | 5 |
3 files changed, 31 insertions, 0 deletions
diff --git a/textproc/p5-Net-IDN-Encode/DESCR b/textproc/p5-Net-IDN-Encode/DESCR new file mode 100644 index 00000000000..4838eac2c1e --- /dev/null +++ b/textproc/p5-Net-IDN-Encode/DESCR @@ -0,0 +1,7 @@ +Perl module including following modules +Net::IDN::Encode -- Internationalized Domain Names in + Applications (IDNA) +Net::IDN::UTS46 -- Unicode IDNA Compatibility Processing + (UTS #46) +Net::IDN::Punycode -- ASCII-compatible encoding of Unicode + (Punycode, RFC 3492) diff --git a/textproc/p5-Net-IDN-Encode/Makefile b/textproc/p5-Net-IDN-Encode/Makefile new file mode 100644 index 00000000000..b556da31499 --- /dev/null +++ b/textproc/p5-Net-IDN-Encode/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1 2014/07/16 12:10:02 mef Exp $ + +DISTNAME= Net-IDN-Encode-2.200 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc perl5 +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/ +MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=Encode/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/~dankogai/Encode/ +COMMENT= Provides interfaces between strings and the rest of the system +LICENSE= ${PERL5_LICENSE} + +PERL5_REQD+= 5.7.3 + +PERL5_PACKLIST= auto/Net/IDN/Encode/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Net-IDN-Encode/distinfo b/textproc/p5-Net-IDN-Encode/distinfo new file mode 100644 index 00000000000..36ccd125909 --- /dev/null +++ b/textproc/p5-Net-IDN-Encode/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2014/07/16 12:10:02 mef Exp $ + +SHA1 (Net-IDN-Encode-2.200.tar.gz) = f7796a9d0404da8222b2c438668463a013fc1983 +RMD160 (Net-IDN-Encode-2.200.tar.gz) = 6cf60a7909f461cfbc42d5b718faabf31d2c566b +Size (Net-IDN-Encode-2.200.tar.gz) = 448582 bytes |