diff options
author | drochner <drochner> | 2004-06-22 18:38:46 +0000 |
---|---|---|
committer | drochner <drochner> | 2004-06-22 18:38:46 +0000 |
commit | b2bc4f25d31381d915ef0000a9e5121967408b2f (patch) | |
tree | 6880b62d87c3f2c55050a50d3084bd786581dff3 /lang/libtcl-nothread/DESCR | |
parent | 93832d0762df50db984f22aa65cb6658461f29ef (diff) | |
download | pkgsrc-b2bc4f25d31381d915ef0000a9e5121967408b2f.tar.gz |
add a non-threaded libtcl.so, for embedding into non-threaded applications
Diffstat (limited to 'lang/libtcl-nothread/DESCR')
-rw-r--r-- | lang/libtcl-nothread/DESCR | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lang/libtcl-nothread/DESCR b/lang/libtcl-nothread/DESCR new file mode 100644 index 00000000000..b22bfecedd3 --- /dev/null +++ b/lang/libtcl-nothread/DESCR @@ -0,0 +1,8 @@ +This package contains Tcl, John Osterhout's Tool Command Language, an +exceedingly simple language great for general scripting and for +embedding in other programs. + +The best way to get started with Tcl is to read ``Tcl and the Tk +Toolkit'' by John K. Ousterhout, Addison-Wesley, ISBN 0-201-63337-X +or ``Practical Programming in Tcl and Tk'' by Brent B. Welch, +Prentice Hall PTR, ISBN 0-13-616830-X. |