pkgsrc/devel/p5-Expect/Makefile
shell a2980fd754 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
2002-04-17 10:29:49 +00:00

22 lines
608 B
Makefile

# $NetBSD: Makefile,v 1.12 2002/04/17 10:29:49 shell Exp $
DISTNAME= Expect-1.15
PKGNAME= p5-expect-1.15
SVR4_PKGNAME= p5exp
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
MAINTAINER= packages@netbsd.org
COMMENT= perl version of the TCL "expect" tool
DEPENDS+= p5-IO-stty-[0-9]*:../../devel/p5-IO-Stty
DEPENDS+= p5-IO-tty-[0-9]*:../../devel/p5-IO-Tty
USE_BUILDLINK_ONLY= YES
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Expect/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"