diff options
author | shell <shell@pkgsrc.org> | 2002-04-17 10:29:49 +0000 |
---|---|---|
committer | shell <shell@pkgsrc.org> | 2002-04-17 10:29:49 +0000 |
commit | a2980fd75408475d092af98a7ff8c18078303b50 (patch) | |
tree | 4df3d6673ae86cc628d961a9b649a0d251223644 /devel/p5-Expect/Makefile | |
parent | 57d0464b44aa5a083c417c35228ff533be4ebc31 (diff) | |
download | pkgsrc-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/Makefile')
-rw-r--r-- | devel/p5-Expect/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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/} |