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:   mef
Date:           Sun Nov 17 12:10:38 UTC 2019

Modified Files:
        pkgsrc/sysutils/fzf: Makefile distinfo

Log Message:
(sysutils/fzf) Updated from 0.17.3 to 0.18.0 (one items fails at make test)

0.18.0
------

- Added placeholder expression for zero-based item index: `{n}` and `{+n}`
    - `fzf --preview 'echo {n}: {}'`
- Added color option for the gutter: `--color gutter:-1`
- Added `--no-unicode` option for drawing borders in non-Unicode, ASCII
  characters
- `FZF_PREVIEW_LINES` and `FZF_PREVIEW_COLUMNS` are exported to preview process
    - fzf still overrides `LINES` and `COLUMNS` as before, but they may be
      reset by the default shell.
- Bug fixes and improvements
    - See https://github.com/junegunn/fzf/milestone/14?closed=1
- Built with Go 1.12.1

0.17.5
------

- Bug fixes and improvements
    - See https://github.com/junegunn/fzf/milestone/13?closed=1
- Search query longer than the screen width is allowed (up to 300 chars)
- Built with Go 1.11.1

0.17.4
------

- Added `--layout` option with a new layout called `reverse-list`.
    - `--layout=reverse` is a synonym for `--reverse`
    - `--layout=default` is a synonym for `--no-reverse`
- Preview window will be updated even when there is no match for the query
  if any of the placeholder expressions (e.g. `{q}`, `{+}`) evaluates to
  a non-empty string.
- More keys for binding: `shift-{up,down}`, `alt-{up,down,left,right}`
- fzf can now start even when `/dev/tty` is not available by making an
  educated guess.
- Updated the default command for Windows.
- Fixes and improvements on bash/zsh completion
- install and uninstall scripts now supports generating files under
  `XDG_CONFIG_HOME` on `--xdg` flag.

See https://github.com/junegunn/fzf/milestone/12?closed=1 for the full list of
changes.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/fzf/Makefile
cvs rdiff -u -r1.3 -r1.4 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.18 pkgsrc/sysutils/fzf/Makefile:1.19
--- pkgsrc/sysutils/fzf/Makefile:1.18   Fri Oct 18 14:58:57 2019
+++ pkgsrc/sysutils/fzf/Makefile        Sun Nov 17 12:10:38 2019
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2019/10/18 14:58:57 bsiegert Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/17 12:10:38 mef Exp $
 
-DISTNAME=      fzf-0.17.3
-PKGREVISION=   14
+DISTNAME=      fzf-0.18.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=junegunn/}
 

Index: pkgsrc/sysutils/fzf/distinfo
diff -u pkgsrc/sysutils/fzf/distinfo:1.3 pkgsrc/sysutils/fzf/distinfo:1.4
--- pkgsrc/sysutils/fzf/distinfo:1.3    Sat Dec 30 04:52:35 2017
+++ pkgsrc/sysutils/fzf/distinfo        Sun Nov 17 12:10:38 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/12/30 04:52:35 maya Exp $
+$NetBSD: distinfo,v 1.4 2019/11/17 12:10:38 mef Exp $
 
-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
+SHA1 (fzf-0.18.0.tar.gz) = b2561d50400ae9983e4f6b60865d6c131dd30028
+RMD160 (fzf-0.18.0.tar.gz) = b5bb4c3d953c233408d99fd1e1dbc4caf69a1eb8
+SHA512 (fzf-0.18.0.tar.gz) = 70dcda693ed6706f232874550f89cfcdbce1d28360244a728dd0640a4cfbbbd0899601f42c9096197c159cde86e89d287a06905cb5d665bd09b9d01cca2cb754
+Size (fzf-0.18.0.tar.gz) = 143243 bytes



Home | Main Index | Thread Index | Old Index