openbsd-ports/lang/expect/pkg/DESCR
brad 15e7685516 - add HOMEPAGE
- remove license type
- use new framework for PLISTs
- add @comment with RCS id to PLISTs
2000-07-20 04:56:42 +00:00

8 lines
308 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).
WWW: ${HOMEPAGE}