pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/misc/p5-I18N-LangTags Import p5-I18N-LangTags 0.30
details: https://anonhg.NetBSD.org/pkgsrc/rev/bf297cb91161
branches: trunk
changeset: 475262:bf297cb91161
user: mjl <mjl%pkgsrc.org@localhost>
date: Thu May 13 08:21:08 2004 +0000
description:
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:
misc/p5-I18N-LangTags/DESCR | 6 ++++++
misc/p5-I18N-LangTags/Makefile | 17 +++++++++++++++++
misc/p5-I18N-LangTags/PLIST | 1 +
misc/p5-I18N-LangTags/distinfo | 4 ++++
4 files changed, 28 insertions(+), 0 deletions(-)
diffs (44 lines):
diff -r 285057a83e4e -r bf297cb91161 misc/p5-I18N-LangTags/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-I18N-LangTags/DESCR Thu May 13 08:21:08 2004 +0000
@@ -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 -r 285057a83e4e -r bf297cb91161 misc/p5-I18N-LangTags/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-I18N-LangTags/Makefile Thu May 13 08:21:08 2004 +0000
@@ -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@localhost
+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 -r 285057a83e4e -r bf297cb91161 misc/p5-I18N-LangTags/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-I18N-LangTags/PLIST Thu May 13 08:21:08 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/05/13 08:21:08 mjl Exp $
diff -r 285057a83e4e -r bf297cb91161 misc/p5-I18N-LangTags/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/misc/p5-I18N-LangTags/distinfo Thu May 13 08:21:08 2004 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index