fb16dfecae
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
9 lines
556 B
Plaintext
9 lines
556 B
Plaintext
Speed tables is a high-performance memory-resident database, currently oriented
|
|
towards Tcl. Speed tables provides an interface for defining tables containing
|
|
zero or more rows, with each row containing one or more fields. The speed table
|
|
compiler reads the table definition and generates C code to create and manage
|
|
corresponding structures, generating a custom C language Tcl extension to
|
|
create, access and manipulate those tables and building a native code package
|
|
in a shared library that is loadable on demand via Tcl's "package require"
|
|
mechanism.
|