./time/p5-Time-Clock, Twenty-four hour clock object with nanosecond precision

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.00, Package name: p5-Time-Clock-1.00, Maintainer: pkgsrc-users

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.


Required to run:
[lang/perl5]

Master sites: (Expand)

SHA1: a7fec392de62a290bed3277d5e3ec180ff9fece2
RMD160: d3ea95155f5b74b5ecbfedd74b942da0c4b1b4ca
Filesize: 8.134 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-10 10:48:06 by Jens Rehsack | Files touched by this commit (2)
Log message:
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.
   2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179)
Log message:
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=...").
   2008-05-28 23:06:34 by David Brownlee | Files touched by this commit (2) | Package updated
Log message:
Updated time/p5-Time-Clock to 0.12

0.12 (02.01.2008) - John Siracusa <siracusa@gmail.com>

    * Updated the maintainer's email address.
   2007-10-25 18:59:59 by Johnny C. Lam | Files touched by this commit (980)
Log message:
Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
   2007-06-10 13:18:18 by David Brownlee | Files touched by this commit (4) | Imported package
Log message:
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.