summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorsno <sno@pkgsrc.org>2009-05-02 21:26:36 +0000
committersno <sno@pkgsrc.org>2009-05-02 21:26:36 +0000
commit5cbf1a8d1af980017bdd488561cf45d3c5c1b539 (patch)
treef8c19338d2bc98d46fff7ac9866b6b8accefe19c /time
parentacea6067cbb2dd7e63a6763129fd0fc25371e0fa (diff)
downloadpkgsrc-5cbf1a8d1af980017bdd488561cf45d3c5c1b539.tar.gz
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>]
Diffstat (limited to 'time')
-rw-r--r--time/p5-DateTime-Format-Natural/Makefile7
-rw-r--r--time/p5-DateTime-Format-Natural/distinfo8
2 files changed, 9 insertions, 6 deletions
diff --git a/time/p5-DateTime-Format-Natural/Makefile b/time/p5-DateTime-Format-Natural/Makefile
index 298b9ed308e..7c52e2cb5bb 100644
--- a/time/p5-DateTime-Format-Natural/Makefile
+++ b/time/p5-DateTime-Format-Natural/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/02/13 23:48:50 abs Exp $
+# $NetBSD: Makefile,v 1.2 2009/05/02 21:26:36 sno Exp $
-DISTNAME= DateTime-Format-Natural-0.74
+DISTNAME= DateTime-Format-Natural-0.76
PKGNAME= p5-${DISTNAME}
CATEGORIES= time perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
@@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/perldoc?DateTime::Format::Natural
COMMENT= Create machine readable date/time with natural parsing logic
+LICENSE= gnu-gpl-v2 # OR artistic
DEPENDS+= p5-boolean>=0:../../devel/p5-boolean
DEPENDS+= p5-Date-Calc>=0:../../time/p5-Date-Calc
@@ -16,6 +17,8 @@ DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils
DEPENDS+= p5-Params-Validate>=0:../../devel/p5-Params-Validate
DEPENDS+= p5-Term-ReadLine>=1.16:../../devel/p5-Term-ReadLine
+BUILD_DEPENDS+= p5-Test-MockTime-[0-9]*:../../time/p5-Test-MockTime
+
PERL5_MODULE_TYPE= Module::Build
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= #
diff --git a/time/p5-DateTime-Format-Natural/distinfo b/time/p5-DateTime-Format-Natural/distinfo
index 8888f5cc72c..9621a24c14d 100644
--- a/time/p5-DateTime-Format-Natural/distinfo
+++ b/time/p5-DateTime-Format-Natural/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/02/13 23:48:50 abs Exp $
+$NetBSD: distinfo,v 1.2 2009/05/02 21:26:36 sno Exp $
-SHA1 (DateTime-Format-Natural-0.74.tar.gz) = 4ac80701f526f606be45bc4b9b0be32951fb02c6
-RMD160 (DateTime-Format-Natural-0.74.tar.gz) = 7214f715b78ccc967db522e2421a519553f1b777
-Size (DateTime-Format-Natural-0.74.tar.gz) = 25919 bytes
+SHA1 (DateTime-Format-Natural-0.76.tar.gz) = 717d6c01dd46e6b2ce72c90581d4529b075be101
+RMD160 (DateTime-Format-Natural-0.76.tar.gz) = 5604bda767feb93cf3dc868a71d5e81ff2bf3c02
+Size (DateTime-Format-Natural-0.76.tar.gz) = 30916 bytes