diff options
author | sjmulder <sjmulder@pkgsrc.org> | 2021-09-29 15:27:05 +0000 |
---|---|---|
committer | sjmulder <sjmulder@pkgsrc.org> | 2021-09-29 15:27:05 +0000 |
commit | 16699a89b9c5a4bcbbcc5b56c57f340b56ffb34e (patch) | |
tree | 7de07d0b48e43b83f6417591869a6243e784f7d8 /sysutils/nnn | |
parent | 41f349fd0304219b096d9eb27618ec5ca56aa0e9 (diff) | |
download | pkgsrc-16699a89b9c5a4bcbbcc5b56c57f340b56ffb34e.tar.gz |
sysutils/nnn: Update to 4.3
Changes:
- 'NNN_PLUG' indicator symbol interpretation has **changed**:
- '!' - _run-cmd-as-plugin_ (earlier '_')
- '&' - _run-gui-cmd-as-plugin_ (earlier '|')
- '|' (new) - page noninteractive _run-cmd-as-plugin_ output
- persistent selection markers (#1086)
- option _extract to..._ for archives
- mount remote and mount/extract archive to a smart context
- confirm file trashing to avoid accidental press of 'x' (#1101)
- insert the last command executed at prompt on 'Up' or 'Down'
- insert the current file name at empty prompt on 'TAB'
- handle redraw issue on missed 'KEY_RESIZE' (#1067)
- add force-tty capability to spawn and set pagers to it (#1064)
- clear selection mode on deselecting last selected file (#1098)
- remove selected hovered entry from selection on deletion
- disable filtering in empty directories
- ignore last pressed filter character when no matches
- fix broken screen on resize while paging (#1072)
- fix archive not hovered on creation
- remove libgit2 dependency in 'gitstatus' patch (#1095)
- add '-G' flag for 'gitstatus' patch
- option '-X' for explorer (persistent picker) mode
- option '-F' decommissioned in favour of config 'NNN_HELP'
- '-F' redefined to multiplex 'NNN_FIFO' to preview or explore
- support paging noninterative _run-cmd-as-plugin_ output
- 'nuke' - add option to execute binaries (#1111)
- plugin 'fzopen' - call 'open' on macOS, add option to use 'nuke'
- plugin 'fzcd' will not modify selection
- plugin 'suedit' - preserve environment
- several 'preview-tui' fixes
- plugin 'wall' renamed to 'wallpaper'
- remove plugin 'fzz' - merged into plugin 'autojump'
- remove plugin 'upgrade' - packaging is on OBS now
- remove plugin 'treeview' - needs minor 'preview-tui' tweak
- remove plugin 'picker' - 'nnn -p -' does the same
- remove plugin 'pdfview' - needs simple change in 'pdfread'
- remove plugin 'uidgid' - use program option '-U'
- remove plugins 'mediainf', 'hexview' - simple one-liners
Diffstat (limited to 'sysutils/nnn')
-rw-r--r-- | sysutils/nnn/Makefile | 5 | ||||
-rw-r--r-- | sysutils/nnn/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/nnn/Makefile b/sysutils/nnn/Makefile index 11f334e91f7..f9284d4e207 100644 --- a/sysutils/nnn/Makefile +++ b/sysutils/nnn/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2021/08/06 01:36:38 sjmulder Exp $ +# $NetBSD: Makefile,v 1.28 2021/09/29 15:27:05 sjmulder Exp $ -DISTNAME= nnn-4.2 -PKGREVISION= 1 +DISTNAME= nnn-4.3 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/nnn/distinfo b/sysutils/nnn/distinfo index fd7bb63d0bc..b5c3fa0f3d8 100644 --- a/sysutils/nnn/distinfo +++ b/sysutils/nnn/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2021/09/28 23:31:04 sjmulder Exp $ +$NetBSD: distinfo,v 1.22 2021/09/29 15:27:05 sjmulder Exp $ -SHA1 (nnn-4.2.tar.gz) = 53d3bc842e10f3bff87ee44f5fcc2347f22ed311 -RMD160 (nnn-4.2.tar.gz) = a7c91f4aa7d73e5e275d2f0b4611cada613af2cb -SHA512 (nnn-4.2.tar.gz) = 4d3ee102ad4d0067b40aec5e3b68fcd802ed4c5a9586b1e4cc81ea3525dd4190561887b0db4a1385adff699a095c9cf6de56a96e031db97f93e5bc7209422cd3 -Size (nnn-4.2.tar.gz) = 229745 bytes +SHA1 (nnn-4.3.tar.gz) = e265a47dd5deec795e71dc4e9d550810d1730a5c +RMD160 (nnn-4.3.tar.gz) = 8b427389d71d4f47ed494c3f089ad77d601b1a1b +SHA512 (nnn-4.3.tar.gz) = 588af174d86db14acf5d1e2ac42f88ca5c6f0e105996a58771e7e0f989f224616e7a12d74fecc96540a9782db0cf8857c21bf0f50df4ee3b4b5c641291c64575 +Size (nnn-4.3.tar.gz) = 236606 bytes SHA1 (patch-src_nnn.c) = e7ea87e3584f3d19385df434a98868ac2e008e6a |