freebsd-ports/devel/tcllibc/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

5 lines
199 B
Text

Some of the modules in Tcllib have C-implementations, which are
considerably faster than the pure-Tcl ones.
This port adds tcllibc, which contains all such available C-versions
of Tcllib's modules.