Subject: CVS commit: wip/kyotocabinet
From: Matthew Sporleder
Date: 2011-04-18 13:12:35
Message id: E1QBmNx-0004cH-GF@sfs-ml-1.v29.ch3.sourceforge.com

Log Message:
Import kyotocabinet-1.2.51 as wip/kyotocabinet.

Kyoto 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. Each key must be unique within a
database. There is neither concept of data tables nor data types.
Records are organized in hash table or B+ tree.


Files:
RevisionActionfile
1.1importwip/kyotocabinet/Makefile
1.1importwip/kyotocabinet/distinfo
1.1importwip/kyotocabinet/PLIST
1.1importwip/kyotocabinet/DESCR
1.1importwip/kyotocabinet/patches/patch-ab
1.1importwip/kyotocabinet/patches/patch-aa