aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-05-13 20:35:02 +0800
committerdemon <demon@FreeBSD.org>2003-05-13 20:35:02 +0800
commitfd0eb865045907775c3c4aac8db81775259cf15a (patch)
tree575163d37788a02b6078eaea9da2fc80719b9f3d
parent631908ce2bff554254a320fd8f93e7e411d82f58 (diff)
downloadfreebsd-ports-graphics-fd0eb865045907775c3c4aac8db81775259cf15a.tar.gz
freebsd-ports-graphics-fd0eb865045907775c3c4aac8db81775259cf15a.tar.zst
freebsd-ports-graphics-fd0eb865045907775c3c4aac8db81775259cf15a.zip
Remove p5-Time port. devel/p5-Time-modules is the newer version of the
same software and even has a maintainer.
-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 840f5aa3852..f3978c27bdd 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 f7879596d68..4b8ac0b603d 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 86ac49ea03f..00000000000
--- 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 117e4570089..00000000000
--- 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 b077d6e305e..00000000000
--- 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 b45db9884a0..00000000000
--- 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