1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Remove p5-Time port. devel/p5-Time-modules is the newer version of the

same software and even has a maintainer.
This commit is contained in:
Dmitry Sivachenko 2003-05-13 12:35:02 +00:00
parent fd298c171a
commit 725b0f68e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=80904
6 changed files with 1 additions and 45 deletions

1
MOVED
View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -1 +0,0 @@
MD5 (Time-modules-101.062101.tar.gz) = ff016734aacf5956e0d2c8f0e6ebeb3e

View File

@ -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

View File

@ -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