[Midnightbsd-cvs] mports [21912] trunk/devel: add perl time modules

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Sep 28 21:58:27 EDT 2016


Revision: 21912
          http://svnweb.midnightbsd.org/mports/?rev=21912
Author:   laffer1
Date:     2016-09-28 21:58:27 -0400 (Wed, 28 Sep 2016)
Log Message:
-----------
add perl time modules

Modified Paths:
--------------
    trunk/devel/Makefile

Added Paths:
-----------
    trunk/devel/p5-Time-modules/
    trunk/devel/p5-Time-modules/Makefile
    trunk/devel/p5-Time-modules/distinfo
    trunk/devel/p5-Time-modules/pkg-descr
    trunk/devel/p5-Time-modules/pkg-plist

Modified: trunk/devel/Makefile
===================================================================
--- trunk/devel/Makefile	2016-09-29 01:57:18 UTC (rev 21911)
+++ trunk/devel/Makefile	2016-09-29 01:58:27 UTC (rev 21912)
@@ -377,6 +377,7 @@
 SUBDIR += p5-Time-Duration
 SUBDIR += p5-Time-HiRes
 SUBDIR += p5-Time-Local
+SUBDIR += p5-Time-modules
 SUBDIR += p5-TimeDate
 SUBDIR += p5-Types-Serialiser
 SUBDIR += p5-UNIVERSAL-moniker

Added: trunk/devel/p5-Time-modules/Makefile
===================================================================
--- trunk/devel/p5-Time-modules/Makefile	                        (rev 0)
+++ trunk/devel/p5-Time-modules/Makefile	2016-09-29 01:58:27 UTC (rev 21912)
@@ -0,0 +1,17 @@
+# $MidnightBSD$
+# $FreeBSD: head/devel/p5-Time-modules/Makefile 373448 2014-11-26 13:08:24Z mat $
+
+PORTNAME=	Time-modules
+PORTVERSION=	2013.0912
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	ports at MidnightBSD.org
+COMMENT=	Set of modules for time manipulation
+
+USES=		perl5
+USE_PERL5=	configure
+PERL_CONFIGURE=	yes
+
+.include <bsd.port.mk>


Property changes on: trunk/devel/p5-Time-modules/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-modules/distinfo
===================================================================
--- trunk/devel/p5-Time-modules/distinfo	                        (rev 0)
+++ trunk/devel/p5-Time-modules/distinfo	2016-09-29 01:58:27 UTC (rev 21912)
@@ -0,0 +1,2 @@
+SHA256 (Time-modules-2013.0912.tar.gz) = 45bcab023e1853d27e53c6a214bc860a4026c65ec16c422a757235e836fb648c
+SIZE (Time-modules-2013.0912.tar.gz) = 26041


Property changes on: trunk/devel/p5-Time-modules/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-modules/pkg-descr
===================================================================
--- trunk/devel/p5-Time-modules/pkg-descr	                        (rev 0)
+++ trunk/devel/p5-Time-modules/pkg-descr	2016-09-29 01:58:27 UTC (rev 21912)
@@ -0,0 +1,13 @@
+This package contains the following perl5 modules:
+
+* Time::CTime - ctime, strftime, and asctime
+
+* Time::JulianDay - Julian calendar manipulations
+
+* Time::ParseDate - reverses strftime and also understands relative times
+
+* Time::Timezone - miscellaneous timezone manipulations routines
+
+* Time::DaysInMonth - simply report the number of days in a month
+
+WWW: http://search.cpan.org/dist/Time-modules/


Property changes on: trunk/devel/p5-Time-modules/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-modules/pkg-plist
===================================================================
--- trunk/devel/p5-Time-modules/pkg-plist	                        (rev 0)
+++ trunk/devel/p5-Time-modules/pkg-plist	2016-09-29 01:58:27 UTC (rev 21912)
@@ -0,0 +1,10 @@
+%%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
+%%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


Property changes on: trunk/devel/p5-Time-modules/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