diff options
author | will <will@FreeBSD.org> | 2000-06-09 11:35:21 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-09 11:35:21 +0800 |
commit | bf0fcbaae6af2b88a89ec6dc0a412e5a90cdfc6f (patch) | |
tree | 9f90148a328f0002854e3c8976b836bafb20cc9f /devel/tcllib/pkg-descr | |
parent | b1913aca6d85161bcd60f34e9e7d46a71caa2842 (diff) | |
download | freebsd-ports-gnome-bf0fcbaae6af2b88a89ec6dc0a412e5a90cdfc6f.tar.gz freebsd-ports-gnome-bf0fcbaae6af2b88a89ec6dc0a412e5a90cdfc6f.tar.zst freebsd-ports-gnome-bf0fcbaae6af2b88a89ec6dc0a412e5a90cdfc6f.zip |
Add Tcllib, a collection of utility modules for Tcl.
PR: 18263
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'devel/tcllib/pkg-descr')
-rw-r--r-- | devel/tcllib/pkg-descr | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/tcllib/pkg-descr b/devel/tcllib/pkg-descr new file mode 100644 index 000000000000..51a45cec5417 --- /dev/null +++ b/devel/tcllib/pkg-descr @@ -0,0 +1,21 @@ +Tcllib is a collection of utility modules for Tcl. These modules provide +a wide variety of functionality, from implementations of standard data +structures to implementations of common networking protocols. The intent +is to collect commonly used function into a single library, which users +can rely on to be available and stable. + +The latest version of tcllib, 0.4, includes the following modules: + base64 base64 encoder and decoder + cmdline command line argument processor similar to opt + fileutil + Tcl implementations of some standard Unix utilities + html HTML generation procedures. This uses ncgi. + math common math functions like min, max, and others + mime MIME encoder and decoder + ncgi new CGI processing module + pop3 POP3 protocol implementation + profiler + function level Tcl source code profiler + struct Tcl implementations of common data structures + +WWW: http://dev.scriptics.com/software/tcllib/ |