pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/nnn



Module Name:    pkgsrc
Committed By:   sjmulder
Date:           Sun Mar 28 12:25:38 UTC 2021

Modified Files:
        pkgsrc/sysutils/nnn: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/sysutils/nnn/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/nnn/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/nnn/Makefile
diff -u pkgsrc/sysutils/nnn/Makefile:1.23 pkgsrc/sysutils/nnn/Makefile:1.24
--- pkgsrc/sysutils/nnn/Makefile:1.23   Tue Nov 17 14:22:57 2020
+++ pkgsrc/sysutils/nnn/Makefile        Sun Mar 28 12:25:38 2021
@@ -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}

Index: pkgsrc/sysutils/nnn/distinfo
diff -u pkgsrc/sysutils/nnn/distinfo:1.18 pkgsrc/sysutils/nnn/distinfo:1.19
--- pkgsrc/sysutils/nnn/distinfo:1.18   Tue Nov 17 14:22:57 2020
+++ pkgsrc/sysutils/nnn/distinfo        Sun Mar 28 12:25:38 2021
@@ -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