./sysutils/macchina, System information frontend with emphasis on performance

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 6.1.8, Package name: macchina-6.1.8, Maintainer: pin

macchina lets you view system information, like your kernel version, uptime,
memory usage, processor load and much more. macchina is basic by default and
extensible by design.

If you're interested in the library macchina uses to fetch system information,
have a look at libmacchina; fetching-related issues should be filed on that
repository.


Master sites:

Filesize: 61.779 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-22 09:58:24 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/macchina: update to 6.1.8

v6.1.8
 - Don't panic when unwrapping ReadoutKey::from_str (Fixes: #270)

v6.1.7
 - All dependencies have been bumped to their latest version.
   2022-09-27 13:56:06 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/macchina: update to 6.1.6

 - libmacchina has been bumped to v6.3.1 which:
   Fixes a bug that causes framerate to appear as nil on certain macOS systems
   (Author: @123marvin123)
   2022-09-18 18:24:58 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/macchina: update to 6.1.5

 - Fixed --version not displaying the version. -- Author: @123marvin123
   2022-09-17 20:46:23 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/macchina: update to 6.1.4

6.1.4
Fixes
 - We hope this release addresses the build issues that have been occurring
   lately.

Features
 - libmacchina has been bumped to v6.3.0 which includes a new feature:
    - Implement backlight readout for macOS

6.1.3
 - Yanked.
   2022-09-16 13:13:31 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/macchina: update to 6.1.2

 - Fixed an issue that caused installations through cargo to fail due to a
   malformed lockfile.
   2022-09-15 05:55:46 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/macchina: update to 6.1.1

 - Updated dependencies to their latest versions
 - Removed --export-config flag
 - Renamed CHANGELOG.txt to CHANGELOG.md
   2022-02-08 13:37:05 by pin | Files touched by this commit (3) | Package updated
Log message:
sysutils/macchina: update to 6.0.6

Bump libmacchina to v6.1.0:
-Fixes a bug that causes the package readout to display "0 (cargo)" if
 $CARGO_HOME/bin is empty. (Macchina-CLI/libmacchina@22a7df0)
-Fixes a bug that causes the network readout to return an IPv6 address in
 some cases. (Macchina-CLI/libmacchina@608a1dd)
   2022-01-06 08:54:55 by pin | Files touched by this commit (2) | Package updated
Log message:
sysutils/macchina: update to 6.0.5

-Fix incorrect target_os for a cfg flag.