diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-22 17:02:18 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-22 17:02:18 +0000 |
commit | aa3c62bb8e9bb21add328f9442578c48380ae587 (patch) | |
tree | 175950e96e17f502ce9b565d4871e57da7cc4f4c | |
parent | Oops, remove 0-length files. (diff) |
This port has been removed from CPAN.
Newer version of File::Copy is included into perl distribution.
PR: 52524
Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | audio/gnupod/Makefile | 1 | ||||
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-File-Tools/Makefile | 23 | ||||
-rw-r--r-- | devel/p5-File-Tools/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-File-Tools/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-File-Tools/pkg-plist | 5 |
7 files changed, 1 insertions, 34 deletions
@@ -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 1a83079ec121..795e223f4f36 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 ca3c4e0b5cf2..3e3c089c2d12 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 55038acb203f..000000000000 --- 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 05507d5f18e2..000000000000 --- 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 566bb7d58dca..000000000000 --- 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 1e88429512c8..000000000000 --- 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 |