pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/nnn sysutils/nnn: Update to 3.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b1c76572c8d4
branches:  trunk
changeset: 449356:b1c76572c8d4
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Sun Mar 28 12:25:38 2021 +0000

description:
sysutils/nnn: Update to 3.6

Changes:
- REPL command prompt (Esc or Enter to exit)
- invert selection with A
- option -u removed (always prefer selection to hovered)
- visit start dir on @ when start path is a file
- exit filter mode and redraw on ^L if no last filter
- plugin `fzcd` now selects the chosen file (#876)
- `ueberzug` support in plugin `preview-tui`
- new plugin `preview-tui-ext` with extra preview support
- clear selection after successful plugin invocation
- add method to sync subshell `$PWD` in WIki
- clear selection on single file deletion (#812)
- copy between instances not working (#864)
- plugin `togglex` to toggle exe mode of a selection (#813)
- fix `memccpy()` buffer overlap fault on macOS (#786)
- show `0 selected` msg on cp/mv with empty selection (#855)
- fix frozen terminal caused by opener (#858)
- migrate macOS CI to GitHub workflows, retire Travis

diffstat:

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

diffs (27 lines):

diff -r d8e707716f77 -r b1c76572c8d4 sysutils/nnn/Makefile
--- a/sysutils/nnn/Makefile     Sun Mar 28 10:36:33 2021 +0000
+++ b/sysutils/nnn/Makefile     Sun Mar 28 12:25:38 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2020/11/17 14:22:57 sjmulder Exp $
+# $NetBSD: Makefile,v 1.24 2021/03/28 12:25:38 sjmulder Exp $
 
-DISTNAME=      nnn-3.5
+DISTNAME=      nnn-3.6
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jarun/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r d8e707716f77 -r b1c76572c8d4 sysutils/nnn/distinfo
--- a/sysutils/nnn/distinfo     Sun Mar 28 10:36:33 2021 +0000
+++ b/sysutils/nnn/distinfo     Sun Mar 28 12:25:38 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2020/11/17 14:22:57 sjmulder Exp $
+$NetBSD: distinfo,v 1.19 2021/03/28 12:25:38 sjmulder Exp $
 
-SHA1 (nnn-3.5.tar.gz) = 3251e0a856e2e04c61ee50f18b3ba8707a8a3d51
-RMD160 (nnn-3.5.tar.gz) = 27027d213b614e00b4c02a73842b40f402fa4f11
-SHA512 (nnn-3.5.tar.gz) = 87710ca251906d22afc8d329675675c81fdf1d6e71f4f4991ab36868105906b6d45c2c84dd118beafa79644a0677a66bfa346ffe9a4516082d899c5148c5cffd
-Size (nnn-3.5.tar.gz) = 205980 bytes
+SHA1 (nnn-3.6.tar.gz) = d15d80df36c3a656df4c69e43a9689b3f8d39fca
+RMD160 (nnn-3.6.tar.gz) = 97693baeb061d374890d4f1417034716443ddf60
+SHA512 (nnn-3.6.tar.gz) = e997e2279c495c7235fdfd51ffcc36949686889424686f050329c7f127c62f3ddc807a758ee1b18b00a1884eeaf9f94195d02b2d0e2d76ae1523b8bf2cef1232
+Size (nnn-3.6.tar.gz) = 204688 bytes



Home | Main Index | Thread Index | Old Index