pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5d5477a44f8
branches:  trunk
changeset: 424950:d5d5477a44f8
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Mon Mar 16 16:27:18 2020 +0000

description:
nnn: Update to 3.0

Changes:
- take list of files as input and show
- option -e replaces NNN_USE_EDITOR
- option -t replaces NNN_IDLE_TIMEOUT
- PCRE support
- more readline bindings for native prompts
- run GUI app as plugin
- attempt lazy unmount when regular unmount fails
- fix unmount on macOS: use umount
- detect sshfs and rclone to prompt intelligently
- auto-proceed on file open (toggle key +)
- quit with error code on Q
- additional key F5 to toggle hidden
- key e to edit in EDITOR (back on multiple user requests)
- option to edit list of files in selection is changed to E
- do not end selection on redraw
- nuke: glow as Markdown viewer
- nuke: refactor, handle some common video types by extension
- file name removed from status bar
- static Makefile target
- generate, upload static package on release
- fix crash on entering empty dir, then Down
- fix keypresses lost when showing message
- fix #227: nnn creates xdg-open zombies

diffstat:

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

diffs (45 lines):

diff -r 2d68d443675f -r d5d5477a44f8 sysutils/nnn/Makefile
--- a/sysutils/nnn/Makefile     Mon Mar 16 15:34:29 2020 +0000
+++ b/sysutils/nnn/Makefile     Mon Mar 16 16:27:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2020/01/28 14:31:19 sjmulder Exp $
+# $NetBSD: Makefile,v 1.16 2020/03/16 16:27:18 sjmulder Exp $
 
-DISTNAME=      nnn-2.9
+DISTNAME=      nnn-3.0
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=jarun/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -15,13 +15,14 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-# Crashes with NetBSD's libedit/libtermcap, see:
+# Prevent pulling in builtin termcap which conflicts with ncurses'
+# implementation, causing a crash at startup. See:
 # https://github.com/jarun/nnn/issues/445
 .if ${OPSYS} == "NetBSD"
 READLINE_DEFAULT=      readline
 .endif
 
-# clock_gettime() on older glibc (eg RHEL 6), see:
+# clock_gettime() on older glibc (eg RHEL 6). See:
 # https://github.com/jarun/nnn/issues/453
 MAKE_ENV.Linux+=       LDLIBS=-lrt
 
diff -r 2d68d443675f -r d5d5477a44f8 sysutils/nnn/distinfo
--- a/sysutils/nnn/distinfo     Mon Mar 16 15:34:29 2020 +0000
+++ b/sysutils/nnn/distinfo     Mon Mar 16 16:27:18 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2020/01/28 14:31:19 sjmulder Exp $
+$NetBSD: distinfo,v 1.11 2020/03/16 16:27:18 sjmulder Exp $
 
-SHA1 (nnn-2.9.tar.gz) = 17f41def0cde1485eb2b3ebdeee65d0457c5f0e7
-RMD160 (nnn-2.9.tar.gz) = 029808587e3c55a7872fad602f871b6d16a44f1e
-SHA512 (nnn-2.9.tar.gz) = 7bc64901a317de79cb9e29502cda70b59ca681ddde53385521a08e49cbc32fa10bb76ceef2e911838c0bb7be4f5018dce4a1906e77c0ca9f1ec8164c82da7bb2
-Size (nnn-2.9.tar.gz) = 97998 bytes
+SHA1 (nnn-3.0.tar.gz) = 5adbc738d905da80018b6a6526b69b36ff453b92
+RMD160 (nnn-3.0.tar.gz) = d2ca7b2061f15eded16872f788f108bbc5cb8acb
+SHA512 (nnn-3.0.tar.gz) = a8092e1e5970e1f48baf04a3f9f7064b2efd61bc54bf993b0545c1c2148d775c29328b8e51d5b3f94340de82a468be8547bdd6bb40023811bbcfb755d611435f
+Size (nnn-3.0.tar.gz) = 102636 bytes
 SHA1 (patch-src_nnn.c) = 8d89c07976cbaab520f9aaf5a3d66bed02aa1a3a



Home | Main Index | Thread Index | Old Index