From 34224a9cacbcf87f1fd9a0907bd04dfe6a50df1a Mon Sep 17 00:00:00 2001 From: jwise Date: Wed, 24 Oct 2001 23:40:02 +0000 Subject: Update the tcl-expect packages to be based on expect-5.33. Changes from 5.32.1 (the last pkgsrc version): 10/1/01 5.33.0 found that expect's diagnostics didn't include the "no" after testing for a full buffer. Hemang Lavana noted that "debug" (Dbg_On) calls didn't always force the debugger into step mode. Martin Kammerhofer noted that the man page neglected to document interpreter -eof. Chris Clare provided fix for multiple decl in C lib. Sheng Wang found interact's can-match code had broken. It was missing the special hook that Henry had added just for this purpose. How strange. Dieter Fiebelkorn requested addition to config.guess for Power*Macintosh:Darwin for MacOSX. Aside - to download latest config.guess: cvs -d :pserver:anoncvs@subversions.gnu.org:/cvs checkout \ config Added pipeline example to unbuffer man page. 8/4/00 5.32.2 Allen J. Newton provided code for generating passwords with special characters in mkpasswd. Brent Welch changed the fix1line install script so that "autoexpect" and other scripts that get installed into the platform-independent bin directory generically invoke "expect" from the users PATH instead of hardwiring the platform-specific expect pathname. --- lang/tcl-expect/Makefile | 8 ++++---- lang/tcl-expect/distinfo | 6 +++--- lang/tcl-expect/pkg/PLIST | 16 ++++++++-------- 3 files changed, 15 insertions(+), 15 deletions(-) (limited to 'lang/tcl-expect') diff --git a/lang/tcl-expect/Makefile b/lang/tcl-expect/Makefile index 1d31a31c6b2..f6720249959 100644 --- a/lang/tcl-expect/Makefile +++ b/lang/tcl-expect/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:19 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/10/24 23:40:02 jwise Exp $ # DISTNAME= expect -PKGNAME= tcl-expect-5.32.1 +PKGNAME= tcl-expect-5.33 CATEGORIES= lang MASTER_SITES= http://expect.nist.gov/ @@ -14,8 +14,8 @@ DEPENDS+= tcl>=8.3.2:../../lang/tcl CONFLICTS+= expect-[0-9]* -WRKSRC= ${WRKDIR}/expect-5.32 -DIST_SUBDIR= expect-5.32.1 +WRKSRC= ${WRKDIR}/expect-5.33 +DIST_SUBDIR= expect-5.33 GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/lang/tcl-expect/distinfo b/lang/tcl-expect/distinfo index 9f9faaeca91..4ed2c7d5dbb 100644 --- a/lang/tcl-expect/distinfo +++ b/lang/tcl-expect/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.3 2001/05/16 13:27:55 dillo Exp $ +$NetBSD: distinfo,v 1.4 2001/10/24 23:40:02 jwise Exp $ -SHA1 (expect-5.32.1/expect.tar.gz) = db5f4b501fc1065b6a44c72f2afb8c4e399745ba -Size (expect-5.32.1/expect.tar.gz) = 494245 bytes +SHA1 (expect-5.33/expect.tar.gz) = fc84411fc4984e0beea214640ee247c358877aa5 +Size (expect-5.33/expect.tar.gz) = 494473 bytes SHA1 (patch-aa) = a67976c3d81ae6f933e4e943bc59018961b9f9cd SHA1 (patch-ab) = 642e714e58bfe72b332cb89559e1f55df9b6052f SHA1 (patch-ac) = 9b1cf55607cf52f94b2499f7a654a04c93f71739 diff --git a/lang/tcl-expect/pkg/PLIST b/lang/tcl-expect/pkg/PLIST index cf353272b58..358839c04e4 100644 --- a/lang/tcl-expect/pkg/PLIST +++ b/lang/tcl-expect/pkg/PLIST @@ -1,15 +1,15 @@ -@comment $NetBSD: PLIST,v 1.2 2001/01/04 15:10:47 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 2001/10/24 23:40:02 jwise Exp $ bin/expect include/expect.h include/expect_comm.h include/expect_tcl.h include/tcldbg.h -lib/tcl/expect5.32/pkgIndex.tcl -lib/libexpect532.a -lib/libexpect532.la -lib/libexpect532.so -lib/libexpect532.so.1 -lib/libexpect532.so.1.0 +lib/tcl/expect5.33/pkgIndex.tcl +lib/libexpect533.a +lib/libexpect533.la +lib/libexpect533.so +lib/libexpect533.so.1 +lib/libexpect533.so.1.0 man/man1/expect.1.gz man/man3/libexpect.3.gz share/examples/tcl/expect/autoexpect @@ -42,5 +42,5 @@ share/examples/tcl/expect/weather share/examples/tcl/expect/xkibitz share/examples/tcl/expect/xkibitz.1 share/examples/tcl/expect/xpstat -@dirrm lib/tcl/expect5.32 +@dirrm lib/tcl/expect5.33 @dirrm share/examples/tcl/expect -- cgit v1.2.3