mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c9a437c5c2
PR: 18263 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
22 lines
912 B
Plaintext
22 lines
912 B
Plaintext
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/
|