[Midnightbsd-cvs] mports [21911] trunk/devel: add perl time duration
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 28 21:57:18 EDT 2016
Revision: 21911
http://svnweb.midnightbsd.org/mports/?rev=21911
Author: laffer1
Date: 2016-09-28 21:57:18 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
add perl time duration
Modified Paths:
--------------
trunk/devel/Makefile
Added Paths:
-----------
trunk/devel/p5-Time-Duration/
trunk/devel/p5-Time-Duration/Makefile
trunk/devel/p5-Time-Duration/distinfo
trunk/devel/p5-Time-Duration/pkg-descr
trunk/devel/p5-Time-Duration/pkg-plist
Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile 2016-09-29 01:55:30 UTC (rev 21910)
+++ trunk/devel/Makefile 2016-09-29 01:57:18 UTC (rev 21911)
@@ -374,6 +374,7 @@
SUBDIR += p5-Test-Tester
SUBDIR += p5-Tie-IxHash
SUBDIR += p5-Tie-Simple
+SUBDIR += p5-Time-Duration
SUBDIR += p5-Time-HiRes
SUBDIR += p5-Time-Local
SUBDIR += p5-TimeDate
Added: trunk/devel/p5-Time-Duration/Makefile
===================================================================
--- trunk/devel/p5-Time-Duration/Makefile (rev 0)
+++ trunk/devel/p5-Time-Duration/Makefile 2016-09-29 01:57:18 UTC (rev 21911)
@@ -0,0 +1,24 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-Time-Duration/Makefile 412346 2016-04-01 14:00:51Z mat $
+
+PORTNAME= Time-Duration
+PORTVERSION= 1.20
+PORTEPOCH= 1
+CATEGORIES= devel perl5
+MASTER_SITES= CPAN
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= ports at MidnightBSD.org
+COMMENT= Rounded or exact English expression of durations
+
+LICENSE= artistic gpl
+LICENSE_COMB= dual
+
+TEST_DEPENDS= p5-Test-Pod>=0:devel/p5-Test-Pod \
+ p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
+
+USES= perl5
+USE_PERL5= configure
+PERL_CONFIGURE= yes
+
+.include <bsd.port.mk>
Property changes on: trunk/devel/p5-Time-Duration/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Time-Duration/distinfo
===================================================================
--- trunk/devel/p5-Time-Duration/distinfo (rev 0)
+++ trunk/devel/p5-Time-Duration/distinfo 2016-09-29 01:57:18 UTC (rev 21911)
@@ -0,0 +1,2 @@
+SHA256 (Time-Duration-1.20.tar.gz) = 458205b528818e741757b2854afac5f9af257f983000aae0c0b1d04b5a9cbbb8
+SIZE (Time-Duration-1.20.tar.gz) = 15478
Property changes on: trunk/devel/p5-Time-Duration/distinfo
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Time-Duration/pkg-descr
===================================================================
--- trunk/devel/p5-Time-Duration/pkg-descr (rev 0)
+++ trunk/devel/p5-Time-Duration/pkg-descr 2016-09-29 01:57:18 UTC (rev 21911)
@@ -0,0 +1,4 @@
+This module provides functions for expressing durations in rounded or
+exact terms.
+
+WWW: http://search.cpan.org/dist/Time-Duration/
Property changes on: trunk/devel/p5-Time-Duration/pkg-descr
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/devel/p5-Time-Duration/pkg-plist
===================================================================
--- trunk/devel/p5-Time-Duration/pkg-plist (rev 0)
+++ trunk/devel/p5-Time-Duration/pkg-plist 2016-09-29 01:57:18 UTC (rev 21911)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Time/Duration.pm
+%%PERL5_MAN3%%/Time::Duration.3.gz
Property changes on: trunk/devel/p5-Time-Duration/pkg-plist
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list