diff options
author | sno <sno> | 2009-05-01 21:04:14 +0000 |
---|---|---|
committer | sno <sno> | 2009-05-01 21:04:14 +0000 |
commit | 70ee33bae4303ee65914a03d3a4c77cf4ef365af (patch) | |
tree | 1e311bc6724c1393265815ce466999eb5c5917a8 /time | |
parent | ed1a050d9ebb05284d69d4d39858462bb0350987 (diff) | |
download | pkgsrc-70ee33bae4303ee65914a03d3a4c77cf4ef365af.tar.gz |
PkgSrc changes:
- Updating package for p5 module of DateTime::Format::Flexible from
0.05 to 0.08
- Setting license to gnu-gpl-v2
- Adjusting dependencies
Upstream changes:
0.08 Wed Apr 22 14:00:00 2009
- fix some pod errors, give an example for european hinting
0.07 Tue Apr 22 03:00:00 2009
- add ability to strip strings from the date string
- can now parse timezones
- rudimentary support for european dates (dd-mm-yyyy)
- can now parse epoch times
0.06 Mon Apr 20 15:06:00 2009
- Fix parsing bug with dd-(oct|nov|dec)-yyyy (thanks Phil Brass)
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Format-Flexible/Makefile | 10 | ||||
-rw-r--r-- | time/p5-DateTime-Format-Flexible/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/time/p5-DateTime-Format-Flexible/Makefile b/time/p5-DateTime-Format-Flexible/Makefile index b127daa0580..571c407ee8f 100644 --- a/time/p5-DateTime-Format-Flexible/Makefile +++ b/time/p5-DateTime-Format-Flexible/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:53:54 abs Exp $ +# $NetBSD: Makefile,v 1.2 2009/05/01 21:04:14 sno Exp $ -DISTNAME= DateTime-Format-Flexible-0.05 +DISTNAME= DateTime-Format-Flexible-0.08 PKGNAME= p5-${DISTNAME} CATEGORIES= time perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} @@ -8,10 +8,12 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Flexible COMMENT= Flexibly parse strings and turn them into DateTime objects +LICENSE= gnu-gpl-v2 # OR artistic -DEPENDS+= p5-Readonly>=0.06:../../devel/p5-Readonly -DEPENDS+= p5-DateTime-Format-Builder>=0.74:../../time/p5-DateTime-Format-Builder DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime +DEPENDS+= p5-DateTime-Format-Builder>=0.74:../../time/p5-DateTime-Format-Builder +DEPENDS+= p5-DateTime-TimeZone-[0-9]*:../../time/p5-DateTime-TimeZone +DEPENDS+= p5-Readonly>=0.06:../../devel/p5-Readonly PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # diff --git a/time/p5-DateTime-Format-Flexible/distinfo b/time/p5-DateTime-Format-Flexible/distinfo index e86f1f68d51..211daf3cb70 100644 --- a/time/p5-DateTime-Format-Flexible/distinfo +++ b/time/p5-DateTime-Format-Flexible/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:53:54 abs Exp $ +$NetBSD: distinfo,v 1.2 2009/05/01 21:04:14 sno Exp $ -SHA1 (DateTime-Format-Flexible-0.05.tar.gz) = 46a96fda16b24df321377df8137be31c50c11915 -RMD160 (DateTime-Format-Flexible-0.05.tar.gz) = afa2559ed3e1542e769402c171686b131ffc6ad6 -Size (DateTime-Format-Flexible-0.05.tar.gz) = 26685 bytes +SHA1 (DateTime-Format-Flexible-0.08.tar.gz) = 7114f37bba496256a32457f11ca2e047911b1d0c +RMD160 (DateTime-Format-Flexible-0.08.tar.gz) = 54f63560bec6818e12760613a71dbe6e682cfc11 +Size (DateTime-Format-Flexible-0.08.tar.gz) = 55010 bytes |