TclTk Aqua Batteries-Included
The following is the list of all packages and projects included with the TclTk Aqua BI 8.4.5.0 distribution:
- Tcl 8.4.5, Tk 8.4.5, Thread 2.6
- http://tcl.sourceforge.net/
- IncrTcl 3.3b1, IWidgets 4.0.2
- http://incrtcl.sourceforge.net/
- Tcllib 1.5, Tklib 0.2, BWidget 1.7, Mclistbox 1.02
- http://tcllib.sourceforge.net/
- TclX 8.4
- http://tclx.sourceforge.net/
- TclVfs 1.3
- http://sourceforge.net/projects/tclvfs/
- Expect 5.39
- 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.7
- 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.5.0
- http://tclhttpd.sourceforge.net/
- Tbcload 1.4, Compiler 1.5, Parser 1.4
- http://tclpro.sourceforge.net/
- Mk4Tcl 2.4.9.3, Oomk 0.3.1
- http://www.equi4.com/metakit/tcl.html
- TcLex 1.2
- http://sourceforge.net/projects/tclex/
- Snack 2.2.3
- http://www.speech.kth.se/snack/
- Tix 8.2
- http://tix.sourceforge.net/
- XOTcl 1.1.1
- http://www.xotcl.org/
- TclAE 2.0b14
- http://tclae.sourceforge.net/
- QuickTimeTcl 3.1
- http://quicktimetcl.sourceforge.net/
- TclSpeech 2.0
- http://tclspeech.sourceforge.net/
- TclResource 1.1
- http://sourceforge.net/projects/tclresource/
- TclAddressBook 1.0
- http://tcladdressbook.sourceforge.net/
- MacCarbonPrint 0.2
- http://sourceforge.net/projects/tclbitprint/
- e4Graph 1.0a10
- http://e4graph.sourceforge.net/
- Tkcon 2.4
- http://tkcon.sourceforge.net/
- SWIG (tcl) 1.3.22
- http://www.swig.org/
- Launcher 1.1
- http://www.maths.mq.edu.au/~steffen/tcltk/Launcher/
- Tclkit & Wishkit 8.4.5, SDX, Critcl, Wikit
- http://www.equi4.com/tclkit/
- CritLib 2003/04/10
- http://www.equi4.com/critlib/
Most packages are built from the HEAD of their CVS repositories as of 2004-02-01 00:00:00 GMT (or from the latest tarballs where there is no CVS access), see cvsTag.conf for details; with some patches applied.
All code is compiled with the latest gcc 3.3 from Apple.
The tools used to build the distribution (including the installer packages & disk images) are available, including archives of the exact (unpatched) sources used to build the distribution.
Also at that location are individual tarballs of the binaries and installer packages contained in the distribution; additionally, this contains binaries of Tcl & Tk/X11 built in the standard unix style into /usr/local.
A set of binaries, installer packages and disk-images built on (and requiring) Mac OS X 10.3 (Panther) is available, but should not be needed in most cases; the standard binaries built on Mac OS X 10.2 (Jaguar) should perform identically.
Note the presence of both Tclkit and the new Wishkit, which allow running starkits under either Tk/X11 or Tk/Aqua.
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.