From owner-svn-ports-all@freebsd.org Wed Apr 6 20:03:10 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 75DB9B06447; Wed, 6 Apr 2016 20:03:10 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 34AA6168C; Wed, 6 Apr 2016 20:03:10 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u36K39cL068877; Wed, 6 Apr 2016 20:03:09 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u36K39AK068872; Wed, 6 Apr 2016 20:03:09 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201604062003.u36K39AK068872@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Wed, 6 Apr 2016 20:03:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r412640 - in head/devel: . p5-Time-ParseDate 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.21 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: Wed, 06 Apr 2016 20:03:10 -0000 Author: adamw Date: Wed Apr 6 20:03:08 2016 New Revision: 412640 URL: https://svnweb.freebsd.org/changeset/ports/412640 Log: Add devel/p5-Time-ParseDate, which lets you do date and time calculations with a descriptive parser. WWW: https://metacpan.org/pod/Time::ParseDate Added: head/devel/p5-Time-ParseDate/ head/devel/p5-Time-ParseDate/Makefile (contents, props changed) head/devel/p5-Time-ParseDate/distinfo (contents, props changed) head/devel/p5-Time-ParseDate/pkg-descr (contents, props changed) head/devel/p5-Time-ParseDate/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Wed Apr 6 19:02:43 2016 (r412639) +++ head/devel/Makefile Wed Apr 6 20:03:08 2016 (r412640) @@ -3374,6 +3374,7 @@ SUBDIR += p5-Time-Mock SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out + SUBDIR += p5-Time-ParseDate SUBDIR += p5-Time-Period SUBDIR += p5-Time-Piece SUBDIR += p5-Time-Piece-Range Added: head/devel/p5-Time-ParseDate/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-ParseDate/Makefile Wed Apr 6 20:03:08 2016 (r412640) @@ -0,0 +1,17 @@ +# Created by: Adam Weinberger +# $FreeBSD$ + +PORTNAME= Time-ParseDate +PORTVERSION= 2015.103 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= adamw@FreeBSD.org +COMMENT= Date parsing, both relative and absolute + +USES= perl5 +USE_PERL5= configure +NO_ARCH= yes + +.include Added: head/devel/p5-Time-ParseDate/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-ParseDate/distinfo Wed Apr 6 20:03:08 2016 (r412640) @@ -0,0 +1,2 @@ +SHA256 (Time-ParseDate-2015.103.tar.gz) = 2c1a06235bf811813caac9eaa9daa71af758667cdf7b082cb59863220fcaeed1 +SIZE (Time-ParseDate-2015.103.tar.gz) = 26644 Added: head/devel/p5-Time-ParseDate/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-ParseDate/pkg-descr Wed Apr 6 20:03:08 2016 (r412640) @@ -0,0 +1,3 @@ +Flexible date and time handling via common-sense strings. + +WWW: https://metacpan.org/pod/Time::ParseDate Added: head/devel/p5-Time-ParseDate/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-ParseDate/pkg-plist Wed Apr 6 20:03:08 2016 (r412640) @@ -0,0 +1,10 @@ +%%SITE_PERL%%/Time/CTime.pm +%%SITE_PERL%%/Time/DaysInMonth.pm +%%SITE_PERL%%/Time/JulianDay.pm +%%SITE_PERL%%/Time/ParseDate.pm +%%SITE_PERL%%/Time/Timezone.pm +%%PERL5_MAN3%%/Time::CTime.3.gz +%%PERL5_MAN3%%/Time::DaysInMonth.3.gz +%%PERL5_MAN3%%/Time::JulianDay.3.gz +%%PERL5_MAN3%%/Time::ParseDate.3.gz +%%PERL5_MAN3%%/Time::Timezone.3.gz