Sat May 2 21:26:36 2009 UTC ()
PkgSrc changes:
  - Updating package for p5 module DateTime::Format::Natural from 0.74 to 0.76
  - Setting license to gnu-gpl-v2
  - Adjusting dependencies

Upstream changes:
0.76 Thu Apr  9 12:08:32 CEST 2009
 - Merged development version to stable.

0.75_05 Mon Apr  6 12:42:26 CEST 2009
 - New supported format: final <weekday> in <month>.
   [rt #44810 - Christian Brink]
 - Wrap Days_in_Month() in Compat.pm.

0.75_04 Fri Apr  3 15:13:36 CEST 2009
 - New supported formats: some suggested by [rt #44067 - Michael
   Reddick], while others have been independently added.
 - Fix a regression [rt #44691 - Jason May].
 - Shift common conversion logic within base calculation methods
   to the grammar class.
 - Introduce a helper class for handling actions related to
   metadata flags and to serve as container for setter/checker
   methods.
 - Wrap Decode_Month() in Compat.pm.
 - Test both implementations within each method in Compat.pm.
 - Preserve order of tests.
 - Add a test-file for regressions.
 - Remove the obsoleted internal use of a total-modified counter.

0.75_03 Wed Mar  4 13:39:08 CET 2009
 - Enhance the extended checks mechanism further to have it set
   an error message when a check fails.
 - Run tests without sorting the input strings first.
 - Test compile-time loading of Compat.pm.

0.75_02 Thu Feb 26 11:01:11 CET 2009
 - Date::Calc is no longer a prerequisite; use it when available
   for calculations, otherwise fall back to using DateTime.
   [rt #43521 - Jesse Vincent <jesse@bestpractical.com>]

0.75_01 Sun Feb 22 12:09:32 CET 2009
 - When prefer_future is set: Advance the day if the time
   specified is noticeable in the past. [rt #43417 - Jason May]
 - New supported format: <month> <monthday> <year>.
   [rt #43467 - Clayton L. Scott <clscott@cpan.org>]

0.75 Thu Feb 19 16:50:19 CET 2009
 - Merged development version to stable.

0.74_04 Son Feb 15 20:59:28 CET 2009
 - Refrain from adding leading zeros to unit values via
   sprintf() when constructing the final DateTime object.
 - Do not import Date_to_Days(), it's no longer required.

0.74_03 Fri Feb 13 13:15:11 CET 2009
 - Guard against invalid expressions with a 's' suffix,
   but no multiple unit count.
 - Work around the segmentation fault taking place in 0.74_02
   on perl 5.8.9 and 5.10.0.

0.74_02 Sun Feb  8 11:47:50 CET 2009
 - New supported format: <count> <weekday>(s) from now.
   [rt #43088 - Anirvan Chatterjee]
 - Add a new field to the language grammar entries to handle
   extended checks of captured regex data.

0.74_01 Thu Jan  8 16:06:17 CET 2009
 - When a four digit year is found, also allow for mm/dd/yyyy
   kind of formats. [Elliot Shank <perl@galumph.com>]


(sno)
diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-DateTime-Format-Natural/Makefile
diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-DateTime-Format-Natural/distinfo

cvs diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-DateTime-Format-Natural/Makefile (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-Natural/Makefile 2009/02/13 23:48:50 1.1.1.1
+++ pkgsrc/time/p5-DateTime-Format-Natural/Makefile 2009/05/02 21:26:36 1.2
@@ -1,26 +1,29 @@ @@ -1,26 +1,29 @@
1# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:48:50 abs Exp $ 1# $NetBSD: Makefile,v 1.2 2009/05/02 21:26:36 sno Exp $
2 2
3DISTNAME= DateTime-Format-Natural-0.74 3DISTNAME= DateTime-Format-Natural-0.76
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= time perl5 5CATEGORIES= time perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Natural 9HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Natural
10COMMENT= Create machine readable date/time with natural parsing logic 10COMMENT= Create machine readable date/time with natural parsing logic
 11LICENSE= gnu-gpl-v2 # OR artistic
11 12
12DEPENDS+= p5-boolean>=0:../../devel/p5-boolean 13DEPENDS+= p5-boolean>=0:../../devel/p5-boolean
13DEPENDS+= p5-Date-Calc>=0:../../time/p5-Date-Calc 14DEPENDS+= p5-Date-Calc>=0:../../time/p5-Date-Calc
14DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime 15DEPENDS+= p5-DateTime>=0:../../time/p5-DateTime
15DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils 16DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
16DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate 17DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate
17DEPENDS+= p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine 18DEPENDS+= p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine
18 19
 20BUILD_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
 21
19PERL5_MODULE_TYPE= Module::Build 22PERL5_MODULE_TYPE= Module::Build
20PKG_DESTDIR_SUPPORT= user-destdir 23PKG_DESTDIR_SUPPORT= user-destdir
21USE_LANGUAGES= # 24USE_LANGUAGES= #
22 25
23PERL5_PACKLIST= auto/DateTime/Format/Natural/.packlist 26PERL5_PACKLIST= auto/DateTime/Format/Natural/.packlist
24 27
25.include "../../lang/perl5/module.mk" 28.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1.1.1 -r1.2 pkgsrc/time/p5-DateTime-Format-Natural/distinfo (expand / switch to unified diff)

--- pkgsrc/time/p5-DateTime-Format-Natural/distinfo 2009/02/13 23:48:50 1.1.1.1
+++ pkgsrc/time/p5-DateTime-Format-Natural/distinfo 2009/05/02 21:26:36 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:48:50 abs Exp $ 1$NetBSD: distinfo,v 1.2 2009/05/02 21:26:36 sno Exp $
2 2
3SHA1 (DateTime-Format-Natural-0.74.tar.gz) = 4ac80701f526f606be45bc4b9b0be32951fb02c6 3SHA1 (DateTime-Format-Natural-0.76.tar.gz) = 717d6c01dd46e6b2ce72c90581d4529b075be101
4RMD160 (DateTime-Format-Natural-0.74.tar.gz) = 7214f715b78ccc967db522e2421a519553f1b777 4RMD160 (DateTime-Format-Natural-0.76.tar.gz) = 5604bda767feb93cf3dc868a71d5e81ff2bf3c02
5Size (DateTime-Format-Natural-0.74.tar.gz) = 25919 bytes 5Size (DateTime-Format-Natural-0.76.tar.gz) = 30916 bytes