Port details |
- broot Quick and easy new way to see and navigate directory trees
- 1.39.0_7 misc =3 1.39.0_3Version of this port present on the latest quarterly branch.
- Maintainer: lcook@FreeBSD.org
- Port Added: 2020-01-17 18:58:32
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: autoconf, ta-lib, weberp, prestashop, irrlicht
- License: MIT
- WWW:
- https://dystroy.org/broot/
- Description:
- Feature-rich terminal file manager written in rust
which allows: filtering, searching, viewing and
manipulation of files and directories - and much
much more.
- ¦ ¦ ¦ ¦
- 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/misc/broot/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/broot
- pkg install broot
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: broot
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1717443431
SHA256 (rust/crates/adler-1.0.2.crate) = f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe
SIZE (rust/crates/adler-1.0.2.crate) = 12778
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:
-
- rust>=1.83.0 : lang/rust
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- git : devel/git
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libgit2.so : devel/libgit2
- libonig.so : devel/oniguruma
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for broot-1.39.0_7:
CLIPBOARD=on: Enable terminal X11 clipboard support
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- misc_broot
- USES:
- cargo python:build xorg
- pkg-message:
- For install:
- broot was successfully installed.
the 'br' shell function:
========================
broot is convenient to find a directory then 'cd' to it, which is done using '<alt><enter>'
or ':cd'.
But broot needs a companion function in the shell in order to be able to change directory.
When you start broot, it checks whether the 'br# shell function seems to have been installed
(or to have been refused). If needed, and if the used shell seems compatible (supported
shells today are bash, zsh and fish), then broot asks the permission to register this shell
function.
If you have messed with the configuration files, you might want to have the shell function
reinstalled.
In order to do this, either remove all broot config files, or launch 'broot --install'.
When it's done, you can do just 'br' to launch broot, and typing '<alt><enter>' will cd for
you.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.19.4 12 Aug 2020 03:30:57 |
lwhsu |
misc/broot: Update to 0.19.4
PR: 248589
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
0.18.6_2 03 Aug 2020 15:18:49 |
tobik |
lang/rust: Update to 1.45.2
Changes: https://blog.rust-lang.org/2020/08/03/Rust-1.45.2.html |
0.18.6_1 30 Jul 2020 18:26:54 |
tobik |
lang/rust: Update to 1.45.1
- Apply the "hard links break `env::current_exe()`" workaround from
r543251 to lang/rust too
- Force rebuild all consumers for the soundness bug in 1.45.0
Changes: https://blog.rust-lang.org/2020/07/30/Rust-1.45.1.html
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25835 |
0.18.6 20 Jul 2020 13:25:51 |
lwhsu |
Update to 0.18.6
PR: 247982
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
0.18.5_1 17 Jul 2020 06:44:04 |
tobik |
lang/rust: Update to 1.45.0
- This Rust release comes with LLVM 10. Drop the LLVM patches we
no longer need.
- On FreeBSD 13.0 powerpc64 set the elfv2 ABI explicitly in the
Rust target instead of patching LLVM.
- Build LLVM with Ninja. It can shorten the build time slightly.
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/07/16/Rust-1.45.0.html
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25658 |
0.18.5 08 Jul 2020 03:34:25 |
lwhsu |
Update to 0.18.5
Changelog: https://github.com/canop/broot/releases/v0.18.5
PR: 247835
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer)
MFH: 2020Q3 |
0.18.3 06 Jul 2020 15:54:16 |
fernape |
misc/broot: Update to 0.18.3
ChangeLog: https://github.com/canop/broot/releases/v0.18.3
PR: 247709
Submitted by: vulcan@wired.sh (maintainer) |
0.16.0 21 Jun 2020 18:47:56 |
dmgk |
misc/broot: Update to 0.16.0
Changes: https://github.com/canop/broot/releases/v0.16.0
PR: 247458
Submitted by: Lewis Cook <vulcan@wired.sh> |
0.15.1 14 Jun 2020 15:19:27 |
zeising |
misc/broot: Update to 0.15.1
Update misc/broot to 0.15.1
Changelog:
https://github.com/canop/broot/releases/v0.15.1
PR: 247253
Submitted by: Lewis Cook (maintainer) |
0.14.2 06 Jun 2020 18:32:25 |
cs |
Update to 0.14.2
PR: 247011
Submitted by: maintainer |
0.13.6_3 04 Jun 2020 18:08:01 |
tobik |
lang/rust: Update to 1.44.0
- Remove devel/cargo-tree since it is now integrated into cargo
- Add patch to fix build with LibreSSL 3.1.x and 3.2.0 [1]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/06/04/Rust-1.44.0.html
PR: 246332 [1]
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D25099 |
0.13.6_2 23 Apr 2020 15:32:30 |
tobik |
lang/rust: Update to 1.43.0
- Add workaround to fix build when CC/CXX have "clang" in them [1]
- Respect AR to fix build with external toolchains [2]
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/04/23/Rust-1.43.0.html
PR: 238556 [1], 245583 [2]
Reported by: Matthias Apitz <guru@unixarea.de> [1], Greg V
<greg@unrelenting.technology> [2]
Tested by: mikael, pkubaj, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24521 |
0.13.6_1 19 Apr 2020 03:55:23 |
tobik |
devel/libgit2: Update to 1.0.0
Changes: https://github.com/libgit2/libgit2/releases/tag/v1.0.0
ABI: https://abi-laboratory.pro/tracker/timeline/libgit2
Approved by: mfechner (maintainer)
Differential Revision: https://reviews.freebsd.org/D24471 |
0.13.6 10 Apr 2020 16:57:34 |
fernape |
misc/broot: Update to 0.13.6
ChangeLog: https://github.com/canop/broot/releases/tag/v0.13.6
* Ignore diacritics in searches - Fix #216
PR: 245484
Submitted by: vulcan@wired.sh (maintainer) |
0.13.5b 31 Mar 2020 19:13:29 |
tobik |
misc/broot: Update to 0.13.5b
- Install new manual
- Add missing libgit2 dependency
Changes: https://github.com/Canop/broot/releases/tag/v0.13.5b
PR: 245173
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
0.13.4 14 Mar 2020 21:03:47 |
tcberner |
misc/broot: Update to 0.13.4
PR: 244806
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
0.13.2_1 12 Mar 2020 19:39:25 |
tobik |
lang/rust: Update to 1.42.0
- Force rebuild all consumers to catch regressions early
Changes: https://blog.rust-lang.org/2020/03/12/Rust-1.42.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D24020 |
0.13.2 28 Feb 2020 12:27:28 |
dmgk |
misc/broot: Update to 0.13.2
Changes: https://github.com/canop/broot/blob/master/CHANGELOG.md
PR: 244478
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
0.13.1_1 27 Feb 2020 15:22:29 |
tobik |
lang/rust: Update to 1.41.1
- Force rebuild all consumers to fix potential miscompilations with
1.41.0
- Enable SOURCES by default. The sources are indexed by RLS and
required for it to function properly, so they should be available
by default. This also makes sure we test the option properly.
- Remove implied --config=config.toml from x.py args
- Switch to the upstreamed backtrace crate patches like rust-nightly
- Enable WASM by default [0]
- Strip libraries (D23650) [1]
- Simplify plist generation (D23735) [2]
Changes: https://blog.rust-lang.org/2020/02/27/Rust-1.41.1.html
Submitted by: mikael [0,1,2]
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23835 |
0.13.1 18 Feb 2020 12:45:22 |
dmgk |
misc/broot: Update to 0.13.1
Changes: https://github.com/canop/broot/releases/tag/v0.13.1
PR: 244001
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
0.12.1_1 30 Jan 2020 20:00:07 |
tobik |
lang/rust: Update to 1.41.0
- Force rebuild all consumers to catch regressions early
- Switch to cross-compiled (from amd64) bootstraps for all
architectures generated with the incoming lang/rust-bootstrap
- Update cargo-c to 0.5.2 to unbreak librav1e build
- Make use of regular MAKE_ENV/TEST_ENV in lang/rust
- Turn on RUST_BACKTRACE in lang/rust and USES=cargo to hopefully
produce more useful failure logs when something panics during
builds
Changes: https://blog.rust-lang.org/2020/01/30/Rust-1.41.0.html
Tested by: mikael, tobik
With hat: rust
Differential Revision: https://reviews.freebsd.org/D23385 |
0.12.1 26 Jan 2020 09:46:18 |
tcberner |
misc/broot: Update to 0.12.1
PR: 243597
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
0.12.0 20 Jan 2020 17:48:49 |
tcberner |
misc/broot: Update to 0.12.0
PR: 243450
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |
0.11.9 17 Jan 2020 18:58:25 |
tcberner |
New port: misc/broot: Quick and easy new way to see and navigate directory trees
Feature-rich terminal file manager written in rust
which allows: filtering, searching, viewing and
manipulation of files and directories - and much
much more.
WWW: https://dystroy.org/broot/
PR: 243391
Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) |