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 May  3 14:27:06 UTC 2026

Modified Files:
        pkgsrc/sysutils/fzf: Makefile distinfo

Log Message:
fzf: update to 0.72.0.

0.72.0
------
_Release highlights: https://junegunn.github.io/fzf/releases/0.72.0/_

- `--header-border`, `--header-lines-border`, and `--footer-border` now accept a new `inline` style that embeds the section inside the list frame, separated from the list content by a horizontal 
line. When the list border has side segments, the separator joins them as T-junctions.
    - Requires a `--list-border` shape that has both top and bottom segments (`rounded`, `sharp`, `bold`, `double`, `block`, `thinblock`, or `horizontal`); falls back to `line` otherwise. 
`horizontal` has no side borders, so the separator is drawn without T-junction endpoints.
    - Sections stack. Example combining all three:
      ```sh
      ps -ef | fzf --reverse --style full \
          --header 'Select a process' --header-lines 1 \
          --bind 'load:transform-footer:echo $FZF_TOTAL_COUNT processes' \
          --header-border dashed --header-first \
          --header-lines-border inline --footer-border inline
      ```
    - `--header-label` and `--footer-label` render on their respective separator row.
    - The separator inherits `--color list-border` when the section's own border color is not explicitly set.
    - `inline` takes precedence over `--header-first`: the inline section stays inside the list frame. `--header-border=inline` requires `--header-lines-border` to be `inline` or unset.
- New `dashed` border style with dashed edges (`╶` / `┆`) and rounded corners.
    - `--border=dashed`, `--list-border=dashed`, etc.
    - Works with inline sections (T-junctions render correctly).
- [vim] Move and resize popup window when detecting `VimResized` event (#4778) (@Vulcalien)
- Bug fixes
    - Fixed gutter display in `--style=minimal`
    - Fixed arrow keys / Home / End without modifiers being ignored under the kitty keyboard protocol (#4776) (@TymekDev)
    - bash: Persist history deletion when `histappend` is on (#4764)


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.49 -r1.50 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.130 pkgsrc/sysutils/fzf/Makefile:1.131
--- pkgsrc/sysutils/fzf/Makefile:1.130  Wed Apr  8 05:45:09 2026
+++ pkgsrc/sysutils/fzf/Makefile        Sun May  3 14:27:06 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.130 2026/04/08 05:45:09 bsiegert Exp $
+# $NetBSD: Makefile,v 1.131 2026/05/03 14:27:06 wiz Exp $
 
-DISTNAME=      fzf-0.71.0
-PKGREVISION=   1
+DISTNAME=      fzf-0.72.0
 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.49 pkgsrc/sysutils/fzf/distinfo:1.50
--- pkgsrc/sysutils/fzf/distinfo:1.49   Sun Apr  5 12:06:02 2026
+++ pkgsrc/sysutils/fzf/distinfo        Sun May  3 14:27:06 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.49 2026/04/05 12:06:02 wiz Exp $
+$NetBSD: distinfo,v 1.50 2026/05/03 14:27:06 wiz Exp $
 
-BLAKE2s (fzf-0.71.0.tar.gz) = 1fc284d8c3dc490aeea86604aa8228406991bb9888e76c2895b8b7694520b728
-SHA512 (fzf-0.71.0.tar.gz) = b9dd1af08b6cf09c22b8cf491316849cb5b4009acbc0513d48481e253145524d68fe6d4d7c88d024bd0ea01156a1234ad72293293388c4a122d20952dd0e9c39
-Size (fzf-0.71.0.tar.gz) = 402657 bytes
+BLAKE2s (fzf-0.72.0.tar.gz) = 0f6d5424a1cab7aa77a9aa625c95391768d4871ac7fde56e0654becbdf226b2c
+SHA512 (fzf-0.72.0.tar.gz) = e1dbfd7c471e63c17ac46ae532201d5f740dc508e92a5cd4eb117cd6e13aff6f31e641402f99f78d11eeafd1f46fb0af2f9a607843cf9a4374facc65f0916af4
+Size (fzf-0.72.0.tar.gz) = 412234 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