summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2003-06-06 11:06:16 +0000
committerErwin Lansing <erwin@FreeBSD.org>2003-06-06 11:06:16 +0000
commitf3a71bdf81f218166d29903bdfa6c39d955fd5dc (patch)
tree3cdc3c3ef7730a58d18bed84424b7cd726df1e4f /devel
parentUpdate to curl-7.10.5. (diff)
Add p5-DateTime-LeapSecond 0.02, leap seconds table and utilities.
PR: 51781 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=82349
Diffstat (limited to 'devel')
-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 f796c375670e..3d946f96cd87 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 000000000000..301ff680b680
--- /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 000000000000..a6457f8b1059
--- /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 000000000000..3d47e3a93cc0
--- /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 000000000000..2fcf1d4f46d2
--- /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