The NetBSD Project

CVS log for pkgsrc/time/p5-DateTime-Format-Flexible/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / time / p5-DateTime-Format-Flexible

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:54 2022 UTC (11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, HEAD
Changes since 1.28: +2 -1 lines
Diff to previous 1.28 (colored)

*: recursive bump for perl 5.36

Revision 1.28 / (download) - annotate - [select for diffs], Fri Aug 27 00:10:55 2021 UTC (21 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.27: +3 -5 lines
Diff to previous 1.27 (colored)

Update to 0.34
Update DEPENDS

Upstream changes:
0.34
  - support timezones in parenthesis
  - Add support for YYYY-MM-DD HH:MM P.M. format
    - thanks Michael Schout for the patch!

0.33 Wed May 26 2021
  - changes to how some days are parsed to fix memory leaks
  - remove Module::Pluggable as a dependency
    - thanks BBKR rt #136597

Revision 1.27 / (download) - annotate - [select for diffs], Mon May 24 19:55:04 2021 UTC (2 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

*: recursive bump for perl 5.34

Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 31 18:12:22 2020 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.25: +2 -1 lines
Diff to previous 1.25 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.25 / (download) - annotate - [select for diffs], Sat Nov 2 14:39:05 2019 UTC (3 years, 6 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.24: +5 -6 lines
Diff to previous 1.24 (colored)

(time/p5-DateTime-Format-Flexible) Updated to 0.32

0.32 Sat Sep 14 2019
  - add support for offset timezones without a space separator and
    formatted HH:MM '2019-09-03T10:42:00.000-04:00'
    - thanks Stijn Heymans
  - allow negative timezone offsets in 2 and 4 digit lengths with and without spaces
    - now works: 2007-05-06T04:44:44-0800
    - now works: 2007-05-06T04:44:44-08
    - now works: 2007-05-06T04:44:44 -08
  - validate all timezone offsets

Revision 1.24 / (download) - annotate - [select for diffs], Sun Aug 11 13:24:06 2019 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.23: +2 -1 lines
Diff to previous 1.23 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.23 / (download) - annotate - [select for diffs], Sun Jun 30 20:17:14 2019 UTC (3 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.22: +2 -2 lines
Diff to previous 1.22 (colored)

Update packages using a search.cpan.org HOMEPAGE to metacpan.org.

The former now redirects to the latter.

This covers the most simple cases where http://search.cpan.org/dist/name
can be changed to https://metacpan.org/release/name.

Reviewed by hand to hopefully make sure no unwanted changes sneak in.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Oct 2 12:57:17 2018 UTC (4 years, 7 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4
Changes since 1.21: +2 -3 lines
Diff to previous 1.21 (colored)

Update to 0.31

Upstream changes:
0.31 Mon Sep 17 2018
  - add support for Sep 10, 2018 12:58, Sep 10, 18 12:58
    - thanks Ian! D. Allen

Revision 1.21 / (download) - annotate - [select for diffs], Wed Aug 22 09:47:16 2018 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.20: +2 -1 lines
Diff to previous 1.20 (colored)

Recursive bump for perl5-5.28.0

Revision 1.20 / (download) - annotate - [select for diffs], Sun Mar 11 10:10:30 2018 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.19: +4 -2 lines
Diff to previous 1.19 (colored)

p5-DateTime-Format-Flexible: update to 0.30.

0.30 Fri Mar 09 2018
  - add support for bare times with am/pm
    - thanks Rod Taylor rt #124567
  - add support for format JUL25'17
    - thanks Rod Taylor rt #124596
  - fix warnings with invalid strings that have 'at' in them
    - example: not a date
    - thanks Rod Taylor rt #124589

  - add support for bare times with 'at'
    - examples:
      - at noon
      - at one
      - at one pm
      - at 12:43

Revision 1.19 / (download) - annotate - [select for diffs], Sun Feb 25 19:07:10 2018 UTC (5 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.18: +4 -3 lines
Diff to previous 1.18 (colored)

p5-DateTime-Format-Flexible: update to 0.29.

Add missing dependencies.

0.29 Web Feb 21 2018
  - add support for 19 February 2018 at 10:33
    - thanks Rod Taylor rt #124520

Revision 1.18 / (download) - annotate - [select for diffs], Mon Jun 5 14:25:03 2017 UTC (5 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.17: +2 -1 lines
Diff to previous 1.17 (colored)

Recursive revbump from lang/perl5 5.26.0

Revision 1.17 / (download) - annotate - [select for diffs], Sun Apr 9 07:14:17 2017 UTC (6 years, 1 month ago) by wen
Branch: MAIN
Changes since 1.16: +2 -3 lines
Diff to previous 1.16 (colored)

Update to 0.28

Upstream changes:
0.28 Thu Mar 23 2016
  - fix tests under perl 5.25.10+ with -Ddefault_inc_excludes_dot
    - thanks Kent Fredric rt #120698

0.27 Mon Mar 06 2017
  - support a single lang as a string instead of requiring an arrayref (DWIM)
    - example: lang => 'en'
  - add support for:
    - "next (weekday)" eg: next sunday
    - "last (weekday)" eg: last sunday
    - "next (month)" eg: next january
    - "last (month)" eg: last january
    - "(x unit) from now" eg: 3 years from now
    - "(-x unit)" eg: -3 months
    - "(+x unit)" eg: +3 months
    - "YYMMDD HH:MM:SS" eg: 950404 00:22:12
    - "YYMMDD HH:MM:SS.NS" eg: 950404 00:22:12.500
    - "Mon D HH:MM:SS.NS TZ YYYY" eg: Fri Dec  2 22:56:03.500 GMT+0 1994
      - thanks David White rt #105178, tests from Time::ParseDate
  - when we have a leading month that is 0 (zero) and we have a year, assume it is supposed to be october (10)
    - thanks Dave Musakhanyan

Revision 1.16 / (download) - annotate - [select for diffs], Wed Jun 8 19:24:49 2016 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

Bump PKGREVISION for perl-5.24.

Revision 1.15 / (download) - annotate - [select for diffs], Fri Jun 12 10:51:43 2015 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2
Changes since 1.14: +2 -1 lines
Diff to previous 1.14 (colored)

Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.

Revision 1.14 / (download) - annotate - [select for diffs], Thu Dec 4 01:20:33 2014 UTC (8 years, 5 months ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4
Changes since 1.13: +2 -3 lines
Diff to previous 1.13 (colored)

Udate 0.25 to 0.26
0.26 Tue Apr 22 2014
  - support "MM/DD/YYYY HH:MM" (missing seconds),
  - support "EEE MMM dd HH:mm:ss z yyyy" (UTC timezone inside string)
    - thanks David White rt #94911

Revision 1.13 / (download) - annotate - [select for diffs], Thu May 29 23:37:51 2014 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2
Changes since 1.12: +2 -1 lines
Diff to previous 1.12 (colored)

Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.

Revision 1.12 / (download) - annotate - [select for diffs], Fri Aug 30 08:16:48 2013 UTC (9 years, 9 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Changes since 1.11: +2 -3 lines
Diff to previous 1.11 (colored)

Update to 0.25

Upstream changes:
0.25 Mon Mar 04 2013
   - support "HH:MM::SS timezone YYYY/MM/DD"
     - thanks Kevin Zwack

0.24 Mon Nov 26 2012
   - fix removal of 'am' in the german language file when we already know what part is the time part
   - fix removal of 'st' when not preceded by a digit
     - thanks Andreas Koenig rt #81432
   - support "YYYYMMDD timezone"

0.23 Thu Jun 14 2012
   - Fix for MM/YYYY (was always setting the base year)
     - thanks John Marling
   - Support MM/YY if MMYY is given as an option
   - pod cleanup

0.22 Mon Jun 11 2012
   - update GPL in the LICENSE file (apparently the FSF has a new address)
     - thanks ppisar rt #74363
   - update POD to match the license file
     - thanks ppisar rt #74358
   - fix typo for saturday in the german language file
     - thanks TMUELLER rt #77721
   - don't check the language extensions if we don't have any non-digits in the string we are checking (excluding delimiters: \/-.:[space])
   - fix typos in the pod documentation, add a link to the german translations
   - add support and more tests for some time-first formats
   - add support for GMT timezone anywhere in the date/time string

0.21 Sun Jan 01 2012
   - handle mm/yyyy and m/yyyy

0.20 Sun Sep 18 2011
   - case insensitive handling of st|nd|rd|th (3rd and 3RD now work)
     - thanks Brett Carson

0.19 Fri Jan 07 2011
   - support for German (de)
     - thanks Mark Trettin
   - better support for DD MM
   - support for natural dates in all languages (3 years ago)

0.18 Sat Jan 01 2011
   - move a test that was hardcoded to a year to the no_year tests.
     - thanks cpantesters

0.17 Tue Oct 26 2010
   - more formats supported
   - support timezone offsets that are not at the end of the datetime string.
     - they must be 4 digits and begin with a plus or minus
     - thanks snarkyboojum: http://use.perl.org/use.perl.org/_snarkyboojum/journal/40297.html
   - better support for dates like 'December 1st'
   - POD formatting fixes
   - support 'Oct.26, 2010'.
     - thanks Brian Knapp

Revision 1.11 / (download) - annotate - [select for diffs], Fri May 31 12:42:26 2013 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base, pkgsrc-2013Q2
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package

Like last time, where this caused no complaints.

Revision 1.10 / (download) - annotate - [select for diffs], Mon Oct 8 13:04:22 2012 UTC (10 years, 7 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Oct 3 21:58:19 2012 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.

I hope that's all of them.

Revision 1.8 / (download) - annotate - [select for diffs], Sun Aug 14 15:28:45 2011 UTC (11 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Revision bump after updating perl5 to 5.14.1.

Revision 1.7 / (download) - annotate - [select for diffs], Wed Sep 1 20:06:41 2010 UTC (12 years, 9 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3
Changes since 1.6: +5 -3 lines
Diff to previous 1.6 (colored)

Updating time/p5-DateTime-Format-Flexible from 0.15nb1 to 0.16

pkgsrc changes:
- add build dependency

Upstream changes:
0.16 Thu Aug 25 2010
   - make sure 'now' means now and not when the module loaded unless user
     has set a base (thanks Ryan Voots rt #60731)

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 21 16:36:23 2010 UTC (12 years, 9 months ago) by seb
Branch: MAIN
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!

Revision 1.5 / (download) - annotate - [select for diffs], Tue Mar 16 17:10:55 2010 UTC (13 years, 2 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1
Changes since 1.4: +3 -3 lines
Diff to previous 1.4 (colored)

Updating time/p5-DateTime-Format-Flexible from 0.14 to 0.15

pkgsrc changes:
- Update HOMEPAGE to CPAN "Permalink"

Upstream changes:
0.15 Mon Mar 10 2010
   - fix tests for DateTime string overloading problem
     (thanks Andreas Koenig and Michael Schwern)

Revision 1.4 / (download) - annotate - [select for diffs], Mon Mar 8 16:45:23 2010 UTC (13 years, 2 months ago) by sno
Branch: MAIN
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

Updating time/p5-DateTime-Format-Flexible from 0.09 to 0.14

pkgsrc changes:
- Adapt dependency version to pkgsrc used version numbers, not CPAN

Upstream changes:
0.14 Sun Feb 28 2010
   - fix test: '1 month ago at 4pm' could be potentially less that 28 days ago.
   - fix tests for infinity, -infinity, infinito, and -infinito

0.13 Sat Feb 27 2010
   - make parsing for infinity and -infinity more reliable

0.12 Thu Feb 25 2010
   - fix DateTime::Format::Builder import

0.11 Wed Feb 24 2010
   - remove Readonly dependency
   - support some postgresql datetimes: epoch, infinity, -infinity, allballs
     - see http://www.postgresql.org/docs/8.4/interactive/datatype-datetime.html section 8.5.1.4
     - 'infinity' returns a DateTime::Infinite::Future object
     - '-infinity' returns a DateTime::Infinite::Past object

0.10 Wed Feb 24 18:45:00 2009
   - support for single character am/pm strings '3p'
   - support for days of the week (wednesday => the nearest future wednesday) (thanks Shawn Moore, rt #53188)
     - note: this is quite limited, I need more test cases
       - works: wednesday
       - works: wed at 3p
   - support for bare months (february)
   - support for limited timezones that are not at the end of the string (thanks Dave Faraldo)
     - 'Wed Nov 11 13:55:48 PST 2009' becomes
       - 2009-11-11T13:55:48 America/Los_Angeles
   - beginning multiple language support (contributions welcome)
     - support english (en) and spanish (es)
   - support dates like 'now, today, tomorrow'
   - switch to strptime from regexes for some parsing for clarity
   - now supports negative timezone offsets IF it is a 4 digit offset and there is a space before the offset
     - works: 2007-05-06T04:44:44 -0800
     - does not work: 2007-05-06T04:44:44-0800
     - does not work: 2007-05-06T04:44:44-08
     - does not work: 2007-05-06T04:44:44 -08
   - now supports 2 digit years as the first number if the year is > 31
     - works: 35-12-23 (2035-12-23T00:00:00)
     - does not work: 11-12-13 (2013-11-12T00:00:00, or 2013-12-11T00:00:00 with european hinting)
   - timezone parsing should now be more reliable
   - you can now set a 'base' datetime object to help fill out partial datetimes

Revision 1.3 / (download) - annotate - [select for diffs], Sun Jun 14 20:19:24 2009 UTC (13 years, 11 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

pkgsrc changes:
  - Updating package of p5 module DateTime::Format::Flexible from 0.08
    to 0.09
  - Adjusting license to ${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.09 Sun May 24 22:00:00 2009
   - add a real copyright for Debian packaging
   - fix parsing a bare 4 digit year. (thanks Dominic Rose, rt #46278)

Revision 1.2 / (download) - annotate - [select for diffs], Fri May 1 21:04:14 2009 UTC (14 years, 1 month ago) by sno
Branch: MAIN
Changes since 1.1: +6 -4 lines
Diff to previous 1.1 (colored)

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)

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Feb 13 23:53:54 2009 UTC (14 years, 3 months ago) by abs
Branch: TNF
CVS Tags: pkgsrc-base, pkgsrc-2009Q1-base, pkgsrc-2009Q1
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

Added time/p5-DateTime-Format-Flexible version 0.05

If you have ever had to use a program that made you type in the
date a certain way and thought "Why can't the computer just figure
out what date I wanted?", this module is for you.

DateTime::Format::Flexible attempts to take any string you give it
and parse it into a DateTime object.

The test file tests 2500+ variations of date/time strings. If you
can think of any that I do not cover, please let me know.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Feb 13 23:53:54 2009 UTC (14 years, 3 months ago) by abs
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>