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:
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
|
@ -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
|
||||
|
|
26
devel/p5-Test-Differences/Makefile
Normal file
26
devel/p5-Test-Differences/Makefile
Normal 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>
|
1
devel/p5-Test-Differences/distinfo
Normal file
1
devel/p5-Test-Differences/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Test-Differences-0.46.tar.gz) = 802b0c0fd801657588c2515d738c5665
|
1
devel/p5-Test-Differences/pkg-comment
Normal file
1
devel/p5-Test-Differences/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Test::Differences - Test strings and data structures for differences
|
5
devel/p5-Test-Differences/pkg-descr
Normal file
5
devel/p5-Test-Differences/pkg-descr
Normal 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/
|
4
devel/p5-Test-Differences/pkg-plist
Normal file
4
devel/p5-Test-Differences/pkg-plist
Normal 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
|
Loading…
Reference in a new issue