49b36e5ce4
- DESTDIR support - maintainer change - oked by joerg, rillig ChangeLog: Expect v1.20 ============ + added early return to send and send_slow if filehandle was closed + added test for send_slow ! fixed bug in expect() param handling (exact pattern "0" was ignored) ! fixed bug in _make_readable() + now included example ssh.pl in MANIFEST so it gets packaged :-( Expect v1.19 ============ ! fixed non-localized usage of $_ + added new example ssh.pl Expect v1.18 ============ ! added another pipe to synchronize spawning. Closing the slave in the parent can lead to a hang if the child already wrote something into it... ! fixed REs in test to deal with shell prompts Expect v1.17 ============ ! fixed param check for expect() to allow expect(undef) et al Expect v1.16 ============ ! fixed hangup with pipe sync upon spawn by adding close-on-exec to pipe handle ! fixed log_file(undef) when logging to CODE ref ! fixed $? mangling in DESTROY by saving & restoring status ! fixed hangup in send_slow ! fixed ugly solaris hack by disabling it for raw ptys + added param check for expect()
23 lines
594 B
Makefile
23 lines
594 B
Makefile
# $NetBSD: Makefile,v 1.25 2008/02/09 16:36:44 rhaen Exp $
|
|
|
|
DISTNAME= Expect-1.21
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5exp
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
|
|
|
|
MAINTAINER= rhaen@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
|
|
|
|
CONFLICTS+= p5-expect-[0-9]*
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Expect/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|