From f29c872d1a2b4dce2fa41570f3703b4fa413f765 Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 26 Jan 2005 16:20:54 +0000 Subject: Initial import of p5-DateTime-Event-Cron, version 0.07, into the NetBSD Packages Collection. The DateTime::Event::Cron module generates DateTime and DateTime::Set objects based on crontab-style entries. The crontab formats are the extended V7 standard as described in crontab(5) on linux systems and as noted in the documentation for Set::Crontab. Note that the module is still alpha status. Methods provided are likely to change in the future. --- time/p5-DateTime-Event-Cron/DESCR | 7 +++++++ time/p5-DateTime-Event-Cron/Makefile | 19 +++++++++++++++++++ time/p5-DateTime-Event-Cron/PLIST | 1 + time/p5-DateTime-Event-Cron/distinfo | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 time/p5-DateTime-Event-Cron/DESCR create mode 100644 time/p5-DateTime-Event-Cron/Makefile create mode 100644 time/p5-DateTime-Event-Cron/PLIST create mode 100644 time/p5-DateTime-Event-Cron/distinfo (limited to 'time') diff --git a/time/p5-DateTime-Event-Cron/DESCR b/time/p5-DateTime-Event-Cron/DESCR new file mode 100644 index 00000000000..797d8b55662 --- /dev/null +++ b/time/p5-DateTime-Event-Cron/DESCR @@ -0,0 +1,7 @@ +The DateTime::Event::Cron module generates DateTime and DateTime::Set objects +based on crontab-style entries. The crontab formats are the extended V7 +standard as described in crontab(5) on linux systems and as noted in the +documentation for Set::Crontab. + +Note that the module is still alpha status. Methods provided are likely to +change in the future. diff --git a/time/p5-DateTime-Event-Cron/Makefile b/time/p5-DateTime-Event-Cron/Makefile new file mode 100644 index 00000000000..ab424e7dc80 --- /dev/null +++ b/time/p5-DateTime-Event-Cron/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/01/26 16:20:54 cube Exp $ + +DISTNAME= DateTime-Event-Cron-0.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DateTime/} + +MAINTAINER= cube@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DateTime-Event-Cron/ +COMMENT= DateTime extension to handle crontab entries + +DEPENDS+= p5-DateTime-Set>=0.19:../../local/p5-DateTime-Set +DEPENDS+= p5-Set-Crontab-[0-9]*:../../math/p5-Set-Crontab + +USE_BUILDLINK3= YES +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/DateTime/Event/Cron/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-DateTime-Event-Cron/PLIST b/time/p5-DateTime-Event-Cron/PLIST new file mode 100644 index 00000000000..57e578189fd --- /dev/null +++ b/time/p5-DateTime-Event-Cron/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/26 16:20:54 cube Exp $ diff --git a/time/p5-DateTime-Event-Cron/distinfo b/time/p5-DateTime-Event-Cron/distinfo new file mode 100644 index 00000000000..563eca6abb8 --- /dev/null +++ b/time/p5-DateTime-Event-Cron/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/01/26 16:20:54 cube Exp $ + +SHA1 (DateTime-Event-Cron-0.07.tar.gz) = cf20bd1f37b888b876d8257a0b5460ca496020e6 +Size (DateTime-Event-Cron-0.07.tar.gz) = 10289 bytes -- cgit v1.2.3