diff options
author | hiramatsu <hiramatsu> | 2006-04-25 13:56:48 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu> | 2006-04-25 13:56:48 +0000 |
commit | a8af466cc9eac6d4ce3b85e482823eb20fbf09f9 (patch) | |
tree | 7755fd8f3f775c52b7c49c96bc4503b88dd489bf /time | |
parent | 4b0382764ea653cdb7a78ffa8d6628d48be0fd0b (diff) | |
download | pkgsrc-a8af466cc9eac6d4ce3b85e482823eb20fbf09f9.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Locale/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime-Locale/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile index 9946fdd02c9..031f5943487 100644 --- a/time/p5-DateTime-Locale/Makefile +++ b/time/p5-DateTime-Locale/Makefile @@ -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 --git a/time/p5-DateTime-Locale/distinfo b/time/p5-DateTime-Locale/distinfo index e9dddaffabd..acac13abbb7 100644 --- a/time/p5-DateTime-Locale/distinfo +++ b/time/p5-DateTime-Locale/distinfo @@ -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 |