CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2018/06/06 04:34:29
Log message:
Import databases/lmdb
Tweaks/Input from Raf Czlonka <rczlonka AT gmail DOT com>, sthem@, jca@
ok jca@
LMDB is an ultra-fast, ultra-compact key-value data store developed by Symas
for the OpenLDAP Project.
It uses memory-mapped files, so it has the read performance of a pure
in-memory
database while still offering the persistence of standard disk-based
databases,
and is only limited to the size of the virtual address space, (it is not
limited to the size of physical RAM). LMDB was originally called MDB, but
was
renamed to avoid confusion with other software associated with the name MDB.
Status:
Vendor Tag: rsadowski
Release Tags: rsadowski_20180606
N ports/databases/lmdb/Makefile
N ports/databases/lmdb/distinfo
N ports/databases/lmdb/pkg/DESCR
N ports/databases/lmdb/pkg/PLIST
N ports/databases/lmdb/patches/patch-Makefile
N ports/databases/lmdb/patches/patch-mdb_c
No conflicts created by this import