head 1.3; access; symbols pkgsrc-2021Q1:1.1.0.2 pkgsrc-2021Q1-base:1.1; locks; strict; comment @# @; 1.3 date 2021.04.06.18.29.31; author pin; state dead; branches; next 1.2; commitid ijvSWn9EWu3wjgOC; 1.2 date 2021.04.06.07.18.56; author pin; state Exp; branches; next 1.1; commitid 8oSaXzEa4G9tBcOC; 1.1 date 2021.03.24.14.09.33; author pin; state Exp; branches; next ; commitid ZrM7LXQ0u48gizMC; desc @@ 1.3 log @sysutils macchina: update to 0.6.5 -Use the latest libmacchina version, v0.1.9 -Use libmacchina crate and not git version 0.6.4 was never taged on GitHub. Patch no longer needed. @ text @$NetBSD: patch-Cargo.toml,v 1.2 2021/04/06 07:18:56 pin Exp $ Use the crates.io version of libmacchina --- Cargo.toml.orig 2021-04-05 20:55:03.000000000 +0000 +++ Cargo.toml @@@@ -17,7 +17,7 @@@@ codegen-units = 1 [dependencies] num_cpus = "1.13.0" -libmacchina = { git = "https://github.com/Macchina-CLI/libmacchina", branch = "main", version = "0.1.7" } +libmacchina = "0.1.7" bytesize = "1.0.1" clap = "2.33.3" tui = { version = "0.14.0", default-features = false, features = ['crossterm'] } @ 1.2 log @sysutils/macchine: update to 0.6.3 -Update libmacchina dependency to its latest version, 0.1.7. Includes patch by Chavdar Ivanov https://mail-index.netbsd.org/pkgsrc-users/2021/03/26/msg033477.html @ text @d1 1 a1 1 $NetBSD$ @ 1.1 log @sysutils/macchina: update to 0.6.2 v0.6.2 -Fix a bug where --hide behaves the same as --show-only v0.6.1 -Move macchina-read to its own repository, named libmacchina -Add a TUI, and provide all the customizations options one might need -Add ASCII art -Fix several bugs -Use jemalloc for improved performance -Add --doctor, a more verbose and helpful debugger -Added local IP address entry -More miscellaneous improvements and changes v0.6.0 -Rework the theming system -Rework the long theme -Declutter Elements and display.rs -Remove objc runtime and use sysctl to get os version to improve performance on macOS -Add documentation for theme.rs -Add macOS and NetBSD benchmarks to README -Add more Windows metrics and fix its compilations errors -Add support for APK (Alpine Linux) package manager -Fix an issue where a bar's unused glyphs (when using --no-color flag) are not hidden for some terminals, e.g. Kitty. -Remove "To be filled by O.E.M." from machine information on certain computers -ripgrep should no longer print any error messages to the terminal on NetBSD -Use type-safe command line parsing with StructOpt and Clap -Move dependencies section of README files to the bottom -Other miscellaneous changes and improvements @ text @d3 1 a3 1 Don't use the git version of libmacchina d5 1 a5 1 --- Cargo.toml.orig 2021-03-23 09:37:44.000000000 +0000 d11 2 a12 2 -libmacchina = { git = "https://github.com/Macchina-CLI/libmacchina", branch = "main", version = "0.1.3" } +libmacchina = "0.1.3" @