diff options
author | mm <mm@FreeBSD.org> | 2007-10-17 20:14:17 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-10-17 20:14:17 +0800 |
commit | 6ce20359063ad7d6bc59a6976b40fcc69addad0d (patch) | |
tree | 277c4a4ef5d444ab3e80bc22ce6b84974a56b9c4 /lang/Makefile | |
parent | ffe3c59559042172c8a5fecee45940885cb2d371 (diff) | |
download | freebsd-ports-gnome-6ce20359063ad7d6bc59a6976b40fcc69addad0d.tar.gz freebsd-ports-gnome-6ce20359063ad7d6bc59a6976b40fcc69addad0d.tar.zst freebsd-ports-gnome-6ce20359063ad7d6bc59a6976b40fcc69addad0d.zip |
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 is a development version from CVS code at SourceForge.
WWW: http://www.sourceforge.net/projects/expect
Diffstat (limited to 'lang/Makefile')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 3d61183ca43d..171d9020cb89 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -52,6 +52,7 @@ SUBDIR += etoile-io SUBDIR += execline SUBDIR += expect + SUBDIR += expect-devel SUBDIR += ezm3 SUBDIR += f2c SUBDIR += f77 |