NOTICE: This package has been removed from pkgsrc

./wip/kyotocabinet, Straightforward implementation of DBM

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.2.73, Package name: kyotocabinet-1.2.73, Maintainer: msporleder

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.


Master sites:

SHA1: 01b1f94b8e7af00ebf415fe1ed1cbfbff9d57fa4
RMD160: e29638ab4d972402750f85eea2deb82e67dbe0bb
Filesize: 908.676 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-01 23:57:44 by Aleksej Saushev | Files touched by this commit (5)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2012-03-31 23:45:06 by Mike M. Volokhov | Files touched by this commit (3)
Log message:
"Some times English language of me is terribling." Fix that.
   2012-03-16 01:32:46 by Mike M. Volokhov | Files touched by this commit (1)
Log message:
Fix Darwinism is libkyotocabinet.so names.
   2012-03-16 01:23:23 by Mike M. Volokhov | Files touched by this commit (3)
Log message:
Update Kyoto Cabinet to 1.2.73. Major changes:
* kcutil.h (memdist, strutfdist, strucsdist): new functions.
* kcpolydb.h (PolyDB::match_similar): new funcion.
* kclangc.h (kclevdist, kcdbmatchsimilar): new functions.
* kcfile.cc (File::open): LOCKFILE_FAIL_IMMEDIATELY support was added for Win32.
   2012-01-31 22:58:48 by Mike M. Volokhov | Files touched by this commit (1)
Log message:
The Fallabs site explicitly states kyotocabinet requires zlib.
   2012-01-31 00:41:55 by Mike M. Volokhov | Files touched by this commit (2)
Log message:
Make pkglint happy.
   2012-01-31 00:37:40 by Mike M. Volokhov | Files touched by this commit (5)
Log message:
- Upgrade kyotocabinet to 1.2.72; please see sources ChangeLog for details.
- Make it work (in silly way, though) on Darwin/i386.
- Cleanup the package a little bit.
   2011-05-01 04:57:51 by Matthew Sporleder | Files touched by this commit (3)
Log message:
upgrade kyotocabinet from 1.2.51 -> 1.2.52, fixing solaris portability issues