aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2007-12-25 03:06:43 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2007-12-25 03:06:43 +0000
commit1275f475d4e20acc3f565886450c0a8a9b36e427 (patch)
treef971eabdd5cc10f8bc04e9d1fd6a82a37ad391de /databases/Makefile
parente7029aacee1342012fa249dc0f6fa40f36501595 (diff)
downloadports-1275f475d4e20acc3f565886450c0a8a9b36e427.tar.gz
ports-1275f475d4e20acc3f565886450c0a8a9b36e427.zip
Tokyo Cabinet is a library of routines for managing a database. The
database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. WWW: http://tokyocabinet.sourceforge.net/ PR: ports/118947 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=204479
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 6f9ce7202647..b80c8bb663b9 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -533,6 +533,7 @@
SUBDIR += tcl-Mysql
SUBDIR += tdb
SUBDIR += tinycdb
+ SUBDIR += tokyocabinet
SUBDIR += tora
SUBDIR += typhoon
SUBDIR += unixODBC