pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/fzf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Jul 19 10:14:14 UTC 2026

Modified Files:
        pkgsrc/sysutils/fzf: Makefile distinfo

Log Message:
fzf: update to 0.74.1.

0.74.1
------
- The default separator on the info line is no longer shown when the input section is already visually separated from the list section by a border line
  ```sh
  # No separator shown below the header border
  fzf --style full --input-border none --header foo

  # Separator shown; no border separates the input section from the list section
  fzf --style full --input-border none --header foo --no-header-border

  # No separator below the border of the preview window at 'next' position
  fzf --preview : --preview-window next

  # Conversely, separator is now shown when the input border does not draw
  # a line facing the list section
  fzf --input-border bottom
  ```
- Rendering improvements
    - Each frame is now wrapped in synchronized update mode (mode 2026) to reduce flickering on supported terminals
    - Reduced rendering output by 10-23% by skipping redundant SGR sequences
    - Fixed ghost characters and misplaced colors inside Zellij by using CHA instead of CR + CUF for horizontal cursor movement (#4858, zellij-org/zellij#5370)
    - Fixed cursor restoration on exit with `--height --no-clear` inside Neovim terminal by using DECSC/DECRC instead of `CSI s`/`CSI u`
- nushell: fixed deprecation error of `str downcase` on nushell 0.114.0 or above (#4857) (@sim590)
- Each release now includes `.deb` packages for easy installation on Debian-based distros (#4859)


To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.53 -r1.54 pkgsrc/sysutils/fzf/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/fzf/Makefile
diff -u pkgsrc/sysutils/fzf/Makefile:1.137 pkgsrc/sysutils/fzf/Makefile:1.138
--- pkgsrc/sysutils/fzf/Makefile:1.137  Mon Jul 13 09:57:44 2026
+++ pkgsrc/sysutils/fzf/Makefile        Sun Jul 19 10:14:14 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.137 2026/07/13 09:57:44 wiz Exp $
+# $NetBSD: Makefile,v 1.138 2026/07/19 10:14:14 wiz Exp $
 
-DISTNAME=      fzf-0.74.0
+DISTNAME=      fzf-0.74.1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=junegunn/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/sysutils/fzf/distinfo
diff -u pkgsrc/sysutils/fzf/distinfo:1.53 pkgsrc/sysutils/fzf/distinfo:1.54
--- pkgsrc/sysutils/fzf/distinfo:1.53   Mon Jul 13 09:57:44 2026
+++ pkgsrc/sysutils/fzf/distinfo        Sun Jul 19 10:14:14 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.53 2026/07/13 09:57:44 wiz Exp $
+$NetBSD: distinfo,v 1.54 2026/07/19 10:14:14 wiz Exp $
 
-BLAKE2s (fzf-0.74.0.tar.gz) = 8bba998bcb000a016ab71c955a3151a9d6e0769b5545275ea8a527b197bcef93
-SHA512 (fzf-0.74.0.tar.gz) = fcb92556b9350127828bebe76cda4798ac625e3fa472f03cb162b68b316f91e96a78ef6c641a8cbf0aaddb6d036574be73305cad923948ba8905a6ea837841f4
-Size (fzf-0.74.0.tar.gz) = 446279 bytes
+BLAKE2s (fzf-0.74.1.tar.gz) = 12d97d827f64be1e776f9e336d56884a5f8c1be71e4db7c539b5eb5edb269fe4
+SHA512 (fzf-0.74.1.tar.gz) = f9ed7469d19de45a370dd0d24640760cf2e7c73ffaa7916ebe04b02b5c639cd30d2abd7c1cf09c4b33c7d20264896e0413de5c43168b36e32f6b6bec40507a49
+Size (fzf-0.74.1.tar.gz) = 451508 bytes
 BLAKE2s (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 8225a56cd73ef07f4f34aa10fb819ecd8b5334c43a456c4520977b5120f76512
 SHA512 (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 3ce875eb677a95df738a185ba9af982e9e48162218a809b2af9e4237c2ad0d65d959c3930d99b960f6483d88930f597d222b71f6f339e694ce24fdb9e98199ff
 Size (github.com_charlievieth_fastwalk_@v_v1.0.14.mod) = 92 bytes



Home | Main Index | Thread Index | Old Index