diff options
author | sno <sno@pkgsrc.org> | 2010-03-08 18:15:51 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-08 18:15:51 +0000 |
commit | fad670b4a090c9459e240b218320d34d667e8d91 (patch) | |
tree | d7cf07c5d651ebe0c59e45e3710db2627b7af098 /misc | |
parent | 7035b3808f8994cf2002e2329a0605f581d58016 (diff) | |
download | pkgsrc-fad670b4a090c9459e240b218320d34d667e8d91.tar.gz |
Updating misc/p5-Locale-Codes from 2.07nb1 to 3.11
pkgsrc changes:
- Add license definition
Upstream changes:
3.11 2010-03-01 sbeck
* NEW CODE(s)
* Added the IANA domain names to Country
* Fixed a problem that produced warnings with perl 5.11.5.
Jerry D. Hedden
*
3.10 2010-02-18 sbeck
* Moved support files into the Locale::Codes namespace.
* The work done in each of the Locale::XXX modules was
virtually identical to each other. It has all
been moved to a central module and the
Locale::XXX moduels are now just wrappers.
* The XXX_code2code functions would return undef if the
same codeset were passed in for both the 2nd and
3rd arguments. This doesn't make sense and has
been changed.
* Added all semi-private routines (except for the
couple that were already present):
rename_XXX
add_XXX
delete_XXX
add_XXX_alias
delete_XXX_alias
rename_XXX_code
add_XXX_code_alias
delete_XXX_code_alias
* Added "UK" alias. Steve Hay
3.01 2010-02-15 sbeck
* Fixed Makefile.PL and Build.PL to install as core
modules.
3.00 2010-02-10 sbeck
* Took over maintenance of the code
* All codes and country names come from the official
standards
* code2country now returns the name of the country specified
in the standard (if the different standards refer
to the country by different variations in the name,
the results will differe based on the CODESET)
* Added code sets
FIPS 10 country codes
Alpha-3 and Term language codes
Numeric currency codes
* The rename_country funcion from 2.07 would guess the
CODESET (unlike all other functions which used
a default of LOCALE_CODE_ALPHA_2). The guess can
cause problems since (with the addition of FIPS)
codes may appear in different codesets for different
countries. The behavior has been changed to be
the same as other functions (default to
LOCALE_CODE_ALPHA_2).
* Dropped support for _alias_code
* Added language_code2code, currency_code2code
Diffstat (limited to 'misc')
-rw-r--r-- | misc/p5-Locale-Codes/Makefile | 9 | ||||
-rw-r--r-- | misc/p5-Locale-Codes/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/misc/p5-Locale-Codes/Makefile b/misc/p5-Locale-Codes/Makefile index c2991337148..b330d8dd7f2 100644 --- a/misc/p5-Locale-Codes/Makefile +++ b/misc/p5-Locale-Codes/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.25 2008/10/19 19:18:22 he Exp $ +# $NetBSD: Makefile,v 1.26 2010/03/08 18:15:51 sno Exp $ -DISTNAME= Locale-Codes-2.07 +DISTNAME= Locale-Codes-3.11 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +#PKGREVISION= 1 SVR4_PKGNAME= p5lco CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} @@ -10,11 +10,12 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Locale/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Locale-Codes/ COMMENT= Perl5 module for ISO 3166, 639, 4217 and 15924 codes +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Locale-Codes/.packlist +PERL5_PACKLIST= auto/Locale/Codes/.packlist PKG_DESTDIR_SUPPORT= user-destdir diff --git a/misc/p5-Locale-Codes/distinfo b/misc/p5-Locale-Codes/distinfo index e3e782c9b64..787afa0ba6d 100644 --- a/misc/p5-Locale-Codes/distinfo +++ b/misc/p5-Locale-Codes/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2008/05/28 20:52:33 abs Exp $ +$NetBSD: distinfo,v 1.6 2010/03/08 18:15:51 sno Exp $ -SHA1 (Locale-Codes-2.07.tar.gz) = 1dc5c131a3892a92fc62e8961ad4c72d4d19f232 -RMD160 (Locale-Codes-2.07.tar.gz) = 63b170437b1ace1bf249d8c3fb24e1b4614e768b -Size (Locale-Codes-2.07.tar.gz) = 25886 bytes +SHA1 (Locale-Codes-3.11.tar.gz) = ddb6c0f874d9add912bf358323b40a1209f76a2d +RMD160 (Locale-Codes-3.11.tar.gz) = 6d1def04c97ca4108a75fd475b2dc33c292e402b +Size (Locale-Codes-3.11.tar.gz) = 111710 bytes |