pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/fastfetch



Module Name:    pkgsrc
Committed By:   vins
Date:           Sat Oct 11 17:16:54 UTC 2025

Modified Files:
        pkgsrc/sysutils/fastfetch: Makefile PLIST distinfo

Log Message:
sysutils/fastfetch: update to 2.53.0

# 2.53.0

Changes:
* JSON property `length` in `Separator` module has been renamed to `times` for clarity (Separator)

Features:
* Adds IPv6 type selection (#1459, LocalIP)
    * For example: `{ "type": "localip", "showIpv6": "ula" /* Show ULA only */ }`
* Adds more ARM CPU part IDs (CPU, Linux)
* Improves Ghostty font config parsing with fallback font detection (#1967, TerminalFont)
* Replaces statx(2) call with syscall(2) for better compatibility (Disk, Linux)
* Allows array input for disk folder and filesystem options (Disk)
    * For example: `{ "type": "disk", "folders": ["/", "/home"] }`
* Adds support for ignoring input devices by name prefix (#1950, Keyboard / Mouse / Gamepad)
    * For example: `{ "type": "keyboard", "ignores": ["Apple ", "Corsair "] }`
* Adds support for (B)SSID detection on macOS Tahoe (Wifi, macOS)
    * Please don't expect it to work on later macOS versions
* Improves Ubuntu flavor detection (#1975, OS, Linux)
* Refines ARMv8.4-A detection to require LSE2 (CPU, Windows)
* Detects the latest Dimensity & Snapdragon SoC names (CPU, Android)

Bugfixes:
* Handles zero temperature data (#1960, CPU, Windows)
* Fixes `dlopen libzfs.so failed` error on Proxmox 9 (#1973, Zpool, Linux)

Logos:
* Removes Starry Linux
* Adds TempleOS
* Updates ObsidianOS


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/sysutils/fastfetch/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/fastfetch/PLIST
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/fastfetch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/fastfetch/Makefile
diff -u pkgsrc/sysutils/fastfetch/Makefile:1.37 pkgsrc/sysutils/fastfetch/Makefile:1.38
--- pkgsrc/sysutils/fastfetch/Makefile:1.37     Sun Sep 21 15:11:42 2025
+++ pkgsrc/sysutils/fastfetch/Makefile  Sat Oct 11 17:16:54 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.37 2025/09/21 15:11:42 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2025/10/11 17:16:54 vins Exp $
 
-DISTNAME=      fastfetch-2.50.2
-PKGREVISION=   2
+DISTNAME=      fastfetch-2.53.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=fastfetch-cli/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/fastfetch/PLIST
diff -u pkgsrc/sysutils/fastfetch/PLIST:1.5 pkgsrc/sysutils/fastfetch/PLIST:1.6
--- pkgsrc/sysutils/fastfetch/PLIST:1.5 Sun Aug 24 16:51:24 2025
+++ pkgsrc/sysutils/fastfetch/PLIST     Sat Oct 11 17:16:54 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2025/08/24 16:51:24 vins Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/10/11 17:16:54 vins Exp $
 bin/fastfetch
 man/man1/fastfetch.1
 share/bash-completion/completions/fastfetch
@@ -27,6 +27,7 @@ share/fastfetch/presets/examples/27.json
 share/fastfetch/presets/examples/28.jsonc
 share/fastfetch/presets/examples/29.jsonc
 share/fastfetch/presets/examples/3.jsonc
+share/fastfetch/presets/examples/30.jsonc
 share/fastfetch/presets/examples/4.jsonc
 share/fastfetch/presets/examples/5.jsonc
 share/fastfetch/presets/examples/6.jsonc

Index: pkgsrc/sysutils/fastfetch/distinfo
diff -u pkgsrc/sysutils/fastfetch/distinfo:1.22 pkgsrc/sysutils/fastfetch/distinfo:1.23
--- pkgsrc/sysutils/fastfetch/distinfo:1.22     Sun Aug 24 16:51:24 2025
+++ pkgsrc/sysutils/fastfetch/distinfo  Sat Oct 11 17:16:54 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.22 2025/08/24 16:51:24 vins Exp $
+$NetBSD: distinfo,v 1.23 2025/10/11 17:16:54 vins Exp $
 
-BLAKE2s (fastfetch-2.50.2.tar.gz) = 7c04bb6dca941b8a0d452923f7000358e0c8946ca5ee99dfe8c6d918fe7f7b9e
-SHA512 (fastfetch-2.50.2.tar.gz) = ddfeca8efc62b94641c4e8b464a309c6164c7a5a01f4ee4be82cff851eb11a2692bdaf1e3469b54758d78ca1437a523929da98fe53738fd6128c03a38f2c590b
-Size (fastfetch-2.50.2.tar.gz) = 1349521 bytes
+BLAKE2s (fastfetch-2.53.0.tar.gz) = 70127fd99ad6fa603bed0c59bd9f24e7cf897da9ada61560ec9e58e33b420c25
+SHA512 (fastfetch-2.53.0.tar.gz) = c34001a5926888611bb7c98ceefcbf9e84e509ee60a64abdb34572dbb537ecbab34dbd70cd21176179b7ba3734fce167e3985b81805662e1ad30edbeaee6e6a4
+Size (fastfetch-2.53.0.tar.gz) = 1374997 bytes



Home | Main Index | Thread Index | Old Index