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.17.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91e109585fb6
branches:  trunk
changeset: 373191:91e109585fb6
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat Dec 30 04:52:35 2017 +0000

description:
fzf: update to 0.17.3

0.17.3
------
- `$LINES` and `$COLUMNS` are exported to preview command so that the command
  knows the exact size of the preview window.
- Better error messages when the default command or `$FZF_DEFAULT_COMMAND`
  fails.
- Reverted #1061 to avoid having duplicate entries in the list when find
  command detected a file system loop (#1120). The default command now
  requires that find supports `-fstype` option.
- fzf now distinguishes mouse left click and right click (#1130)
    - Right click is now bound to `toggle` action by default
    - `--bind` understands `left-click` and `right-click`
- Added `replace-query` action (#1137)
    - Replaces query string with the current selection
- Added `accept-non-empty` action (#1162)
    - Same as accept, except that it prevents fzf from exiting without any
      selection

diffstat:

 sysutils/fzf/Makefile |   4 ++--
 sysutils/fzf/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3dfbb0ea292a -r 91e109585fb6 sysutils/fzf/Makefile
--- a/sysutils/fzf/Makefile     Sat Dec 30 04:40:40 2017 +0000
+++ b/sysutils/fzf/Makefile     Sat Dec 30 04:52:35 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/12/03 00:33:07 maya Exp $
+# $NetBSD: Makefile,v 1.4 2017/12/30 04:52:35 maya Exp $
 
-DISTNAME=      fzf-0.17.1
+DISTNAME=      fzf-0.17.3
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=junegunn/}
 
diff -r 3dfbb0ea292a -r 91e109585fb6 sysutils/fzf/distinfo
--- a/sysutils/fzf/distinfo     Sat Dec 30 04:40:40 2017 +0000
+++ b/sysutils/fzf/distinfo     Sat Dec 30 04:52:35 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2017/11/06 11:15:32 wiz Exp $
+$NetBSD: distinfo,v 1.3 2017/12/30 04:52:35 maya Exp $
 
-SHA1 (fzf-0.17.1.tar.gz) = cbe14d0996bd798b8472158f004f3c4f6a7ad212
-RMD160 (fzf-0.17.1.tar.gz) = 3154ff71cc39c292a6f38aac662d60f35410d9df
-SHA512 (fzf-0.17.1.tar.gz) = e8a746daa2a75c7ec7ad3a4141c3398b879df192ff52af70878995ebac6731e9949c75ba8d3b05cc67e64a5c731a2310e2a54da21ba762107d8c6a7a55313b81
-Size (fzf-0.17.1.tar.gz) = 133222 bytes
+SHA1 (fzf-0.17.3.tar.gz) = 12926f30355c27761ccec5a721600f83ff693879
+RMD160 (fzf-0.17.3.tar.gz) = ef037e18b01c5825b04720adddac333e4d2c63de
+SHA512 (fzf-0.17.3.tar.gz) = 2713ef7adb0dd278ac0a0c362c5cd23e7b0f1867efdfa964ad1f63f48c7f518e0cf96cc0b2571487585a0271fb0d2398edfebdbe603ec2bb42d3bd87febd2156
+Size (fzf-0.17.3.tar.gz) = 136933 bytes



Home | Main Index | Thread Index | Old Index