mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
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. WWW: http://search.cpan.org/dist/Time-Clock/ PR: ports/99667 Submitted by: Zach Thompson <hideo@lastamericanempire.com>
This commit is contained in:
parent
73ecc73192
commit
a126ea0fed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166689
5 changed files with 43 additions and 0 deletions
|
@ -1335,6 +1335,7 @@
|
|||
SUBDIR += p5-Tie-Restore
|
||||
SUBDIR += p5-Tie-ShareLite
|
||||
SUBDIR += p5-Tie-iCal
|
||||
SUBDIR += p5-Time-Clock
|
||||
SUBDIR += p5-Time-Duration
|
||||
SUBDIR += p5-Time-HiRes
|
||||
SUBDIR += p5-Time-Local
|
||||
|
|
28
devel/p5-Time-Clock/Makefile
Normal file
28
devel/p5-Time-Clock/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: devel/p5-Time-Clock
|
||||
# Date created: 30 June 2006
|
||||
# Whom: Zach Thompson <hideo@lastamericanempire.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= Time-Clock
|
||||
PORTVERSION= 0.10
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
||||
MASTER_SITE_SUBDIR= Time
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= hideo@lastamericanempire.com
|
||||
COMMENT= Twenty-four hour clock objects with nanosecond precision
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= Time::Clock.3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${PERL_LEVEL} < 500600
|
||||
IGNORE= requires perl 5.6 or later. Install lang/perl5 then try again
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/p5-Time-Clock/distinfo
Normal file
3
devel/p5-Time-Clock/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (Time-Clock-0.10.tar.gz) = 798ae0ed9c62dc9b032c3947a46d59aa
|
||||
SHA256 (Time-Clock-0.10.tar.gz) = 5a41ac557d9fbf3694d2d828ee92a4a77087ad660ca3b209909159cfc7528bdb
|
||||
SIZE (Time-Clock-0.10.tar.gz) = 7597
|
6
devel/p5-Time-Clock/pkg-descr
Normal file
6
devel/p5-Time-Clock/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
|||
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.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Time-Clock/
|
5
devel/p5-Time-Clock/pkg-plist
Normal file
5
devel/p5-Time-Clock/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
%%SITE_PERL%%/Time/Clock.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Clock/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time/Clock
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Time
|
||||
@dirrmtry %%SITE_PERL%%/Time
|
Loading…
Add table
Reference in a new issue