Port details |
- bkt Subprocess caching utility
- 0.8.2_2 sysutils =3 0.8.2Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2022-02-15 21:27:04
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: nagios-check_hdd_health, nuitka-py311, monit, py39-beautifulsoup, openmdns
- License: MIT
- WWW:
- https://github.com/dimo414/bkt
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/sysutils/bkt/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/bkt
- pkg install bkt
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bkt
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727516419
SHA256 (rust/crates/aho-corasick-1.1.2.crate) = b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0
SIZE (rust/crates/aho-corasick-1.1.2.crate) = 183136
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- help2man : misc/help2man
- rust>=1.83.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for bkt-0.8.2_2:
MANPAGES=on: Build and install auto-generated manpages
===> Use 'make config' to modify these settings
- Options name:
- sysutils_bkt
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.8.2_2 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.8.2_1 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.8.2 23 Oct 2024 03:11:24 |
Yuri Victorovich (yuri) |
Mk/Uses/cargo.mk: Remove cross-compilation options for Rust-based ports
Reasons:
* Port build shouldn't use cross-compilation mode
because it buids for the same architecture.
* RUSTFLAGS isn't passed to the build of all or some Rust ports
in the cross-compilation mode.
Essential changes:
* Remove the CARGO_BUILD_TARGET make variable.
* Remove CARGO_BUILD_TARGET and CARGO_TARGET_* from CARGO_ENV.
* Update many ports that used CARGO_BUILD_TARGET.
* Build paths now don't include the architecture triplet part.
Immadiate benefits: (Only the first 15 lines of the commit message are shown above ) |
0.8.2 28 Sep 2024 13:03:05 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.8.2 |
0.8.1 27 Sep 2024 11:00:16 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.8.1 |
0.8.0_6 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.8.0_5 10 Sep 2024 10:58:07 |
Mikael Urankar (mikael) Author: Siva Mahadevan |
*/*: remove STRIP_CMD calls in rust based ports
This is not needed after bc4fedc1fec0d359365c04d43be9e32bf101a50e
PR: 246993
Differential Revision: https://reviews.freebsd.org/D46503 |
0.8.0_5 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.8.0_4 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.8.0_3 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.8.0_2 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.8.0_1 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.8.0 26 Jan 2024 07:42:30 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Remove leftover output from building crates file
PR: 276611
Reported by: gebhart@secnetix.de |
0.8.0 24 Jan 2024 18:34:53 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.8.0 |
0.7.1_4 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.7.1_3 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.7.1_2 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.7.1_1 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.7.1 28 Aug 2023 20:36:54 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.7.1 |
0.7.0 28 Aug 2023 11:08:52 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.7.0 |
0.6.1_3 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.6.1_2 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.6.1_1 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.6.1 16 Apr 2023 13:55:13 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.6.1 |
0.6.0 03 Apr 2023 09:04:43 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.6.0 |
0.5.4_10 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
0.5.4_9 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
0.5.4_8 07 Jan 2023 19:24:18 |
Daniel Engberg (diizzy) |
*/*: Bump rust (cargo) ports to reflect on WITH_LTO
Bump ports in tree so they get rebuilt with new default settings
for cargo ports |
0.5.4_7 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
0.5.4_6 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.5.4_5 30 Oct 2022 12:07:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.64.0
PR: 267173 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
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) |
0.5.4_4 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
0.5.4_4 25 Aug 2022 14:49:50 |
Baptiste Daroussin (bapt) |
rust: bring back update to 1.63
Revert back the revert of the update of rust and related commits
This revert was drive by beside validation by portmgr via exp-run
and not respectful of the etiquette we have between committers
This reverts commit 8ecb1f8141144c1603eb4026122d2e60eeaccd64.
This reverts commit 04d257baa182926cff158f32cf459e560426add0.
This reverts commit 2757c63bd0e6d01f9f0657fe03bb3a7b49adcae2.
This reverts commit 75f4713de5e3fbd1c6a0cb572e08121814a4072e.
This reverts commit e88e592111c86fdd1c0ac8717dbef9342e15e27c.
This reverts commit 783c056d7d681d66e2c5c59251c275d65274028e.
With hat: portmgr |
0.5.4_3 25 Aug 2022 10:49:39 |
Piotr Kubaj (pkubaj) |
Revert "lang/rust: Bump revisions after 1.63.0"
This reverts commit c7912d97754bb7aa9a18eb33df53f91cba4cd82d.
PR: 265915 |
0.5.4_4 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
0.5.4_3 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
0.5.4_3 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
0.5.4_2 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
0.5.4_1 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
0.5.4 08 Apr 2022 08:00:45 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.5.4 |
0.5.3_1 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
0.5.3 14 Mar 2022 17:41:44 |
Emanuel Haupt (ehaupt) |
sysutils/bkt: Update to 0.5.3 |
0.5.2 15 Feb 2022 21:24:29 |
Emanuel Haupt (ehaupt) |
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. |