Date: Wed, 6 Apr 2016 20:03:09 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> 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 Message-ID: <201604062003.u36K39AK068872@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <adamw@FreeBSD.org> +# $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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201604062003.u36K39AK068872>