diff options
author | sno <sno@pkgsrc.org> | 2009-10-11 09:56:55 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-10-11 09:56:55 +0000 |
commit | d7164b7bfd61db34e56d4cfc2a1b154540ed4223 (patch) | |
tree | 439fe6973e84341c8f7ffabdf998232ced2b6138 /devel/p5-Date-Calc | |
parent | f7dcd75e7161fec485247a37ff6ada81f28c2614 (diff) | |
download | pkgsrc-d7164b7bfd61db34e56d4cfc2a1b154540ed4223.tar.gz |
Updating devel/p5-Date-Calc from 5.8 to 6.0
Upstream changesi (since 5.8):
Version 6.0 07.10.2009
+ Added new functions "N_Delta_YMDHMS()", "Add_N_Delta_YMD()"
and "Add_N_Delta_YMDHMS()" to "Date::Calc"
+ Added more tests to "t/f037.t" for these new functions
+ Added a new "normalized" mode to "Date::Calc::Object" which
uses the new functions "N_Delta_YMD()", "N_Delta_YMDHMS()",
"Add_N_Delta_YMD()" and "Add_N_Delta_YMDHMS()"
+ Added test scripts "t/m012.t" and "t/m013.t" for this new mode
+ The language can now be set individually for each function
in "Date::Calc" that requires it (through a new optional
parameter; the default continues to be a global setting
for backward compatibility); the affected functions are:
"Decode_Month()", "Decode_Day_of_Week()", "Compressed_to_Text()",
"Date_to_Text()", "Date_to_Text_Long()", "Calendar()",
"Month_to_Text()", "Day_of_Week_to_Text()", "Day_of_Week_Abbreviation()",
"Decode_Date_EU()", "Decode_Date_US()", "Decode_Date_EU2()",
"Decode_Date_US2()", "Parse_Date()".
+ BEWARE that the interface of "DateCalc.c" has changed!
+ Module "Date::Calc::Object" has been changed similarly
+ Module "Date::Calendar::Year" has also been adapted accordingly
+ Many test scripts have been changed to reflect the modifications
in "Date::Calc", "Date::Calc::Object" and "Date::Calendar::Year"
and more test cases have been added
+ Updated the documentation to reflect all changes
+ Updated version numbers of dependencies in "t/f000.t"
Diffstat (limited to 'devel/p5-Date-Calc')
-rw-r--r-- | devel/p5-Date-Calc/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Date-Calc/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Date-Calc/Makefile b/devel/p5-Date-Calc/Makefile index 1255f8d6235..81a3ff117f5 100644 --- a/devel/p5-Date-Calc/Makefile +++ b/devel/p5-Date-Calc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.26 2009/09/12 22:31:21 sno Exp $ +# $NetBSD: Makefile,v 1.27 2009/10/11 09:56:55 sno Exp $ # -DISTNAME= Date-Calc-5.8 +DISTNAME= Date-Calc-6.0 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5dca CATEGORIES= devel perl5 diff --git a/devel/p5-Date-Calc/distinfo b/devel/p5-Date-Calc/distinfo index 0185c38b83a..44bee6c8a84 100644 --- a/devel/p5-Date-Calc/distinfo +++ b/devel/p5-Date-Calc/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/09/12 22:31:21 sno Exp $ +$NetBSD: distinfo,v 1.11 2009/10/11 09:56:55 sno Exp $ -SHA1 (Date-Calc-5.8.tar.gz) = 9a2d57db38775cae81c6cbe21c6469fe124bed5b -RMD160 (Date-Calc-5.8.tar.gz) = 7fd1be620ded32cd33bec9b4e2f869a424a20db2 -Size (Date-Calc-5.8.tar.gz) = 209172 bytes +SHA1 (Date-Calc-6.0.tar.gz) = 58cc7db806fda80caa8c776ad35f2fd97c021e91 +RMD160 (Date-Calc-6.0.tar.gz) = a9e6e8ae9bd5f01c1c2aedb6ed6bcc103c0984ec +Size (Date-Calc-6.0.tar.gz) = 219533 bytes |