aboutsummaryrefslogtreecommitdiff
path: root/devel/tcllib/pkg-descr
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-12-11 02:37:13 +0000
committerSteve Price <steve@FreeBSD.org>2000-12-11 02:37:13 +0000
commitbfaef631648b6cd93e0932bc605ca8b9bdc4a9af (patch)
treeeff8be811fb2afda7a022f5d0c9ce17f8b280944 /devel/tcllib/pkg-descr
parentb0642e71ddf92e1084aa73ad9f31875d65daf302 (diff)
downloadports-bfaef631648b6cd93e0932bc605ca8b9bdc4a9af.tar.gz
ports-bfaef631648b6cd93e0932bc605ca8b9bdc4a9af.zip
Notes
Diffstat (limited to 'devel/tcllib/pkg-descr')
-rw-r--r--devel/tcllib/pkg-descr23
1 files changed, 13 insertions, 10 deletions
diff --git a/devel/tcllib/pkg-descr b/devel/tcllib/pkg-descr
index 51a45cec5417..74ffb6a37bc6 100644
--- a/devel/tcllib/pkg-descr
+++ b/devel/tcllib/pkg-descr
@@ -1,21 +1,24 @@
-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.
+Tcllib is a collection of utility modules for Tcl. 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:
+The latest version of tcllib, 0.8, 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
+ counter Event counters, interval timers, and histogram display
+ fileutil Tcl implementations of some standard Unix utilities
+ ftp FTP client library
+ ftpd FTP server
html HTML generation procedures. This uses ncgi.
+ javascript Javascript generation procedures.
math common math functions like min, max, and others
mime MIME encoder and decoder
ncgi new CGI processing module
+ nntp NNTP (news) client
pop3 POP3 protocol implementation
- profiler
- function level Tcl source code profiler
+ profiler function level Tcl source code profiler
struct Tcl implementations of common data structures
+ textutil Text processing utilities
+ uri URI parsing module
WWW: http://dev.scriptics.com/software/tcllib/