On Fri, Oct 19, 2007 at 05:33:12PM +0300, Valery Masiutsin wrote: >Hello, list ! > >Here is my attempt to create port of TclX extension for Tcl. >---- >Extends Tcl by providing new operating system interface commands, >extended file control, scanning and status commands and many others. >Considered by many to be a must-have for large Tcl apps. >---- > >Regards Valery
Hi! It doesn't package correctly if /usr/local/lib/tclx8.4/libtclx84.so.1.0 is not in system. Missing WANTLIB in Makefile and redundant RUN_DEPENDS variables + it could be done without automake/autoconf. Maybe you could take a look on tclx port I submitted to ports@ some time ago: http://secure.lv/~nikns/stuff/ports/tclx-8.4.tar I am interested in having tclx in tree too.