summaryrefslogtreecommitdiff
path: root/devel/p5-Expect
diff options
context:
space:
mode:
authorshell <shell@pkgsrc.org>2002-04-17 10:29:49 +0000
committershell <shell@pkgsrc.org>2002-04-17 10:29:49 +0000
commita2980fd75408475d092af98a7ff8c18078303b50 (patch)
tree4df3d6673ae86cc628d961a9b649a0d251223644 /devel/p5-Expect
parent57d0464b44aa5a083c417c35228ff533be4ebc31 (diff)
downloadpkgsrc-a2980fd75408475d092af98a7ff8c18078303b50.tar.gz
Updated to p5-Expect-1.15
- fmt on DESCR Changes since p5-Expect-1.10 : - removed soft_close() from DESTROY. Being overly nice to a doomed process doesn't pay off. Old behaviour is available via $Expect::Do_Soft_Close = 1; + added various aliases for functions starting with 'exp_' + added a hook for log_file: can be set to a code ref. + added various FAQ entries + added autoflush(1) to log_file + split 'new' and 'spawn' to be able to set slave pty params via stty before actually spawning the program + added slave_pty() + added print_log_file(), send() now no longer prints to log file or stdout. + added alarm to test.pl to avoid blocking on cygwin. + rearranged and changed tests to better suit the various systems + added rudimentary 'notransfer' option; global only, not on per-pattern-basis; workaround available in FAQ + timeout handlers now also can exp_continue + added 'raw_pty' option, also setting master to raw if isatty() + added and corrected test for exit status; got rid of Test.pm + updated docs & FAQs; explained how terminal sizes and SIGWINCH should be propagated
Diffstat (limited to 'devel/p5-Expect')
-rw-r--r--devel/p5-Expect/DESCR27
-rw-r--r--devel/p5-Expect/Makefile6
-rw-r--r--devel/p5-Expect/distinfo6
3 files changed, 17 insertions, 22 deletions
diff --git a/devel/p5-Expect/DESCR b/devel/p5-Expect/DESCR
index e22e0d746f7..ab2834823f7 100644
--- a/devel/p5-Expect/DESCR
+++ b/devel/p5-Expect/DESCR
@@ -1,19 +1,14 @@
- 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.
+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.
- 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. :-)
+The Tcl version of expect is a creation of Don Libes (libes@nist.gov).
+The Tcl Expect home page is http://expect.nist.gov/.
- Thanks,
+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.
- Austin Schutz
- tex@habit.com
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile
index 393bf7075cf..074aa0a6ca9 100644
--- a/devel/p5-Expect/Makefile
+++ b/devel/p5-Expect/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.11 2002/01/26 07:00:17 martti Exp $
+# $NetBSD: Makefile,v 1.12 2002/04/17 10:29:49 shell Exp $
-DISTNAME= Expect-1.12
-PKGNAME= p5-expect-1.12
+DISTNAME= Expect-1.15
+PKGNAME= p5-expect-1.15
SVR4_PKGNAME= p5exp
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
diff --git a/devel/p5-Expect/distinfo b/devel/p5-Expect/distinfo
index 665d23df827..02466a06361 100644
--- a/devel/p5-Expect/distinfo
+++ b/devel/p5-Expect/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2002/01/26 07:00:17 martti Exp $
+$NetBSD: distinfo,v 1.4 2002/04/17 10:29:49 shell Exp $
-SHA1 (Expect-1.12.tar.gz) = f409517aea6e5fd4c8d9cd343d77742aee6a007e
-Size (Expect-1.12.tar.gz) = 44717 bytes
+SHA1 (Expect-1.15.tar.gz) = 1ad32144f3e19acb7bcc16dd7c743c73bdda799d
+Size (Expect-1.15.tar.gz) = 51261 bytes