diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-19 10:41:34 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-09-19 10:41:34 +0000 |
commit | 7c2a5c31da63e049616d479457b7fb573b0bc401 (patch) | |
tree | e097c47b30c353e483d56473463059af7396ca34 /net/empty/pkg-descr | |
parent | 2fc3a82370f852b7feec5595eab1475e7553a26b (diff) |
Add net/empty - easy to use replacement for expect. Empty do not use
TCL and is more lightweight than expect.
PR: 86295
Submitted by: Mikhail Zakharov <zmey20000@yahoo.com>
Notes
Notes:
svn path=/head/; revision=143139
Diffstat (limited to 'net/empty/pkg-descr')
-rw-r--r-- | net/empty/pkg-descr | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/empty/pkg-descr b/net/empty/pkg-descr new file mode 100644 index 000000000000..bfe11f91e911 --- /dev/null +++ b/net/empty/pkg-descr @@ -0,0 +1,8 @@ +empty - run applications under pseudo-terminal (PTY) sessions and replace +TCL/Expect with a simple tool and use your favorite shell (sh, bash, csh, +tcsh,Xksh, zsh, etc) + +WWW: http://empty.sourceforge.net/ + +- Mikhail Zakharov +zmey20000@yahoo.com |