pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/chafa



Module Name:    pkgsrc
Committed By:   ktnb
Date:           Mon May 19 14:14:03 UTC 2025

Modified Files:
        pkgsrc/graphics/chafa: Makefile distinfo
Removed Files:
        pkgsrc/graphics/chafa/patches: patch-configure.ac

Log Message:
chafa: update to 1.16.0

- Added terminal probing.
- I/O is now threaded.
- New option: --grid=WxH, --grid=[auto|on|off] or -g
  This lays out multiple images in a grid for easy browsing.
- New option: --label=[on|off] or -l.
  Labels each image with its filename.
- New option: --probe=[auto|on|off].
  Controls whether to actively probe the terminal.
- Sixel quality improved significantly.
- The new blue noise dithering is also available in symbols mode,
  and can be turned on with --dither noise. It can be turned off
  with --dither none.
- Numerous small improvements were made to sixel handling.
- Added completions for the fish shell and updated those for zsh.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/chafa/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/chafa/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/graphics/chafa/patches/patch-configure.ac

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

Modified files:

Index: pkgsrc/graphics/chafa/Makefile
diff -u pkgsrc/graphics/chafa/Makefile:1.8 pkgsrc/graphics/chafa/Makefile:1.9
--- pkgsrc/graphics/chafa/Makefile:1.8  Thu Apr 24 14:14:13 2025
+++ pkgsrc/graphics/chafa/Makefile      Mon May 19 14:14:03 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2025/04/24 14:14:13 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2025/05/19 14:14:03 ktnb Exp $
 
-DISTNAME=      chafa-1.14.5
-PKGREVISION=   4
+DISTNAME=      chafa-1.16.0
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=hpjansson/}
 GITHUB_TAG=    ${PKGVERSION_NOREV}

Index: pkgsrc/graphics/chafa/distinfo
diff -u pkgsrc/graphics/chafa/distinfo:1.2 pkgsrc/graphics/chafa/distinfo:1.3
--- pkgsrc/graphics/chafa/distinfo:1.2  Thu Nov  7 14:39:28 2024
+++ pkgsrc/graphics/chafa/distinfo      Mon May 19 14:14:03 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2024/11/07 14:39:28 ktnb Exp $
+$NetBSD: distinfo,v 1.3 2025/05/19 14:14:03 ktnb Exp $
 
-BLAKE2s (chafa-1.14.5.tar.gz) = 989f5fb9b816ca4ae2a80c1fbdd6329260ded46b81d48abda5dc828168692b1a
-SHA512 (chafa-1.14.5.tar.gz) = 00ff6eaa42513ec7bc0acb94eed0b3e1b738fbda1aa4148d8e93dd12a526922fbc187ee3f3e9556b9b935a8bd61318c061b2e1b1862f5cd1cd8fd5d7d106fd33
-Size (chafa-1.14.5.tar.gz) = 1861975 bytes
+BLAKE2s (chafa-1.16.0.tar.gz) = d823e8f241957c5897d66928340dafde64cb60b33c82909ca630e4bf8fada060
+SHA512 (chafa-1.16.0.tar.gz) = ed3758858cefb0c8dce7a670b9a4f8102251b57beb06432305731be9a281336c86431171157db32d6ecc6dbabafd9ac39cae867ef2b8ae92c8555ee4944120ae
+Size (chafa-1.16.0.tar.gz) = 1918904 bytes
 SHA1 (patch-configure.ac) = c9a07ed95c162c5b07f0a1403dba8b339a8629e5



Home | Main Index | Thread Index | Old Index