summaryrefslogtreecommitdiff
path: root/time/p5-Time-Clock
AgeCommit message (Collapse)AuthorFilesLines
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-2/+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-Clock from 1.00 to 1.02sno2-6/+6
Upstream changes: 1.02 (06.15.2010) - John Siracusa <siracusa@gmail.com> * Fixed test failures on systems without Time::HiRes. 1.01 (06.03.2010) - John Siracusa <siracusa@gmail.com> * Prevent parse failure on greater-than-nanoseconds precision. (The extra precision is discarded.)
2010-03-10Updating time/p5-Time-Clock from 0.12nb1 to 1.00sno2-7/+11
pkgsrc changes: - Add license definition Upstream changes: 1.00 (03.09.2010) - John Siracusa <siracusa@gmail.com> * The %i format now correctly shows 12 for 12 AM. * Removed leading zeros from the %i format. * Bumped version number to reflect API stability.
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-05-28Updated time/p5-Time-Clock to 0.12abs2-6/+9
0.12 (02.01.2008) - John Siracusa <siracusa@gmail.com> * Updated the maintainer's email address.
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-06-10Import p5-Time-Clock-0.11abs4-0/+32
A Time::Clock object is a twenty-four hour clock with nanosecond precision and wrap-around. It is a clock only; it has absolutely no concept of dates. Vagaries of date/time such as leap seconds and daylight savings time are unsupported. When a Time::Clock object hits 23:59:59.999999999 and at least one more nanosecond is added, it will wrap around to 00:00:00.000000000. This works in reverse when time is subtracted. Time::Clock objects automatically stringify to a user-definable format.