summaryrefslogtreecommitdiff
path: root/misc/p5-Locale-Codes
diff options
context:
space:
mode:
authorhiramatsu <hiramatsu@pkgsrc.org>2011-12-15 05:51:15 +0000
committerhiramatsu <hiramatsu@pkgsrc.org>2011-12-15 05:51:15 +0000
commit38eb674a26652756bbff0eda2e5805e4bda27f5e (patch)
tree5db6884336a2d8b214441e94bc6f7c2c145ccf1c /misc/p5-Locale-Codes
parent580f78428c230e77dbf6377c53a9e06e12da941f (diff)
downloadpkgsrc-38eb674a26652756bbff0eda2e5805e4bda27f5e.tar.gz
Update p5-Locale-Codes to 3.20.
Changes from previous: ---------------------- VERSION 3.20 (2011−12−01) NEW CODE(s) Added limited support for deprecated codes The code2XXX, XXX2code, all_XXX_codes, and all_XXX_names functions now support retired codes. RT 71124 Fixed capitalization The ’South Sudan’ country was all caps. RT 71024 Pod tests off by default The pod tests will not run at install time. RT 71122 Codesets may be specified by name All codesets may be specified by a constant or by their name now. Previously, they were specified only by a constant. alias_code deprecated The alias_code function exists for backward compatibility. It has been replaced by rename_country_code . The alias_code function will be removed sometime after September, 2013 . Code cleanup All work is now done in the central module (Locale::Codes). Previously, some was still done in the wrapper modules (Locale::Codes::*) but that is gone now. Added LangFam module Added Language Family codes (langfam) as defined in ISO 639−5. VERSION 3.18 (2011−08−31) NEW CODE(s) No longer use CIA data The CIA world added non‐standard values, so I no longer use it as a source of data. Based on a report by Michiel Beijen. VERSION 3.17 (2011−06−28) NEW CODE(s) Added new types of codes Added Language Extension codes (langext) and Language Variation codes (langvar) as defined in the IANA language registry. Added new codeset(s) Added language codes from ISO 639−5 Added language/script codes from the IANA language subtag registry Bug fixes Fixed an uninitialized value warning. RT 67438 Fixed the return value for the all_XXX_codes and all_XXX_names functions. RT 69100 Reorganized code Reorganized modules to move Locale::MODULE to Locale::Codes::MODULE to allow for cleaner future additions. The original four modules (Locale::Language, Locale::Currency, Locale::Country, Locale::Script) will continue to work, but all new sets of codes will be added in the Locale::Codes namespace. VERSION 3.16 (2011−03−01; sbeck) NEW CODE(s) VERSION 3.15 (2010−12−02; sbeck) NEW CODE(s) Minor fixes Added version number to Makefile.PL/Build.PL requirement for POD testing modules. RT 62247 Changed ’use vars’ to ’our’ VERSION 3.14 (2010−09−28; sbeck) NEW CODE(s) Bug fixes Stripped out some HTML that got included with some codes.
Diffstat (limited to 'misc/p5-Locale-Codes')
-rw-r--r--misc/p5-Locale-Codes/Makefile5
-rw-r--r--misc/p5-Locale-Codes/distinfo8
2 files changed, 6 insertions, 7 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile
index f4f046d6ace..d31e7b07a2d 100644
--- a/misc/p5-Locale-Codes/Makefile
+++ b/misc/p5-Locale-Codes/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2011/08/14 13:45:16 obache Exp $
+# $NetBSD: Makefile,v 1.30 2011/12/15 05:51:15 hiramatsu Exp $
-DISTNAME= Locale-Codes-3.13
+DISTNAME= Locale-Codes-3.20
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 1
SVR4_PKGNAME= p5lco
CATEGORIES= misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/}
diff --git a/misc/p5-Locale-Codes/distinfo b/misc/p5-Locale-Codes/distinfo
index 9570fa19f64..8ca61467b94 100644
--- a/misc/p5-Locale-Codes/distinfo
+++ b/misc/p5-Locale-Codes/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2010/09/06 11:08:25 wiz Exp $
+$NetBSD: distinfo,v 1.8 2011/12/15 05:51:15 hiramatsu Exp $
-SHA1 (Locale-Codes-3.13.tar.gz) = 83a3eff8b7eae646c81594c52724fa37ef4719c9
-RMD160 (Locale-Codes-3.13.tar.gz) = 2700caf2e3de1c1df4a45499663cb82f4a3cf7c3
-Size (Locale-Codes-3.13.tar.gz) = 112041 bytes
+SHA1 (Locale-Codes-3.20.tar.gz) = 669f8516b57257d64f5f7f3110820180b0e4ea0c
+RMD160 (Locale-Codes-3.20.tar.gz) = 01a7dfef4337ce10c2dafa68315882eb5abde52e
+Size (Locale-Codes-3.20.tar.gz) = 759849 bytes