summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-05-13 12:35:02 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-05-13 12:35:02 +0000
commit725b0f68e60114358acdbbb1fa2b98d7062111f0 (patch)
treecfb54bd4ffd27f03ba601ae3a326a322985cfe96
parentAdd sarg 1.2.2.1, squid log analyzer and HTML report generator. (diff)
Remove p5-Time port. devel/p5-Time-modules is the newer version of the
same software and even has a maintainer.
Notes
Notes: svn path=/head/; revision=80904
Diffstat (limited to '')
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-Time/Makefile28
-rw-r--r--devel/p5-Time/distinfo1
-rw-r--r--devel/p5-Time/pkg-descr7
-rw-r--r--devel/p5-Time/pkg-plist8
6 files changed, 1 insertions, 45 deletions
diff --git a/MOVED b/MOVED
index 840f5aa38529..f3978c27bddf 100644
--- a/MOVED
+++ b/MOVED
@@ -331,3 +331,4 @@ editors/xemacs-libs-packages||2003-05-12|obsolete xemacs package category
editors/xemacs-oa-packages||2003-05-12|obsolete xemacs package category
editors/xemacs-prog-packages||2003-05-12|obsolete xemacs package category
editors/xemacs-wp-packages||2003-05-12|obsolete xemacs package category
+devel/p5-Time||2003-05-13|Use devel/p5-Time-modules port instead
diff --git a/devel/Makefile b/devel/Makefile
index f7879596d68e..4b8ac0b603d2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -666,7 +666,6 @@
SUBDIR += p5-Tie-Cache
SUBDIR += p5-Tie-DB_FileLock
SUBDIR += p5-Tie-IxHash
- SUBDIR += p5-Time
SUBDIR += p5-Time-Duration
SUBDIR += p5-Time-HiRes
SUBDIR += p5-Time-Object
diff --git a/devel/p5-Time/Makefile b/devel/p5-Time/Makefile
deleted file mode 100644
index 86ac49ea03fc..000000000000
--- a/devel/p5-Time/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: p5-Time
-# Date created: October 12th 1996
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= Time
-PORTVERSION= 101.062101
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Time
-PKGNAMEPREFIX= p5-
-DISTNAME= Time-modules-${PORTVERSION}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A collection of functions to convert and use time variables in perl5
-
-PERL_CONFIGURE= YES
-
-MAN3= Time::CTime.3 \
- Time::DaysInMonth.3 \
- Time::JulianDay.3 \
- Time::ParseDate.3 \
- Time::Timezone.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-.include <bsd.port.mk>
diff --git a/devel/p5-Time/distinfo b/devel/p5-Time/distinfo
deleted file mode 100644
index 117e45700897..000000000000
--- a/devel/p5-Time/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (Time-modules-101.062101.tar.gz) = ff016734aacf5956e0d2c8f0e6ebeb3e
diff --git a/devel/p5-Time/pkg-descr b/devel/p5-Time/pkg-descr
deleted file mode 100644
index b077d6e305e6..000000000000
--- a/devel/p5-Time/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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 miscellaneous timezone manipulations routines
-Time::DaysInMonth.pm simply report the number of days in a month
diff --git a/devel/p5-Time/pkg-plist b/devel/p5-Time/pkg-plist
deleted file mode 100644
index b45db9884a09..000000000000
--- a/devel/p5-Time/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-lib/perl5/site_perl/%%PERL_VER%%/Time/CTime.pm
-lib/perl5/site_perl/%%PERL_VER%%/Time/DaysInMonth.pm
-lib/perl5/site_perl/%%PERL_VER%%/Time/JulianDay.pm
-lib/perl5/site_perl/%%PERL_VER%%/Time/ParseDate.pm
-lib/perl5/site_perl/%%PERL_VER%%/Time/Timezone.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time-modules/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Time-modules
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Time 2>/dev/null || true