...not yet available.
are not available as package yet, but you can get them through Subversion:
svn co https://silmor.de/svn/keybird/tclmp/trunk tclmp
If you got it through subversion do that first before you proceed:
./svnbuild
you must have automake/conf and libtool installed.
Do this sequence to compile TclMP:
./configure --with-tcl=/path/to/your/tcl make
The Tcl-Path is the one you will find tclConfig.sh in - this script tells TclMP everything there is to know about your Tcl installation. Afterwards TclMP should be completely compiled. Installing is not yet possible...