Date: Sat, 5 Jan 2019 20:10:48 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r489377 - in head/devel: . p5-Time-Moment-Role-TimeZone Message-ID: <201901052010.x05KAm6i085729@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Sat Jan 5 20:10:47 2019 New Revision: 489377 URL: https://svnweb.freebsd.org/changeset/ports/489377 Log: devel/p5-Time-Moment-Role-TimeZone: create port This role provides convenience methods to return a new Time::Moment object adjusted according to a DateTime::TimeZone/DateTime::TimeZone::Tzfile compatible time zone object, as in "TIME ZONES" in Time::Moment. WWW: https://metacpan.org/release/Time-Moment-Role-TimeZone PR: 229340 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Added: head/devel/p5-Time-Moment-Role-TimeZone/ head/devel/p5-Time-Moment-Role-TimeZone/Makefile (contents, props changed) head/devel/p5-Time-Moment-Role-TimeZone/distinfo (contents, props changed) head/devel/p5-Time-Moment-Role-TimeZone/pkg-descr (contents, props changed) Modified: head/devel/Makefile (contents, props changed) Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Jan 5 20:09:50 2019 (r489376) +++ head/devel/Makefile Sat Jan 5 20:10:47 2019 (r489377) @@ -3706,6 +3706,7 @@ SUBDIR += p5-Time-Local SUBDIR += p5-Time-Mock SUBDIR += p5-Time-Moment + SUBDIR += p5-Time-Moment-Role-TimeZone SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out SUBDIR += p5-Time-ParseDate Added: head/devel/p5-Time-Moment-Role-TimeZone/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Moment-Role-TimeZone/Makefile Sat Jan 5 20:10:47 2019 (r489377) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= Time-Moment-Role-TimeZone +PORTVERSION= 0.002 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR=CPAN:DBOOK +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Adjust Time::Moment with time zone objects + +LICENSE= ART20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= p5-Role-Tiny>=2.000001:devel/p5-Role-Tiny \ + p5-Time-Moment>=0.18:devel/p5-Time-Moment +TEST_DEPENDS= p5-Test-Needs>=0:devel/p5-Test-Needs + +USES= perl5 + +NO_ARCH= yes +USE_PERL5= configure + +PLIST_FILES= ${SITE_PERL}/Time/Moment/Role/TimeZone.pm \ + ${SITE_MAN3_REL}/Time::Moment::Role::TimeZone.3.gz + +.include <bsd.port.mk> Added: head/devel/p5-Time-Moment-Role-TimeZone/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Moment-Role-TimeZone/distinfo Sat Jan 5 20:10:47 2019 (r489377) @@ -0,0 +1,3 @@ +TIMESTAMP = 1530016527 +SHA256 (Time-Moment-Role-TimeZone-0.002.tar.gz) = e5fae1d549cc0e5d6bafa7d8c9a3c41f9c137290cf9c3c097a7ca5760b1b6078 +SIZE (Time-Moment-Role-TimeZone-0.002.tar.gz) = 16564 Added: head/devel/p5-Time-Moment-Role-TimeZone/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Moment-Role-TimeZone/pkg-descr Sat Jan 5 20:10:47 2019 (r489377) @@ -0,0 +1,5 @@ +This role provides convenience methods to return a new Time::Moment object +adjusted according to a DateTime::TimeZone/DateTime::TimeZone::Tzfile +compatible time zone object, as in "TIME ZONES" in Time::Moment. + +WWW: https://metacpan.org/release/Time-Moment-Role-TimeZone
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901052010.x05KAm6i085729>