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: Mon Mar 9 16:47:38 UTC 2026
Modified Files:
pkgsrc/sysutils/fzf: Makefile distinfo
Log Message:
fzf: update to 0.70.0.
0.70.0
------
- Added `change-with-nth` action for dynamically changing the `--with-nth` option.
- Requires `--with-nth` to be set initially.
- Multiple options separated by `|` can be given to cycle through.
```sh
echo -e "a b c\nd e f\ng h i" | fzf --with-nth .. \
--bind 'space:change-with-nth(1|2|3|1,3|2,3|)'
```
- Added `change-header-lines` action for dynamically changing the `--header-lines` option
- Performance improvements (1.3x to 1.9x faster filtering depending on query)
```
=== query: 'l' ===
[all] baseline: 168.87ms current: 95.21ms (1.77x) matches: 5069891 (94.78%)
[1T] baseline: 1652.22ms current: 841.40ms (1.96x) matches: 5069891 (94.78%)
=== query: 'lin' ===
[all] baseline: 343.27ms current: 252.59ms (1.36x) matches: 3516507 (65.74%)
[1T] baseline: 3199.89ms current: 2230.64ms (1.43x) matches: 3516507 (65.74%)
=== query: 'linux' ===
[all] baseline: 85.47ms current: 63.72ms (1.34x) matches: 307229 (5.74%)
[1T] baseline: 774.64ms current: 589.32ms (1.31x) matches: 307229 (5.74%)
=== query: 'linuxlinux' ===
[all] baseline: 55.13ms current: 35.67ms (1.55x) matches: 12230 (0.23%)
[1T] baseline: 461.99ms current: 332.38ms (1.39x) matches: 12230 (0.23%)
=== query: 'linuxlinuxlinux' ===
[all] baseline: 51.77ms current: 32.53ms (1.59x) matches: 865 (0.02%)
[1T] baseline: 409.99ms current: 296.33ms (1.38x) matches: 865 (0.02%)
```
- Fixed `nth` attribute merge order to respect precedence hierarchy (#4697)
- bash: Replaced `printf` with builtin `printf` to bypass local indirections (#4684) (@DarrenBishop)
To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.47 -r1.48 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.127 pkgsrc/sysutils/fzf/Makefile:1.128
--- pkgsrc/sysutils/fzf/Makefile:1.127 Fri Mar 6 21:08:03 2026
+++ pkgsrc/sysutils/fzf/Makefile Mon Mar 9 16:47:38 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.127 2026/03/06 21:08:03 bsiegert Exp $
+# $NetBSD: Makefile,v 1.128 2026/03/09 16:47:38 wiz Exp $
-DISTNAME= fzf-0.68.0
-PKGREVISION= 2
+DISTNAME= fzf-0.70.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.47 pkgsrc/sysutils/fzf/distinfo:1.48
--- pkgsrc/sysutils/fzf/distinfo:1.47 Sun Feb 22 10:54:32 2026
+++ pkgsrc/sysutils/fzf/distinfo Mon Mar 9 16:47:38 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.47 2026/02/22 10:54:32 wiz Exp $
+$NetBSD: distinfo,v 1.48 2026/03/09 16:47:38 wiz Exp $
-BLAKE2s (fzf-0.68.0.tar.gz) = d83b63e8d9b960a2ee397361d60edc428158bfe1de4af2eafb790ffc68faf4a0
-SHA512 (fzf-0.68.0.tar.gz) = d67b002937dabb3384c1e949bb99f6616feb570d9616d60d1cd5bdbcbcd8b47df5c132791d8b7ecba609c022f2a45709a7a8e73c18bc9d77d99a0893c0ecbd0d
-Size (fzf-0.68.0.tar.gz) = 380120 bytes
+BLAKE2s (fzf-0.70.0.tar.gz) = 4d7c3033b080472d3662e03d7c51b6388d015e69c8369154e1741b162ded034c
+SHA512 (fzf-0.70.0.tar.gz) = 623db3b58a44f75e11dd26087233ef276e1551dd3ea3739b1e524d66d7f675ddc3510b05b61495cece53043be00d75f685f426954802f8dde6fc297985dc095c
+Size (fzf-0.70.0.tar.gz) = 394852 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