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

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: databases/leveldb/pkg-plist

Number of commits found: 8

Saturday, 20 Apr 2024
14:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
databases/leveldb: Use hard-coded shlib version

It helps remind maintainer to bump PORTREVISION of dependent ports.
commit hash: 6ded29b05252798b8c89b4633f4e120365bc838b commit hash: 6ded29b05252798b8c89b4633f4e120365bc838b commit hash: 6ded29b05252798b8c89b4633f4e120365bc838b commit hash: 6ded29b05252798b8c89b4633f4e120365bc838b 6ded29b
Monday, 3 Oct 2022
02:14 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
commit hash: b1be4326da7f9b7ac3eeb7fcfd8b73245e77e86d commit hash: b1be4326da7f9b7ac3eeb7fcfd8b73245e77e86d commit hash: b1be4326da7f9b7ac3eeb7fcfd8b73245e77e86d commit hash: b1be4326da7f9b7ac3eeb7fcfd8b73245e77e86d b1be432
Friday, 19 Apr 2019
23:25 sunpoet search for other commits by this committer
Update to 1.21

Changes:	https://github.com/google/leveldb/releases
Original commitRevision:499394 
Monday, 20 Oct 2014
10:41 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371255 
Thursday, 18 Sep 2014
15:17 sunpoet search for other commits by this committer
- Update to 1.18

Changes:	https://github.com/google/leveldb/releases
Original commitRevision:368479 
Tuesday, 23 Apr 2013
17:15 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)
Original commitRevision:316380 
Saturday, 16 Jun 2012
20:21 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
Original commit
Friday, 28 Oct 2011
10:54 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)
Original commit

Number of commits found: 8