diff options
author | kleink <kleink@pkgsrc.org> | 2006-02-09 10:41:48 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2006-02-09 10:41:48 +0000 |
commit | 59abe3e43dd620342c7a070bc2843f34c0479274 (patch) | |
tree | 4b2c3009657bab1d272ae6a8d28d1cac7b942bd7 /time | |
parent | 6cdbdd4c8977ab2c49b6a82cfa81c0f0b22dfd1b (diff) | |
download | pkgsrc-59abe3e43dd620342c7a070bc2843f34c0479274.tar.gz |
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 (limited to 'time')
-rw-r--r-- | time/p5-Time-TAI64/DESCR | 2 | ||||
-rw-r--r-- | time/p5-Time-TAI64/Makefile | 19 | ||||
-rw-r--r-- | time/p5-Time-TAI64/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Time-TAI64/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/time/p5-Time-TAI64/DESCR b/time/p5-Time-TAI64/DESCR new file mode 100644 index 00000000000..6962fd4644a --- /dev/null +++ b/time/p5-Time-TAI64/DESCR @@ -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 --git a/time/p5-Time-TAI64/Makefile b/time/p5-Time-TAI64/Makefile new file mode 100644 index 00000000000..7b9c51b2784 --- /dev/null +++ b/time/p5-Time-TAI64/Makefile @@ -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 +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 --git a/time/p5-Time-TAI64/PLIST b/time/p5-Time-TAI64/PLIST new file mode 100644 index 00000000000..ef36bbe9253 --- /dev/null +++ b/time/p5-Time-TAI64/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/09 10:41:48 kleink Exp $ diff --git a/time/p5-Time-TAI64/distinfo b/time/p5-Time-TAI64/distinfo new file mode 100644 index 00000000000..e1793593920 --- /dev/null +++ b/time/p5-Time-TAI64/distinfo @@ -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 |