diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-14 13:26:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-14 13:26:24 +0000 |
commit | 65c2d8089ffd30e783d086bd91566bb0de1894ed (patch) | |
tree | 84d76ccaba76c53c1444f28d7c609cd4a7da86b1 /devel/p5-Test-Harness | |
parent | f6823ee3f330792984119b61d9b791b983ad6c06 (diff) | |
download | pkgsrc-65c2d8089ffd30e783d086bd91566bb0de1894ed.tar.gz |
Remove p5-Test-Harness -- included in current perl package.
Diffstat (limited to 'devel/p5-Test-Harness')
-rw-r--r-- | devel/p5-Test-Harness/DESCR | 1 | ||||
-rw-r--r-- | devel/p5-Test-Harness/Makefile | 24 | ||||
-rw-r--r-- | devel/p5-Test-Harness/PLIST | 1 | ||||
-rw-r--r-- | devel/p5-Test-Harness/depends.mk | 20 | ||||
-rw-r--r-- | devel/p5-Test-Harness/distinfo | 6 | ||||
-rw-r--r-- | devel/p5-Test-Harness/patches/patch-aa | 12 |
6 files changed, 0 insertions, 64 deletions
diff --git a/devel/p5-Test-Harness/DESCR b/devel/p5-Test-Harness/DESCR deleted file mode 100644 index 67994ecb62b..00000000000 --- a/devel/p5-Test-Harness/DESCR +++ /dev/null @@ -1 +0,0 @@ -run perl standard test scripts with statistics diff --git a/devel/p5-Test-Harness/Makefile b/devel/p5-Test-Harness/Makefile deleted file mode 100644 index 7326ee6aeaf..00000000000 --- a/devel/p5-Test-Harness/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# $NetBSD: Makefile,v 1.23 2005/07/13 18:01:29 jlam Exp $ - -DISTNAME= Test-Harness-2.40 -PKGNAME= p5-${DISTNAME} -SVR4_PKGNAME= p5tha -PKGREVISION= 1 -CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} - -MAINTAINER= shell@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/Test-Harness/ -COMMENT= Perl5 module for testing - -CONFLICTS+= perl>=5.8.3 - -PKG_INSTALLATION_TYPES= overwrite pkgviews - -USE_LANGUAGES= # empty -PERL5_PACKLIST= auto/Test/Harness/.packlist - -BUILDLINK_PKGSRCDIR.perl= ../../lang/perl5 - -.include "../../lang/perl5/module.mk" -.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Test-Harness/PLIST b/devel/p5-Test-Harness/PLIST deleted file mode 100644 index b040273b304..00000000000 --- a/devel/p5-Test-Harness/PLIST +++ /dev/null @@ -1 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:25:37 zuntum Exp $ diff --git a/devel/p5-Test-Harness/depends.mk b/devel/p5-Test-Harness/depends.mk deleted file mode 100644 index 49408e408ca..00000000000 --- a/devel/p5-Test-Harness/depends.mk +++ /dev/null @@ -1,20 +0,0 @@ -# $NetBSD: depends.mk,v 1.6 2005/06/24 06:43:44 jlam Exp $ - -.include "../../mk/bsd.prefs.mk" - -# perl>=5.8.3 includes Test::Harness, so we allow it to satisfy this -# dependency. -# -# This does however cause problems for the bulk-builds; it adds all -# packages in the "path"-part of the DEPENDS to the list of required -# packages, and thus refuses to build the packages depending on -# this package when it fails... -# -# Fix this for now by noting that if there is no PERL5 installed, then -# a sufficiently new perl will be installed, so the DEPENDS line is -# not needed... This hack should be removed when the bulk-build -# dependency- tracking has been fixed. -# -.if defined(PERL5) && exists(${PERL5}) -DEPENDS+= {perl{,-thread}>=5.8.3,p5-Test-Harness-[0-9]*}:../../devel/p5-Test-Harness -.endif diff --git a/devel/p5-Test-Harness/distinfo b/devel/p5-Test-Harness/distinfo deleted file mode 100644 index 0bcd4a12e23..00000000000 --- a/devel/p5-Test-Harness/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.12 2005/02/23 22:24:29 agc Exp $ - -SHA1 (Test-Harness-2.40.tar.gz) = d14fc864b15c47b3f7f2251489a325e691c58f9b -RMD160 (Test-Harness-2.40.tar.gz) = 8733855eece8d78d2496f597342b1d38b22a9f8c -Size (Test-Harness-2.40.tar.gz) = 59037 bytes -SHA1 (patch-aa) = 42ae438ef263d96e7d4d7a6168053e82d610f207 diff --git a/devel/p5-Test-Harness/patches/patch-aa b/devel/p5-Test-Harness/patches/patch-aa deleted file mode 100644 index 7b2839b1b16..00000000000 --- a/devel/p5-Test-Harness/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.4 2004/01/18 22:09:14 heinz Exp $ - ---- Makefile.PL.orig Thu Nov 13 00:17:11 2003 -+++ Makefile.PL -@@ -12,7 +12,6 @@ my %parms = ( - NAME => "Test::Harness", - VERSION_FROM => "lib/Test/Harness.pm", - PREREQ_PM => { File::Spec => 0.6 }, -- INSTALLDIRS => 'perl', - clean => { FILES => join( " ", FLAG_SKIP_PROVE, 'Test-Harness-*', '*~' ) }, - ); - |