diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-28 20:13:39 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2002-01-28 20:13:39 +0000 |
commit | ad1bc7ee873f849d1d9bbb95803e3d130035f899 (patch) | |
tree | 4d8239b518ce2e77dbe0f1dd0f7f9c429a75adee /devel/tcllib/pkg-descr | |
parent | 51aa7990519ecf792be47c8af164f60da0554330 (diff) | |
download | ports-ad1bc7ee873f849d1d9bbb95803e3d130035f899.tar.gz ports-ad1bc7ee873f849d1d9bbb95803e3d130035f899.zip |
Upgrade from 0.8 to 1.2. Use the included tests once at build time
instead of installing them. Use the included installation routine (which
does not install documentation other than the man-pages).
Update the WWW -- the project moved to SourceForge.
Notes
Notes:
svn path=/head/; revision=53925
Diffstat (limited to 'devel/tcllib/pkg-descr')
-rw-r--r-- | devel/tcllib/pkg-descr | 26 |
1 files changed, 7 insertions, 19 deletions
diff --git a/devel/tcllib/pkg-descr b/devel/tcllib/pkg-descr index 74ffb6a37bc6..724a97862440 100644 --- a/devel/tcllib/pkg-descr +++ b/devel/tcllib/pkg-descr @@ -2,23 +2,11 @@ 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.8, includes the following modules: - base64 base64 encoder and decoder - cmdline command line argument processor similar to opt - 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 - struct Tcl implementations of common data structures - textutil Text processing utilities - uri URI parsing module +There are too many modules now to list here. Browse the on-line +documentation at -WWW: http://dev.scriptics.com/software/tcllib/ + http://tcllib.sourceforge.net/doc/ + +to get the idea. + +WWW: http://tcllib.sourceforge.net/ |