New port: Test::Differences - Test strings and data structures for differences

When the code you're testing returns multiple lines, records
	or data structures and they're just plain wrong, an equivalent
	to the Unix diff utility may be just what's needed.

PR:		ports/47588
Submitted by:	Erwin Lansing <erwin@lansing.dk>
This commit is contained in:
Edwin Groothuis 2003-02-04 10:52:56 +00:00
parent f6483bb911
commit 62f59acea2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=74636
6 changed files with 38 additions and 0 deletions

View file

@ -627,6 +627,7 @@
SUBDIR += p5-Term-Screen
SUBDIR += p5-Term-Size
SUBDIR += p5-Test-Builder-Tester
SUBDIR += p5-Test-Differences
SUBDIR += p5-Test-Exception
SUBDIR += p5-Test-Harness
SUBDIR += p5-Test-Inline

View file

@ -0,0 +1,26 @@
# New ports collection makefile for: p5-Test-Differences
# Date created: January 28th 2003
# Whom: Erwin Lansing <erwin@lansing.dk>
#
# $FreeBSD$
#
PORTNAME= Test-Differences
PORTVERSION= 0.46
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= erwin@lansing.dk
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Text/Diff.pm:${PORTSDIR}/textproc/p5-Text-Diff \
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Test::Differences.3
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (Test-Differences-0.46.tar.gz) = 802b0c0fd801657588c2515d738c5665

View file

@ -0,0 +1 @@
Test::Differences - Test strings and data structures for differences

View file

@ -0,0 +1,5 @@
When the code you're testing returns multiple lines, records
or data structures and they're just plain wrong, an equivalent
to the Unix diff utility may be just what's needed.
WWW: http://search.cpan.org/dist/Test-Differences/

View file

@ -0,0 +1,4 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Differences/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Test/Differences.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Test/Differences
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Test 2>/dev/null || true