diff options
author | epg <epg@pkgsrc.org> | 2005-01-16 22:16:05 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-01-16 22:16:05 +0000 |
commit | e71c9fa9b2a901fab3d480fbc6fb27a80d3adb53 (patch) | |
tree | 1535a8a280986ba3a9c57c3b7db004808011d0c8 | |
parent | 10b151bed5d5c801a50fef6096d7d09405549402 (diff) | |
download | pkgsrc-e71c9fa9b2a901fab3d480fbc6fb27a80d3adb53.tar.gz |
Update to 1.16.
ChangeLog from 1.14 to 1.16:
Change 814 on 2003/06/03 by <gbarr@pobox.com> (Graham Barr)
Date::Parse
- Time::Local in 5.8 does not support fractional seconds
Change 813 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
Release 1.15
Change 812 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
Fix comments about Language implementation in Date::Parse
(patch from Christian Hammers)
Change 811 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
Fix short name for 'maart' to be 'mrt' as suggested by Frank Maas
Change 810 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
Add %G format for GPS week (patch from Eric Richardson)
Change 809 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
Language updates from Daniel Yacob
Change 808 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
str2time("") should return undef
Change 807 on 2003/06/02 by <gbarr@pobox.com> (Graham Barr)
Added Swedish and Finnish languages from Matthew Musgrove
Change 778 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
Added Chinese_GB language.
Supplied by forehead (I don't even pretend tounderstand it)
Change 777 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
Return fractional seconds when specified in an ISO date
Change 776 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
New languages from Daniel Yacob
Change 775 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
Fix UTC support on ISO dates
Change 774 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
Allow a : in a timezone so the dates specified in RSS can be parsed
(eg 2002-11-07T23:31:49-05:00) Patch from Kellan
Change 773 on 2003/03/03 by <gbarr@pobox.com> (Graham Barr)
Support parsing more formats
-rw-r--r-- | time/p5-TimeDate/Makefile | 5 | ||||
-rw-r--r-- | time/p5-TimeDate/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile index f580e75215c..8e7f244fff8 100644 --- a/time/p5-TimeDate/Makefile +++ b/time/p5-TimeDate/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2004/12/20 11:31:12 grant Exp $ +# $NetBSD: Makefile,v 1.9 2005/01/16 22:16:05 epg Exp $ # -DISTNAME= TimeDate-1.14 +DISTNAME= TimeDate-1.16 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tid -PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} diff --git a/time/p5-TimeDate/distinfo b/time/p5-TimeDate/distinfo index a9208dac4e3..e483e6f2d1e 100644 --- a/time/p5-TimeDate/distinfo +++ b/time/p5-TimeDate/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2003/02/14 18:29:46 wiz Exp $ +$NetBSD: distinfo,v 1.3 2005/01/16 22:16:05 epg Exp $ -SHA1 (TimeDate-1.14.tar.gz) = 5ea1e50a2e2461bc1a6b2d6cf43b6b6cd83faea3 -Size (TimeDate-1.14.tar.gz) = 19036 bytes +SHA1 (TimeDate-1.16.tar.gz) = 36875a6cb20585d0589e2fccade04fae6e0db372 +Size (TimeDate-1.16.tar.gz) = 22366 bytes |