From owner-svn-ports-all@FreeBSD.ORG Sun Jan 12 14:45:22 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C75D734; Sun, 12 Jan 2014 14:45:22 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1375169D; Sun, 12 Jan 2014 14:45:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0CEjLLv055877; Sun, 12 Jan 2014 14:45:21 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0CEjKfD055872; Sun, 12 Jan 2014 14:45:20 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201401121445.s0CEjKfD055872@svn.freebsd.org> From: Jun Kuriyama Date: Sun, 12 Jan 2014 14:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339507 - in head/devel: . p5-Time-Crontab X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Jan 2014 14:45:22 -0000 Author: kuriyama Date: Sun Jan 12 14:45:20 2014 New Revision: 339507 URL: http://svnweb.freebsd.org/changeset/ports/339507 Log: Time::Crontab is a parser for crontab date and time field. And it provides simple matcher. WWW: http://search.cpan.org/dist/Time-Crontab/ Added: head/devel/p5-Time-Crontab/ head/devel/p5-Time-Crontab/Makefile (contents, props changed) head/devel/p5-Time-Crontab/distinfo (contents, props changed) head/devel/p5-Time-Crontab/pkg-descr (contents, props changed) head/devel/p5-Time-Crontab/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Jan 12 14:34:52 2014 (r339506) +++ head/devel/Makefile Sun Jan 12 14:45:20 2014 (r339507) @@ -2945,6 +2945,7 @@ SUBDIR += p5-Tie-Util SUBDIR += p5-Tie-iCal SUBDIR += p5-Time-Clock + SUBDIR += p5-Time-Crontab SUBDIR += p5-Time-Duration SUBDIR += p5-Time-Duration-Parse SUBDIR += p5-Time-Format Added: head/devel/p5-Time-Crontab/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Crontab/Makefile Sun Jan 12 14:45:20 2014 (r339507) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= Time-Crontab +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= kuriyama@FreeBSD.org +COMMENT= Perl extension to parse crontab date and time field + +RUN_DEPENDS= \ + p5-List-MoreUtils>0:${PORTSDIR}/lang/p5-List-MoreUtils \ + p5-Set-Crontab>=1.03:${PORTSDIR}/devel/p5-Set-Crontab +BUILD_DEPENDS= ${RUN_DEPENDS} + +USES= perl5 +USE_PERL5= modbuild + +.include Added: head/devel/p5-Time-Crontab/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Crontab/distinfo Sun Jan 12 14:45:20 2014 (r339507) @@ -0,0 +1,2 @@ +SHA256 (Time-Crontab-0.02.tar.gz) = 4b3a59233f8c56fb5d7aee6ed8b99b462f0ecc85953bb9e1bcf2b2c9e87b8748 +SIZE (Time-Crontab-0.02.tar.gz) = 11179 Added: head/devel/p5-Time-Crontab/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Crontab/pkg-descr Sun Jan 12 14:45:20 2014 (r339507) @@ -0,0 +1,4 @@ +Time::Crontab is a parser for crontab date and time field. And it +provides simple matcher. + +WWW: http://search.cpan.org/dist/Time-Crontab/ Added: head/devel/p5-Time-Crontab/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Crontab/pkg-plist Sun Jan 12 14:45:20 2014 (r339507) @@ -0,0 +1,3 @@ +%%SITE_PERL%%/Time/Crontab.pm +%%PERL5_MAN3%%/Time::Crontab.3.gz +@dirrmtry %%SITE_PERL%%/Time