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/bkt/Makefile.crates

Number of commits found: 7

Friday, 26 Jan 2024
07:42 Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/bkt: Remove leftover output from building crates file

PR:		276611
Reported by:	gebhart@secnetix.de
commit hash: e367ddf2539c0dc369e44b5eb135ba07370210a7 commit hash: e367ddf2539c0dc369e44b5eb135ba07370210a7 commit hash: e367ddf2539c0dc369e44b5eb135ba07370210a7 commit hash: e367ddf2539c0dc369e44b5eb135ba07370210a7 e367ddf
Wednesday, 24 Jan 2024
18:34 Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/bkt: Update to 0.8.0
commit hash: f70eff0ea381b303bfd000e6f72a8a8ece709555 commit hash: f70eff0ea381b303bfd000e6f72a8a8ece709555 commit hash: f70eff0ea381b303bfd000e6f72a8a8ece709555 commit hash: f70eff0ea381b303bfd000e6f72a8a8ece709555 f70eff0
Sunday, 16 Apr 2023
13:55 Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/bkt: Update to 0.6.1
commit hash: 520e6dab21b102fb5de6e8208746923c3c05e221 commit hash: 520e6dab21b102fb5de6e8208746923c3c05e221 commit hash: 520e6dab21b102fb5de6e8208746923c3c05e221 commit hash: 520e6dab21b102fb5de6e8208746923c3c05e221 520e6da
Monday, 3 Apr 2023
09:04 Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/bkt: Update to 0.6.0
commit hash: 29999ebcceb0db5c987ce403cda320446112593d commit hash: 29999ebcceb0db5c987ce403cda320446112593d commit hash: 29999ebcceb0db5c987ce403cda320446112593d commit hash: 29999ebcceb0db5c987ce403cda320446112593d 29999eb
Friday, 8 Apr 2022
08:00 Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/bkt: Update to 0.5.4
commit hash: 9dc7bcdccd620905d1f8e1690316f08f4348f026 commit hash: 9dc7bcdccd620905d1f8e1690316f08f4348f026 commit hash: 9dc7bcdccd620905d1f8e1690316f08f4348f026 commit hash: 9dc7bcdccd620905d1f8e1690316f08f4348f026 9dc7bcd
Monday, 14 Mar 2022
17:41 Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/bkt: Update to 0.5.3
commit hash: 67501326275d65be4ba5c7d022d600d6d55ab863 commit hash: 67501326275d65be4ba5c7d022d600d6d55ab863 commit hash: 67501326275d65be4ba5c7d022d600d6d55ab863 commit hash: 67501326275d65be4ba5c7d022d600d6d55ab863 6750132
Tuesday, 15 Feb 2022
21:24 Emanuel Haupt (ehaupt) search for other commits by this committer
sysutils/bkt: Add new port

bkt (pronounced bucket) is a subprocess caching utility written in Rust,
inspired by bash-cache.
Wrapping expensive process invocations with bkt allows callers to reuse recent
invocations without complicating their application logic. This can be useful in
shell prompts, interactive applications such as fzf, and long-running programs
that poll other processes.

When bkt is passed a command it hasn't seen before (or recently) it executes
the command synchronously and caches its stdout, stderr, and exit code.
Calling bkt again with the same command reads the data from the cache and
outputs it as if the command had been run again.
commit hash: 6f16c9c835c7c33e302e5e2b2a559a00d210944d commit hash: 6f16c9c835c7c33e302e5e2b2a559a00d210944d commit hash: 6f16c9c835c7c33e302e5e2b2a559a00d210944d commit hash: 6f16c9c835c7c33e302e5e2b2a559a00d210944d 6f16c9c

Number of commits found: 7