summaryrefslogtreecommitdiff
path: root/time/p5-Time-Piece
AgeCommit message (Collapse)AuthorFilesLines
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!
2010-08-01Updating time/p5-Time-Piece from 1.19 to 1.20sno2-6/+6
Upstream changes: 1.20 - Fix for alloca broke Solaris - Fixed documentation buggette about strptime - Added ->pretty() method for Time::Seconds objects - Add %s support to strptime
2010-02-18Updating time/p5-Time-Piece from 0.17 to 0.19sno2-6/+6
Upstream changes: 1.19 - Fix for alloca broke FreeBSD 1.18 - Fix for alloca on IRIX
2010-02-02Updating time/p5-Time-Piece from 1.16 to 1.17sno2-7/+7
Upstream changes: 1.17 - Force all to use internal strptime then everyone gets %z even OSX users. - Finally figured out the timezone test failures on Win32 and fixed them.
2010-01-25Updating time/p5-Time-Piece from 1.15 to 1.16sno2-6/+6
Upstream changes: 1.16 - Implement %z for the internal implementation of strptime(). Unfortunately this doesn't get picked up everywhere, so there are no tests for it (yet - patches welcome). - Fix for major bug in add_months() using negative months which were multiples of 12. Also affected add_years() with negative years. - Fix for object creation bug in get_epochs which called new from object but that wasn't supported in the new() code. - Added docs about the weakness of using epoch seconds internally and suggested alternatives. - Removed useless "use UNIVERSAL qw(isa)" line. - Fix for installing over core perl version.
2009-07-07pkgsrc changes:sno2-7/+7
- Updating package for p5 module of Time::Piece from 1.14 to 1.15 - Correcting license (see module documentation) Upstream changes: 1.15 - Skip a test on Win32 that there's just no way of passing - Document the above failure
2009-05-19pkgsrc changes:sno2-7/+7
- updating package for p5 module Time::Piece from 1.13nb1 to 1.14 - setting gnu-gpl-v2 as license upstream changes: 1.14 - rework add_months() to not rely on strptime being able to parse illegal dates (Gisle Aas). - Various win32 TZ fixes from p5p core perl version
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-14Update from version 1.11 to 1.13, discussed with maintainer.he2-7/+9
Pkgsrc changes: o Revert MAINTAINER to pkgsrc-users@ as directed by maintainer o Add USE_LANGUAGES=c Upstream changes: 1.13 - More QNX fixes (kraai@ftbfs.org) - Restore freebsd copyright on strptime. - Added add_months and add_years methods. 1.12 - QNX fixes - Merge with perl core version
2008-06-12Add DESTDIR support.joerg1-1/+2
2007-10-25Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mkjlam1-1/+0
can handle packages having no PLIST files.
2007-02-27Update to 1.11:wiz2-7/+6
1.11 - Skip %V test on Win32 1.10 - Number of bug fixes from RT - (maintenance by Ricardo SIGNES) - avoid warning in _mktime (bug #19677) 1.09 - (patches from Ricardo SIGNES) - Tests largely moved to Test::More (from Test.pm) - Time::Piece should now be safely subclassable
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam1-2/+2
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-07-13Turn PERL5_PACKLIST into a relative path instead of an absolute path.jlam1-2/+2
These paths are now relative to PERL5_PACKLIST_DIR, which currently defaults to ${PERL5_SITEARCH}. There is no change to the binary packages.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 checksums.wiz1-1/+2
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant1-1/+2
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-10-23Import p5-Time-Piece from pkgsrc-wip. Packaged by Hiramatsu Yoshifumi.minskim4-0/+28
This module replaces the standard localtime and gmtime functions with implementations that return objects. It does so in a backwards compatible manner, so that using localtime/gmtime in the way documented in perlfunc will still return what you expect.