Created attachment 212410 [details] rsfetch-2.0.0.diff Fast (<1ms execution time) system information fetching program, written entirely in Rust. It currently supports Linux and (Open|Net|Free)BSD. All information fields are disabled by default, and must be manually enabled via configuration flags. rsfetch has no configuration file, making it even more fast. Users may instead create aliases in their ~/.${SHELL}rc. In addition, no automatic package manager or ASCII logo mechanism is present, but must instead be manually specified. WWW: https://github.com/rsfetch/rsfetch Testing: * No errors reported with portlint, built in Poudriere and application works as expected (logs attached).
Created attachment 212411 [details] rsfetch-2.0.0.log * Poudriere build log.
Committed. Thanks.
A commit references this bug: Author: tcberner Date: Sun Mar 15 09:38:46 UTC 2020 New revision: 528481 URL: https://svnweb.freebsd.org/changeset/ports/528481 Log: New port: sysutils/rsfetch: Minimal fetch program written in Rust Fast (<1ms execution time) system information fetching program, written entirely in Rust. It currently supports Linux and (Open|Net|Free)BSD. All information fields are disabled by default, and must be manually enabled via configuration flags. rsfetch has no configuration file, making it even more fast. Users may instead create aliases in their ~/.${SHELL}rc. In addition, no automatic package manager or ASCII logo mechanism is present, but must instead be manually specified. WWW: https://github.com/rsfetch/rsfetch PR: 244811 Submitted by: Lewis Cook <vulcan@wired.sh> (maintainer) Changes: head/sysutils/Makefile head/sysutils/rsfetch/ head/sysutils/rsfetch/Makefile head/sysutils/rsfetch/distinfo head/sysutils/rsfetch/pkg-descr