2021-07-22 18:16:38 by Tobias Nygren | Files touched by this commit (21) |
Log message:
g/c RUSTFLAGS from individual package Makefiles. Handled by cargo.mk.
|
2021-06-18 12:44:29 by Tobias Nygren | Files touched by this commit (1) |
Log message:
macchina: fix build on aarch64
The rust toolchain emits unusable R_AARCH64_ADR_PREL_PG_HI21 relocations
with rust's default -pie setting, so BUILDLINK_TRANSFORM it to -fPIC.
|
2021-06-08 12:21:55 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 0.9.2
-NetBSD: Finally fixed resolution readout failing, due to linkage mistakes.
-NetBSD: Set a fallback, that tries to fetch resolution through the ACPIVGA
driver.
|
2021-06-06 18:01:16 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 0.9.1
0.9.1
=====
-Corrected the order of the resolution readout.
0.9.0
=====
-Added a resolution readout.
|
2021-05-23 19:06:00 by pin | Files touched by this commit (2) | |
Log message:
sysutils/macchina: update to 0.8.21
-Merged a PR by @uttarayan21 that adds support for reading the configuration
file by specifying a path to the config file using --config, or using
MACCHINA_CONF environment variable.
-Merged a PR by @uttarayan21 that displays a warning when one or more of the
custom themes is conflicting with a built-in theme.
-Merged a PR by @FantasyTeddy that allows the processor readout to be printed
even if processor count fails to fetch.
|
2021-05-18 08:59:13 by pin | Files touched by this commit (4) | |
Log message:
sysutils/macchina: update to 0.8.1
0.8.1
=====
-Added the ability to list available and custom themes through --list-themes
flag
-Merged a PR by @uttarayan21 that adds more targets for our CI checks and
releases
0.8.0
=====
-Merged a PR by @uttarayan21 that adds support for configuring macchina
through a dotfile.
-The same PR also adds support for using custom themes that allow you
to customize macchina the way you like instead of using the built-in themes
we provide.
|
2021-05-04 10:16:32 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 0.7.4
Bugfixes:
-Fix build errors on macOS and Windows
|
2021-05-03 08:17:56 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 0.7.3
New features:
Macchina's custom ASCII art implementation is now much smarter than before,
thanks to the amazing work of @uttarayan21, and his brilliant parser
ansi-to-tui, go on, give it a star!
How smart is it? Well, it can now parse ANSI characters to determine how to
color the specified ascii.
Want to give it a go? You'll find a directory named "ascii" in the \
source code,
that contains some ascii files generated by jp2a which you can show alongside
your beautiful system information. You can use your own too, of course!
You'll also notice there's a new "contrib" directory too, which has a \
neat bash
script that can download a video from any site that is supported by youtube-dl,
and display it alongside your machine information, this is another one of
@uttarayan21's contributions :)
Bug fixes:
-Fixed a build error occurring on macOS.
|
2021-04-24 20:49:48 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 0.7.2
- CPU Usage is allowed to exceed a 100% when bars are disabled, and appears
capped at 100% when they are enabled.
- Merged a PR by @CuriouslyCurious that adds the ability to use custom ASCII
art: --custom-ascii lets you import your own ASCII art, overriding the
default one. --custom-ascii-color lets you change your custom ASCII art color.
- libmacchina: (Android) Performance improvements.
|
2021-04-22 10:41:26 by pin | Files touched by this commit (3) | |
Log message:
sysutils/macchina: update to 0.7.1
- libmacchina: (Distribution Readout) try to fetch VERSION before attempting
to fetch VERSION_ID.
- libmacchina: (NetBSD) Performance improvements thanks to a super fast
custom terminal fetching implementation.
- libmacchina: (macOS) Fixed an issue where the program might panic if the
battery doesn't get detected.
- libmacchina: A check has been added to ensure that in case of a failure
during the terminal fetching process,
- libmacchina: Is now able to properly fetch snaps and dpkg packages.
- libmacchina: Added more checks to ensure package managers don't return '0'.
the program should not return any unexpected value: terminal_name() will
only continue if it receives a PID that is not -1.
- Changes to the README as well as an update to the benchmarks.
|