Date: Fri, 7 Sep 2018 08:32:31 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479182 - in head/textproc: . p5-Regexp-Common-time Message-ID: <201809070832.w878WVwC078970@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Fri Sep 7 08:32:30 2018 New Revision: 479182 URL: https://svnweb.freebsd.org/changeset/ports/479182 Log: New port: textproc/p5-Regexp-Common-time - Date and time regexps. Added: head/textproc/p5-Regexp-Common-time/ head/textproc/p5-Regexp-Common-time/Makefile (contents, props changed) head/textproc/p5-Regexp-Common-time/distinfo (contents, props changed) head/textproc/p5-Regexp-Common-time/pkg-descr (contents, props changed) head/textproc/p5-Regexp-Common-time/pkg-plist (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Fri Sep 7 08:23:45 2018 (r479181) +++ head/textproc/Makefile Fri Sep 7 08:32:30 2018 (r479182) @@ -762,6 +762,7 @@ SUBDIR += p5-Regexp-Common-Email-Address SUBDIR += p5-Regexp-Common-net-CIDR SUBDIR += p5-Regexp-Common-profanity_us + SUBDIR += p5-Regexp-Common-time SUBDIR += p5-Regexp-Copy SUBDIR += p5-Regexp-Debugger SUBDIR += p5-Regexp-DefaultFlags Added: head/textproc/p5-Regexp-Common-time/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Regexp-Common-time/Makefile Fri Sep 7 08:32:30 2018 (r479182) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= Regexp-Common-time +PORTVERSION= 0.16 +CATEGORIES= textproc perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= des@FreeBSD.org +COMMENT= Regexp::Common::time - Date and time regexps + +BUILD_DEPENDS= p5-Regexp-Common>0:textproc/p5-Regexp-Common +RUN_DEPENDS:= ${BUILD_DEPENDS} + +USES= perl5 +USE_PERL5= configure + +.include <bsd.port.mk> Added: head/textproc/p5-Regexp-Common-time/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Regexp-Common-time/distinfo Fri Sep 7 08:32:30 2018 (r479182) @@ -0,0 +1,3 @@ +TIMESTAMP = 1536301178 +SHA256 (Regexp-Common-time-0.16.tar.gz) = 1c8107a50ab55c72bf78fb116c9188c4cdf162c186c1586c1f9aaee55ff14aca +SIZE (Regexp-Common-time-0.16.tar.gz) = 42329 Added: head/textproc/p5-Regexp-Common-time/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Regexp-Common-time/pkg-descr Fri Sep 7 08:32:30 2018 (r479182) @@ -0,0 +1,5 @@ +This module creates regular expressions that can be used for parsing +dates and times. See Regexp::Common for a general description of how +to use this interface. + +WWW: https://metacpan.org/release/Regexp-Common-time Added: head/textproc/p5-Regexp-Common-time/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/p5-Regexp-Common-time/pkg-plist Fri Sep 7 08:32:30 2018 (r479182) @@ -0,0 +1,2 @@ +%%PERL5_MAN3%%/Regexp::Common::time.3.gz +%%SITE_PERL%%/Regexp/Common/time.pm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201809070832.w878WVwC078970>