pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Locale Update p5-DateTime-Locale to 0...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f71a18ce979a
branches:  trunk
changeset: 511894:f71a18ce979a
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Tue Apr 25 13:56:48 2006 +0000

description:
Update p5-DateTime-Locale to 0.22:

Changes from 0.09:

0.22   2005-05-31

- Allow id names passed to load() to contain dashes or underscores, in
order to support RFC 3066 locale names, which use dashes.

- Fix bugs when a custom locale was registered and a "class" parameter
was passed to register().  Patch from Yann Kerherv.

- Switched to a "traditional" Makefile.PL file at Perrin Harkins'
request.

0.21   2005-02-28

- Fix era() method for year 0.

0.20   2005-02-26

* BACKWARDS INCOMPATIBILITY - The way DateTime::Locale::Base
subclasses work has changed.  Subclasses should no longer implement
the date_formats() or time_formats() methods.  Instead, they need to
provide one method per format length (full_date_format(),
long_date_format(), etc).

- Uses much newer (August, 2004) data from ICU.  This includes a
number of new locales.  See DateTime::LocaleCatalog for a list.  This
new data also adds a new type of differentiator for locales, the
script (Latin vs Cyrillic, for example).

- Added new methods to get the "narrow" forms of a day or month.

- Implemented per-locale eras.

- Fix a number of doc typos and buglets.  Patch by Jean Forget.

diffstat:

 time/p5-DateTime-Locale/Makefile |  5 ++---
 time/p5-DateTime-Locale/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 827f7e4fb8b5 -r f71a18ce979a time/p5-DateTime-Locale/Makefile
--- a/time/p5-DateTime-Locale/Makefile  Tue Apr 25 13:52:51 2006 +0000
+++ b/time/p5-DateTime-Locale/Makefile  Tue Apr 25 13:56:48 2006 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:35 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/04/25 13:56:48 hiramatsu Exp $
 
-DISTNAME=      DateTime-Locale-0.09
+DISTNAME=      DateTime-Locale-0.22
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    time perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=DateTime/}
 
diff -r 827f7e4fb8b5 -r f71a18ce979a time/p5-DateTime-Locale/distinfo
--- a/time/p5-DateTime-Locale/distinfo  Tue Apr 25 13:52:51 2006 +0000
+++ b/time/p5-DateTime-Locale/distinfo  Tue Apr 25 13:56:48 2006 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 19:14:54 wiz Exp $
+$NetBSD: distinfo,v 1.3 2006/04/25 13:56:48 hiramatsu Exp $
 
-SHA1 (DateTime-Locale-0.09.tar.gz) = 872dc5b21b1dbb571e8fb82802dbb3bd17c52f16
-RMD160 (DateTime-Locale-0.09.tar.gz) = 3bafc010840c3fa6de3dc56d85b0f00f5de46322
-Size (DateTime-Locale-0.09.tar.gz) = 83423 bytes
+SHA1 (DateTime-Locale-0.22.tar.gz) = 7e26876215e1b29d8f087ea5b4375c585c3161cd
+RMD160 (DateTime-Locale-0.22.tar.gz) = e5b322054ad4f6f120657c84d2fb89e31b78dac6
+Size (DateTime-Locale-0.22.tar.gz) = 102762 bytes



Home | Main Index | Thread Index | Old Index