notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Remember
I remember
2024-11-06 brought a new category: filesystems. Sadly, the website did not process it well. I''m working on that. It may take a few days.
Port details on branch 2024Q4
leveldb Fast and lightweight key/value database library by Google
1.23_1 databases on this many watch lists=5 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.23_1Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2011-10-28 10:54:44
Last Update: 2024-04-20 14:25:34
Commit Hash: 6ded29b
People watching this port, also watch:: webp, pcre, dbus, libxml2, freetype2
License: BSD3CLAUSE
WWW:
https://github.com/google/leveldb
Description:
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values. Features: - Keys and values are arbitrary byte arrays. - Data is stored sorted by key. - Callers can provide a custom comparison function to override the sort order. - The basic operations are Put(key,value), Get(key), Delete(key). - Multiple changes can be made in one atomic batch. - Users can create a transient snapshot to get a consistent view of data. - Forward and backward iteration is supported over the data. - Data is automatically compressed using the Snappy compression library. - External activity (file system operations etc.) is relayed through a virtual interface so users can customize the operating system interactions. - Detailed documentation about how to use the library is included with the source code.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (31 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/leveldb-1.23_1/catalog.mk
  3. /usr/local/share/licenses/leveldb-1.23_1/LICENSE
  4. /usr/local/share/licenses/leveldb-1.23_1/BSD3CLAUSE
  5. include/leveldb/c.h
  6. include/leveldb/cache.h
  7. include/leveldb/comparator.h
  8. include/leveldb/db.h
  9. include/leveldb/dumpfile.h
  10. include/leveldb/env.h
  11. include/leveldb/export.h
  12. include/leveldb/filter_policy.h
  13. include/leveldb/iterator.h
  14. include/leveldb/options.h
  15. include/leveldb/slice.h
  16. include/leveldb/status.h
  17. include/leveldb/table.h
  18. include/leveldb/table_builder.h
  19. include/leveldb/write_batch.h
  20. lib/cmake/leveldb/leveldbConfig.cmake
  21. lib/cmake/leveldb/leveldbConfigVersion.cmake
  22. lib/cmake/leveldb/leveldbTargets-release.cmake
  23. lib/cmake/leveldb/leveldbTargets.cmake
  24. lib/libleveldb.a
  25. lib/libleveldb.so
  26. lib/libleveldb.so.1
  27. lib/libleveldb.so.1.23.0
  28. share/leveldb/build_config.mk
  29. @owner
  30. @group
  31. @mode
Collapse this list.
Dependency lines:
  • leveldb>0:databases/leveldb
To install the port:
cd /usr/ports/databases/leveldb/ && make install clean
To add the package, run one of these commands:
  • pkg install databases/leveldb
  • pkg install leveldb
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: leveldb
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1614794186 SHA256 (google-leveldb-1.23_GH0.tar.gz) = 9a37f8a6174f09bd622bc723b55881dc541cd50747cbd08831c2a82d620f6d76 SIZE (google-leveldb-1.23_GH0.tar.gz) = 242925

Packages (timestamps in pop-ups are UTC):
leveldb
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.23_11.23_11.22_11.23_11.23_1-1.22_1-
FreeBSD:13:quarterly1.23_11.23_11.23_11.23_11.23_11.23_11.23_11.23_1
FreeBSD:14:latest1.23_11.23_11.23_11.23_11.23_11.23_1-1.23_1
FreeBSD:14:quarterly1.23_11.23_1-1.23_11.23_11.23_11.23_11.23_1
FreeBSD:15:latest1.23_11.23_1n/a1.23_1n/a1.23_11.23_11.23_1
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
Test dependencies:
  1. benchmark>=0 : devel/benchmark
  2. googletest>=0 : devel/googletest
Library dependencies:
  1. libsnappy.so : archivers/snappy
This port is required by:
for Build

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/apache-mesos*
  2. Collapse this list of deleted ports.
for Libraries
  1. benchmarks/nosqlbench
  2. cad/camotics
  3. chinese/librime
  4. databases/imposm3
  5. databases/p5-Tie-LevelDB
  6. databases/pecl-leveldb
  7. databases/py-leveldb
Expand this list (21 items / 14 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/cbang
  3. games/freeminer
  4. misc/caffe
  5. Collapse this list.

Deleted ports which required this port:

Expand this list of 11 deleted ports
  1. databases/levigo*
  2. graphics/caffe*
  3. net/ceph*
  4. net/ceph-devel*
  5. net/ceph12*
  6. net/ceph13*
  7. net-p2p/twister*
  8. security/certificate-transparency*
  9. sysutils/apache-mesos*
  10. sysutils/replicant*
  11. www/webkit-qt5*
  12. Collapse this list of deleted ports.
* - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...

Configuration Options:
===> The following configuration options are available for leveldb-1.23_1: GPERFTOOLS=off: Google gperftools support SNAPPY=on: Snappy compression library support ===> Use 'make config' to modify these settings
Options name:
databases_leveldb
USES:
cmake:testing compiler:c++11-lang localbase:ldflags
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/google/leveldb/tar.gz/1.23?dummy=/
Collapse this list.

There are no commits on branch 2024Q4 for this port