summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:17:03 +0000
committerJames FitzGibbon <jfitz@FreeBSD.org>1996-10-24 08:17:03 +0000
commit8c2cb67b90dd0296a7e2f0456a65a29af669547a (patch)
treea5538d656a27e7c08227351fd6635b30d4433f59 /devel
parentperl5 module for getting the value of the C Ioctl constants. (diff)
a collection of functions to convert and use time variables in perl5
Notes
Notes: svn path=/head/; revision=4105
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Time/Makefile33
-rw-r--r--devel/p5-Time/distinfo1
-rw-r--r--devel/p5-Time/pkg-comment1
-rw-r--r--devel/p5-Time/pkg-descr8
-rw-r--r--devel/p5-Time/pkg-plist13
5 files changed, 56 insertions, 0 deletions
diff --git a/devel/p5-Time/Makefile b/devel/p5-Time/Makefile
new file mode 100644
index 000000000000..7da67d7b7edd
--- /dev/null
+++ b/devel/p5-Time/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: p5-Time-961002
+# Version required: 96.100201
+# Date created: October 12th 1996
+# Whom: James FitzGibbon <jfitz@FreeBSD.org>
+#
+# $Id$
+#
+
+DISTNAME= Time-modules-96.100201
+PKGNAME= p5-Time-961002
+CATEGORIES+= devel
+MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Time/ \
+ ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Time/ \
+ ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Time/ \
+ ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Time/ \
+ ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Time/ \
+ ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Time/
+
+MAINTAINER= jfitz@FreeBSD.ORG
+
+BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+
+do-configure:
+ @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
+
+post-install:
+.if !defined(NOMANCOMPRESS)
+ @ for file in Time::CTime Time::JulianDay Time::ParseDate Time::Timezone Time::DaysInMonth; do \
+ gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
+ done
+.endif
+
+.include <bsd.port.mk>
diff --git a/devel/p5-Time/distinfo b/devel/p5-Time/distinfo
new file mode 100644
index 000000000000..0c408ad0ee44
--- /dev/null
+++ b/devel/p5-Time/distinfo
@@ -0,0 +1 @@
+MD5 (Time-modules-96.100201.tar.gz) = 870341251a79b99fc74793e085f7ff8e
diff --git a/devel/p5-Time/pkg-comment b/devel/p5-Time/pkg-comment
new file mode 100644
index 000000000000..d71706dd047f
--- /dev/null
+++ b/devel/p5-Time/pkg-comment
@@ -0,0 +1 @@
+a collection of functions to convert and use time variables in perl5
diff --git a/devel/p5-Time/pkg-descr b/devel/p5-Time/pkg-descr
new file mode 100644
index 000000000000..511bde720e07
--- /dev/null
+++ b/devel/p5-Time/pkg-descr
@@ -0,0 +1,8 @@
+This package contains the following perl5 modules:
+
+Time::CTime.pm ctime, strftime, and asctime
+Time::JulianDay.pm Julian Day conversions
+Time::ParseDate.pm Reverses strftime and also understands relative times
+Time::Timezone.pm
+Time::DaysInMonth.pm
+
diff --git a/devel/p5-Time/pkg-plist b/devel/p5-Time/pkg-plist
new file mode 100644
index 000000000000..26ea84c46240
--- /dev/null
+++ b/devel/p5-Time/pkg-plist
@@ -0,0 +1,13 @@
+lib/perl5/site_perl/Time/JulianDay.pm
+lib/perl5/site_perl/Time/ParseDate.pm
+lib/perl5/site_perl/Time/CTime.pm
+lib/perl5/site_perl/Time/Timezone.pm
+lib/perl5/site_perl/Time/DaysInMonth.pm
+lib/perl5/man/man3/Time::ParseDate.3.gz
+lib/perl5/man/man3/Time::JulianDay.3.gz
+lib/perl5/man/man3/Time::CTime.3.gz
+lib/perl5/man/man3/Time::Timezone.3.gz
+lib/perl5/man/man3/Time::DaysInMonth.3.gz
+lib/perl5/site_perl/i386-freebsd/auto/Time-modules/.packlist
+@dirrm lib/perl5/site_perl/i386-freebsd/auto/Time-modules
+@dirrm lib/perl5/site_perl/Time