NOTICE: This package has been removed from pkgsrc

./lang/tk-expect, Tcl interpreter with both the expect and tk extensions built in

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 5.43.0nb1, Package name: tk-expect-5.43.0nb1, Maintainer: pkgsrc-users

Expect is a program that performs programmed dialogue with other
interactive programs. It is briefly described by its man page, expect(1).

It uses pseudo-tty's to control the child processes, so it is not affected
by programs that refuse to read from stdin or pipes. (eg: passwd(1) etc).

This package installs expectk, a version of the wish(1) interpreter for
tcl/tk with the expect extensions always present.


Required to run:
[lang/tcl-expect] [x11/tk]

Required to build:
[pkgtools/x11-links] [devel/libtool-base]

Master sites:

SHA1: a73530772f9d735e98175c7807efa8e785c5fa60
RMD160: 27966c50923700a0b491d65cf54bd0e80eb6fa39
Filesize: 409.854 KB

Version history: (Expand)


CVS history: (Expand)


   2012-08-22 00:19:15 by John Marino | Files touched by this commit (3) | Package removed
Log message:
lang/tk-expect: Remove package

This package is based on lang/tcl-expect which was just updated to
the latest version 5.45.  The expectk binary is no longer generated
in the latest versions of expect.  Since expectk is the sole purpose
of this package, it will be retired.
   2009-08-20 17:25:01 by Jim Wise | Files touched by this commit (31)
Log message:
Give up maintainership of packages where I am still listed as MAINTAINER.
   2008-03-04 17:38:13 by Johnny C. Lam | Files touched by this commit (40)
Log message:
Mechanical changes to add DESTDIR support to packages that install
their files via a custom do-install target.
   2007-02-22 20:27:30 by Thomas Klausner | Files touched by this commit (721)
Log message:
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
   2007-01-07 10:14:16 by Roland Illig | Files touched by this commit (412)
Log message:
Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
   2006-02-06 00:11:50 by Joerg Sonnenberger | Files touched by this commit (4082)
Log message:
Recursive revision bump / recommended bump for gettext ABI change.
   2005-06-16 08:58:08 by Johnny C. Lam | Files touched by this commit (465)
Log message:
Create directories before installing files into them.
   2005-04-08 13:54:15 by Adam Ciarcinski | Files touched by this commit (1)
Log message:
Changes 5.43.0:
* Fixed bug in ExpOutputProc that caused misbehavior during partial writes.
* Noted that expect_background ignores timeouts.  Added to documentation.
* Patch for "mkpasswd -vo".