summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorrhaen <rhaen@pkgsrc.org>2008-02-09 16:36:44 +0000
committerrhaen <rhaen@pkgsrc.org>2008-02-09 16:36:44 +0000
commit49b36e5ce4eacea5f3bb062039a99b61b0c39704 (patch)
tree878099cf3227b567f147b99aefe28b7df25843e9 /devel
parent18e71a3c9f24288e87eacd2f148b521acc59419e (diff)
downloadpkgsrc-49b36e5ce4eacea5f3bb062039a99b61b0c39704.tar.gz
- updated to 1.20
- 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()
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Expect/Makefile10
-rw-r--r--devel/p5-Expect/distinfo8
2 files changed, 9 insertions, 9 deletions
diff --git a/devel/p5-Expect/Makefile b/devel/p5-Expect/Makefile
index 8b0a3b3b045..391f0212fab 100644
--- a/devel/p5-Expect/Makefile
+++ b/devel/p5-Expect/Makefile
@@ -1,13 +1,12 @@
-# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:20 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2008/02/09 16:36:44 rhaen Exp $
-DISTNAME= Expect-1.15
-PKGNAME= p5-Expect-1.15
+DISTNAME= Expect-1.21
+PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5exp
-PKGREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Expect/}
-MAINTAINER= pkgsrc-users@NetBSD.org
+MAINTAINER= rhaen@NetBSD.org
COMMENT= Perl version of the TCL "expect" tool
DEPENDS+= p5-IO-stty-[0-9]*:../../devel/p5-IO-Stty
@@ -16,6 +15,7 @@ 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
diff --git a/devel/p5-Expect/distinfo b/devel/p5-Expect/distinfo
index 2f1f87f1160..69315507d0a 100644
--- a/devel/p5-Expect/distinfo
+++ b/devel/p5-Expect/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2005/02/23 22:24:24 agc Exp $
+$NetBSD: distinfo,v 1.6 2008/02/09 16:36:44 rhaen Exp $
-SHA1 (Expect-1.15.tar.gz) = 1ad32144f3e19acb7bcc16dd7c743c73bdda799d
-RMD160 (Expect-1.15.tar.gz) = 27afc4f81ed56430f91150a24accdae1f9d9afe8
-Size (Expect-1.15.tar.gz) = 51261 bytes
+SHA1 (Expect-1.21.tar.gz) = 76d7fe713f9c66b68f3bf22101f71512cd57bb58
+RMD160 (Expect-1.21.tar.gz) = 687a217438fd95962988542410abf384757bbd22
+Size (Expect-1.21.tar.gz) = 53881 bytes