diff options
author | thorpej <thorpej@pkgsrc.org> | 2000-07-16 01:04:07 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2000-07-16 01:04:07 +0000 |
commit | 6d9a2126605f79731abb7b100baa91df6bceba65 (patch) | |
tree | c40bc9e5f74f741d44aca0f8c41ef75c5ccae4b7 /devel/p5-Expect | |
parent | 5e104a7b541493126ef81b0ff7ed22d057ee250c (diff) | |
download | pkgsrc-6d9a2126605f79731abb7b100baa91df6bceba65.tar.gz |
Import p5-Expect, a Perl version of the similarly-named TCL tool.
Diffstat (limited to 'devel/p5-Expect')
-rw-r--r-- | devel/p5-Expect/Makefile | 15 | ||||
-rw-r--r-- | devel/p5-Expect/files/md5 | 3 | ||||
-rw-r--r-- | devel/p5-Expect/pkg/COMMENT | 1 | ||||
-rw-r--r-- | devel/p5-Expect/pkg/DESCR | 32 | ||||
-rw-r--r-- | devel/p5-Expect/pkg/PLIST | 8 |
5 files changed, 59 insertions, 0 deletions
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile new file mode 100644 index 00000000000..c457dceb4d9 --- /dev/null +++ b/devel/p5-Expect/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/16 01:04:07 thorpej Exp $ + +DISTNAME= Expect.pm-1.07 +PKGNAME= p5-${DISTNAME} +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/} + +MAINTAINER= packages@netbsd.org + +USE_PERL5= YES + +do-configure: + @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL + +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Expect/files/md5 b/devel/p5-Expect/files/md5 new file mode 100644 index 00000000000..ee1fb511d4b --- /dev/null +++ b/devel/p5-Expect/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/07/16 01:04:07 thorpej Exp $ + +MD5 (Expect.pm-1.07.tar.gz) = 4777efd478187b1cd29083a9e24ac3bc diff --git a/devel/p5-Expect/pkg/COMMENT b/devel/p5-Expect/pkg/COMMENT new file mode 100644 index 00000000000..18ec4bda362 --- /dev/null +++ b/devel/p5-Expect/pkg/COMMENT @@ -0,0 +1 @@ +A perl version of the TCL "expect" tool. diff --git a/devel/p5-Expect/pkg/DESCR b/devel/p5-Expect/pkg/DESCR new file mode 100644 index 00000000000..3108191a937 --- /dev/null +++ b/devel/p5-Expect/pkg/DESCR @@ -0,0 +1,32 @@ + + Expect.pm Ver. 1.07 + + To install Expect you will also need IO::Stty which will be in the same +directory as you found this package, currently at ftp://ftp.habit.com/pub/perl. +You will also need IO::Tty which can be found in Graham Barr's directory on any +CPAN site. For each of these the usual perl Makefile.PL;make;make install +should work. I haven't implemented a make test for either IO::Stty or Expect. +It would probably be wise to read the docs on IO::Tty before doing a make +install with it. + + The Expect for Perl module was inspired more by the functionality the +Tcl tool provides than any previous Expect-like tool such as Comm.pl or +chat2.pl. I've had some comments that people may not have heard of the +original Tcl version of Expect, or where documentation (book form) on Expect +may be obtained. + The Tcl version of expect is a creation of Don Libes (libes@nist.gov). +The Tcl Expect home page is http://expect.nist.gov/. + Don has written an excellent in-depth tutorial of the Tcl Expect, +which is _Exploring Expect_. It is the O'reilly book with the monkey on the +front. Don has several references to other articles on the Expect web page. + + As always, please let me know if there's something you'd like to see +documented that isn't. Please check the included FAQ and tutorial directory +first. :-) + + Thanks, + + Austin Schutz + tex@habit.com + +6-19-98 diff --git a/devel/p5-Expect/pkg/PLIST b/devel/p5-Expect/pkg/PLIST new file mode 100644 index 00000000000..c26e2d96c1b --- /dev/null +++ b/devel/p5-Expect/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/07/16 01:04:07 thorpej Exp $ +lib/perl5/site_perl/Expect.pod +lib/perl5/site_perl/Expect.pm +lib/perl5/site_perl/Expect_intro.pod +lib/perl5/site_perl/term-filter.pl +lib/perl5/man/man3/Expect.3 +lib/perl5/man/man3/Expect_intro.3 +lib/perl5/site_perl/${MACHINE_ARCH}-${LOWER_OPSYS}/auto/Expect/.packlist |