freebsd-ports/devel/tcllib/pkg-descr
Mikhail Teterin 58b04d62c3 Split the compiled pieces out of tcllib into a slave port of its own to avoid
a circular dependency: compiling C-files of tcllib requires critcl, but critcl
requires the cmdline (pure-Tcl) component of tcllib.

PR:		195863, 200612
Approved by:	gahr (blanket)
2015-06-05 07:26:27 +00:00

16 lines
519 B
Text

Tcllib is a collection of utility modules for Tcl. The intent is to
collect commonly used function into a single library, which users can
rely on to be available and stable.
There are too many modules now to list here. Browse the on-line
documentation at
http://tcllib.sourceforge.net/doc/
to get the idea.
This port installs pure-Tcl versions of the modules only.
C-implementations -- for some of the modules -- can be added by
installing devel/tcllibc port.
WWW: http://tcllib.sourceforge.net/