Port details on branch 2023Q3 |
- mtbl Immutable sorted string table library
- 1.7.1 devel
=2 1.7.1Version of this port present on the latest quarterly branch. - Maintainer: truckman@FreeBSD.org
 - Port Added: 2015-04-02 23:55:26
- Last Update: 2024-12-13 02:31:14
- Commit Hash: 3baad07
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://github.com/farsightsec/mtbl
- Description:
- mtbl is a C library implementation of the Sorted String Table
(SSTable) data structure, based on the SSTable implementation in
the open source Google LevelDB library <https://github.com/google/leveldb>.
An SSTable is a file containing an immutable mapping of keys to
values. Keys are stored in sorted order, with an index at the end
of the file allowing keys to be located quickly.
mtbl is not a database library. It does not provide an updateable
key-value data store, but rather exposes primitives for creating,
searching and merging SSTable files. Unlike databases which use the
SSTable data structure internally as part of their data store,
management of SSTable files -- creation, merging, deletion, combining
of search results from multiple SSTables -- is left to the discretion
of the mtbl library user.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/mtbl/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/mtbl
- pkg install mtbl
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mtbl
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1733809230
SHA256 (mtbl-1.7.1.tar.gz) = da2693ea8f9d915a09cdb55815ebd92e84211443b0d5525789d92d57a5381d7b
SIZE (mtbl-1.7.1.tar.gz) = 471353
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- liblz4.so : archivers/liblz4
- libsnappy.so : archivers/snappy
- libzstd.so : archivers/zstd
- This port is required by:
- for Libraries
-
- devel/py-pymtbl
- dns/dnstable
- dns/dnstable-convert
- dns/py-pydnstable
Configuration Options:
- No options to configure
- Options name:
- devel_mtbl
- USES:
- gmake libtool pathfix pkgconfig
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|