diff options
author | sno <sno@pkgsrc.org> | 2010-01-29 10:45:46 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-01-29 10:45:46 +0000 |
commit | d03b42cf5324092b46ff13eb1281c3a605c40640 (patch) | |
tree | 0e9a5df9ab1eef6ab90820d3198356582f43948d /time | |
parent | 70d1bbc49a8a25f7fa430a9d15005b7f9a6b701d (diff) | |
download | pkgsrc-d03b42cf5324092b46ff13eb1281c3a605c40640.tar.gz |
Updating time/p5-DateTime-Format-Natural from 0.79 to 0.83
Upstream changes:
0.83 Wed Jan 13 15:51:11 CET 2010
- Merged development version to stable.
0.82_02 Wed Jan 6 10:57:43 CET 2010
- New supported format: M/D. [rt #53187 - Shawn M. Moore]
- Handle the new format with prefer-future semantics.
- Add tests for the new format and also for related durations.
- Document the new format and variations of it.
- Restrict counting of format separators to the formatted substring.
- Move the code processing formatted dates to a separate class.
- Fix the checking for an invalid format parameter.
- Complete <date> <time> to <time> type of durations.
- Split the duration string at word boundary of the separator.
- Restore the datetime object for each parse when running tests.
- Test compile-time loading of Formatted.pm.
0.82_01 Thu Dec 31 12:10:30 CET 2009
- Save the trace of each parse while processing a duration.
- Call for formatted dates the wrapper _set() instead of set()
in order to alter the modified counters.
- dateparse: when printing traces, print a trace for each object
returned.
- Add tests for the trace method and improve its documentation.
- Document possible bugs and caveats.
- Rename some variables with method name strings to be more
descriptive and also interpolate their strings initially.
- Substitute an expression for a block as used by 'map'.
0.82 Mon Dec 21 10:15:52 CET 2009
- Merged development version to stable.
0.81_04 Wed Dec 16 13:32:35 CET 2009
- dateparse: use the same class instance for each parse run;
match case-insensitively for commands that quit.
0.81_03 Fri Dec 11 10:32:08 CET 2009
- Use string interpolation instead of concatenation for symbolic
references in __new().
0.81_02 Wed Dec 9 20:07:19 CET 2009
- Reduce the common logic of _valid_date() and _valid_time()
by moving most of it to a method.
- Store the daytime option internally with a less nested name.
0.81_01 Mon Dec 7 11:14:19 CET 2009
- Place the common body of _add() and _subtract() in a single method.
- Comment the inverse use of _add() within _add_or_subtract().
- Set values at once within _check_time().
- Initialize tokens with an anonymous array reference.
- Purge last unneeded occurrence of 'scalar'.
0.81 Sat Nov 21 12:59:17 CET 2009
- Merged development version to stable.
0.80_02 Wed Nov 18 10:53:05 CET 2009
- Move utility and wrapper methods to separate classes.
- Test compile-time loading of Utils.pm and Wrappers.pm.
- Don't force explicit scalar context where an implicit one exists.
0.80_01 Mon Nov 2 10:59:46 CET 2009
- Invoke _valid_date() in _day_month_year() to assert the
validity of the date before setting it.
- Separate fixed time data for testing purpose from code.
0.80 Fri Oct 30 10:15:53 CET 2009
- Merged development version to stable.
0.79_02 Mon Oct 26 10:11:09 CET 2009
- Improve wording and formatting of the documentation.
- Update broken license links.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Natural/Makefile | 4 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Natural/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile index 94c4ccf2e36..8b8b4f47e74 100644 --- a/time/p5-DateTime-Format-Natural/Makefile +++ b/time/p5-DateTime-Format-Natural/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2009/09/19 22:51:37 sno Exp $ +# $NetBSD: Makefile,v 1.6 2010/01/29 10:45:46 sno Exp $ -DISTNAME= DateTime-Format-Natural-0.79 +DISTNAME= DateTime-Format-Natural-0.83 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-Format-Natural/distinfo b/time/p5-DateTime-Format-Natural/distinfo index c99417a389a..66543d1599a 100644 --- a/time/p5-DateTime-Format-Natural/distinfo +++ b/time/p5-DateTime-Format-Natural/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2009/09/19 22:51:37 sno Exp $ +$NetBSD: distinfo,v 1.6 2010/01/29 10:45:46 sno Exp $ -SHA1 (DateTime-Format-Natural-0.79.tar.gz) = 885ec6915061de46d8a72dc0f9ee6b335b577a1a -RMD160 (DateTime-Format-Natural-0.79.tar.gz) = 26dd3f65c128ab010e6b2efe57c26ad1356547a4 -Size (DateTime-Format-Natural-0.79.tar.gz) = 41962 bytes +SHA1 (DateTime-Format-Natural-0.83.tar.gz) = ced61dc9b02fc38cd9b44ed14e464e2acc7ecac8 +RMD160 (DateTime-Format-Natural-0.83.tar.gz) = b732883396ff0289700a1d06249070967c1db8b8 +Size (DateTime-Format-Natural-0.83.tar.gz) = 46287 bytes |