pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/time/p5-DateTime-Event-Cron Initial import of p5-DateT...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5757b7bc28f
branches:  trunk
changeset: 488262:a5757b7bc28f
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Jan 26 16:20:54 2005 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (47 lines):

diff -r 5c224ff69ea2 -r a5757b7bc28f time/p5-DateTime-Event-Cron/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Event-Cron/DESCR Wed Jan 26 16:20:54 2005 +0000
@@ -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 -r 5c224ff69ea2 -r a5757b7bc28f time/p5-DateTime-Event-Cron/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Event-Cron/Makefile      Wed Jan 26 16:20:54 2005 +0000
@@ -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@localhost
+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 -r 5c224ff69ea2 -r a5757b7bc28f time/p5-DateTime-Event-Cron/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Event-Cron/PLIST Wed Jan 26 16:20:54 2005 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2005/01/26 16:20:54 cube Exp $
diff -r 5c224ff69ea2 -r a5757b7bc28f time/p5-DateTime-Event-Cron/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/time/p5-DateTime-Event-Cron/distinfo      Wed Jan 26 16:20:54 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index