Tk Package

 What: Tk
 Where: http://sourceforge.net/projects/tktoolkit/ 
        http://prdownloads.sourceforge.net/tcl/ 
        ftp://tcl.activestate.com/pub/tcl/nightly-cvs/ 

        https://www.tcl-lang.org/ 
        https://www.tcl-lang.org/software/tcltk/ 
        ftp://www.tcl.tk/pub/tcl/mac/MacTk8.3.1.sea.hqx 
        ftp://www.tcl.tk/pub/tcl/misc/w32s130.exe 
        ftp://www.tcl.tk/pub/tcl/misc/unz512xN.exe 
        ftp://www.tcl.tk/pub/tcl/tcl8_0/vclibs80.zip 
        http://resource.tcl.tk/resource/ 
        https://wiki.tcl-lang.org/HowDoIReportABug 

        http://www.cs.wisc.edu/%7Embirk/bc450rtl.zip 
        ftp://info.service.rug.nl/networks/novell/netwire/novuser/11/bc450rtl.zip 
        ftp://nic.switch.ch/mirror/novell/netwire/novuser/11/bc450rtl.zip 
        ftp://nctuccca.edu.tw/vendors/Novell/netwire/novuser/11/bc450rtl.zip 

        http://www.bj-ig.de/tcltk/flat.txt 
        http://www.bj-ig.de/wtk/ 
        http://ftp.bj-ig.de/pub/tcltk/README.speedpatch 
        http://ftp.bj-ig.de/pub/tcltk/ 

        http://www.cl.cam.ac.uk/%7Emgk25/ucs-fonts.html 
        http://www.xraylith.wisc.edu/%7Ekhan/software/tcl/ 
        ftp://ftp.ucsd.edu/pub/alpha/tcl/ 
 Description: Tk is an extension for Tcl which acts as a high level interface
        to a machine's windowing system. On Unix, that would be X11. On
        Windows, that is the Windows OS. On MacOS, that is either X11
        or Aqua (there are at least two builds for MacOS).  It provides
        the means to write simple scripts to create and manipulate
        operating system windows with the various manipulators available
        in C libraries.

        The Wiki site contains a description of the process for
         reporting bugs and patches.
        The ucs-fonts page point to a fixed font which supports
         over 2800 ISO 10646-1 characters.
         There are supposedly other Unicode character supporting fonts.
        The xraylith site has patches for Tk so that it will build under
         either Mingw (native windows 32 bit) or Cygwin (POSIX emulation
         layer) environments using the GNU c compiler.
        The ucsd site has some Codewarrior mcp files to compile Tk8.2 on
         the Macintosh.  The a2000 site documents the changes needed
         to Tcl and Tk 8.2.1 to compile with MPW.
        The xcin web site is a project generating patches for X software
         to support the Chinese input methods.
         Patches for Tk are in the process of being written.
        The Tcl core site has a directory where they are accumulating
         patches for Tk.
        Tk 8.x depends on the corresponding Tcl 8.x package being installed.
        Source or precompiled binaries for Windows (Win32s, Windows 95
        The ime zip file contains Tk 8.4a1 patches for Windows to
         support the Japanese Input Method Editor.
        Tk 8.4.15 is the latest release of Tk, with Tk 8.5a6 being tested.
 Updated: 05/2007
 Contact: See the web site