TclTk Aqua Batteries-Included
The following is the list of all packages and projects included with the TclTk Aqua BI 8.4.4.0 distribution:
- Tcl 8.4.4, Tk 8.4.4, Thread 2.5
- http://tcl.sourceforge.net/
- IncrTcl 3.3.0, IWidgets 4.0.2
- http://incrtcl.sourceforge.net/
- Tcllib 1.5, Tklib 0.1, BWidget 1.6, Mclistbox 1.02
- http://tcllib.sourceforge.net/
- TclX 8.4
- http://tclx.sourceforge.net/
- TclVfs 1.2
- http://sourceforge.net/projects/tclvfs/
- Expect 5.38
- http://expect.nist.gov/
- TkTable 2.8, Vu 2.2
- http://tktable.sourceforge.net/
- TkImg 1.3
- http://sourceforge.net/projects/tkimg/
- TkHtml 2.0
- http://www.hwaci.com/sw/tkhtml/
- Treectrl 1.0
- http://tktreectrl.sourceforge.net/
- TclXML 2.6, TclDOM 2.6, TclXSLT 2.6
- http://tclxml.sourceforge.net/
- TclSOAP 1.6.6
- http://tclsoap.sourceforge.net/
- tDOM 0.8.0
- http://www.tdom.org/
- Memchan 2.2
- http://memchan.sourceforge.net/
- Trf 2.1
- http://tcltrf.sourceforge.net/
- TrfCrypt 2.0p3
- http://www.oche.de/~akupries/soft/trfcrypt/
- TLS 1.50
- http://tls.sourceforge.net/
- TclHttpd 3.4.3
- http://tclhttpd.sourceforge.net/
- Tbcload 1.4, Compiler 1.5, Parser 1.4
- http://tclpro.sourceforge.net/
- Mk4Tcl 2.4.9.2, Oomk 0.3.1
- http://www.equi4.com/metakit/tcl.html
- TcLex 1.2
- http://sourceforge.net/projects/tclex/
- Snack 2.2.2
- http://www.speech.kth.se/snack/
- Tix 8.2
- http://tix.sourceforge.net/
- TclAE 2.0b14
- http://tclae.sourceforge.net/
- QuickTimeTcl 3.1
- http://quicktimetcl.sourceforge.net/
- TclSpeech 2.0
- http://tclspeech.sourceforge.net/
- e4Graph 1.0a8
- http://e4graph.sourceforge.net/
- Tkcon 2.4
- http://tkcon.sourceforge.net/
- Launcher 1.0b1
- http://www.maths.mq.edu.au/~steffen/tcltk/Launcher/
- Tclkit 8.4.4, SDX, Critcl, Wikit
- http://www.equi4.com/tclkit/
- CritLib 2003/04/10
- http://www.equi4.com/critlib/
All packages are built from the HEAD (resp. tip of core-8-4-branch) of their CVS repositories as of 5/Aug/2003 UTC (or from the latest tarballs where there is no CVS access); with some patches applied.
All code is compiled with gcc 3.3 except for metakit & e4graph which continue to be built with g++ 3.1.
The tools used to build the distribution (including the installer packages & disk images) are available.
Note the presence of Tclkit; enabling running of starkits and providing access to Tk/X11 if e.g. Apple's X11 is installed.
Install Locations
- The Tcl/Tk libraries are installed as frameworks into /Library/Frameworks, the 'tclsh' and 'wish' command line tools are installed into /usr/bin and the Wish application is installed into /Applications/Utilities. The Tcl/Tk documentation is contained in html format inside the frameworks, no Tcl/Tk manpages are installed.
- All other files in the distribution (the "Batteries-Included" part), are installed entirely into /Library/Tcl and can be uninstalled by removing that directory.
- BI command line tools such as 'expect' are located in /Library/Tcl/bin; for them to be accessible from Terminal without giving a full path, this directory needs to be added to the shell path; e.g. for tcsh, by adding the following to ~/.login:
set path = ( ${path} /Library/Tcl/bin ) - BI documentation in manpage format is located in /Library/Tcl/man, this directory is searched automatically by 'man' if the shell path has been adjusted as detailed above.