p5-Test-Simple: remove, part of perl since 2003

This commit is contained in:
wiz 2020-09-04 13:46:15 +00:00
parent 3279c6ebb2
commit 34ce7eac27
5 changed files with 3 additions and 32 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3217 2020/09/04 13:38:32 wiz Exp $
# $NetBSD: Makefile,v 1.3218 2020/09/04 13:46:15 wiz Exp $
#
COMMENT= Development utilities
@ -1942,7 +1942,6 @@ SUBDIR+= p5-Test-Roo
SUBDIR+= p5-Test-Script
SUBDIR+= p5-Test-Script-Run
SUBDIR+= p5-Test-SharedFork
SUBDIR+= p5-Test-Simple
SUBDIR+= p5-Test-Spec
SUBDIR+= p5-Test-Spelling
SUBDIR+= p5-Test-Stream

View file

@ -1,4 +0,0 @@
This is an extremely simple, extremely basic module for writing
tests suitable for CPAN modules and other pursuits. If you wish
to do more complicated testing, use the Test::More module (a drop-in
replacement for this one).

View file

@ -1,19 +0,0 @@
# $NetBSD: Makefile,v 1.103 2020/09/02 12:33:12 mef Exp $
DISTNAME= Test-Simple-1.302177
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://metacpan.org/release/Test-Simple
COMMENT= Perl5 module with a simple framework for writing tests
LICENSE= ${PERL5_LICENSE}
CONFLICTS+= p5-Test-Tester-[0-9]*
CONFLICTS+= p5-Test-use-ok-[0-9]*
PERL5_PACKLIST= auto/Test/Simple/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

View file

@ -1,6 +0,0 @@
$NetBSD: distinfo,v 1.70 2020/09/02 12:33:12 mef Exp $
SHA1 (Test-Simple-1.302177.tar.gz) = 63be906ff3efc748533ceea33a39575834f72869
RMD160 (Test-Simple-1.302177.tar.gz) = bfcb1ddeaa5a091dd5334fddca50512c0b30fec3
SHA512 (Test-Simple-1.302177.tar.gz) = 382b3a614946d0701f6a3b4914ae0bc66db5368e657cd47f40136ffd1b22a117258e28a38db71ea11aecb083c8366479690a7bd59b0af4b05470b140e6e1cdd4
Size (Test-Simple-1.302177.tar.gz) = 308599 bytes

View file

@ -1,4 +1,4 @@
$NetBSD: CHANGES-2020,v 1.4785 2020/09/04 13:38:32 wiz Exp $
$NetBSD: CHANGES-2020,v 1.4786 2020/09/04 13:46:15 wiz Exp $
Changes to the packages collection and infrastructure in 2020:
@ -7379,3 +7379,4 @@ Changes to the packages collection and infrastructure in 2020:
Removed devel/p5-Term-Cap successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-Term-ReadLine successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-Test-Harness successor lang/perl5 [wiz 2020-09-04]
Removed devel/p5-Test-Simple successor lang/perl5 [wiz 2020-09-04]