
CVS log for pkgsrc/time/p5-Time-Clock/Makefile
Up to [NetBSD + pkgsrc-wip] / pkgsrc / time / p5-Time-Clock
Request diff between arbitrary revisions - Display revisions graphically
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Aug 14 15:28:48 2011 UTC (5 months, 3 weeks ago) by obache
Branches: MAIN
CVS tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
Revision bump after updating perl5 to 5.14.1.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sat Aug 21 16:36:27 2010 UTC (17 months, 2 weeks ago) by seb
Branches: MAIN
CVS tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
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.5: download - view: text, markup, annotated - select for diffs
Sun Aug 1 20:29:56 2010 UTC (18 months, 1 week ago) by sno
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
Updating time/p5-Time-Clock from 1.00 to 1.02
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.)
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 10 09:48:06 2010 UTC (23 months ago) by sno
Branches: MAIN
CVS tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +7 -3
lines
Updating time/p5-Time-Clock from 0.12nb1 to 1.00
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.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Sun Oct 19 19:19:01 2008 UTC (3 years, 3 months ago) by he
Branches: MAIN
CVS tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
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 - view: text, markup, annotated - select for diffs
Wed May 28 21:06:34 2008 UTC (3 years, 8 months ago) by abs
Branches: MAIN
CVS tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +5 -2
lines
Updated time/p5-Time-Clock to 0.12
0.12 (02.01.2008) - John Siracusa <siracusa@gmail.com>
* Updated the maintainer's email address.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Sun Jun 10 11:18:16 2007 UTC (4 years, 8 months ago) by abs
Branches: 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
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0
lines
Import p5-Time-Clock-0.11
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.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 10 11:18:16 2007 UTC (4 years, 8 months ago) by abs
Branches: MAIN
Initial revision
NetBSD-CVSweb <admin[at]NetBSD[dot]se>