pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Expect - updated to 1.20



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1208fa061e72
branches:  trunk
changeset: 538481:1208fa061e72
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Sat Feb 09 16:36:44 2008 +0000

description:
- 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:

 devel/p5-Expect/Makefile |  10 +++++-----
 devel/p5-Expect/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r e969813bad9a -r 1208fa061e72 devel/p5-Expect/Makefile
--- a/devel/p5-Expect/Makefile  Sat Feb 09 16:34:43 2008 +0000
+++ b/devel/p5-Expect/Makefile  Sat Feb 09 16:36:44 2008 +0000
@@ -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@localhost
+MAINTAINER=    rhaen%NetBSD.org@localhost
 COMMENT=       Perl version of the TCL "expect" tool
 
 DEPENDS+=      p5-IO-stty-[0-9]*:../../devel/p5-IO-Stty
@@ -16,6 +15,7 @@
 CONFLICTS+=    p5-expect-[0-9]*
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
 
 PERL5_PACKLIST=                auto/Expect/.packlist
 
diff -r e969813bad9a -r 1208fa061e72 devel/p5-Expect/distinfo
--- a/devel/p5-Expect/distinfo  Sat Feb 09 16:34:43 2008 +0000
+++ b/devel/p5-Expect/distinfo  Sat Feb 09 16:36:44 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index