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
This commit is contained in:
parent
5225720ae9
commit
1d495afd3c
2 changed files with 8 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue