diff options
author | cube <cube@pkgsrc.org> | 2005-01-26 16:20:54 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-01-26 16:20:54 +0000 |
commit | 799fe024acc5a333be66f5324a57bf7ea272e4e5 (patch) | |
tree | 7af0943b6de5b3d45ca89995b102a1ecff2e6f72 /time | |
parent | ce1a33ddd79301db10ed8b5baf27e3b28b246762 (diff) | |
download | pkgsrc-799fe024acc5a333be66f5324a57bf7ea272e4e5.tar.gz |
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.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-DateTime-Event-Cron/DESCR | 7 | ||||
-rw-r--r-- | time/p5-DateTime-Event-Cron/Makefile | 19 | ||||
-rw-r--r-- | time/p5-DateTime-Event-Cron/PLIST | 1 | ||||
-rw-r--r-- | time/p5-DateTime-Event-Cron/distinfo | 4 |
4 files changed, 31 insertions, 0 deletions
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 |