aboutsummaryrefslogtreecommitdiff
path: root/devel/tcl-memchan/pkg-descr
diff options
context:
space:
mode:
authorNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-31 15:36:11 +0000
committerNeil Blakey-Milner <nbm@FreeBSD.org>2000-07-31 15:36:11 +0000
commitad814bbdd7b4642d65b072647f3577e7b9e6c35d (patch)
tree69a2795d429a0e897a59d1468a5ae0dbf7f546fc /devel/tcl-memchan/pkg-descr
parent3638ee2d00b57682468ca2b4253dfa45e4deeac4 (diff)
downloadports-ad814bbdd7b4642d65b072647f3577e7b9e6c35d.tar.gz
ports-ad814bbdd7b4642d65b072647f3577e7b9e6c35d.zip
Notes
Diffstat (limited to 'devel/tcl-memchan/pkg-descr')
-rw-r--r--devel/tcl-memchan/pkg-descr10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/tcl-memchan/pkg-descr b/devel/tcl-memchan/pkg-descr
new file mode 100644
index 000000000000..fce69a469d4a
--- /dev/null
+++ b/devel/tcl-memchan/pkg-descr
@@ -0,0 +1,10 @@
+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://www.oche.de/~akupries/soft/memchan/