Up to [cvs.NetBSD.org] / pkgsrc / time / p5-DateTime-Format-Strptime
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.42 / (download) - annotate - [select for diffs], Tue Jun 28 11:36:55 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.41: +2 -1
lines
Diff to previous 1.41 (colored)
*: recursive bump for perl 5.36
Revision 1.41 / (download) - annotate - [select for diffs], Sat May 29 10:08:44 2021 UTC (2 years 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,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.40: +2 -3
lines
Diff to previous 1.40 (colored)
Update to 1.79 Upstream changes: 1.79 2021-05-02 * Fix too-strict type checking for time zones. This module now uses the same check as DateTime itself, which allows for things that don't subclass DateTime::TimeZone as long as they provide the same API. Reported by E. Choroba. GH #30.
Revision 1.40 / (download) - annotate - [select for diffs], Mon May 24 19:55:05 2021 UTC (2 years ago) by wiz
Branch: MAIN
Changes since 1.39: +2 -1
lines
Diff to previous 1.39 (colored)
*: recursive bump for perl 5.34
Revision 1.39 / (download) - annotate - [select for diffs], Sun Mar 28 00:17:53 2021 UTC (2 years, 2 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.38: +3 -3
lines
Diff to previous 1.38 (colored)
Update to 1.78 Update DEPENDS Upstream changes: 1.78 2020-12-15 * Fix tests for new failure caused by locale data changes in DateTime::Locale 1.29. Reported by cthulhu8zombie. GH #28. * Added a warning about using locale-specific patterns. Some of these patterns can change quite a bit as the locale data is updated, so using them for parsing does not produce stable results across time. This is what caused the test failures that this release fixes.
Revision 1.38 / (download) - annotate - [select for diffs], Mon Sep 7 17:44:42 2020 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.37: +2 -3
lines
Diff to previous 1.37 (colored)
p5-DateTime-Format-Strptime: update to 1.7700. 1.77 2020-02-29 * When the parsed string contained an invalid time zone offset (parsed with "%z") like "-9999", the error handling set in the parser's constructor was ignored and an exception was always thrown. Reported by x-qq. GH #25.
Revision 1.37 / (download) - annotate - [select for diffs], Mon Aug 31 18:12:23 2020 UTC (2 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -2
lines
Diff to previous 1.36 (colored)
*: bump PKGREVISION for perl-5.32.
Revision 1.36 / (download) - annotate - [select for diffs], Sun Aug 11 13:24:08 2019 UTC (3 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.35: +2 -1
lines
Diff to previous 1.35 (colored)
Bump PKGREVISIONs for perl 5.30.0
Revision 1.35 / (download) - annotate - [select for diffs], Sun Jun 30 20:17:15 2019 UTC (3 years, 11 months ago) by nia
Branch: MAIN
Changes since 1.34: +2 -2
lines
Diff to previous 1.34 (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.34 / (download) - annotate - [select for diffs], Sun Apr 7 12:26:04 2019 UTC (4 years, 1 month ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.33: +2 -3
lines
Diff to previous 1.33 (colored)
Update to 1.76 Upstream changes: 1.76 2019-02-07 [BACKWARDS INCOMPATIBILITIES] * The ability to set the pattern, time_zone, and locale via accessor methods has been removed. This was deprecated over three years ago in version 1.60. It also turns out that the setting was actually broken for a long time but no one seemed to notice, so I think it's afe to remove this feature.
Revision 1.33 / (download) - annotate - [select for diffs], Wed Aug 22 09:47:17 2018 UTC (4 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.32: +2 -1
lines
Diff to previous 1.32 (colored)
Recursive bump for perl5-5.28.0
Revision 1.32 / (download) - annotate - [select for diffs], Sat Dec 30 15:04:41 2017 UTC (5 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
p5-DateTime-Format-Strptime: update to 1.7500. 1.75 2017-12-24 - Fixed tests to pass with blead Perl. Reported by James Keenan. GH #19.
Revision 1.31 / (download) - annotate - [select for diffs], Wed Aug 16 06:57:57 2017 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.30: +2 -3
lines
Diff to previous 1.30 (colored)
Updated p5-DateTime-Format-Strptime to 1.7400. 1.74 2017-08-03 - Fix text to not rely on a very specific exception message from Specio. This was broken in 0.39. Reported by Slaven Rezi. GH #18.
Revision 1.30 / (download) - annotate - [select for diffs], Mon Jun 5 14:25:04 2017 UTC (5 years, 11 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.29: +2 -1
lines
Diff to previous 1.29 (colored)
Recursive revbump from lang/perl5 5.26.0
Revision 1.29 / (download) - annotate - [select for diffs], Sun Apr 9 07:31:21 2017 UTC (6 years, 1 month ago) by wen
Branch: MAIN
Changes since 1.28: +5 -4
lines
Diff to previous 1.28 (colored)
Update to 1.73 Update DEPENDS Upstream changes: 1.73 2017-01-31 - The format_datetime now checks that the object it is given isa DateTime object. Implemented by Mohammad S Anwar. GitHub #17. 1.72 2017-01-24 - Require DateTime::Locale 1.05. This fixes some test failures seen on CPAN Testers. Also require DateTime::TimeZone 2.09 because you should really update this on a regular basis. - Require Specio 0.33 to fix other test failures seen on CPAN (I hope). 1.71 2017-01-24 - By default, the word boundary checks added in 1.69 are now off. You can enable them by passing "strict => 1" to the constructor. This was reported as an issue by Toby Corkindale as GitHub #15. - Switched from Params::Validate to Params::ValidationCompiler.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Jan 7 06:20:58 2017 UTC (6 years, 4 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
Update to 1.70 Upstream changes: 1.70 2016-12-10 - Altered the conversion specifier %z to accept ç°£ÈH, ç°£ÈHMM, ç°£ÈH:MM and Z. Previously only ç°£ÈHMM where accepted. PR from Christian Hansen, GitHub #13. 1.69 2016-12-04 (TRIAL RELEASE) - The word boundary check supposedly added in 1.67 didn't really work properly, and still matched too much. For example, the pattern "%d-%m-%y" would match "2016-11-30" and turn it into November 16, 2030. This also had problems at the end of strings, so that the same pattern would improperly match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub #11. - Added docs for several formats which had long been supported but not documented. These are %P, %c, %x, and %X. Reported by Alexander Hartmaier. GH #10.
Revision 1.27 / (download) - annotate - [select for diffs], Tue Jul 26 00:29:57 2016 UTC (6 years, 10 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.26: +2 -3
lines
Diff to previous 1.26 (colored)
Update to 1.68 Upstream changes: 1.68 2016-05-08 - Author tests are no longer in t/. This makes running tests for non-authors much faster. Requested by Kent Fredric. RT #114237.
Revision 1.26 / (download) - annotate - [select for diffs], Wed Jun 8 19:24:50 2016 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
Bump PKGREVISION for perl-5.24.
Revision 1.25 / (download) - annotate - [select for diffs], Tue Jun 7 21:10:32 2016 UTC (6 years, 11 months ago) by mef
Branch: MAIN
Changes since 1.24: +2 -1
lines
Diff to previous 1.24 (colored)
Add BUILD_DEPENDS+= p5-Sub-Name-[0-9]* for make test
Revision 1.24 / (download) - annotate - [select for diffs], Sat May 7 05:21:05 2016 UTC (7 years ago) by wen
Branch: MAIN
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
Update to 1.6700 Upstream changes: 1.67 2016-03-31 - Fixed a regression introduced in 1.60. Older versions of this library would match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we definitely want to match on word boundaries so that we match "log.2016-03-31". Based on a PR from YASUTAKE Kiyoshi. GitHub #3. 1.66 2016-03-27 - Added a zone_map constructor argument. This lets you supply a mapping for ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT #74762. 1.65 2016-03-15 - Updated zone short name parsing to handle names like "+07", which were introduced in the latest IANA time zone database release.
Revision 1.23 / (download) - annotate - [select for diffs], Sat Feb 27 07:54:34 2016 UTC (7 years, 3 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Update to 1.64 Upstream changes: 1.64 2016-02-21 - Changed how a string that contains separate epoch and nanosecond fields is turned into a DateTime object in order to deal with changes coming in the next DateTime release. 1.63 2016-01-13 [BUG FIXES] - The behaviour of silently ignoring text after the matching part was lost in the rewrite. This has been restored. Patch by Dagfinn Ilmari MannsÌer. RT #111155. 1.62 2015-12-19 [BUG FIXES] - When on_error was set to something that did not die (including the default error handling), calling ->parse_datetime with some bad inputs could cause the module to error out internally by trying to call methods on an undefined value instead of returning undef. Reported by Mike Dorman. RT #110247.
Revision 1.22 / (download) - annotate - [select for diffs], Sat Jan 30 10:01:02 2016 UTC (7 years, 4 months ago) by mef
Branch: MAIN
Changes since 1.21: +4 -1
lines
Diff to previous 1.21 (colored)
Add two lines for make test BUILD_DEPENDS+= p5-Package-Stash-[0-9]*:../../devel/p5-Package-Stash BUILD_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
Revision 1.21 / (download) - annotate - [select for diffs], Sun Nov 15 05:11:51 2015 UTC (7 years, 6 months ago) by wen
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.20: +4 -3
lines
Diff to previous 1.20 (colored)
Update to 1.61 Update DEPENDS Upstream changes: 1.61 2015-11-13 [BUG FIXES] - If you loaded this module with warnings globally enabled ("perl -w", which you should never do), then you'd get a warning about the import subroutine being redefined. This broke the Package::DeprecationManager API for turning off deprecation warnings. This has been fixed in Package::DeprecationManager 0.15. Reported by Martin. RT #108871. 1.60 2015-11-07 - This release is identical to the prior trial release. The changes for the trial releases are reproduced below for convenience. [BACKWARDS INCOMPATIBILITIES] - The error messages for various types of failures have changed. - The never-documented diagnostic parameter for the constructor has been removed. - The never-documented feature to allow you to use arbitrary DateTime.pm methods in the parsing pattern has been removed. This never made much sense anyway, since most DateTime.pm methods are not constructor params, but they were used that way. - Using the pattern, locale, and time_zone to set the respective attribute is now deprecated. Make a new object instead of changing one of these values. [BUG FIXES] - Fixed a warning from the tests with newer Perl versions. RT #107620. - Clarified docs to note that %Y and %G require 4-digit years. Reported by Karen Etheridge. RT #103147. - Using the 24-hour token (%H) with an AM/PM specifier (%p) now leads to an error if you try to parse something like "23:01 AM". Reported by Ric Signes. RT #92445. 1.59 2015-10-25 (TRIAL RELEASE) - The previous release accidentally included an old version of Strptime.pm in the root dir, causing all sorts of chaos and test failures. 1.58 2015-10-18 (TRIAL RELEASE) - This release is a substantial rewrite. Please test it and file bugs for any unintentional breakage. * The error messages for various types of failures have changed. * The never-documented diagnostic parameter for the constructor has been removed. * The never-documented feature to allow you to use arbitrary DateTime.pm methods in the parsing pattern has been removed. This never made much sense anyway, since most DateTime.pm methods are not constructor params, but they were used that way. * Using the pattern, locale, and time_zone to set the respective attribute is now deprecated. Make a new object instead of changing one of these values. - Fixed a warning from the tests with newer Perl versions. RT #107620. - Clarified docs to note that %Y and %G require 4-digit years. Reported by Karen Etheridge. RT #103147. 1.57 2015-10-04 - Make all tests pass with both the current DateTime::Locale and the upcoming new version (currently still in trial releases).
Revision 1.20 / (download) - annotate - [select for diffs], Thu Aug 6 08:37:43 2015 UTC (7 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3
Changes since 1.19: +2 -9
lines
Diff to previous 1.19 (colored)
Update to 1.56. Changes not found, but fixes test failure noted in pkgsrc Makefile.
Revision 1.19 / (download) - annotate - [select for diffs], Fri Jun 12 10:51:44 2015 UTC (7 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (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.18 / (download) - annotate - [select for diffs], Sun May 10 02:43:38 2015 UTC (8 years ago) by mef
Branch: MAIN
Changes since 1.17: +7 -1
lines
Diff to previous 1.17 (colored)
- To skip make test, add the line TEST_TARGET?= # to skip make test (but can be enabled by 'env TEST_TARGET=test make test') for following packages: devel/p5-File-ShareDir-Install time/p5-DateTime-Format-Strptime www/p5-LWP-Protocol-https - Add BUILD_DEPENDS for make test
Revision 1.17 / (download) - annotate - [select for diffs], Thu May 29 23:37:52 2014 UTC (9 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (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.16 / (download) - annotate - [select for diffs], Fri May 31 12:42:26 2013 UTC (10 years ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (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.15 / (download) - annotate - [select for diffs], Wed Apr 3 07:17:48 2013 UTC (10 years, 1 month ago) by wen
Branch: MAIN
Changes since 1.14: +3 -4
lines
Diff to previous 1.14 (colored)
Update to 1.54 Upstream changes: 1.54 2013-04-02 - Require DateTime.pm 1.00 because without it tests will break. 1.53 2013-04-02 - A fix in DateTime.pm 1.00 broke a test in this distro. Reported by Anthony J Lucas. RT #84371.
Revision 1.14 / (download) - annotate - [select for diffs], Mon Oct 8 13:04:23 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.13: +1 -3
lines
Diff to previous 1.13 (colored)
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Oct 3 21:58:20 2012 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.12: +2 -1
lines
Diff to previous 1.12 (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.12 / (download) - annotate - [select for diffs], Fri Jul 6 11:59:59 2012 UTC (10 years, 10 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3
Changes since 1.11: +6 -6
lines
Diff to previous 1.11 (colored)
Updating package for Perl 5 module DateTime::Format::Strptime in time/p5-DateTime-Format-Strptime from 1.5000 to 1.5200. pkgsrc changes: - Update comment and homepage - append 00 to upstream version to avoid comparing conflicts in pkgsrc Upstream changes: 1.52 2012-07-01 - Shut up "unescaped braces in regex" warning from 5.17.0. RT #77514. Patch by Zefram. 1.51 2012-05-27 - Packaging cleanup, including listing Test::More as a test prereq, not a runtime prereq. RT #76128.
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 26 19:00:53 2012 UTC (11 years, 4 months ago) by rhaen
Branch: MAIN
CVS Tags: pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1
Changes since 1.10: +2 -3
lines
Diff to previous 1.10 (colored)
Updated to 1.5000 Changes: 1.5000 2010-10-16 - This module did not recognize UTC as a valid time zone. Patch by Danijel Ta¡ov. RT #59209.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Aug 14 15:28:46 2011 UTC (11 years, 9 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Revision bump after updating perl5 to 5.14.1.
Revision 1.9 / (download) - annotate - [select for diffs], Sat Aug 21 16:36:24 2010 UTC (12 years, 9 months ago) by seb
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.8: +2 -1
lines
Diff to previous 1.8 (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.8 / (download) - annotate - [select for diffs], Wed Aug 4 16:29:53 2010 UTC (12 years, 9 months ago) by sno
Branch: MAIN
Changes since 1.7: +3 -3
lines
Diff to previous 1.7 (colored)
Updating time/p5-DateTime-Format-Strptime from 1.2000 to 1.4000 pkgsrc changes: - adjusting license Upstream changes: 1.4000 2010-06-28 - Actually update $VERSION in module file. Reported by David Wheeler. 1.3000 2010-06-26 - Specifiers which allowed for leading space before a number (like %e) would cause DateTime.pm to throw an error if the date being parsed actually contained leading space. Patch by Alex Vandiver. RT #58459. - Licnse is now Artistic 2.0
Revision 1.7 / (download) - annotate - [select for diffs], Sun Apr 18 14:11:00 2010 UTC (13 years, 1 month ago) by seb
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.6: +3 -4
lines
Diff to previous 1.6 (colored)
Update p5-DateTime-Format-Strptime from version 1.1000 to version 1.2000. Approved by MAINTAINER. Pkgsrc changes: - Adjust dependencies Upstream changes: 1.2000 2010-03-19 - Updated to use non-deprecated DateTime::Locale API
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jul 18 22:00:08 2009 UTC (13 years, 10 months ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.5: +5 -5
lines
Diff to previous 1.5 (colored)
pkgsrc changes: - Updating package for p5 module DateTime::Format::Strptime from 1.0901 to 1.1000 - Adjusting license Upstream changes: 1.1000 2009-07-13 -- Regex Pattern - If the pattern you pass in is a regular expression, that will be honored. - Changed the locale tests to use require the latest version of Locale until the target stops moving.
Revision 1.5 / (download) - annotate - [select for diffs], Sun May 17 18:17:32 2009 UTC (14 years ago) by sno
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.4: +6 -3
lines
Diff to previous 1.4 (colored)
PkgSrc changes: - Updating package for p5 module DateTime::Format::Strptime from 1.0900 to 1.0901 - Adjusting dependencies Upstream changes: 1.0900_01 2009-04-18 -- DEVELOPER RELEASE ONLY - Makefile.PL changes for Windows users as per issue #16 1.0901 2009-05-16 -- Official release of above
Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 12 18:55:47 2009 UTC (14 years, 1 month ago) by sno
Branch: MAIN
Changes since 1.3: +5 -4
lines
Diff to previous 1.3 (colored)
PkgSrc changes: - Updating package for p5 module DateTime::Format::Strptime to 1.0900 - set license to artistic-2.0 Upstream changes: 1.0701 2007-09-18 - The revised locale tests releasese - Many people pointed out that while this module hadn't broken the tests for the French locale had. This is due to a new source for the data in DateTime::Locale. - This version ONLY changes the tests and so it not a required update. 1.0702 2007-09-19 - YAML and POD - Updated the META.yml file to have the correct 'resources' and match the latest spec - Updated the docus with a 'resources' section that has the same information in it for readers of POD. - This version ONLY changes the documentation and so it not a required update. 1.0800 2008-08-07 - Pile-o-bugs - It seems that I wasn't getting notifications from Google when people had reported bugs, so there's a pile of fixes in this release. Hopefully that fixes everyone's issues. 1.0900 2009-02-22 - Another pile-o-bugs - It seems that I also wasn't seeing notifications from RT (please don't use it, use the Gooogle project) so all the following are fixed: 36672 Started failing mid May 23313 Bug handling time zones like America/New_York 25555 Module dies even when on_error is 'undef' 23768 Olson timezone handling incorrect 22450 locale test failing with bleadperl 20487 nmake test_more fail (with patch); incorrect META.yml 12071 format_datetime uses datetime locale rather than format locale 11863 bug in DateTime::Format::Strptime 1.0601 when using %s - And a couple from Google: #8 Add DateTime::Locale to documentation
Revision 1.3 / (download) - annotate - [select for diffs], Sun Oct 19 19:19:00 2008 UTC (14 years, 7 months ago) by he
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Bump the PKGREVISION for all packages which depend directly on perl, to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0. 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=...").
Revision 1.2 / (download) - annotate - [select for diffs], Fri Jun 20 01:09:39 2008 UTC (14 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Add DESTDIR support.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Wed Jun 7 11:46:16 2006 UTC (16 years, 11 months ago) by abs
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q1-base,
pkgsrc-2008Q1,
pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4,
pkgsrc-2006Q3-base,
pkgsrc-2006Q3,
pkgsrc-2006Q2-base,
pkgsrc-2006Q2
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Added time/p5-DateTime-Format-Strptime-1.0700 This module implements most of strptime(3), the POSIX function that is the reverse of strftime(3), for DateTime. While strftime takes a DateTime and a pattern and returns a string, strptime takes a string and a pattern and returns the DateTime object associated.
Revision 1.1 / (download) - annotate - [select for diffs], Wed Jun 7 11:46:16 2006 UTC (16 years, 11 months ago) by abs
Branch: MAIN
Initial revision