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 Update to 0.35:
details: https://anonhg.NetBSD.org/pkgsrc/rev/68b2439e766a
branches: trunk
changeset: 490089:68b2439e766a
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Mar 02 22:22:29 2005 +0000
description:
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!)
diffstat:
misc/p5-I18N-LangTags/Makefile | 6 +++---
misc/p5-I18N-LangTags/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (34 lines):
diff -r 874a9c921490 -r 68b2439e766a misc/p5-I18N-LangTags/Makefile
--- a/misc/p5-I18N-LangTags/Makefile Wed Mar 02 22:17:32 2005 +0000
+++ b/misc/p5-I18N-LangTags/Makefile Wed Mar 02 22:22:29 2005 +0000
@@ -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@localhost
+HOMEPAGE= http://search.cpan.org/dist/I18N-LangTags/
COMMENT= Perl5 functions for dealing with RFC3066-style language tags
USE_BUILDLINK3= YES
diff -r 874a9c921490 -r 68b2439e766a misc/p5-I18N-LangTags/distinfo
--- a/misc/p5-I18N-LangTags/distinfo Wed Mar 02 22:17:32 2005 +0000
+++ b/misc/p5-I18N-LangTags/distinfo Wed Mar 02 22:22:29 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index