diff options
author | sno <sno@pkgsrc.org> | 2009-09-19 23:25:45 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-09-19 23:25:45 +0000 |
commit | bb0581bd12753f53f630d4b4c5bd3a47f00ce7e5 (patch) | |
tree | 9834b94818e1c06464847d8c731835eb740fcad1 /time | |
parent | a8509c1a781e6db190ca9526f4b9d906f2d04d47 (diff) | |
download | pkgsrc-bb0581bd12753f53f630d4b4c5bd3a47f00ce7e5.tar.gz |
Updating time/p5-TimeDate from 1.16nb2 to 1.17
pkgsrc changes:
- Adding homepage and license
Upstream changes:
1.17 -- Sat Sep 19 10:56:12 CDT 2009
Bugfixes
* RT#45067: Date::Format with %z gives wrong results for half-hour timezones (Ernesto Hern'andez-Novich)
* RT#48164: Date::Parse unable to set seconds correctly
* RT#17396: Parse error for french date with 'mars' (march) as month
Documentation
* Fixed documentation for %e in Date::Format
* Update documentation to remove Date::Format->language
Enhancements
* Add support for dates like Jul-13-1999 (Brett Warden)
* Added Icelandic language (Tomas Edwardsson)
* Added Romanian language (Doru Petrescu)
* Added Russian language (Denis Poznyakov & Danil Pismenny)
* Added Turkish language (Burak Gursoy)
* Added Spanish language (Adrian Mugnolo)
* Added Chinese language (Kang-min Liu)
* Support parsing dates like 2002-02-26-10:37:21.141 as used by lpd
* Support Z timezone when only the time is specified
* Added METDST to Time::Zone
* Added AKST/AKDT to Time::Zone
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-TimeDate/Makefile | 7 | ||||
-rw-r--r-- | time/p5-TimeDate/distinfo | 8 |
2 files changed, 8 insertions, 7 deletions
diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile index b75965c3366..b7a1908d113 100644 --- a/time/p5-TimeDate/Makefile +++ b/time/p5-TimeDate/Makefile @@ -1,15 +1,16 @@ -# $NetBSD: Makefile,v 1.17 2008/10/19 19:19:01 he Exp $ +# $NetBSD: Makefile,v 1.18 2009/09/19 23:25:45 sno Exp $ # -DISTNAME= TimeDate-1.16 +DISTNAME= TimeDate-1.17 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 SVR4_PKGNAME= p5tid CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Perl5 TimeDate distribution +HOMEPAGE= http://search.cpan.org/dist/TimeDate/ +LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews diff --git a/time/p5-TimeDate/distinfo b/time/p5-TimeDate/distinfo index 09d5c94307a..d9924f3bd59 100644 --- a/time/p5-TimeDate/distinfo +++ b/time/p5-TimeDate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2005/02/23 19:14:55 wiz Exp $ +$NetBSD: distinfo,v 1.5 2009/09/19 23:25:45 sno Exp $ -SHA1 (TimeDate-1.16.tar.gz) = 36875a6cb20585d0589e2fccade04fae6e0db372 -RMD160 (TimeDate-1.16.tar.gz) = 9486bd25768dd82a6597409a57a2a9ec34973f70 -Size (TimeDate-1.16.tar.gz) = 22366 bytes +SHA1 (TimeDate-1.17.tar.gz) = 24abc16f2c2c93825a5eb61e103b1fccb50475f8 +RMD160 (TimeDate-1.17.tar.gz) = 5a05a596fcf963c42334dfc215bd2e3d3be85e72 +Size (TimeDate-1.17.tar.gz) = 28466 bytes |