diff options
author | epg <epg@pkgsrc.org> | 2005-05-06 19:47:31 +0000 |
---|---|---|
committer | epg <epg@pkgsrc.org> | 2005-05-06 19:47:31 +0000 |
commit | 83323859fad824995c9688d23787ddc3b75400ed (patch) | |
tree | d873f329cf1979dca13137c9e0613dcf4cca0bcd /time | |
parent | 86a7721bd90f586da143d021e54aed35deb51883 (diff) | |
download | pkgsrc-83323859fad824995c9688d23787ddc3b75400ed.tar.gz |
Import p5-Schedule-Cron-Events-1.8.
Schedule::Cron::Events takes a crontab-style line and finds out
when events will occur.
Diffstat (limited to 'time')
-rw-r--r-- | time/p5-Schedule-Cron-Events/DESCR | 2 | ||||
-rw-r--r-- | time/p5-Schedule-Cron-Events/Makefile | 18 | ||||
-rw-r--r-- | time/p5-Schedule-Cron-Events/PLIST | 1 | ||||
-rw-r--r-- | time/p5-Schedule-Cron-Events/distinfo | 5 |
4 files changed, 26 insertions, 0 deletions
diff --git a/time/p5-Schedule-Cron-Events/DESCR b/time/p5-Schedule-Cron-Events/DESCR new file mode 100644 index 00000000000..1cc3a83fc48 --- /dev/null +++ b/time/p5-Schedule-Cron-Events/DESCR @@ -0,0 +1,2 @@ +Schedule::Cron::Events takes a crontab-style line and finds out +when events will occur. diff --git a/time/p5-Schedule-Cron-Events/Makefile b/time/p5-Schedule-Cron-Events/Makefile new file mode 100644 index 00000000000..3ef003e492c --- /dev/null +++ b/time/p5-Schedule-Cron-Events/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/06 19:47:31 epg Exp $ + +DISTNAME= Schedule-Cron-Events-1.8 +PKGNAME= p5-${DISTNAME} +CATEGORIES= time perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Schedule/} + +MAINTAINER= epg@NetBSD.org +COMMENT= Perl module to find when crontab events will occur + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Schedule/Cron/Events/.packlist + +DEPENDS+= p5-Set-Crontab>=1.00:../../math/p5-Set-Crontab + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/time/p5-Schedule-Cron-Events/PLIST b/time/p5-Schedule-Cron-Events/PLIST new file mode 100644 index 00000000000..8303c41d336 --- /dev/null +++ b/time/p5-Schedule-Cron-Events/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/06 19:47:31 epg Exp $ diff --git a/time/p5-Schedule-Cron-Events/distinfo b/time/p5-Schedule-Cron-Events/distinfo new file mode 100644 index 00000000000..3ddb3f2d1f4 --- /dev/null +++ b/time/p5-Schedule-Cron-Events/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/06 19:47:31 epg Exp $ + +SHA1 (Schedule-Cron-Events-1.8.tar.gz) = cd82796797be1aba3e9102af9a3023feada104c6 +RMD160 (Schedule-Cron-Events-1.8.tar.gz) = 3871e94b9a82f372f2b069ef33b73297ce797ad8 +Size (Schedule-Cron-Events-1.8.tar.gz) = 9282 bytes |