freebsd-ports/devel/tcl-memchan/pkg-descr
Mikhail Teterin ce0a96c3c2 Upgrade this from 2.1p3 to 2.2a2 (thanks to fenner's script for the heads
up). Including:

	. give up trying to fix the configure and switch to Mskefile.bsd;
	. use the tests bundled with the software (currently -- three);
	. don't install the HTML documentation -- the man-pages are now
	  available -- generated from the same source as HTML files;
	. don't compile the stubs support and install the library next to
	  its pkgIndex.tcl under the lib/tcl${TCL_VER}/;
	. the project now lives on SourceForge.
2002-01-26 18:17:09 +00:00

10 lines
475 B
Text

memchan is an extension library to the script language tcl, as created
by John Ousterhout. It provides two new channel types for in-memory
channels and the appropriate commands for their creation.
They are useful to transfer large amounts of data between procedures or
interpreters, and additionally provide an easy interface to on-the-fly
generation of code too. No need to set or append to a string, just do a
simple puts.
WWW: http://memchan.sourceforge.net/