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: sysutils/fsearch/files/patch-src_string__utils.h

Number of commits found: 3

Tuesday, 15 Feb 2022
15:04 Alexey Dokuchaev (danfe) search for other commits by this committer
sysutils/fsearch: update the port to the latest patch release 0.1.2

Switch away from using g_utf8_collate_key_for_filename() for version
sorting because it's way too slow.  For comparison, sorting 3 million
files by name takes less than a second (~850ms) with strverscmp() but
more than a minute (~95s) with g_utf8_collate_key_for_filename().

So it's roughly a hundred times slower.  Instead, pull strverscmp()
implementation directly from the GNU library sources.
commit hash: c2848657ef8df23f3a5d515b589c2b33558b2ede commit hash: c2848657ef8df23f3a5d515b589c2b33558b2ede commit hash: c2848657ef8df23f3a5d515b589c2b33558b2ede commit hash: c2848657ef8df23f3a5d515b589c2b33558b2ede c284865
Wednesday, 17 Jun 2020
08:44 danfe search for other commits by this committer
- Update to the fourth beta version
- Shorten the COMMENT line
- Point WWW line to a working website
Original commitRevision:539408 
Friday, 3 Feb 2017
12:37 danfe search for other commits by this committer
Add a port of FSearch, search utility focusing on performance and advanced
features, based on GTK+3.

WWW: http://www.fsearch.org/

Because GitHub releases (tarballs) are not fetched with correct modification
time, set TIMESTAMP to 1476634045 which corresponds to commit cd0f03c tagged
as this release.
Original commitRevision:433223 

Number of commits found: 3