summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2003-06-06 11:06:16 +0000
committererwin <erwin@FreeBSD.org>2003-06-06 11:06:16 +0000
commite7f5fa6e129897e7407c86f58864de05ab663db7 (patch)
tree2bed262cfe956971ec04b9f9832e88d83586a6fc
parent8f4d9ea48c6f5dfef8a5a27313ac678a4e8c07cc (diff)
downloadFreeBSD-ports-e7f5fa6e129897e7407c86f58864de05ab663db7.zip
FreeBSD-ports-e7f5fa6e129897e7407c86f58864de05ab663db7.tar.gz
Add p5-DateTime-LeapSecond 0.02, leap seconds table and utilities.
PR: 51781 Submitted by: Mathieu Arnold <m@absolight.net>
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-DateTime-LeapSecond/Makefile22
-rw-r--r--devel/p5-DateTime-LeapSecond/distinfo1
-rw-r--r--devel/p5-DateTime-LeapSecond/pkg-descr4
-rw-r--r--devel/p5-DateTime-LeapSecond/pkg-plist5
5 files changed, 33 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index f796c37..3d946f9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -528,6 +528,7 @@
SUBDIR += p5-Date-Roman
SUBDIR += p5-Date-Simple
SUBDIR += p5-DateConvert
+ SUBDIR += p5-DateTime-LeapSecond
SUBDIR += p5-Devel-Constants
SUBDIR += p5-Devel-DProf
SUBDIR += p5-Devel-Leak
diff --git a/devel/p5-DateTime-LeapSecond/Makefile b/devel/p5-DateTime-LeapSecond/Makefile
new file mode 100644
index 0000000..301ff68
--- /dev/null
+++ b/devel/p5-DateTime-LeapSecond/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: p5-DateTime-LeapSecond
+# Date created: 4 mai 2003
+# Whom: Mathieu Arnold <m@absolight.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= DateTime-LeapSecond
+PORTVERSION= 0.02
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DateTime
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= m@absolight.net
+COMMENT= Leap seconds table and utilities
+
+PERL_CONFIGURE= yes
+
+MAN3= DateTime::LeapSecond.3
+
+.include <bsd.port.mk>
diff --git a/devel/p5-DateTime-LeapSecond/distinfo b/devel/p5-DateTime-LeapSecond/distinfo
new file mode 100644
index 0000000..a6457f8
--- /dev/null
+++ b/devel/p5-DateTime-LeapSecond/distinfo
@@ -0,0 +1 @@
+MD5 (DateTime-LeapSecond-0.02.tar.gz) = b23961a5e1d06db18af78370220caf84
diff --git a/devel/p5-DateTime-LeapSecond/pkg-descr b/devel/p5-DateTime-LeapSecond/pkg-descr
new file mode 100644
index 0000000..3d47e3a
--- /dev/null
+++ b/devel/p5-DateTime-LeapSecond/pkg-descr
@@ -0,0 +1,4 @@
+This module is used to calculate leap seconds for a given Rata Die day. It is
+mostly intended for use by the DateTime.pm, rather than for external users.
+
+WWW: http://datetime.perl.org/
diff --git a/devel/p5-DateTime-LeapSecond/pkg-plist b/devel/p5-DateTime-LeapSecond/pkg-plist
new file mode 100644
index 0000000..2fcf1d4
--- /dev/null
+++ b/devel/p5-DateTime-LeapSecond/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/DateTime/LeapSecond.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/LeapSecond/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime/LeapSecond
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DateTime 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/DateTime 2>/dev/null || true
OpenPOWER on IntegriCloud