diff options
author | mjl <mjl@pkgsrc.org> | 2003-03-16 15:42:14 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2003-03-16 15:42:14 +0000 |
commit | dd266c19ab9723baad28713cafbd828db6fe28ba (patch) | |
tree | 267c5dd686b330a3741d84b4b36c4c35af3acabc /devel | |
parent | b43596ea3b3ea61b413e86f61573cadb24f0f002 (diff) | |
download | pkgsrc-dd266c19ab9723baad28713cafbd828db6fe28ba.tar.gz |
Update p5-Date-Calc to 5.3 (old version no longer on CPAN)
+ Simplified the error message handlers in "Calc.xs".
+ Changed the Polish profiles from ISO-Latin-2 to ISO-Latin-1.
+ Fixed the broken tests in "t/f034.t" and "t/m006.t".
+ Synchronized "Carp::Clan" and "ToolBox.h" with "Bit::Vector" 6.2.
+ Integrated modifications needed for MacOS / MacPerl.
+ Added new method "normalize()" (Date::Calc::Object).
+ Added a new test script "t/m011.t" for "normalize()".
+ Added a calendar profile for Mexico (Date::Calendar::Profiles).
+ Little additions to and corrections of the documentation (Date::Calc).
+ Added Polish (Date::Calc) and a calendar profile for Poland.
+ Added Hungarian (Date::Calc).
+ Added some more commemorative days to the profile of Brazil.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Date-Calc/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Date-Calc/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile index ded8a78dd7d..a05cb49541c 100644 --- a/devel/p5-Date-Calc/Makefile +++ b/devel/p5-Date-Calc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/10/20 23:35:11 seb Exp $ +# $NetBSD: Makefile,v 1.9 2003/03/16 15:42:14 mjl Exp $ # -DISTNAME= Date-Calc-5.0 +DISTNAME= Date-Calc-5.3 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dca CATEGORIES= devel perl5 diff --git a/devel/p5-Date-Calc/distinfo b/devel/p5-Date-Calc/distinfo index f3f87e67ad2..b550014776a 100644 --- a/devel/p5-Date-Calc/distinfo +++ b/devel/p5-Date-Calc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2001/11/26 17:38:12 wiz Exp $ +$NetBSD: distinfo,v 1.4 2003/03/16 15:42:14 mjl Exp $ -SHA1 (Date-Calc-5.0.tar.gz) = 8e5e07ba1acff83c6dd8ac08d53474e6c4639fa7 -Size (Date-Calc-5.0.tar.gz) = 194941 bytes +SHA1 (Date-Calc-5.3.tar.gz) = 8e3400a615b24713b81398d1e61a3250d4d97b20 +Size (Date-Calc-5.3.tar.gz) = 198831 bytes SHA1 (patch-aa) = bb684dec0c51bf9414e91580496f903c7d206540 |