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= automated driving and testing of terminal-based programs
MODULES= cpan
PKG_ARCH= *
DISTNAME = Test-Expect-0.34
CATEGORIES= devel
REVISION = 0
# perl
PERMIT_PACKAGE= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= devel/p5-Class-Accessor-Chained \
devel/p5-Expect-Simple
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Test-Expect-0.34.tar.gz) = Jij87N2l9km9JTI/ZGuWoaB+RVfK3LMnybrU3EG7uZk=
SIZE (Test-Expect-0.34.tar.gz) = 4817

View 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.

View file

@ -0,0 +1,3 @@
${P5SITE}/Test/
${P5SITE}/Test/Expect.pm
@man man/man3p/Test::Expect.3p