diff options
author | wen <wen@pkgsrc.org> | 2013-08-30 08:16:48 +0000 |
---|---|---|
committer | wen <wen@pkgsrc.org> | 2013-08-30 08:16:48 +0000 |
commit | dd6f37491aab07dc9f40447725e6492b8cde0229 (patch) | |
tree | 9f4b2c6681f2495c105f26b36bf507662e35b7d7 /time | |
parent | dc1927a283a1f6f49f9197355f75f8f4a97d1adf (diff) | |
download | pkgsrc-dd6f37491aab07dc9f40447725e6492b8cde0229.tar.gz |
Update to 0.25
Upstream changes:
0.25 Mon Mar 04 2013
- support "HH:MM::SS timezone YYYY/MM/DD"
- thanks Kevin Zwack
0.24 Mon Nov 26 2012
- fix removal of 'am' in the german language file when we already know what part is the time part
- fix removal of 'st' when not preceded by a digit
- thanks Andreas Koenig rt #81432
- support "YYYYMMDD timezone"
0.23 Thu Jun 14 2012
- Fix for MM/YYYY (was always setting the base year)
- thanks John Marling
- Support MM/YY if MMYY is given as an option
- pod cleanup
0.22 Mon Jun 11 2012
- update GPL in the LICENSE file (apparently the FSF has a new address)
- thanks ppisar rt #74363
- update POD to match the license file
- thanks ppisar rt #74358
- fix typo for saturday in the german language file
- thanks TMUELLER rt #77721
- don't check the language extensions if we don't have any non-digits in the string we are checking (excluding delimiters: \/-.:[space])
- fix typos in the pod documentation, add a link to the german translations
- add support and more tests for some time-first formats
- add support for GMT timezone anywhere in the date/time string
0.21 Sun Jan 01 2012
- handle mm/yyyy and m/yyyy
0.20 Sun Sep 18 2011
- case insensitive handling of st|nd|rd|th (3rd and 3RD now work)
- thanks Brett Carson
0.19 Fri Jan 07 2011
- support for German (de)
- thanks Mark Trettin
- better support for DD MM
- support for natural dates in all languages (3 years ago)
0.18 Sat Jan 01 2011
- move a test that was hardcoded to a year to the no_year tests.
- thanks cpantesters
0.17 Tue Oct 26 2010
- more formats supported
- support timezone offsets that are not at the end of the datetime string.
- they must be 4 digits and begin with a plus or minus
- thanks snarkyboojum: http://use.perl.org/use.perl.org/_snarkyboojum/journal/40297.html
- better support for dates like 'December 1st'
- POD formatting fixes
- support 'Oct.26, 2010'.
- thanks Brian Knapp
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Flexible/Makefile | 5 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Flexible/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/time/p5-DateTime-Format-Flexible/Makefile b/time/p5-DateTime-Format-Flexible/Makefile index c6652618f2e..bcb9f2d68f7 100644 --- a/time/p5-DateTime-Format-Flexible/Makefile +++ b/time/p5-DateTime-Format-Flexible/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:42:26 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/08/30 08:16:48 wen Exp $ -DISTNAME= DateTime-Format-Flexible-0.16 +DISTNAME= DateTime-Format-Flexible-0.25 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} diff --git a/time/p5-DateTime-Format-Flexible/distinfo b/time/p5-DateTime-Format-Flexible/distinfo index 459a3f06dc5..1a9c2f17d46 100644 --- a/time/p5-DateTime-Format-Flexible/distinfo +++ b/time/p5-DateTime-Format-Flexible/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/09/01 20:06:41 sno Exp $ +$NetBSD: distinfo,v 1.7 2013/08/30 08:16:48 wen Exp $ -SHA1 (DateTime-Format-Flexible-0.16.tar.gz) = b4b518d63966d4282e65511a441b897d07a351f7 -RMD160 (DateTime-Format-Flexible-0.16.tar.gz) = cc09983eaa99a72a4b46d303ebb21ecbc29eefca -Size (DateTime-Format-Flexible-0.16.tar.gz) = 64316 bytes +SHA1 (DateTime-Format-Flexible-0.25.tar.gz) = 625a2db35379f2b813a7ba3cbe3dce02e52d9e28 +RMD160 (DateTime-Format-Flexible-0.25.tar.gz) = f4f6fe9dd1082fd6d19e01990f2e969684c2e08b +Size (DateTime-Format-Flexible-0.25.tar.gz) = 71657 bytes |