./sysutils/fastfetch, Fast and feature-rich tool displaying system information

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


Branch: CURRENT, Version: 2.34.1, Package name: fastfetch-2.34.1, Maintainer: vins

Fastfetch is a neofetch-like tool for fetching system information and
displaying it prettily. It is written mainly in C, with performance and
customizability in mind.



Package options: glib2, libdrm, opencl, osmesa, threads, x11

Master sites:

Filesize: 1140.928 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-13 21:46:08 by Paolo Vincenzo Olivo | Files touched by this commit (7) | Package removed
Log message:
sysutils/fastfetch: update to 2.34.1

# pkgsrc changes
* patches dropped, merged upstream.
* Support OSS on FreeBSD

# upstream changes (since 2.34.0)

Features:

	Report vendor name when detecting GPUs by OpenGL
		Note: the vendor name is actually the creator of the OpenGL
		driver (such as Mesa) and may not be the same as the GPU vendor.

Bugfixes:

	Fix Ghostty termfont detection (#1495, TerminalFont, macOS)

	Fix compatibility with KDE Plasma 6.3 (#1504, Display, Linux)

	Make memory usage detection logic consistent with other systems
	(Memory, OpenBSD / NetBSD)

	Report media file name if media title is not available (Media)

	Fix max frequency detection for CPUs with both performance and
	efficiency cores (CPU, FreeBSD)
   2025-01-12 12:07:38 by Paolo Vincenzo Olivo | Files touched by this commit (7) | Package updated
Log message:
sysutils/fastfetch: update to fastfetch-2.34.0

# changes (pkgsrc)
* Remove battery percentage patch (incorporated upstream).
* Fix memory usage detection on NetBSD. Calculating used memory as a
  substraction of total and free pages doesn't suit NetBSD UVM.
* Add netbsd_small logo and change default hightlight color for NetBSD
  from magenta to red .

# changes (upstream)

Changes:

    We now print distro pretty name if available (OS)
       This is a long requested feature. However, it may break some distros.
	   File a bug with the content of /etc/os-release if it breaks your distro.

Bugfixes:

    Fix thunderbolt version of new MBPs (#1465, Host, macOS)
    Fix backlight name detection on FreeBSD (Brightness, FreeBSD)
    Fix Terminal detection when running fastfetch in pk-command-not-found
    Relax detection of terminals in NixOS (#1479, Terminal, Linux)
        Should fix konsole, ghostty and maybe others
    Fix core count output in multi-package platforms (CPU)
    Don't suppress the output of preRun (#1489)
    Fix battery percentage detection (Battery, NetBSD)

Features:

    Support ghostty terminal font detection (TerminalFont, Linux / macOS)
    Support kitty-icat image protocol, which uses kitten icat to generate image data
        Pros: support tmux; support gif animations; good performance
        Cons: due to the limitation of kitten icat, we need to clear the screen \ 
before
			  displaying the image logo
    Support WM version detection (WM)
        In Linux, Hyprland & sway are supported currently
    Improve performance when stdout is redirected (TerminalSize)
    Report thermal zone temp if CPU temp is not available (CPU, Linux)
    Report sound server (Pipewire or PulseAudio) if available (#1454, Sound, Linux)
    Enable OpenGL & OpenCL detection on Android (OpenGL / OpenCL, Android)
    Detect & report MediaTek Dimensity 9000+ SOC name (CPU, Android)
    Support appman (am-user) package manager detection (Packages, Linux)

Logo:

    Add Lubuntu
    Update Xray_os
    Add SnigdhaOS
    Add Rhino Linux
   2025-01-08 19:08:30 by Paolo Vincenzo Olivo | Files touched by this commit (2)
Log message:
sysutils/fastfetch: further revision

* Media player and sound device discovery are only supported on Linux,
  so partially revert last commit by making dbus and pulseaudio options
  suggested just on Linux.
* Use system yyjson (since it's now avalable on pkgsrc) instead of
  building an embedded implementation.
* Fix GPU identification by pointing to correct PCI IDs database path.
* Bump revision.
   2025-01-07 23:32:24 by Paolo Vincenzo Olivo | Files touched by this commit (1)
Log message:
sysutils/fastfetch: make dbus support default

Also, turn on pulseaudio support on Linux and SunOS.
   2025-01-07 22:01:16 by Paolo Vincenzo Olivo | Files touched by this commit (3)
Log message:
sysutils/fastfetch: small fix.

Fix bug in battery charge level detection.
Bump revision.
   2025-01-07 21:24:32 by Paolo Vincenzo Olivo | Files touched by this commit (2)
Log message:
sysutils/fastfetch: few improvements

* Make multithreading optional
* Force disable options then unselected (avoids leaking base zlib
  and others)
* Add dependency on hwdata
* Point to pkgsrc prefix for file discovery
* Bump revision
   2025-01-06 20:34:59 by Paolo Vincenzo Olivo | Files touched by this commit (5)
Log message:
sysutils/fastfetch: initial import of package

Fastfetch is a neofetch-like tool for fetching system information and
displaying it prettily. It is written mainly in C, with performance and
customizability in mind.