1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/devel/tcl-memchan/pkg-descr
Pietro Cerutti ea8e7855e3 - Fix installation of man pages
- Respect PREFIX
- While at it, fix WWW line and Makefile (spaces vs. tabs)

Reported by:	bapt
2013-07-24 14:37:57 +00:00

11 lines
475 B
Plaintext

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/