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
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
leveldb Fast and lightweight key/value database library by Google
1.23_1 databases on this many watch lists=3 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: 2022-10-03 17:10:15
Commit Hash: 34e9638
People watching this port, also watch:: smartmontools, pcre, tmux, mkfontscale, glib
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
FreeBSD:15:quarterly--n/a-n/a---
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
Library dependencies:
  1. libsnappy.so : archivers/snappy
This port is required by:
for Build
  1. sysutils/apache-mesos
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. sysutils/apache-mesos
  6. Collapse this list.

Deleted ports which required this port:

Expand this list of 10 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/replicant*
  10. www/webkit-qt5*
  11. 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.

Number of commits found: 66

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.23_1
03 Oct 2022 17:10:15
commit hash: 34e96380886b2ae59b25ab4a9553c32b484a6bcacommit hash: 34e96380886b2ae59b25ab4a9553c32b484a6bcacommit hash: 34e96380886b2ae59b25ab4a9553c32b484a6bcacommit hash: 34e96380886b2ae59b25ab4a9553c32b484a6bca files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/leveldb: Convert to USES=cmake:testing
1.23_1
03 Oct 2022 02:14:04
commit hash: b1be4326da7f9b7ac3eeb7fcfd8b73245e77e86dcommit hash: b1be4326da7f9b7ac3eeb7fcfd8b73245e77e86dcommit hash: b1be4326da7f9b7ac3eeb7fcfd8b73245e77e86dcommit hash: b1be4326da7f9b7ac3eeb7fcfd8b73245e77e86d files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/leveldb: Clean up

- Bump PORTREVISION for package change

SOVERSION has been added by upstream since 1.22.

Reference:	https://github.com/google/leveldb/commit/37300aa54b8256dd2edfd504942eb2bd20823647
		https://github.com/google/leveldb/commit/09fa8868dbe0cb2701f0560c59ebb63cc17f1271
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f 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)
1.23
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.23
20 Jul 2022 14:21:07
commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16commit hash: d076ad94e206dda108061fe99ddb860d93cc6d16 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
databases: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  "Choe, Cheng-Dae" whitekid
  *  "Mahdi Mokhtari <mokhi64@gmail.com>"
  *  "Meikel Brandmeyer" <ocaml-sqlite3-port@kotka.de>
  *  <hvo.pm@xs4all.nl>
  *  <jsmith@resonatingmedia.com>
  *  <ports@c0decafe.net>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alan Snelson <Alan@Wave2.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
1.23
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
1.23
07 Mar 2021 22:10:20
Revision:567611Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.23

Changes:	https://github.com/google/leveldb/releases
1.22_1
03 Mar 2021 18:06:53
Revision:567111Original commit files touched by this commit
sunpoet search for other commits by this committer
Cosmetic change
1.22_1
26 Jul 2019 20:46:57
Revision:507372Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
1.22
12 May 2019 16:34:04
Revision:501388Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.22

Changes:	https://github.com/google/leveldb/releases
1.21
19 Apr 2019 23:25:49
Revision:499394Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.21

Changes:	https://github.com/google/leveldb/releases
1.20_4
12 Dec 2018 01:35:36
Revision:487272Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
1.20_3
29 Jul 2018 22:18:46
Revision:475857Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
1.20_2
16 Dec 2017 20:54:49
Revision:456489Original commit files touched by this commit
sunpoet search for other commits by this committer
Pet portlint
1.20_2
10 Sep 2017 20:55:39
Revision:449591Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
1.20_1
01 Apr 2017 15:23:32
Revision:437439Original commit files touched by this commit
gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
1.20
12 Mar 2017 17:28:51
Revision:436008Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix SSE 4.2 detection (on armv6)

PR:		217575
Submitted by:	Mikael Urankar <mikael.urankar@gmail.com>
1.20
10 Mar 2017 22:44:43
Revision:435847Original commit files touched by this commit
sunpoet search for other commits by this committer
Run configure script in configure stage
1.20
02 Mar 2017 17:59:09
Revision:435255Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 1.20

Changes:	https://github.com/google/leveldb/releases
1.19_1
01 Jan 2017 21:40:01
Revision:430284Original commit files touched by this commit
sunpoet search for other commits by this committer
Fix SNAPPY detection

- Bump PORTREVISION for package change
1.19
25 Nov 2016 16:40:33
Revision:427120Original commit files touched by this commit
sunpoet search for other commits by this committer
- Mark MAKE_JOBS_UNSAFE

PR:		214817
Submitted by:	jhale
1.19
19 Nov 2016 17:02:40
Revision:426395Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.19

