Path to this page:
./
time/p5-DateTime-Format-Strptime,
Perl 5 module to parse and format strp and strf time patterns
Branch: CURRENT,
Version: 1.5400,
Package name: p5-DateTime-Format-Strptime-1.5400,
Maintainer: absThis 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.
Required to run:[
lang/perl5] [
time/p5-DateTime] [
time/p5-DateTime-Locale] [
time/p5-DateTime-TimeZone] [
devel/p5-Params-Validate]
Master sites: (Expand)
SHA1: 46c4da1b69307b7ddf4c16e81299285535b7c602
RMD160: e67f1884db7e2948caaf6136009ab6dd96d8d74f
Filesize: 25.955 KB
Version history: (Expand)
- (2013-04-03) Updated to version: p5-DateTime-Format-Strptime-1.5400
- (2012-10-04) Updated to version: p5-DateTime-Format-Strptime-1.5200nb1
- (2012-07-06) Updated to version: p5-DateTime-Format-Strptime-1.5200
- (2012-01-27) Updated to version: p5-DateTime-Format-Strptime-1.5000
- (2011-08-14) Updated to version: p5-DateTime-Format-Strptime-1.4000nb2
- (2010-08-21) Updated to version: p5-DateTime-Format-Strptime-1.4000nb1
CVS history: (Expand)
2013-04-03 09:17:49 by Wen Heping | Files touched by this commit (2) |  |
Log message:
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.
|
| 2012-10-08 15:04:32 by Aleksej Saushev | Files touched by this commit (146) |
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
|
| 2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2012-07-06 13:59:59 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
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.
|
2012-01-26 20:00:53 by Ulrich Habel | Files touched by this commit (2) |  |
Log message:
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.
|
| 2011-08-14 17:28:49 by OBATA Akio | Files touched by this commit (61) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) |  |
Log message:
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!
|
2010-08-04 18:29:53 by Jens Rehsack | Files touched by this commit (2) |  |
Log message:
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
|