diff options
author | abs <abs@pkgsrc.org> | 2008-05-29 08:29:06 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-29 08:29:06 +0000 |
commit | a4d7b244b28c85d1f4a3205cb444ed4353b57279 (patch) | |
tree | da2b8354e5171b676b846520307077fd79f7c8f1 /time | |
parent | ea28f8e762118e765349727d95c54de3b13c2ff0 (diff) | |
download | pkgsrc-a4d7b244b28c85d1f4a3205cb444ed4353b57279.tar.gz |
Updated time/p5-DateTime-Locale to 0.4001
0.4001 2008-05-19
- Minor changes to get test passing under 5.6.x.
0.40 2008-05-18
* Dropped support for Perl 5.005.
- Based on CLDR 1.5.1
- Massive reworking of the locale generation code. We now extract much
more information from the CLDR files. See the DateTime::Locale and
DateTime::Locale::Base documentation for details on what is
available.
- Lots of bug fixes in the data. The old generation code was often
extracting the draft form of a piece of data as opposed to the
current final form. There are also many other data fixes from this
new generation code.
- One of the notable additions is the inclusion of
$locale->format_for(...) and $locale->available_formats(). This
gives you access to formatting for various arbitrary patterns like
"year and month" or "month and day". Requested by Brian Hirt.
- Many of the new features in this release will only be available with
DateTime.pm 0.43+, since it requires a version of DateTime.pm which
can handle the CLDR date pattern language.
- All locale files now include POD with examples of the data they
include.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Locale/Makefile | 7 | ||||
-rw-r--r-- | time/p5-DateTime-Locale/distinfo | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/time/p5-DateTime-Locale/Makefile b/time/p5-DateTime-Locale/Makefile index e1423868943..7f8a61dbbc3 100644 --- a/time/p5-DateTime-Locale/Makefile +++ b/time/p5-DateTime-Locale/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2007/11/29 17:49:46 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2008/05/29 08:29:06 abs Exp $ -DISTNAME= DateTime-Locale-0.35 +DISTNAME= DateTime-Locale-0.4001 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -11,8 +11,11 @@ COMMENT= Localization data for p5-DateTime DEPENDS+= p5-Params-Validate-[0-9]*:../../devel/p5-Params-Validate +USE_LANGUAGES= # empty PERL5_MODULE_TYPE= Module::Build PERL5_PACKLIST= auto/DateTime/Locale/.packlist +PKG_DESTDIR_SUPPORT= user-destdir + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Locale/distinfo b/time/p5-DateTime-Locale/distinfo index 9f29d1f2c03..00f10123ad8 100644 --- a/time/p5-DateTime-Locale/distinfo +++ b/time/p5-DateTime-Locale/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2007/11/29 17:49:46 wiz Exp $ +$NetBSD: distinfo,v 1.7 2008/05/29 08:29:06 abs Exp $ -SHA1 (DateTime-Locale-0.35.tar.gz) = 79d2e45eb49bb052f788e3a6f56fa0f0593ec82c -RMD160 (DateTime-Locale-0.35.tar.gz) = 2df68a3fe8443fe8fc5eb2fa1ef753c5114ec760 -Size (DateTime-Locale-0.35.tar.gz) = 116442 bytes +SHA1 (DateTime-Locale-0.4001.tar.gz) = 61c76a3e03599d5fcdcefe6c94e9be2417be07e7 +RMD160 (DateTime-Locale-0.4001.tar.gz) = 05c44bc7d89f2de09208bf091b0e860ee8fb27ae +Size (DateTime-Locale-0.4001.tar.gz) = 639780 bytes |