aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2014-10-07 16:01:41 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2014-10-07 16:01:41 +0000
commitaeabbc16ff4e8bd0b42f7ceb76029654da653021 (patch)
tree8de050626415b61ee62419965e840f7d34d5f4e1 /databases/Makefile
parentd5a258e45386cc0bbf97e267f0d89b189f1e0d66 (diff)
downloadports-aeabbc16ff4e8bd0b42f7ceb76029654da653021.tar.gz
ports-aeabbc16ff4e8bd0b42f7ceb76029654da653021.zip
- New port: databases/speedtables
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. WWW: http://flightaware.github.io/speedtables/
Notes
Notes: svn path=/head/; revision=370360
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 2479da16a524..04ab67afbdba 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -888,6 +888,7 @@
SUBDIR += soci
SUBDIR += spatialite
SUBDIR += spatialite_gui
+ SUBDIR += speedtables
SUBDIR += sqlbuddy
SUBDIR += sqlcached
SUBDIR += sqlcipher