mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
fb16dfecae
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
12 lines
492 B
Plaintext
12 lines
492 B
Plaintext
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.
|