1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add p5-Test-Assertions 1.054, a simple set of building blocks for both

unit and runtime testing.
This commit is contained in:
Lars Thegler 2007-05-27 13:36:49 +00:00
parent 1079043d90
commit f4ff75900a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=192030
5 changed files with 48 additions and 0 deletions

View File

@ -1504,6 +1504,7 @@
SUBDIR += p5-Term-UI
SUBDIR += p5-Term-VT102
SUBDIR += p5-Term-Visual
SUBDIR += p5-Test-Assertions
SUBDIR += p5-Test-Base
SUBDIR += p5-Test-Benchmark
SUBDIR += p5-Test-Class

View File

@ -0,0 +1,27 @@
# New ports collection makefile for: devel/p5-Test-Assertions
# Date created: 27 May 2007
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Test-Assertions
PORTVERSION= 1.054
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Test
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= A simple set of building blocks for both unit and runtime testing
RUN_DEPENDS= p5-Log-Trace>0:${PORTSDIR}/devel/p5-Log-Trace
BUILD_DEPENDS= ${RUN_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Test::Assertions.3 \
Test::Assertions::Manual.3 \
Test::Assertions::TestScript.3
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Test-Assertions-1.054.tar.gz) = 71359868674fd4290bd7d9da407c1cda
SHA256 (Test-Assertions-1.054.tar.gz) = fcdce41d57273881581adf680a20a6adf51a4c3b7e31c3f69866fb9109370280
SIZE (Test-Assertions-1.054.tar.gz) = 21511

View File

@ -0,0 +1,9 @@
Test::Assertions provides a convenient set of tools for constructing
tests, such as unit tests or run-time assertion checks (like C's
ASSERT macro). Unlike some of the Test:: modules available on CPAN,
Test::Assertions is not limited to unit test scripts; for example
it can be used to check output is as expected within a benchmarking
script. When it is used for unit tests, it generates output in the
standard form for CPAN unit testing (under Test::Harness).
WWW: http://search.cpan.org/dist/Test-Assertions/

View File

@ -0,0 +1,8 @@
%%SITE_PERL%%/Test/Assertions.pm
%%SITE_PERL%%/Test/Assertions/Manual.pod
%%SITE_PERL%%/Test/Assertions/TestScript.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Assertions/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Assertions
@dirrmtry %%SITE_PERL%%/Test/Assertions
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test
@dirrmtry %%SITE_PERL%%/Test