Date: Fri, 22 Jun 2018 06:24:35 +0000 (UTC) From: Kirill Ponomarev <krion@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473015 - in head/devel: . p5-Time-Moment Message-ID: <201806220624.w5M6OZ8J038937@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: krion Date: Fri Jun 22 06:24:35 2018 New Revision: 473015 URL: https://svnweb.freebsd.org/changeset/ports/473015 Log: Add devel/p5-Time-Moment: Represents a date and time of day with an offset from UTC PR: 229156 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> Added: head/devel/p5-Time-Moment/ head/devel/p5-Time-Moment/Makefile (contents, props changed) head/devel/p5-Time-Moment/distinfo (contents, props changed) head/devel/p5-Time-Moment/pkg-descr (contents, props changed) head/devel/p5-Time-Moment/pkg-plist (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Fri Jun 22 03:15:06 2018 (r473014) +++ head/devel/Makefile Fri Jun 22 06:24:35 2018 (r473015) @@ -3692,6 +3692,7 @@ SUBDIR += p5-Time-Interval SUBDIR += p5-Time-Local SUBDIR += p5-Time-Mock + SUBDIR += p5-Time-Moment SUBDIR += p5-Time-Object SUBDIR += p5-Time-Out SUBDIR += p5-Time-ParseDate Added: head/devel/p5-Time-Moment/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Moment/Makefile Fri Jun 22 06:24:35 2018 (r473015) @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= Time-Moment +PORTVERSION= 0.44 +CATEGORIES= devel perl5 +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR=CPAN:CHANSEN +PKGNAMEPREFIX= p5- + +MAINTAINER= bokutin@bokut.in +COMMENT= Represents a date and time of day with an offset from UTC + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +TEST_DEPENDS= p5-Test-Fatal>=0.006:devel/p5-Test-Fatal \ + p5-Test-Number-Delta>=1.06:devel/p5-Test-Number-Delta \ + p5-Test-Requires>=0:devel/p5-Test-Requires + +USES= perl5 +USE_PERL5= configure + +MAKE_JOBS_UNSAFE=yes + +.include <bsd.port.mk> Added: head/devel/p5-Time-Moment/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Moment/distinfo Fri Jun 22 06:24:35 2018 (r473015) @@ -0,0 +1,3 @@ +TIMESTAMP = 1529411748 +SHA256 (Time-Moment-0.44.tar.gz) = 64acfa042f634fcef8dadf55e7f42ba4eaab8aaeb7d5212eb89815a31f78f6fd +SIZE (Time-Moment-0.44.tar.gz) = 159123 Added: head/devel/p5-Time-Moment/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Moment/pkg-descr Fri Jun 22 06:24:35 2018 (r473015) @@ -0,0 +1,3 @@ +Represents a date and time of day with an offset from UTC + +WWW: https://metacpan.org/release/Time-Moment Added: head/devel/p5-Time-Moment/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/p5-Time-Moment/pkg-plist Fri Jun 22 06:24:35 2018 (r473015) @@ -0,0 +1,7 @@ +%%SITE_ARCH%%/Time/Moment.pm +%%SITE_ARCH%%/Time/Moment.pod +%%SITE_ARCH%%/Time/Moment/Adjusters.pm +%%SITE_ARCH%%/Time/Moment/Adjusters.pod +%%SITE_ARCH%%/auto/Time/Moment/Moment.so +%%PERL5_MAN3%%/Time::Moment.3.gz +%%PERL5_MAN3%%/Time::Moment::Adjusters.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806220624.w5M6OZ8J038937>