diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-09 03:35:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 03:35:21 +0000 |
commit | c9a437c5c21b264864eae5b28c0ed7eb4f2f86d1 (patch) | |
tree | cdea4900480e631baf6fbb183a54d86569354fbd /devel/tcllib/pkg-descr | |
parent | cbc71b2150cfdbf398dec5f7fb1eaf2dfdca5100 (diff) |
Notes
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/ |