summaryrefslogtreecommitdiff
path: root/time/p5-Time-Format
AgeCommit message (Collapse)AuthorFilesLines
2017-06-05Recursive revbump from lang/perl5 5.26.0ryoon1-2/+2
2016-06-08Bump PKGREVISION for perl-5.24.wiz1-2/+2
2015-11-02Add SHA512 digests for distfiles for time categoryagc1-1/+2
Problems found with mismatching existing digests for: distfiles/asclock-classic-1.0.tar.gz distfiles/asclock-gtk-2.1.10beta.tar.gz distfiles/asclock-xlib-2.0.11.tar.gz distfiles/emiclock-2.0.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2014-12-04Update 1.11 to 1.12mef2-7/+6
1.12 2012 September 27 - Fix CPAN RT bug 44167/54990: Negative milliseconds/microseconds. This was a boneheaded mistake I should have fixed years ago. Many thanks to Karl Moens for reporting the error, and for a patch. - Fix CPAN RT bug 47229: Build.PL dependencies. Unfortunately, I cannot fix Makefile.PL, since ExtUtils::MakeMaker has no concept of "recommended" or "optional" modules. Thanks to Jens Rehsack for the suggestion. - Fix CPAN RT bug 55630: ISO-8601 Z (Zulu, UTC) marker not supported. Thanks to Will Coleda for pointing this out. - Fix CPAN RT bug 76705/76707 (maybe): month out of range. I can't reproduce this bug, but I made a change to the time parsing that might fix it. Thanks to Todd Bezenek for reporting the problem.
2014-05-29Bump for perl-5.20.0.wiz1-2/+2
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.
2013-05-31Bump all packages for perl-5.18, thatwiz1-2/+2
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.
2012-10-08Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.asau1-3/+1
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz1-2/+2
are called p5-*. I hope that's all of them.
2011-08-14Revision bump after updating perl5 to 5.14.1.obache1-2/+2
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-1/+2
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!
2009-07-22Remove empty PLIST.wiz1-1/+0
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-07-07pkgsrc changes:sno2-8/+7
- updating package of p5 module Time::Format from 1.09 to 1.11 - Adjusting depencencies according to META.yml (and Module::Corelist) Upstream changes: 1.11 2009 June 18 - Fix error in the new test (past.t) for v1.10! - Rearrange eval's throughout test code to rely on $@ less. 1.10 2009 June 17 - Bug fix: Did not trim leading zero off the am/pm hour (H code) if the argument was a DateTime. Thanks to Coke Coleda for spotting this.
2008-10-19Bump the PKGREVISION for all packages which depend directly on perl,he1-1/+2
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=...").
2008-09-10Update from version 1.02 to 1.09, discussed in general terms with maintainer.he2-8/+10
Pkgsrc changes: o Canonicalize HOMEPAGE and MASTER_SITES o Switch to Module::Build method Upstream changes: 1.09 2008 May 27 - Bug fix: generated error if second argument to time_format was a string and was in December. Thanks to Bokor Béla for spotting this one. 1.08 2008 May 27 - Reset $@ at certain places, so as to work with older (broken) perls. Again, thanks to Slaven Rezic. 1.07 2008 March 31 - More test-case changes, to work with older perls. Many thanks to Slaven Rezic and the rest of the tireless CPAN testers! 1.06 2008 March 28 - Fix a broken test case in time.t; failed for non-English locales. 1.05 2008 March 27 - Fix a typo bug in Makefile.PL 1.04 2008 March 26 - Worked around a POSIX bug which would cause hangs under cygwin. - Fixed a couple test cases. 1.03 2008 March 24 - Fixed a broken test case. - Added Module::Build support.
2008-06-12Add DESTDIR support.joerg1-1/+3
2007-11-04Time::Format version 1.02adrianp4-0/+42
========================= Time::Format provides a very easy way to format dates and times. The formatting functions are tied to hash variables, so they can be used inside strings as well as in ordinary expressions. The formatting codes used are meant to be easy to remember, use, and read. They follow a simple, consistent pattern. If I've done my job right, once you learn the codes, you should never have to refer to the documentation again. A quick-reference page is included, just in case. ;-) Time::Format can also format DateTime objects, and strings created with Date::Manip. Also provided is a tied-hash interface to POSIX::strftime and Date::Manip::UnixDate.