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 27 08:50:09 UTC 2025
Modified Files:
pkgsrc/sysutils/fzf: Makefile distinfo
Log Message:
fzf: update to 0.65.0.
0.65.0
------
- Added `click-footer` event that is triggered when the footer section is clicked. When the event is triggered, the following environment variables are set:
- `$FZF_CLICK_FOOTER_COLUMN` - clicked column (1-based)
- `$FZF_CLICK_FOOTER_LINE` - clicked line (1-based)
- `$FZF_CLICK_FOOTER_WORD` - the word under the cursor
- Added `trigger(...)` action that triggers events bound to another key or event.
- You can specify a series of keys and events
- Added support for `{*n}` and `{*nf}` placeholder.
- `{*n}` evaluates to the zero-based ordinal index of all matched items.
- `{*nf}` evaluates to the temporary file containing that.
- Bug fixes and improvements
- [neovim] Fixed margin background color when `&winborder` is used (#4453)
- Fixed rendering error when hiding a preview window without border (#4465)
- fix(shell): check for mawk existence before version check (#4468)
- Thanks to @LangLangBart and @akinomyoga
- Fixed `--no-header-lines-border` behavior (08027e7a)
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.40 -r1.41 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.111 pkgsrc/sysutils/fzf/Makefile:1.112
--- pkgsrc/sysutils/fzf/Makefile:1.111 Sat Jul 26 02:28:31 2025
+++ pkgsrc/sysutils/fzf/Makefile Sun Jul 27 08:50:09 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.111 2025/07/26 02:28:31 iquiw Exp $
+# $NetBSD: Makefile,v 1.112 2025/07/27 08:50:09 wiz Exp $
-DISTNAME= fzf-0.64.0
+DISTNAME= fzf-0.65.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.40 pkgsrc/sysutils/fzf/distinfo:1.41
--- pkgsrc/sysutils/fzf/distinfo:1.40 Sat Jul 26 02:28:31 2025
+++ pkgsrc/sysutils/fzf/distinfo Sun Jul 27 08:50:09 2025
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.40 2025/07/26 02:28:31 iquiw Exp $
+$NetBSD: distinfo,v 1.41 2025/07/27 08:50:09 wiz Exp $
-BLAKE2s (fzf-0.64.0.tar.gz) = a98dd4469808462437835a7d4e3d71f6292617a06b984effbb59934d8e33dfa9
-SHA512 (fzf-0.64.0.tar.gz) = 69320e8b41e02f8adb4993c514edc9029c718da7bfce2240c93f98166179b922441cb078bcf5c06352754fa98e36b6f4371ff66ad6410b9024f9c3b875abac58
-Size (fzf-0.64.0.tar.gz) = 346041 bytes
+BLAKE2s (fzf-0.65.0.tar.gz) = b53ae736031600dfd78c0b415cc040f27a4f4e5fe1ce0f0b55601467bb11df12
+SHA512 (fzf-0.65.0.tar.gz) = a9c01a783ff45e5c02dde61746190d6d3e53492be1d37061d645894e127e98ed25138f785a57e75ea1bc403727e1f5b4c114670e4f8eb958de42b228f93c464c
+Size (fzf-0.65.0.tar.gz) = 347323 bytes
BLAKE2s (github.com_charlievieth_fastwalk_@v_v1.0.12.mod) = c40097d4f4ad93e100ae36b295bd103784b6f696d22d9bf7278a742f99be5199
SHA512 (github.com_charlievieth_fastwalk_@v_v1.0.12.mod) = 2088d7467b0b19cc8e8f7ac6d22793fc3c4ae696e81d1b21c563e84ce787afdc8817d43ef0a4568ea6b0a3aed5ad4fc45ea25a874be733fbaf26bbe902e869ae
Size (github.com_charlievieth_fastwalk_@v_v1.0.12.mod) = 92 bytes
Home |
Main Index |
Thread Index |
Old Index