svn commit: r307805 - in head/devel: . p5-DateTime-Cron-Simple
Ryan Steinmetz
zi at FreeBSD.org
Mon Nov 26 22:26:02 UTC 2012
Author: zi
Date: Mon Nov 26 22:26:01 2012
New Revision: 307805
URL: http://svnweb.freebsd.org/changeset/ports/307805
Log:
New port: devel/p5-DateTime-Cron-Simple:
This module is a quick and dirty way to determine if a cron time format
is valid for the current date and time.
WWW: http://search.cpan.org/dist/DateTime-Cron-Simple
Feature safe: yes
Added:
head/devel/p5-DateTime-Cron-Simple/
head/devel/p5-DateTime-Cron-Simple/Makefile (contents, props changed)
head/devel/p5-DateTime-Cron-Simple/distinfo (contents, props changed)
head/devel/p5-DateTime-Cron-Simple/pkg-descr (contents, props changed)
head/devel/p5-DateTime-Cron-Simple/pkg-plist (contents, props changed)
Modified:
head/devel/Makefile
Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile Mon Nov 26 22:18:49 2012 (r307804)
+++ head/devel/Makefile Mon Nov 26 22:26:01 2012 (r307805)
@@ -1693,6 +1693,7 @@
SUBDIR += p5-DateTime-Calendar-Julian
SUBDIR += p5-DateTime-Calendar-Mayan
SUBDIR += p5-DateTime-Calendar-Pataphysical
+ SUBDIR += p5-DateTime-Cron-Simple
SUBDIR += p5-DateTime-Event-Chinese
SUBDIR += p5-DateTime-Event-Cron
SUBDIR += p5-DateTime-Event-Easter
Added: head/devel/p5-DateTime-Cron-Simple/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-DateTime-Cron-Simple/Makefile Mon Nov 26 22:26:01 2012 (r307805)
@@ -0,0 +1,17 @@
+# Created by: Ryan Steinmetz <zi at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= DateTime-Cron-Simple
+PORTVERSION= 0.2
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= perl at FreeBSD.org
+COMMENT= Parse a cron entry and check against current time
+
+PERL_CONFIGURE= yes
+
+MAN3= DateTime::Cron::Simple.3
+
+.include <bsd.port.mk>
Added: head/devel/p5-DateTime-Cron-Simple/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-DateTime-Cron-Simple/distinfo Mon Nov 26 22:26:01 2012 (r307805)
@@ -0,0 +1,2 @@
+SHA256 (DateTime-Cron-Simple-0.2.tar.gz) = d9a6b9450550d657714b105c151d7b949da3f81fc38ac9da19cbac04e0130012
+SIZE (DateTime-Cron-Simple-0.2.tar.gz) = 2469
Added: head/devel/p5-DateTime-Cron-Simple/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-DateTime-Cron-Simple/pkg-descr Mon Nov 26 22:26:01 2012 (r307805)
@@ -0,0 +1,4 @@
+This module is a quick and dirty way to determine if a cron time format
+is valid for the current date and time.
+
+WWW: http://search.cpan.org/dist/DateTime-Cron-Simple
Added: head/devel/p5-DateTime-Cron-Simple/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/p5-DateTime-Cron-Simple/pkg-plist Mon Nov 26 22:26:01 2012 (r307805)
@@ -0,0 +1,7 @@
+%%SITE_PERL%%/DateTime/Cron/Simple.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Cron/Simple/.packlist
+ at dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Cron/Simple
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Cron
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
+ at dirrmtry %%SITE_PERL%%/DateTime/Cron
+ at dirrmtry %%SITE_PERL%%/DateTime
More information about the svn-ports-all
mailing list