Port details |
- gstat-rs Replacement for gstat(8)
- 0.1.6_8 sysutils =2 0.1.6_6Version of this port present on the latest quarterly branch.
- Maintainer: asomers@FreeBSD.org
- Port Added: 2021-10-06 16:12:08
- Last Update: 2024-12-01 09:24:18
- Commit Hash: 1d1fd15
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/asomers/gstat-rs
- Description:
- Replacement for gstat(8)
This is a gstat replacement, written in Rust. It is more featureful than the
original, and works much better on systems with large numbers of disks. The
key differences are:
* gstat-rs supports sorting the disks using the '+', '-', and 'r' keys, and the
"--sort" and "-r" command line options.
* gstat-rs can enable/disable columns at any time using the insert and
delete keys. gstat can only do that at startup, and only for certain
infrequently used columns.
* If the screen has enough space, gstat-rs will display multiple disks side by
side.
* gstat-rs can pause the display without exiting the program.
* gstat-rs's settings are automatically persisted to a config file.
* gstat-rs does not support batch mode (`-bBC`) output. If you want that kind
of information, use iostat(8) instead.
* gstat-rs does not display GEOM consumers (`-c`), but it can easily be
added if there's any demand for that feature.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- gstat-rs>0:sysutils/gstat-rs
- To install the port:
- cd /usr/ports/sysutils/gstat-rs/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/gstat-rs
- pkg install gstat-rs
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gstat-rs
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1707171935
SHA256 (rust/crates/ahash-0.8.6.crate) = 91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a
SIZE (rust/crates/ahash-0.8.6.crate) = 42780
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:
-
- llvm-config15 : devel/llvm15
- rust>=1.83.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_gstat-rs
- USES:
- cargo
- pkg-message:
- For install:
- To use gstat-rs by default, do the following:
For sh:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> /etc/profile
For bash:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> /usr/local/etc/profile
For fish:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> /usr/local/etc/fish/config.fish
For zsh:
# echo alias gstat='/usr/local/sbin/gstat-rs' >> /usr/local/etc/zshrc
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.6_8 01 Dec 2024 09:24:18 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.83.0
PR: 283000 |
0.1.6_7 08 Nov 2024 08:24:20 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.82.0
PR: 282516 |
0.1.6_6 10 Sep 2024 11:00:34 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.81.0
PR: 281300 |
0.1.6_5 26 Aug 2024 08:08:01 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.80.1
PR: 280490 |
0.1.6_4 18 Jun 2024 10:59:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.79.0
PR: 279707 |
0.1.6_3 13 May 2024 11:03:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.78.0
PR: 278834 |
0.1.6_2 23 Mar 2024 09:41:46 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.77.0
PR: 277786 |
0.1.6_1 19 Feb 2024 11:59:23 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.76.0
PR: 276920 |
0.1.6 06 Feb 2024 13:53:41 |
Alan Somers (asomers) |
sysutils/gstat-rs: update to 0.1.6
https://github.com/asomers/gstat-rs/blob/master/gstat/CHANGELOG.md#016---2024-02-05
PR: 276849
Approved by: mikael (ports)
Sponsored by: Axcient |
0.1.5_1 10 Jan 2024 15:29:49 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
0.1.5_1 09 Jan 2024 12:15:54 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.75.0
PR: 276033 |
0.1.5 20 Dec 2023 15:43:57 |
Alan Somers (asomers) |
sysutils/gstat-rs: update to 0.1.5
https://github.com/asomers/gstat-rs/blob/master/gstat/CHANGELOG.md#015---2023-12-19
PR: 275842
Approved by: fuz (ports)
Sponsored by: Axcient |
0.1.4_2 08 Dec 2023 15:04:09 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.74.1
PR: 275243 |
0.1.4_1 24 Oct 2023 10:22:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.73.0
PR: 274499 |
0.1.4 22 Sep 2023 19:04:34 |
Alan Somers (asomers) |
sysutils/gstat: update to 0.1.4
The main change is to fix the build with Rust 1.72.0 and later.
PR: 274031
Sponsored by: Axcient
Approved by: fuz (ports) |
0.1.3_3 08 Sep 2023 09:06:24 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.72.0
PR: 273331 |
0.1.3_2 17 Jul 2023 15:58:38 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.71.0
PR: 272449 |
0.1.3_1 09 Jun 2023 11:38:16 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.70.0
PR: 271797 |
0.1.3 05 Jun 2023 22:32:52 |
Alan Somers (asomers) |
sysutils/gstat-rs: update to 0.1.3
This version fixes a visual layout bug.
Approved by: matthew (ports)
PR: 271738 |
0.1.2_16 23 Apr 2023 13:14:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.69.0
PR: 270953 |
0.1.2_15 16 Mar 2023 14:37:01 |
Alan Somers (asomers) |
sysutils/gstat-rs: broken on powerpc
On powerpc, bindgen crashes during the build. This is a known bug in
bindgen. https://github.com/rust-lang/rust-bindgen/issues/1746
PR: 270246
Sponsored by: Axcient
Approved by: fernape (ports) |
0.1.2_15 16 Mar 2023 11:11:52 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.68.0
PR: 270080 |
0.1.2_14 13 Feb 2023 14:52:59 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.67.1
PR: 269336 |
0.1.2_13 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.1.2_12 20 Dec 2022 17:37:15 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.66.0
PR: 268415 |
0.1.2_11 17 Nov 2022 07:06:14 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.65.0
PR: 267622 |
0.1.2_10 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.1.2_9 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.1.2_9 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.1.2_8 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.1.2_9 25 Aug 2022 08:51:32 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.63.0 |
0.1.2_8 02 Jul 2022 13:47:05 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.62.0 |
0.1.2_7 31 May 2022 13:06:17 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.61.0 |
0.1.2_6 03 May 2022 08:00:34 |
Tobias Kortkamp (tobik) |
lang/rust: Relink ports after the Rust 1.60.0 update |
0.1.2_5 15 Mar 2022 09:51:58 |
Mikael Urankar (mikael) |
lang/rust: Bump revisions after 1.59.0 |
0.1.2_4 03 Feb 2022 14:02:32 |
Tobias Kortkamp (tobik) |
lang/rust: Relink consumers
PR: 261449
Security: ee26f513-826e-11ec-8be6-d4c9ef517024 |
0.1.2_3 17 Jan 2022 11:57:45 |
Tobias Kortkamp (tobik) |
lang/rust: Bump revisions after 1.58.0 |
0.1.2_2 05 Dec 2021 12:35:42 |
Tobias Kortkamp (tobik) |
lang/rust: Rebuild consumers for Rust 1.57.0 |
0.1.2_1 25 Oct 2021 08:55:19 |
Tobias Kortkamp (tobik) |
*: Rebuild for Rust 1.56.0 |
0.1.2 06 Oct 2021 16:09:09 |
Alan Somers (asomers) |
sysutils/gstat-rs: new port
Sponsored by: Axcient
Reviewed by: brd, 0mp
Differential Revision: https://reviews.freebsd.org/D31359 |