Initial import of Test-Cmd 1.05
Test::Cmd module provides a low-level framework for portable automated testing of executable commands and scripts (in any language, not just Perl), especially commands and scripts that interact with the file system. from Sebastian Trahm <basti at schleifi.com>
This commit is contained in:
parent
3632ce927f
commit
68a3a3cbe7
18
devel/p5-Test-Cmd/Makefile
Normal file
18
devel/p5-Test-Cmd/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/21 13:52:42 sturm Exp $
|
||||
|
||||
COMMENT= perl module for portable testing of commands and scripts
|
||||
|
||||
DISTNAME= Test-Cmd-1.05
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Sebastian Trahm <basti@schleifi.com>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES=cpan
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Test-Cmd/distinfo
Normal file
5
devel/p5-Test-Cmd/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Test-Cmd-1.05.tar.gz) = Ri7ZgfCeAqXZvfswlCXt4A==
|
||||
RMD160 (Test-Cmd-1.05.tar.gz) = qNvJ7SDP87HhbpPomLrZDZnBjeo=
|
||||
SHA1 (Test-Cmd-1.05.tar.gz) = MrswxxIPdLOp/tTOMQn+0xurtV0=
|
||||
SHA256 (Test-Cmd-1.05.tar.gz) = M1RJqV2BzBbk3GfnvPwCdF+vTQL39DHgsZxGnzMf074=
|
||||
SIZE (Test-Cmd-1.05.tar.gz) = 31104
|
4
devel/p5-Test-Cmd/pkg/DESCR
Normal file
4
devel/p5-Test-Cmd/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Test::Cmd module provides a low-level framework for portable
|
||||
automated testing of executable commands and scripts (in any
|
||||
language, not just Perl), especially commands and scripts that
|
||||
interact with the file system.
|
7
devel/p5-Test-Cmd/pkg/PLIST
Normal file
7
devel/p5-Test-Cmd/pkg/PLIST
Normal file
@ -0,0 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/12/21 13:52:42 sturm Exp $
|
||||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Cmd/
|
||||
${P5SITE}/Test/Cmd.pm
|
||||
${P5SITE}/Test/Cmd/Common.pm
|
||||
@man man/man3p/Test::Cmd.3p
|
||||
@man man/man3p/Test::Common.3p
|
Loading…
Reference in New Issue
Block a user