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.

non port: databases/leveldb/pkg-plist

Number of commits found: 7

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: 7