diff options
author | pst <pst@FreeBSD.org> | 1996-03-16 13:01:43 +0800 |
---|---|---|
committer | pst <pst@FreeBSD.org> | 1996-03-16 13:01:43 +0800 |
commit | 92a5a71f2521320a05b59be803190b884adad994 (patch) | |
tree | a505ed6cb06653481a9f07ef593e685b45263aab /lang/tclX/pkg-descr | |
parent | 86cd22bb90167fa78763fcf419c1f09db949eb54 (diff) | |
download | freebsd-ports-gnome-92a5a71f2521320a05b59be803190b884adad994.tar.gz freebsd-ports-gnome-92a5a71f2521320a05b59be803190b884adad994.tar.zst freebsd-ports-gnome-92a5a71f2521320a05b59be803190b884adad994.zip |
TclX v7.5
Diffstat (limited to 'lang/tclX/pkg-descr')
-rw-r--r-- | lang/tclX/pkg-descr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/tclX/pkg-descr b/lang/tclX/pkg-descr new file mode 100644 index 000000000000..779e7888509a --- /dev/null +++ b/lang/tclX/pkg-descr @@ -0,0 +1,10 @@ + Extended Tcl (TclX), is a set of extensions to Tcl, the Tool +Command Language invented by Dr. John Ousterhout of the University +of California at Berkeley. Tcl is a powerful, yet simple embeddable +programming language. Extended Tcl is oriented towards Unix system +programming tasks, with many additional interfaces to the Unix +operating system, It is upwardly compatible with Tcl. You take +the Extended Tcl package, add it to Tcl, and from that you get +Extended Tcl. (Berkeley Tcl is not included in this distribution, +obtain it from ftp.cs.berkeley.edu). + |