pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel Remove p5-Test-Harness -- included in current pe...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3173443eeccb
branches: trunk
changeset: 496854:3173443eeccb
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 14 13:26:24 2005 +0000
description:
Remove p5-Test-Harness -- included in current perl package.
diffstat:
devel/Makefile | 3 +--
devel/p5-Test-Harness/DESCR | 1 -
devel/p5-Test-Harness/Makefile | 24 ------------------------
devel/p5-Test-Harness/PLIST | 1 -
devel/p5-Test-Harness/depends.mk | 20 --------------------
devel/p5-Test-Harness/distinfo | 6 ------
devel/p5-Test-Harness/patches/patch-aa | 12 ------------
7 files changed, 1 insertions(+), 66 deletions(-)
diffs (105 lines):
diff -r efcca73cc7e2 -r 3173443eeccb devel/Makefile
--- a/devel/Makefile Thu Jul 14 13:25:41 2005 +0000
+++ b/devel/Makefile Thu Jul 14 13:26:24 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.654 2005/06/25 03:06:42 minskim Exp $
+# $NetBSD: Makefile,v 1.655 2005/07/14 13:26:24 wiz Exp $
#
COMMENT= Development utilities
@@ -455,7 +455,6 @@
SUBDIR+= p5-Test-ClassAPI
SUBDIR+= p5-Test-Cmd
SUBDIR+= p5-Test-Exception
-SUBDIR+= p5-Test-Harness
SUBDIR+= p5-Test-Inline
SUBDIR+= p5-Test-Memory-Cycle
SUBDIR+= p5-Test-Pod
diff -r efcca73cc7e2 -r 3173443eeccb devel/p5-Test-Harness/DESCR
--- a/devel/p5-Test-Harness/DESCR Thu Jul 14 13:25:41 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-run perl standard test scripts with statistics
diff -r efcca73cc7e2 -r 3173443eeccb devel/p5-Test-Harness/Makefile
--- a/devel/p5-Test-Harness/Makefile Thu Jul 14 13:25:41 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r efcca73cc7e2 -r 3173443eeccb devel/p5-Test-Harness/PLIST
--- a/devel/p5-Test-Harness/PLIST Thu Jul 14 13:25:41 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:25:37 zuntum Exp $
diff -r efcca73cc7e2 -r 3173443eeccb devel/p5-Test-Harness/depends.mk
--- a/devel/p5-Test-Harness/depends.mk Thu Jul 14 13:25:41 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r efcca73cc7e2 -r 3173443eeccb devel/p5-Test-Harness/distinfo
--- a/devel/p5-Test-Harness/distinfo Thu Jul 14 13:25:41 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r efcca73cc7e2 -r 3173443eeccb devel/p5-Test-Harness/patches/patch-aa
--- a/devel/p5-Test-Harness/patches/patch-aa Thu Jul 14 13:25:41 2005 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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-*', '*~' ) },
- );
-
Home |
Main Index |
Thread Index |
Old Index