pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/nsxiv



Module Name:    pkgsrc
Committed By:   pin
Date:           Mon Feb 24 12:23:30 UTC 2025

Modified Files:
        pkgsrc/graphics/nsxiv: Makefile distinfo

Log Message:
graphics/nsxiv: update to 33

Changes:
  * Moved key-handler prompts to the right side bar [#481][]
  * Rename `--class` to `--name` [#515][]
  * Print usage output to `stderr` on usage error [#510][]

Added:
  * Added cli flags `--cache-{allow,deny}` to white/black list directories from thumbnail caching [#461][]
  * Print ellipsis when text is truncated in the statusbar [#501][]
  * Allow disabling thumbnail mode via `--thumbnail=no` [#502][]
  * Allow disabling animation playback via `-A 0` [#502][]
  * Add `--bar` to enable statusbar [#502][]
  * Updated `rotate()` in key-handler example to support `nsxiv -0` [#521][]

Fixes:
  * Unresponsive UI when animation is too fast [#489][]
  * Fixed image placement when rotating [#493][]
  * More reliable reading of various script output [#490][]
  * Statusbar getting stuck at "Running key-handler..." [#481][]
  * Fixed autoreload when directory is root [#498][]
  * Fixed `-A` not working [#503][]
  * Selecting incorrect thumbnail when clicking outside the thumbnail area [#517][]
  * Fix exiv2 argument order in key-handler example [#518][]


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/nsxiv/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/nsxiv/distinfo

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

Modified files:

Index: pkgsrc/graphics/nsxiv/Makefile
diff -u pkgsrc/graphics/nsxiv/Makefile:1.5 pkgsrc/graphics/nsxiv/Makefile:1.6
--- pkgsrc/graphics/nsxiv/Makefile:1.5  Wed Jan  3 15:32:37 2024
+++ pkgsrc/graphics/nsxiv/Makefile      Mon Feb 24 12:23:30 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2024/01/03 15:32:37 pin Exp $
+# $NetBSD: Makefile,v 1.6 2025/02/24 12:23:30 pin Exp $
 
-DISTNAME=      nsxiv-32
+DISTNAME=      nsxiv-33
 CATEGORIES=    graphics
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=nsxiv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/graphics/nsxiv/distinfo
diff -u pkgsrc/graphics/nsxiv/distinfo:1.2 pkgsrc/graphics/nsxiv/distinfo:1.3
--- pkgsrc/graphics/nsxiv/distinfo:1.2  Wed Jan  3 15:32:37 2024
+++ pkgsrc/graphics/nsxiv/distinfo      Mon Feb 24 12:23:30 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/01/03 15:32:37 pin Exp $
+$NetBSD: distinfo,v 1.3 2025/02/24 12:23:30 pin Exp $
 
-BLAKE2s (nsxiv-32.tar.gz) = 77b64657a46c3be5aa7266539ab00cd9b8c499ce777d95d1773db8f9e1402e98
-SHA512 (nsxiv-32.tar.gz) = e53de494f104440c87eb55606c322cb7ac9989176547131f59e02eb091d04a3a2de6c11c1c775cb25302ff1da5997bc499d753a822c1de4652aa77bf2858fa9a
-Size (nsxiv-32.tar.gz) = 74345 bytes
+BLAKE2s (nsxiv-33.tar.gz) = 9f0cf0955eb5647110e757bfe4bfd7b15fabf07e2586e4148c343f2838db9f97
+SHA512 (nsxiv-33.tar.gz) = 005192a942582e81e811e4bc8739720b16ff2fd9214399e4796db76d99e1cb0cf52f338481459a40d156e5eb9d63246bda8ba2702aa2297b331aa12ff05fed45
+Size (nsxiv-33.tar.gz) = 77639 bytes



Home | Main Index | Thread Index | Old Index