CVS: moonbase/devel/expect BUILD, NONE, 1.1 DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1
csm at lunar-linux.org
csm at lunar-linux.org
Sun Aug 17 14:51:18 GMT 2003
Update of /var/cvs/lunar/moonbase/devel/expect
In directory dbguin.lunar-linux.org:/tmp/cvs-serv4699/devel/expect
Added Files:
BUILD DEPENDS DETAILS
Log Message:
adding an expect module. It DOES NOT WORK YET!
there are some weird problems with tcl-tk that I do not have time to
solve right now. I am committing it simply so someone else can take
over the process of getting it to work.
--- NEW FILE: BUILD ---
(
./configure $OPTS \
--with-tcl=/usr/lib \
--with-tk=/usr/lib \
--with-tclinclude=/usr/include \
--enable-gcc &&
make &&
prepare_install &&
make install
) > $C_FIFO 2>&1
--- NEW FILE: DEPENDS ---
depends tcl-tk
--- NEW FILE: DETAILS ---
MODULE=expect
VERSION=5.39
SOURCE=$MODULE.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://expect.nist.gov/$SOURCE
WEB_SITE=http://expect.nist.gov/
SOURCE_VFY=md5:38a39787ef888f4fa009a8384d5c7c0a
PSAFE="no"
ENTERED=20030817
UPDATED=20030817
SHORT="Expect is a tool for automating interactive applications"
cat << EOF
Expect is a tool for automating interactive applications such as telnet,
ftp, passwd, fsck, rlogin, tip, etc. Expect really makes this stuff
trivial. Expect is also useful for testing these same applications. And
by adding Tk, you can also wrap interactive applications in X11 GUIs.
Expect can make easy all sorts of tasks that are prohibitively difficult
with anything else. You will find that Expect is an absolutely invaluable
tool - using it, you will be able to automate tasks that you've never
even thought of before - and you'll be able to do this automation quickly
and easily.
EOF
More information about the Lunar-commits
mailing list