initial import of Test::Expect 0.30
Test::Expect is a module for automated driving and testing of terminal-based programs. It is handy for testing interactive programs which have a prompt, and is based on the same concepts as the Tcl Expect tool. As in Expect::Simple, the Expect object is made available for tweaking.
This commit is contained in:
parent
22f30638f6
commit
9e809e073e
19
devel/p5-Test-Expect/Makefile
Normal file
19
devel/p5-Test-Expect/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/21 02:41:48 msf Exp $
|
||||
|
||||
COMMENT= automated driving and testing of terminal-based programs
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Test-Expect-0.30
|
||||
CATEGORIES= devel
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= ${RUN_DEPENDS}
|
||||
RUN_DEPENDS= ::devel/p5-Class-Accessor-Chained \
|
||||
::devel/p5-Expect-Simple
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Test-Expect/distinfo
Normal file
5
devel/p5-Test-Expect/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Test-Expect-0.30.tar.gz) = siy0V12RC7LTblBqlY2jAA==
|
||||
RMD160 (Test-Expect-0.30.tar.gz) = 8nhOE0SRcZb9PWkptk1ZK7kiBtw=
|
||||
SHA1 (Test-Expect-0.30.tar.gz) = Rz/6pF11dNDs2X47C9WiMjZWgr0=
|
||||
SHA256 (Test-Expect-0.30.tar.gz) = L9gOB0im7cFAZVvdaItEP+x5eNQsa3NXHmqoXx01z2w=
|
||||
SIZE (Test-Expect-0.30.tar.gz) = 3099
|
5
devel/p5-Test-Expect/pkg/DESCR
Normal file
5
devel/p5-Test-Expect/pkg/DESCR
Normal file
@ -0,0 +1,5 @@
|
||||
Test::Expect is a module for automated driving and testing of
|
||||
terminal-based programs. It is handy for testing interactive programs
|
||||
which have a prompt, and is based on the same concepts as the Tcl Expect
|
||||
tool. As in Expect::Simple, the Expect object is made available for
|
||||
tweaking.
|
4
devel/p5-Test-Expect/pkg/PLIST
Normal file
4
devel/p5-Test-Expect/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/21 02:41:48 msf Exp $
|
||||
${P5SITE}/Test/
|
||||
${P5SITE}/Test/Expect.pm
|
||||
@man man/man3p/Test::Expect.3p
|
Loading…
Reference in New Issue
Block a user