Append-only low-level I/O library Maintained by:g.veniamin@googlemail.com Port Added: 06 Dec 2012 08:21:43 License: GPLv2
Eblob is a low-level local append-only (configurable) storage system. It
combines fast read/write performance with configuration simplicity and rich
feature set. Its main goal was to provide bullet-proof low-level backend
for Elliptics distributed storage (this is default backend now).
WWW: http://reverbrain.com/eblob/
To install the port:cd /usr/ports/devel/eblob/ && make install clean To add the package:pkg_add -r eblob
Configuration Options
===> The following configuration options are available for eblob-0.18.2:
ASSERT=off: Enable debug assertions
EXAMPLES=on: Build and/or install examples
PYTHON=on: Python bindings or support
SNAPPY=on: Snappy compression library support
TESTS=on: Build tests
===> Use 'make config' to modify these settings