diff options
author | jwise <jwise@pkgsrc.org> | 2001-10-24 23:40:02 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-10-24 23:40:02 +0000 |
commit | a37af6d86d5a3f56735f24afc5ca48395f8ad968 (patch) | |
tree | b7b5577baa3a6cd3272cc8ed1a0e349c4654b4dc | |
parent | a4bc16d30c123e03c4125fdd70bde0eb8a71f4a4 (diff) | |
download | pkgsrc-a37af6d86d5a3f56735f24afc5ca48395f8ad968.tar.gz |
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 <mark@doradosoftware.com> found that expect's diagnostics
didn't include the "no" after testing for a full buffer.
Hemang Lavana <hlavana@cisco.com> noted that "debug" (Dbg_On)
calls didn't always force the debugger into step mode.
Martin Kammerhofer <dada@sbox.tugraz.at> noted that the man
page neglected to document interpreter -eof.
Chris Clare <clarec@nortelnetworks.com> provided fix for
multiple decl in C lib.
Sheng Wang <wangs@sh.bel.alcatel.be> 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 <dieter@fiebelkorn.net> 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 <anewton@alturia.fleet.org> provided code for
generating passwords with special characters in mkpasswd.
Brent Welch <welch@ajubasolutions.com> 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.
-rw-r--r-- | lang/tcl-expect/Makefile | 8 | ||||
-rw-r--r-- | lang/tcl-expect/distinfo | 6 | ||||
-rw-r--r-- | lang/tcl-expect/pkg/PLIST | 16 | ||||
-rw-r--r-- | lang/tk-expect/Makefile | 10 |
4 files changed, 20 insertions, 20 deletions
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 diff --git a/lang/tk-expect/Makefile b/lang/tk-expect/Makefile index b1f356c8473..27fcc0c1207 100644 --- a/lang/tk-expect/Makefile +++ b/lang/tk-expect/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.8 2001/05/29 12:23:44 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2001/10/24 23:40:03 jwise Exp $ # DISTNAME= expect -PKGNAME= tk-expect-5.32.1 +PKGNAME= tk-expect-5.33 CATEGORIES= lang MASTER_SITES= http://expect.nist.gov/ @@ -11,10 +11,10 @@ HOMEPAGE= http://expect.nist.gov/ COMMENT= tcl interpreter with both the expect and tk extensions built in DEPENDS+= tk>=8.3.2:../../x11/tk -DEPENDS+= tcl-expect-5.32.1:../../lang/tcl-expect +DEPENDS+= tcl-expect-5.33:../../lang/tcl-expect -WRKSRC= ${WRKDIR}/expect-5.32 -DIST_SUBDIR= expect-5.32.1 +WRKSRC= ${WRKDIR}/expect-5.33 +DIST_SUBDIR= expect-5.33 DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches |