1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-03 22:23:24 +00:00
freebsd-ports/lang/expect/pkg-descr
Peter Wemm d6260f5c6b Update to expect-5.21
This uses tk4.1 and the tcl7.5 in the source tree.
1996-10-30 09:46:20 +00:00

9 lines
396 B
Plaintext

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).
The Expect home page is: http://expect.nist.gov
The Expect FAQ is: http://expect.nist.gov/FAQ.html