Changes:	https://github.com/google/leveldb/releases
1.18_1
01 Apr 2016 14:00:57
Revision:412346Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
1.18_1
17 Oct 2015 18:07:44
Revision:399557Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup Makefile
1.18_1
04 Oct 2015 18:00:20
Revision:398596Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new test framework
1.18_1
06 Sep 2015 13:57:54
Revision:396217Original commit files touched by this commit
danfe search for other commits by this committer
LevelDB has PowerPC support since version 1.6 (Oct 12 2012).

Upstream commit:	https://github.com/google/leveldb/commit/946e5b5
1.18_1
11 Jul 2015 15:27:23
Revision:391744Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new options target helper
- Update comment
- Regenerate patch file with makepatch:
1.18_1
06 Jul 2015 17:46:17
Revision:391445Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new option target helper
1.18_1
08 May 2015 20:22:14
Revision:385823Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use DISTVERSIONPREFIX instead of GH_TAGNAME
- Remove GH_PROJECT
1.18_1
08 May 2015 14:04:51
Revision:385787Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Don't install static libraries with INSTALL_LIB (part 1/2)

Approved by:	portmgr blanket
MFH:		2015Q2
1.18
24 Mar 2015 18:24:29
Revision:382151Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup WRKSRC: leading v in GH_TAGNAME is removed from DISTNAME in r382120
1.18
24 Mar 2015 17:54:00
Revision:382129Original commit files touched by this commit
sunpoet search for other commits by this committer
- Cleanup -lpthread/-pthread manipulation
1.18
21 Mar 2015 19:40:36
Revision:381838Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
1.18
06 Dec 2014 16:51:07
Revision:374119Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove WWW of Google Code
1.18
20 Oct 2014 10:41:13
Revision:371255Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
1.18
18 Sep 2014 15:17:04
Revision:368479Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.18

Changes:	https://github.com/google/leveldb/releases
1.17
15 Sep 2014 17:40:41
Revision:368276Original commit files touched by this commit
sunpoet search for other commits by this committer
- Change upstream to GitHub
- Use ECHO_CMD
1.17
13 Sep 2014 15:18:27
Revision:368112Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.17
- Use my LOCAL as MASTER_SITES
- Add GitHub to WWW

Changes:	http://code.google.com/p/leveldb/source/list
		https://github.com/google/leveldb/commits/master
1.15.0_3
23 Jun 2014 13:44:39
Revision:358946Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Switch devel/google-perftools to USES=libtool, drop .la files
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
1.15.0_2
16 Jun 2014 15:16:18
Revision:358015Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Add missing USES=libtool to archivers/snappy
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
1.15.0_1
03 Jun 2014 14:34:06
Revision:356371Original commit files touched by this commit
vanilla search for other commits by this committer
Upgrade snappy to 1.1.1, and bump all related PORTREVISION to chase shared
library version.

PR:		ports/190409
Submitted by:	ports at robakdesign.com
Approved by:	portmgr@ (for NO_STAGE)
1.15.0
12 May 2014 16:27:31
Revision:353869Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix build on DragonFlyBSD

Requested by:	vanilla
Tested by:	vanilla
1.15.0
08 May 2014 03:04:11
Revision:353245Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add regression-test:
1.15.0
13 Dec 2013 00:56:22
Revision:336302Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update LICENSE
- Shorten pkg-descr
1.15.0
11 Dec 2013 18:49:14
Revision:336194Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.15.0
- Fix make reinstall [1]

Changes:	http://code.google.com/p/leveldb/source/list
Submitted by:	bdrewery (via IRC)
1.14.0
18 Nov 2013 16:51:17
Revision:334226Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add LICENSE
- Convert to new options helper
1.14.0
01 Oct 2013 16:33:52
Revision:328965Original commit files touched by this commit
sunpoet search for other commits by this committer
- Support STAGEDIR
1.14.0
21 Sep 2013 06:57:29
Revision:327792Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.14.0

Changes:	http://code.google.com/p/leveldb/source/list
1.13.0
20 Sep 2013 16:13:49
Revision:327717Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
databases)
1.13.0
25 Aug 2013 16:03:33
Revision:325350Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use -pthread instead of deprecated PTHREAD_LIBS
- Use !${PORT_OPTIONS:Mfoo} instead of empty(PORT_OPTIONS:Mfoo)
1.13.0
22 Aug 2013 16:59:13
Revision:325214Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.13.0

Changes:	http://code.google.com/p/leveldb/source/list
1.12.0
21 Aug 2013 17:17:26
Revision:325161Original commit files touched by this commit
sunpoet search for other commits by this committer
- Remove leading indefinite article from COMMENT
1.12.0
21 Aug 2013 12:03:52
Revision:325110Original commit files touched by this commit
sunpoet search for other commits by this committer
- Use USES=gmake
1.12.0
22 Jun 2013 03:22:26
Revision:321532Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.12.0

