           MODULE=tcl-tk
          VERSION=8.4.1
           SOURCE=tcl$VERSION-src.tar.gz
          SOURCE2=tk$VERSION-src.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/tcl$VERSION
SOURCE2_DIRECTORY=$BUILD_DIRECTORY/tk$VERSION
    SOURCE_URL[0]=$SFORGE_URL/tcl/$SOURCE
   SOURCE2_URL[0]=$SFORGE_URL/tcl/$SOURCE2
#    SOURCE_URL[0]=ftp://tcl.activestate.com/pub/tcl/tcl8_4/$SOURCE
#   SOURCE2_URL[0]=ftp://tcl.activestate.com/pub/tcl/tcl8_4/$SOURCE2
         WEB_SITE=http://www.scriptics.com
          ENTERED=20010922
          UPDATED=20030117
            SHORT="Tcl provides a multi-platform scripting environment."
cat << EOF
Tcl provides a portable scripting environment for Unix, Windows, and
Macintosh that supports string processing and pattern matching, native
file system access, shell-like control over other programs, TCP/IP
networking, timers, and event-driven I/O. Tcl has traditional
programming constructs like variables, loops, procedures, namespaces,
error handling, script packages, and dynamic loading of DLLs.
Tk provides portable GUIs on UNIX, Windows, and Macintosh. A powerful
widget set and the concise scripting interface to Tk make it a breeze to
develop sophisticated user interfaces.
EOF
