SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

View file

@ -0,0 +1,16 @@
COMMENT = set of building blocks for both unit and runtime testing
MODULES = cpan
PKG_ARCH = *
DISTNAME = Test-Assertions-1.054
REVISION = 2
CATEGORIES = devel
# Perl
PERMIT_PACKAGE = Yes
RUN_DEPENDS = devel/p5-Log-Trace
MAKE_ENV += TEST_POD=1
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-Assertions-1.054.tar.gz) = /NzkHVcnOIFYGt9oCiCmrfUaTDt+McP2mGb7kQk3AoA=
SIZE (Test-Assertions-1.054.tar.gz) = 21511

View file

@ -0,0 +1,7 @@
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).

View file

@ -0,0 +1,8 @@
${P5SITE}/Test/
${P5SITE}/Test/Assertions/
${P5SITE}/Test/Assertions.pm
${P5SITE}/Test/Assertions/Manual.pod
${P5SITE}/Test/Assertions/TestScript.pm
@man man/man3p/Test::Assertions.3p
@man man/man3p/Test::Assertions::Manual.3p
@man man/man3p/Test::Assertions::TestScript.3p