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 Nov  8 12:50:07 UTC 2021

Modified Files:
        pkgsrc/sysutils/fzf: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.11 -r1.12 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.45 pkgsrc/sysutils/fzf/Makefile:1.46
--- pkgsrc/sysutils/fzf/Makefile:1.45   Fri Nov  5 20:02:48 2021
+++ pkgsrc/sysutils/fzf/Makefile        Mon Nov  8 12:50:06 2021
@@ -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/}
 

Index: pkgsrc/sysutils/fzf/distinfo
diff -u pkgsrc/sysutils/fzf/distinfo:1.11 pkgsrc/sysutils/fzf/distinfo:1.12
--- pkgsrc/sysutils/fzf/distinfo:1.11   Mon Nov  1 18:38:38 2021
+++ pkgsrc/sysutils/fzf/distinfo        Mon Nov  8 12:50:06 2021
@@ -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