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:           Wed Sep 29 15:27:05 UTC 2021

Modified Files:
        pkgsrc/sysutils/nnn: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/sysutils/nnn/Makefile
cvs rdiff -u -r1.21 -r1.22 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.27 pkgsrc/sysutils/nnn/Makefile:1.28
--- pkgsrc/sysutils/nnn/Makefile:1.27   Fri Aug  6 01:36:38 2021
+++ pkgsrc/sysutils/nnn/Makefile        Wed Sep 29 15:27:05 2021
@@ -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}

Index: pkgsrc/sysutils/nnn/distinfo
diff -u pkgsrc/sysutils/nnn/distinfo:1.21 pkgsrc/sysutils/nnn/distinfo:1.22
--- pkgsrc/sysutils/nnn/distinfo:1.21   Tue Sep 28 23:31:04 2021
+++ pkgsrc/sysutils/nnn/distinfo        Wed Sep 29 15:27:05 2021
@@ -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



Home | Main Index | Thread Index | Old Index