Commit graph

15 commits

Author SHA1 Message Date
markd
65ef010af0 Add a Makefile.common to tcl-expect and use it to keep tk-expect in sync.
Fixes PR 20055 from Robert Elz.  Updates tk-expect to version 5.38.

Also remove the pre-configure step from tk-expect that was removed from
tcl-expect a year ago.

Also use the standard test target rather than an explict one.
2003-01-28 03:41:02 +00:00
zuntum
a437fd43cc Move pkg/ files into package's toplevel directory 2001-11-01 00:20:13 +00:00
jwise
29d9417b39 a.) use version-numbered tarball, which is now available. Pointed out by
David Maxwell (david@netbsd.org)

b.) correct version number.  The preferred form is 5.33.0 (not 5.33)...
2001-10-25 22:21:52 +00:00
jwise
a37af6d86d 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.
2001-10-24 23:40:02 +00:00
wiz
8b58df5321 Use distinfo from tcl-expect. 2001-05-29 12:23:44 +00:00
jlam
022d07a536 Mechanical changes of tk DEPENDS:
tk-8.3.2  -> tk>=8.3.2
	tk-[0-9]* -> tk>=8.0
	tk-8.*    -> tk>=8.0
2001-05-05 19:51:13 +00:00
agc
8118fe36ae Move to sha1 digests, and add distfile sizes. 2001-04-19 15:00:47 +00:00
agc
fb467f5ac2 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 11:22:34 +00:00
agc
82acd159f7 Move the COMMENT from being in its own file to a definition in the
package Makefile.
2001-02-17 09:06:56 +00:00
wiz
9cbb8e1a6b remove '^a ' and '.$' 2000-10-21 22:43:25 +00:00
rh
47d3833a9e Fix package dependency location: 'tk' is *not* in lang/tcl! 2000-10-04 13:19:59 +00:00
rh
57bf778581 Fix datestamp problem by touching configure in pre-configure. 2000-10-01 14:12:15 +00:00
jwise
2bc493376b Fix do-install target and dependency on tk.
I *need* another cup o' coffee...
2000-09-05 18:21:13 +00:00
jwise
c5529d168c Fix dependency on tcl-expect, and trim comment to within 70 lines. 2000-09-05 17:21:13 +00:00
jwise
55375e18f0 Initial import tk-expect-5.32.1. This package installs expectk, a
tcl interpreter with both tk and expect extensions built in.

It is expected that many users will prefer to do the folowing:

	#!/usr/pkg/bin/wish
	package require Expect
2000-09-05 17:13:30 +00:00