diff options
author | mjl <mjl@pkgsrc.org> | 2004-05-13 08:21:08 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2004-05-13 08:21:08 +0000 |
commit | 020674ae97acd78c3eff9d36609943bd502316f5 (patch) | |
tree | 43cf92c53626e6a821583f18dcd781bca91f4f3c /misc | |
parent | ba27c704beaad2801bfdd7577cc11717d7bd8a09 (diff) | |
download | pkgsrc-020674ae97acd78c3eff9d36609943bd502316f5.tar.gz |
Import p5-I18N-LangTags 0.30
Language tags are a formalism, described in RFC 3066 (obsoleting 1766),
for declaring what language form (language and possibly dialect) a given
chunk of information is in.
This library provides functions for common tasks involving language tags
as they are needed in a variety of protocols and applications.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-I18N-LangTags/DESCR | 6 | ||||
-rw-r--r-- | misc/p5-I18N-LangTags/Makefile | 17 | ||||
-rw-r--r-- | misc/p5-I18N-LangTags/PLIST | 1 | ||||
-rw-r--r-- | misc/p5-I18N-LangTags/distinfo | 4 |
4 files changed, 28 insertions, 0 deletions
diff --git a/misc/p5-I18N-LangTags/DESCR b/misc/p5-I18N-LangTags/DESCR new file mode 100644 index 00000000000..7e394f9d478 --- /dev/null +++ b/misc/p5-I18N-LangTags/DESCR @@ -0,0 +1,6 @@ +Language tags are a formalism, described in RFC 3066 (obsoleting 1766), +for declaring what language form (language and possibly dialect) a given +chunk of information is in. + +This library provides functions for common tasks involving language tags +as they are needed in a variety of protocols and applications. diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile new file mode 100644 index 00000000000..f346482bdd0 --- /dev/null +++ b/misc/p5-I18N-LangTags/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/05/13 08:21:08 mjl Exp $ +# + +DISTNAME= I18N-LangTags-0.30 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5ilt +CATEGORIES= misc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=I18N/} + +MAINTAINER= tech-pkg@NetBSD.org +COMMENT= Perl5 functions for dealing with RFC3066-style language tags + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/I18N/LangTags/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/misc/p5-I18N-LangTags/PLIST b/misc/p5-I18N-LangTags/PLIST new file mode 100644 index 00000000000..32118230792 --- /dev/null +++ b/misc/p5-I18N-LangTags/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/13 08:21:08 mjl Exp $ diff --git a/misc/p5-I18N-LangTags/distinfo b/misc/p5-I18N-LangTags/distinfo new file mode 100644 index 00000000000..91ab55d281c --- /dev/null +++ b/misc/p5-I18N-LangTags/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/05/13 08:21:08 mjl Exp $ + +SHA1 (I18N-LangTags-0.30.tar.gz) = be829f7723cb7c595ca1c1efcfefbfa51e7333a3 +Size (I18N-LangTags-0.30.tar.gz) = 29230 bytes |