pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/fzf fzf: update to 0.28.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0e583ce2f8fe
branches:  trunk
changeset: 769122:0e583ce2f8fe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 08 12:50:06 2021 +0000

description:
fzf: update to 0.28.0.

0.28.0
------
- Added `--header-first` option to print header before the prompt line
  ```sh
  fzf --header $'Welcome to fzf\n▔▔▔▔▔▔▔▔▔▔▔▔▔▔' --reverse --height 30% --border --header-first
  ```
- Added `--scroll-off=LINES` option (similar to `scrolloff` option of Vim)
    - You can set it to a very large number so that the cursor stays in the
      middle of the screen while scrolling
      ```sh
      fzf --scroll-off=5
      fzf --scroll-off=999
      ```
- Fixed bug where preview window is not updated on `reload` (#2644)
- fzf on Windows will also use `$SHELL` to execute external programs
    - See #2638 and #2647
    - Thanks to @rashil2000, @vovcacik, and @janlazo

diffstat:

 sysutils/fzf/Makefile |  5 ++---
 sysutils/fzf/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r f04f4a1e65c5 -r 0e583ce2f8fe sysutils/fzf/Makefile
--- a/sysutils/fzf/Makefile     Mon Nov 08 12:28:05 2021 +0000
+++ b/sysutils/fzf/Makefile     Mon Nov 08 12:50:06 2021 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2021/11/05 20:02:48 bsiegert Exp $
+# $NetBSD: Makefile,v 1.46 2021/11/08 12:50:06 wiz Exp $
 
-DISTNAME=      fzf-0.27.3
-PKGREVISION=   1
+DISTNAME=      fzf-0.28.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=junegunn/}
 
diff -r f04f4a1e65c5 -r 0e583ce2f8fe sysutils/fzf/distinfo
--- a/sysutils/fzf/distinfo     Mon Nov 08 12:28:05 2021 +0000
+++ b/sysutils/fzf/distinfo     Mon Nov 08 12:50:06 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.11 2021/11/01 18:38:38 wiz Exp $
+$NetBSD: distinfo,v 1.12 2021/11/08 12:50:06 wiz Exp $
 
-BLAKE2s (fzf-0.27.3.tar.gz) = 8fe59b9a9a9b52f97e1ccb191407df2491e0fa85f0d9a2e9fe0e28821da344ac
-SHA512 (fzf-0.27.3.tar.gz) = 978cc524b257e931c2ac0323e7e8c78bcc554677e812a471f2af1e2fd35c4fb62d72baa5eaf4305291d524c97c59da1a8cc54c042b739b0ab0800b46916ce891
-Size (fzf-0.27.3.tar.gz) = 202761 bytes
+BLAKE2s (fzf-0.28.0.tar.gz) = 0a23c83dd83eebb62dd1b0c72e6002bd7d7d4014f83d8e05c95d02de31ad735b
+SHA512 (fzf-0.28.0.tar.gz) = 5e5652272b90ef1b79ed9faa0563439fe184aa2d91a6a76388145fc92cd851753abb70b3c22b3a77a863b0e47f3960ca2cb6236a93b48ca8efc1b6aceffcd621
+Size (fzf-0.28.0.tar.gz) = 205763 bytes
 BLAKE2s (github.com_gdamore_encoding_@v_v1.0.0.mod) = d98306119aa62bd2bb2dc3fd0a93976e35a5396dd7d50fb0fc3eb0c157fb88c2
 SHA512 (github.com_gdamore_encoding_@v_v1.0.0.mod) = fb153c4e481c073133f0c933c67eba8a1f160ab146921f2c77125b6ff5c348cea57e3a5701a557c8db2212d32e3cba1c09b9509210660c17b66c2a45ba97cb75
 Size (github.com_gdamore_encoding_@v_v1.0.0.mod) = 77 bytes


Home | Main Index | Thread Index | Old Index