initial import of Expect::Simple 0.03
Expect::Simple is a wrapper around the Expect module which should suffice for simple applications. It hides most of the Expect machinery; the Expect object is available for tweaking if need be.
This commit is contained in:
parent
d53321e285
commit
22f30638f6
18
devel/p5-Expect-Simple/Makefile
Normal file
18
devel/p5-Expect-Simple/Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/09/21 02:38:59 msf Exp $
|
||||
|
||||
COMMENT= wrapper around the Expect module
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Expect-Simple-0.03
|
||||
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-Expect
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Expect-Simple/distinfo
Normal file
5
devel/p5-Expect-Simple/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Expect-Simple-0.03.tar.gz) = sZN5rHKDnOzQ5q7LXDxEDg==
|
||||
RMD160 (Expect-Simple-0.03.tar.gz) = 6rRBfKdRl0P77J7TiHrfRPle9ss=
|
||||
SHA1 (Expect-Simple-0.03.tar.gz) = P4GqGybHQtBK2+6QVrmvia4snTA=
|
||||
SHA256 (Expect-Simple-0.03.tar.gz) = bB8K4he1njLuiW0b6uuY5ZqTO9264Uh6UCMeGHUjQrs=
|
||||
SIZE (Expect-Simple-0.03.tar.gz) = 12621
|
3
devel/p5-Expect-Simple/pkg/DESCR
Normal file
3
devel/p5-Expect-Simple/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Expect::Simple is a wrapper around the Expect module which should
|
||||
suffice for simple applications. It hides most of the Expect machinery;
|
||||
the Expect object is available for tweaking if need be.
|
4
devel/p5-Expect-Simple/pkg/PLIST
Normal file
4
devel/p5-Expect-Simple/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/09/21 02:38:59 msf Exp $
|
||||
${P5SITE}/Expect/
|
||||
${P5SITE}/Expect/Simple.pm
|
||||
@man man/man3p/Expect::Simple.3p
|
Loading…
x
Reference in New Issue
Block a user