Changes:	http://code.google.com/p/leveldb/source/list
1.10.0
23 May 2013 20:34:55
Revision:318908Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.10.0

Changes:	http://code.google.com/p/leveldb/source/list
1.9.0_1
23 Apr 2013 17:15:36
Revision:316380Original commit files touched by this commit
sunpoet search for other commits by this committer
- Build/install memenv header file and shared/static library
- Bump PORTREVISION for package change
- Cosmetic change

Requested by:	mi
Tested by:	mi, Robert Backhaus <robbak@robbak.com> (net-p2p/bitcoin maintainer)
1.9.0
30 Jan 2013 16:49:44
Revision:311240Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.9.0

Changes:	http://code.google.com/p/leveldb/source/list
1.7.0
05 Dec 2012 00:47:57
Revision:308292Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.7.0
- Cleanup Makefile header

Changes:	http://code.google.com/p/leveldb/source/list
		http://code.google.com/p/leveldb/source/detail?r=40768657bc8ec3ded60712eeeab7c25b1b07deca
		http://code.google.com/p/leveldb/source/detail?r=946e5b5a4ce7980917b22a408f090a4e86c3fa44
Feature safe:	yes
1.5.0
19 Jun 2012 13:00:47
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Convert to new options framework
- Rename option PERFTOOLS to GPERFTOOLS to match the project name
1.5.0
16 Jun 2012 20:21:57
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.5.0

Changes:        http://code.google.com/p/leveldb/source/list
               
http://code.google.com/p/leveldb/source/detail?r=dd0d562b4d4fbd07db6a44f9e221f8d368fee8e4
               
http://code.google.com/p/leveldb/source/detail?r=b914f91b1049699aa2d0e08660aa9246b87bdcb7
               
http://code.google.com/p/leveldb/source/detail?r=075a35a6d390167b77b687e067dd0ba593e7f624
               
http://code.google.com/p/leveldb/source/detail?r=85584d497e7b354853b72f450683d59fcf6b9c5c
               
http://code.google.com/p/leveldb/source/detail?r=bc1ee4d25e09b04e074db330a41f54ef4af0e31b
               
http://code.google.com/p/leveldb/source/detail?r=a1ad4d1995dc8efeb0d3d7a40b8bb63c9b7c8259
Submitted by:   vanilla
1.2.20120315
16 Mar 2012 16:27:49
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.2.20120315

Changes:        http://code.google.com/p/leveldb/source/list
               
http://code.google.com/p/leveldb/source/detail?r=9013f13b1512f6ab8c04518e8f036e58be271eba
               
http://code.google.com/p/leveldb/source/detail?r=583f1499c00ff40f332149021f583cf6ee78dd7e
               
http://code.google.com/p/leveldb/source/detail?r=d79762e27369365a7ffe1f2e3a5c64b0632079e1
               
http://code.google.com/p/leveldb/source/detail?r=015d26f8be6e27d96c536eb9f1ef7275898e3603
               
http://code.google.com/p/leveldb/source/detail?r=239ac9d2dea0ac1708b7d903a3d80d3883e0781b
               
http://code.google.com/p/leveldb/source/detail?r=3c8be108bfb5fbd7d51f824199627e757279f79e
Feature safe:   yes
1.2.20111130
07 Dec 2011 14:04:16
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.2.20111130

Changes:        http://code.google.com/p/leveldb/source/list
               
http://code.google.com/p/leveldb/source/detail?r=c8c5866a86c8d4a3e80d8708d14a06776fb683d1
Feature safe:   yes
1.2.20111114
23 Nov 2011 04:04:21
Original commit files touched by this commit
linimon search for other commits by this committer
Mark as not for powerpc: #error Please implement AtomicPointer for this
platform.

Hat:            portmgr
Feature safe:   yes
1.2.20111114
21 Nov 2011 09:01:06
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 1.2.20111114

Changes:        http://code.google.com/p/leveldb/source/list
               
http://code.google.com/p/leveldb/source/detail?r=42fb47f6edab02d4abb814631c6615dd4661d7d2
               
http://code.google.com/p/leveldb/source/detail?r=36a5f8ed7f9fb3373236d5eace4f5fea369856ee
Feature safe:   yes
1.2.20111024_1
28 Oct 2011 14:18:06
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Fix snappy detection
- Turn off PERFTOOLS by default
- Pet portlint
- Bump PORTREVISION for dependency change
1.2.20111024
28 Oct 2011 10:54:30
Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add leveldb 1.2.20111024

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
(Only the first 15 lines of the commit message are shown above View all of this commit message)

Number of commits found: 66