Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Nov 2012 22:26:01 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r307805 - in head/devel: . p5-DateTime-Cron-Simple
Message-ID:  <201211262226.qAQMQ1pM090148@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	DateTime-Cron-Simple
+PORTVERSION=	0.2
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	perl@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
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Cron/Simple
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/Cron
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime
+@dirrmtry %%SITE_PERL%%/DateTime/Cron
+@dirrmtry %%SITE_PERL%%/DateTime



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211262226.qAQMQ1pM090148>