diff options
author | Paul Traina <pst@FreeBSD.org> | 1997-09-12 17:16:28 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1997-09-12 17:16:28 +0000 |
commit | a1ce6ae466d18a8b9cfd292926416d330c2f5253 (patch) | |
tree | d2c5480380627a54f28167125f58bfb38b499a3f /lang/tclX80/pkg-descr | |
parent | 04b4e1782857dd8b4615d2edb0c1d13bbf50efef (diff) | |
download | ports-a1ce6ae466d18a8b9cfd292926416d330c2f5253.tar.gz ports-a1ce6ae466d18a8b9cfd292926416d330c2f5253.zip |
Notes
Diffstat (limited to 'lang/tclX80/pkg-descr')
-rw-r--r-- | lang/tclX80/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lang/tclX80/pkg-descr b/lang/tclX80/pkg-descr new file mode 100644 index 000000000000..c706e8cabe50 --- /dev/null +++ b/lang/tclX80/pkg-descr @@ -0,0 +1,9 @@ + 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. + |