aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--audio/gnupod/Makefile1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/p5-File-Tools/Makefile23
-rw-r--r--devel/p5-File-Tools/distinfo1
-rw-r--r--devel/p5-File-Tools/pkg-descr3
-rw-r--r--devel/p5-File-Tools/pkg-plist5
7 files changed, 1 insertions, 34 deletions
diff --git a/MOVED b/MOVED
index 2e9b2a93341..632ce519083 100644
--- a/MOVED
+++ b/MOVED
@@ -340,3 +340,4 @@ chinese/rxvt-gb||2003-05-20|no longer needed
misc/p5-DataCash||2003-05-20|No longer available
net/p5-Net-BGP4|net/p5-Net-BGP|2003-05-21|module was renamed
x11-wm/kde-icontheme-crystal||2003-05-22|Included in kdelibs
+devel/p5-File-Tools||2003-05-22|Newer version included into Perl distribution
diff --git a/audio/gnupod/Makefile b/audio/gnupod/Makefile
index 1a83079ec12..795e223f4f3 100644
--- a/audio/gnupod/Makefile
+++ b/audio/gnupod/Makefile
@@ -18,7 +18,6 @@ COMMENT= A set of Perl scripts for using an Apple iPod
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MP3/Info.pm:${PORTSDIR}/audio/p5-MP3-Info \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Unicode/String.pm:${PORTSDIR}/converters/p5-Unicode-String \
- ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Copy.pm:${PORTSDIR}/devel/p5-File-Tools \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
diff --git a/devel/Makefile b/devel/Makefile
index ca3c4e0b5cf..3e3c089c2d1 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -553,7 +553,6 @@
SUBDIR += p5-File-Sync
SUBDIR += p5-File-Tail
SUBDIR += p5-File-Temp
- SUBDIR += p5-File-Tools
SUBDIR += p5-Filter
SUBDIR += p5-Filter-CBC
SUBDIR += p5-FreezeThaw
diff --git a/devel/p5-File-Tools/Makefile b/devel/p5-File-Tools/Makefile
deleted file mode 100644
index 55038acb203..00000000000
--- a/devel/p5-File-Tools/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: p5-File-Tools
-# Date created: October 17th 1996
-# Whom: James FitzGibbon <jfitz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= File-Tools
-PORTVERSION= 2.0
-CATEGORIES= devel perl5
-MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= File
-PKGNAMEPREFIX= p5-
-
-MAINTAINER= demon@FreeBSD.org
-COMMENT= Perl5 module for several file operations: Copy, Recurse and Tools
-
-PERL_CONFIGURE= YES
-
-MAN3= File::Tools.3 File::Recurse.3 File::Copy.3
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
-
-.include <bsd.port.mk>
diff --git a/devel/p5-File-Tools/distinfo b/devel/p5-File-Tools/distinfo
deleted file mode 100644
index 05507d5f18e..00000000000
--- a/devel/p5-File-Tools/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (File-Tools-2.0.tar.gz) = 9523f19844a287b70d05317b3af9735d
diff --git a/devel/p5-File-Tools/pkg-descr b/devel/p5-File-Tools/pkg-descr
deleted file mode 100644
index 566bb7d58dc..00000000000
--- a/devel/p5-File-Tools/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-This package implements several file operations under the umbrella of
-File::Tools. It replaces the old File::Copy package and impliments new
-functionality as well.
diff --git a/devel/p5-File-Tools/pkg-plist b/devel/p5-File-Tools/pkg-plist
deleted file mode 100644
index 1e88429512c..00000000000
--- a/devel/p5-File-Tools/pkg-plist
+++ /dev/null
@@ -1,5 +0,0 @@
-lib/perl5/site_perl/%%PERL_VER%%/File/Copy.pm
-lib/perl5/site_perl/%%PERL_VER%%/File/Recurse.pm
-lib/perl5/site_perl/%%PERL_VER%%/File/Tools.pm
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/File 2>/dev/null || true
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true