head 1.3; access; symbols pkgsrc-2023Q4:1.3.0.2 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.2.0.46 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.44 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.42 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.40 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.38 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.36 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.34 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.32 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.30 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.28 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.26 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.2.0.24 pkgsrc-2020Q4-base:1.2 pkgsrc-2020Q3:1.2.0.22 pkgsrc-2020Q3-base:1.2 pkgsrc-2020Q2:1.2.0.20 pkgsrc-2020Q2-base:1.2 pkgsrc-2020Q1:1.2.0.16 pkgsrc-2020Q1-base:1.2 pkgsrc-2019Q4:1.2.0.18 pkgsrc-2019Q4-base:1.2 pkgsrc-2019Q3:1.2.0.14 pkgsrc-2019Q3-base:1.2 pkgsrc-2019Q2:1.2.0.12 pkgsrc-2019Q2-base:1.2 pkgsrc-2019Q1:1.2.0.10 pkgsrc-2019Q1-base:1.2 pkgsrc-2018Q4:1.2.0.8 pkgsrc-2018Q4-base:1.2 pkgsrc-2018Q3:1.2.0.6 pkgsrc-2018Q3-base:1.2 pkgsrc-2018Q2:1.2.0.4 pkgsrc-2018Q2-base:1.2 pkgsrc-2018Q1:1.2.0.2 pkgsrc-2018Q1-base:1.2 pkgsrc-2017Q4:1.1.0.2 pkgsrc-2017Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2023.11.19.00.38.13; author iquiw; state Exp; branches; next 1.2; commitid ejXknH71BN7QC9NE; 1.2 date 2018.02.15.15.05.55; author leot; state Exp; branches; next 1.1; commitid Y9GNFaVVdRe41YqA; 1.1 date 2017.10.24.06.57.50; author maya; state Exp; branches; next ; commitid q6DrWA36aZmgZgcA; desc @@ 1.3 log @fzf: update to 0.44.1 Pkgsrc changes: * Include bin/fzf-preview.sh in the package. Upstream changes: 0.44.1 * Fixed crash when preview window is hidden on focus event 0.44.0 * (Experimental) Sixel image support in preview window (not available on Windows) * bin/fzf-preview.sh is added to demonstrate how to display an image using Kitty image protocol or Sixel. You can use it like so: fzf --preview='fzf-preview.sh {}' * (Experimental) iTerm2 inline image protocol support in preview window (not available on Windows) # Using https://iterm2.com/utilities/imgcat fzf --preview 'imgcat -W $FZF_PREVIEW_COLUMNS -H $FZF_PREVIEW_LINES {}' * HTTP server can be configured to accept remote connections # FZF_API_KEY is required for a non-localhost listen address export FZF_API_KEY="$(head -c 32 /dev/urandom | base64)" fzf --listen 0.0.0.0:6266 * To allow remote process execution, use --listen-unsafe instead (execute*, reload*, become, preview, change-preview, transform-*) fzf --listen-unsafe 0.0.0.0:6266 @ text @@@comment $NetBSD: PLIST,v 1.2 2018/02/15 15:05:55 leot Exp $ bin/fzf bin/fzf-preview.sh bin/fzf-tmux man/man1/fzf-tmux.1 man/man1/fzf.1 share/fzf/plugin/fzf.vim share/fzf/shell/completion.bash share/fzf/shell/completion.zsh share/fzf/shell/key-bindings.bash share/fzf/shell/key-bindings.fish share/fzf/shell/key-bindings.zsh @ 1.2 log @fzf: Use `do-install' to install only needed files lang/go/go-package.mk install several files that are not needed for packages that just install a program. Define `do-install' target to avoid that. While here also install fzf-tmux in bin/, man pages under ${PKGMANDIR} accordingly and shell completions/bindings and vim plugin under share/fzf. Update MESSAGE to reflect this change. PKGREVISION++ Discussed with . @ text @d1 1 a1 1 @@comment $NetBSD$ d3 1 @ 1.1 log @Add fzf version 0.17.1 fzf is a general-purpose command-line fuzzy finder. It's an interactive Unix filter for command-line that can be used with any list; files, command history, processes, hostnames, bookmarks, git commits, etc. @ text @d3 9 a11 79 gopkg/pkg/${GO_PLATFORM}/github.com/junegunn/fzf/src.a gopkg/pkg/${GO_PLATFORM}/github.com/junegunn/fzf/src/algo.a gopkg/pkg/${GO_PLATFORM}/github.com/junegunn/fzf/src/tui.a gopkg/pkg/${GO_PLATFORM}/github.com/junegunn/fzf/src/util.a gopkg/src/github.com/junegunn/fzf/BUILD.md gopkg/src/github.com/junegunn/fzf/CHANGELOG.md gopkg/src/github.com/junegunn/fzf/LICENSE gopkg/src/github.com/junegunn/fzf/Makefile gopkg/src/github.com/junegunn/fzf/README-VIM.md gopkg/src/github.com/junegunn/fzf/README.md gopkg/src/github.com/junegunn/fzf/bin/fzf-tmux gopkg/src/github.com/junegunn/fzf/doc/fzf.txt gopkg/src/github.com/junegunn/fzf/glide.lock gopkg/src/github.com/junegunn/fzf/glide.yaml gopkg/src/github.com/junegunn/fzf/install gopkg/src/github.com/junegunn/fzf/main.go gopkg/src/github.com/junegunn/fzf/man/man1/fzf-tmux.1 gopkg/src/github.com/junegunn/fzf/man/man1/fzf.1 gopkg/src/github.com/junegunn/fzf/plugin/fzf.vim gopkg/src/github.com/junegunn/fzf/shell/completion.bash gopkg/src/github.com/junegunn/fzf/shell/completion.zsh gopkg/src/github.com/junegunn/fzf/shell/key-bindings.bash gopkg/src/github.com/junegunn/fzf/shell/key-bindings.fish gopkg/src/github.com/junegunn/fzf/shell/key-bindings.zsh gopkg/src/github.com/junegunn/fzf/src/LICENSE gopkg/src/github.com/junegunn/fzf/src/algo/algo.go gopkg/src/github.com/junegunn/fzf/src/algo/algo_test.go gopkg/src/github.com/junegunn/fzf/src/algo/normalize.go gopkg/src/github.com/junegunn/fzf/src/ansi.go gopkg/src/github.com/junegunn/fzf/src/ansi_test.go gopkg/src/github.com/junegunn/fzf/src/cache.go gopkg/src/github.com/junegunn/fzf/src/cache_test.go gopkg/src/github.com/junegunn/fzf/src/chunklist.go gopkg/src/github.com/junegunn/fzf/src/chunklist_test.go gopkg/src/github.com/junegunn/fzf/src/constants.go gopkg/src/github.com/junegunn/fzf/src/core.go gopkg/src/github.com/junegunn/fzf/src/history.go gopkg/src/github.com/junegunn/fzf/src/history_test.go gopkg/src/github.com/junegunn/fzf/src/item.go gopkg/src/github.com/junegunn/fzf/src/item_test.go gopkg/src/github.com/junegunn/fzf/src/matcher.go gopkg/src/github.com/junegunn/fzf/src/merger.go gopkg/src/github.com/junegunn/fzf/src/merger_test.go gopkg/src/github.com/junegunn/fzf/src/options.go gopkg/src/github.com/junegunn/fzf/src/options_test.go gopkg/src/github.com/junegunn/fzf/src/pattern.go gopkg/src/github.com/junegunn/fzf/src/pattern_test.go gopkg/src/github.com/junegunn/fzf/src/reader.go gopkg/src/github.com/junegunn/fzf/src/reader_test.go gopkg/src/github.com/junegunn/fzf/src/result.go gopkg/src/github.com/junegunn/fzf/src/result_others.go gopkg/src/github.com/junegunn/fzf/src/result_test.go gopkg/src/github.com/junegunn/fzf/src/result_x86.go gopkg/src/github.com/junegunn/fzf/src/terminal.go gopkg/src/github.com/junegunn/fzf/src/terminal_test.go gopkg/src/github.com/junegunn/fzf/src/terminal_unix.go gopkg/src/github.com/junegunn/fzf/src/terminal_windows.go gopkg/src/github.com/junegunn/fzf/src/tokenizer.go gopkg/src/github.com/junegunn/fzf/src/tokenizer_test.go gopkg/src/github.com/junegunn/fzf/src/tui/dummy.go gopkg/src/github.com/junegunn/fzf/src/tui/light.go gopkg/src/github.com/junegunn/fzf/src/tui/tcell.go gopkg/src/github.com/junegunn/fzf/src/tui/tui.go gopkg/src/github.com/junegunn/fzf/src/tui/tui_test.go gopkg/src/github.com/junegunn/fzf/src/update_assets.rb gopkg/src/github.com/junegunn/fzf/src/util/atomicbool.go gopkg/src/github.com/junegunn/fzf/src/util/atomicbool_test.go gopkg/src/github.com/junegunn/fzf/src/util/chars.go gopkg/src/github.com/junegunn/fzf/src/util/chars_test.go gopkg/src/github.com/junegunn/fzf/src/util/eventbox.go gopkg/src/github.com/junegunn/fzf/src/util/eventbox_test.go gopkg/src/github.com/junegunn/fzf/src/util/slab.go gopkg/src/github.com/junegunn/fzf/src/util/util.go gopkg/src/github.com/junegunn/fzf/src/util/util_test.go gopkg/src/github.com/junegunn/fzf/src/util/util_unix.go gopkg/src/github.com/junegunn/fzf/src/util/util_windows.go gopkg/src/github.com/junegunn/fzf/test/fzf.vader gopkg/src/github.com/junegunn/fzf/test/test_go.rb gopkg/src/github.com/junegunn/fzf/uninstall @