Import tokyocabinet-1.3.7 as databases/tokyocabinet.
authorobache <obache>
Thu, 4 Sep 2008 12:10:28 +0000 (12:10 +0000)
committerobache <obache>
Thu, 4 Sep 2008 12:10:28 +0000 (12:10 +0000)
commitc6ee5ee41f534f0f705572158a0cbbfa94e0087d
tree9ea37fb2c4ff9572924a9c50626c5d9f45777149
parent88323d918e4dc0dc95535a29f2814efffc2bb249
Import tokyocabinet-1.3.7 as databases/tokyocabinet.

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, B+ tree, or
fixed-length array.
databases/tokyocabinet/DESCR [new file with mode: 0644]
databases/tokyocabinet/Makefile [new file with mode: 0644]
databases/tokyocabinet/PLIST [new file with mode: 0644]
databases/tokyocabinet/buildlink3.mk [new file with mode: 0644]
databases/tokyocabinet/distinfo [new file with mode: 0644]
databases/tokyocabinet/patches/patch-aa [new file with mode: 0644]
databases/tokyocabinet/patches/patch-ab [new file with mode: 0644]