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:   maya
Date:           Sat Dec 30 04:52:35 UTC 2017

Modified Files:
        pkgsrc/sysutils/fzf: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/sysutils/fzf/Makefile:1.4
--- pkgsrc/sysutils/fzf/Makefile:1.3    Sun Dec  3 00:33:07 2017
+++ pkgsrc/sysutils/fzf/Makefile        Sat Dec 30 04:52:35 2017
@@ -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/}
 

Index: pkgsrc/sysutils/fzf/distinfo
diff -u pkgsrc/sysutils/fzf/distinfo:1.2 pkgsrc/sysutils/fzf/distinfo:1.3
--- pkgsrc/sysutils/fzf/distinfo:1.2    Mon Nov  6 11:15:32 2017
+++ pkgsrc/sysutils/fzf/distinfo        Sat Dec 30 04:52:35 2017
@@ -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