From fb41ed89b8c1260a55d873baa85567200cae27c1 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 5 Jul 2002 06:58:25 +0000 Subject: Move time management related Perl5 packages to category "time". --- time/Makefile | 4 +++- time/p5-Time-HiRes/DESCR | 2 ++ time/p5-Time-HiRes/Makefile | 22 ++++++++++++++++++++++ time/p5-Time-HiRes/PLIST | 1 + time/p5-Time-HiRes/distinfo | 4 ++++ time/p5-TimeDate/DESCR | 17 +++++++++++++++++ time/p5-TimeDate/Makefile | 20 ++++++++++++++++++++ time/p5-TimeDate/PLIST | 1 + time/p5-TimeDate/distinfo | 4 ++++ 9 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 time/p5-Time-HiRes/DESCR create mode 100644 time/p5-Time-HiRes/Makefile create mode 100644 time/p5-Time-HiRes/PLIST create mode 100644 time/p5-Time-HiRes/distinfo create mode 100644 time/p5-TimeDate/DESCR create mode 100644 time/p5-TimeDate/Makefile create mode 100644 time/p5-TimeDate/PLIST create mode 100644 time/p5-TimeDate/distinfo (limited to 'time') diff --git a/time/Makefile b/time/Makefile index 9ccf7b6686a..a25c80699d7 100644 --- a/time/Makefile +++ b/time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/07/04 22:05:10 tron Exp $ +# $NetBSD: Makefile,v 1.16 2002/07/05 06:58:32 tron Exp $ # COMMENT= clocks, calendars, daily planners and other time related applications @@ -20,6 +20,8 @@ SUBDIR+= korganizer SUBDIR+= kworldwatch SUBDIR+= logtime SUBDIR+= p5-Time +SUBDIR+= p5-Time-HiRes +SUBDIR+= p5-TimeDate SUBDIR+= pcal SUBDIR+= phoon SUBDIR+= plan diff --git a/time/p5-Time-HiRes/DESCR b/time/p5-Time-HiRes/DESCR new file mode 100644 index 00000000000..dc2ab84f1df --- /dev/null +++ b/time/p5-Time-HiRes/DESCR @@ -0,0 +1,2 @@ +Implement usleep, ualarm, and gettimeofday for Perl, as well as wrappers +to implement time, sleep, and alarm that know about non-integral seconds. diff --git a/time/p5-Time-HiRes/Makefile b/time/p5-Time-HiRes/Makefile new file mode 100644 index 00000000000..9df75433d80 --- /dev/null +++ b/time/p5-Time-HiRes/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1 2002/07/05 06:58:32 tron Exp $ +# + +DISTNAME= Time-HiRes-01.20 +PKGNAME= p5-Time-HiRes-01.20 +SVR4_PKGNAME= p5thr +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Time/} + +MAINTAINER= bad@netbsd.org +COMMENT= perl5 module for high resolution time, sleep, and alarm + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Time/HiRes/.packlist + +WRKSRC= ${WRKDIR}/Time-HiRes-01.20 + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Time-HiRes/PLIST b/time/p5-Time-HiRes/PLIST new file mode 100644 index 00000000000..0acab90b468 --- /dev/null +++ b/time/p5-Time-HiRes/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2002/07/05 06:58:33 tron Exp $ diff --git a/time/p5-Time-HiRes/distinfo b/time/p5-Time-HiRes/distinfo new file mode 100644 index 00000000000..ba533770289 --- /dev/null +++ b/time/p5-Time-HiRes/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/07/05 06:58:33 tron Exp $ + +SHA1 (Time-HiRes-01.20.tar.gz) = baae7d6a3fea1e060174e4887df63aa363c6294c +Size (Time-HiRes-01.20.tar.gz) = 11330 bytes diff --git a/time/p5-TimeDate/DESCR b/time/p5-TimeDate/DESCR new file mode 100644 index 00000000000..0dacc3ef171 --- /dev/null +++ b/time/p5-TimeDate/DESCR @@ -0,0 +1,17 @@ + This is the perl5 TimeDate distribution. It requires perl version +5.003 or later + + This distribution replaces the earlier GetDate distribution, which was +only a date parser. The date parser contained in this distribution is +far superior to the yacc based parser, and a *lot* faster. + + The parser contained here will only parse absolute dates, if you want a +date parser that can parse relative dates then take a look at the Time +modules by David Muir on CPAN. + + Please report any bugs/suggestions to + + Copyright 1996-1998 Graham Barr. All rights reserved. + + This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself. diff --git a/time/p5-TimeDate/Makefile b/time/p5-TimeDate/Makefile new file mode 100644 index 00000000000..3c073e0dc5e --- /dev/null +++ b/time/p5-TimeDate/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1 2002/07/05 06:58:34 tron Exp $ +# + +DISTNAME= TimeDate-1.10 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5tid +CATEGORIES= textproc perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Date/} + +MAINTAINER= packages@netbsd.org +COMMENT= perl5 TimeDate distribution + +USE_BUILDLINK_ONLY= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/TimeDate/.packlist + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include "../../lang/perl5/buildlink.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-TimeDate/PLIST b/time/p5-TimeDate/PLIST new file mode 100644 index 00000000000..76063aeb72c --- /dev/null +++ b/time/p5-TimeDate/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1 2002/07/05 06:58:35 tron Exp $ diff --git a/time/p5-TimeDate/distinfo b/time/p5-TimeDate/distinfo new file mode 100644 index 00000000000..4fd4faa14c7 --- /dev/null +++ b/time/p5-TimeDate/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1 2002/07/05 06:58:35 tron Exp $ + +SHA1 (TimeDate-1.10.tar.gz) = db332b218a343de452d575fc4aba1fbe42bd510f +Size (TimeDate-1.10.tar.gz) = 16983 bytes -- cgit v1.2.3