pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-Time-TAI64 Initial import of p5-Time-TAI 2.10 ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c39ffdeae7eb
branches:  trunk
changeset: 507822:c39ffdeae7eb
user:      kleink <kleink%pkgsrc.org@localhost>
date:      Thu Feb 09 10:41:48 2006 +0000

description:
Initial import of p5-Time-TAI 2.10 into the Packages Collection.

This Module makes available to the user functions to convert TAI64 strings
to unix timestamps suitable to make time calculations.

diffstat:

 time/p5-Time-TAI64/DESCR    |   2 ++
 time/p5-Time-TAI64/Makefile |  19 +++++++++++++++++++
 time/p5-Time-TAI64/PLIST    |   1 +
 time/p5-Time-TAI64/distinfo |   5 +++++
 4 files changed, 27 insertions(+), 0 deletions(-)

diffs (43 lines):

diff -r 9aad25f4412f -r c39ffdeae7eb time/p5-Time-TAI64/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-TAI64/DESCR  Thu Feb 09 10:41:48 2006 +0000
@@ -0,0 +1,2 @@
+This Module makes available to the user functions to convert TAI64 strings
+to unix timestamps suitable to make time calculations.
diff -r 9aad25f4412f -r c39ffdeae7eb time/p5-Time-TAI64/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-TAI64/Makefile       Thu Feb 09 10:41:48 2006 +0000
@@ -0,0 +1,19 @@
+# $NetBSD: Makefile,v 1.1.1.1 2006/02/09 10:41:48 kleink Exp $
+
+DISTNAME=      Time-TAI64-2.10
+PKGNAME=       p5-${DISTNAME}
+SVR4_PKGNAME=  p5tt6
+CATEGORIES=    time perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Time/}
+
+MAINTAINER=    kleink%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Time-TAI64/
+COMMENT=       Convert TAI64 strings into standard unix timestamps
+
+BUILD_DEPENDS+=        p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple
+DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
+
+PERL5_PACKLIST=                auto/Time/TAI64/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 9aad25f4412f -r c39ffdeae7eb time/p5-Time-TAI64/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-TAI64/PLIST  Thu Feb 09 10:41:48 2006 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/09 10:41:48 kleink Exp $
diff -r 9aad25f4412f -r c39ffdeae7eb time/p5-Time-TAI64/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-Time-TAI64/distinfo       Thu Feb 09 10:41:48 2006 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2006/02/09 10:41:48 kleink Exp $
+
+SHA1 (Time-TAI64-2.10.tar.gz) = ffe1267784a672fcebc027a6d0977cf203186027
+RMD160 (Time-TAI64-2.10.tar.gz) = 41c8842dee645d46bded2706ba524aaba9f76f90
+Size (Time-TAI64-2.10.tar.gz) = 5736 bytes



Home | Main Index | Thread Index | Old Index