diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-02 22:22:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-02 22:22:29 +0000 |
commit | 95a0e33db8f87ed64c17f1c4f4c5b141d5a7aecc (patch) | |
tree | 87006f3a3ceef5362de4bcfd89b870dc47088f80 | |
parent | 4dd03228a82e06951223b777a6bc8e6c7b75a0ba (diff) | |
download | pkgsrc-95a0e33db8f87ed64c17f1c4f4c5b141d5a7aecc.tar.gz |
Update to 0.35:
2004-10-06 Sean M. Burke
* Release 0.35
Bugfix version: locale2language_tag now correctly understands
locale-IDs with at-signs in them, like 'it_IT.utf8@euro' or
'it_IT@euro'. This is now enforced by the new t/20_locales.t
Thanks to Luca 'loopback' Cavalli for letting me know about these
new locale-ID name-styles.
* Release 0.34 -- never happened, because of an upload error
2004-07-01 Sean M. Burke
* Release 0.33
Minor bugfix version:
The test 80_all_env.t was erroneously failing for people with
LC_ALL or LC_MESSAGES set. Fixed. Thanks to everyone, especially
Nicholas Clark, who patiently helped out with this.
2004-06-20 Sean M. Burke
* Release 0.32
Minor bugfix version:
The test 80_all_env.t was erroneously failing under MSWins that
had Win32::Locale installed. A workaround added.
2004-06-17 Sean M. Burke
* Release 0.31
Corrected some unevennesses in when/whether the return values from
I18N::LangTags::Detect's various internal functions would be
downcased. Now they're /always/ downcased, and are /always/ fed
thru alternate_language_tags()!
Also, spiffed up and generally improved the earlier test
80_all_env.t, which not even I could make sense of, and I wrote
the damned thing. Now it's sane, and checks both scalar and
list return values. Thanks to Rafael Garcia-Suarez and the
various CPAN-Testers for prodding me to fix this. (Hopefully the
earlier problems /are/ now fixed! Otherwise there'll be another
version of this module out real soon!)
-rw-r--r-- | misc/p5-I18N-LangTags/Makefile | 6 | ||||
-rw-r--r-- | misc/p5-I18N-LangTags/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/misc/p5-I18N-LangTags/Makefile b/misc/p5-I18N-LangTags/Makefile index 481f4ca25aa..f9403337498 100644 --- a/misc/p5-I18N-LangTags/Makefile +++ b/misc/p5-I18N-LangTags/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 2004/12/20 11:31:05 grant Exp $ +# $NetBSD: Makefile,v 1.3 2005/03/02 22:22:29 wiz Exp $ # -DISTNAME= I18N-LangTags-0.30 +DISTNAME= I18N-LangTags-0.35 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5ilt -PKGREVISION= 1 CATEGORIES= misc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=I18N/} MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/I18N-LangTags/ COMMENT= Perl5 functions for dealing with RFC3066-style language tags USE_BUILDLINK3= YES diff --git a/misc/p5-I18N-LangTags/distinfo b/misc/p5-I18N-LangTags/distinfo index 8eec843f0bc..8a5d7936252 100644 --- a/misc/p5-I18N-LangTags/distinfo +++ b/misc/p5-I18N-LangTags/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/24 11:02:56 agc Exp $ +$NetBSD: distinfo,v 1.3 2005/03/02 22:22:29 wiz Exp $ -SHA1 (I18N-LangTags-0.30.tar.gz) = be829f7723cb7c595ca1c1efcfefbfa51e7333a3 -RMD160 (I18N-LangTags-0.30.tar.gz) = 2aed1a498d037407e9a2e58e3fc34fb45cdbc011 -Size (I18N-LangTags-0.30.tar.gz) = 29230 bytes +SHA1 (I18N-LangTags-0.35.tar.gz) = e9761fb9706a1a8e07a631def1348c107880d0e4 +RMD160 (I18N-LangTags-0.35.tar.gz) = 7d63e09e86cd516391f52fe43af531a53aacff16 +Size (I18N-LangTags-0.35.tar.gz) = 30636 bytes |