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:           Mon Mar 16 16:27:18 UTC 2020

Modified Files:
        pkgsrc/sysutils/nnn: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/nnn/Makefile
cvs rdiff -u -r1.10 -r1.11 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.15 pkgsrc/sysutils/nnn/Makefile:1.16
--- pkgsrc/sysutils/nnn/Makefile:1.15   Tue Jan 28 14:31:19 2020
+++ pkgsrc/sysutils/nnn/Makefile        Mon Mar 16 16:27:18 2020
@@ -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 @@ USE_CURSES= wide set_escdelay getmouse
 
 .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
 

Index: pkgsrc/sysutils/nnn/distinfo
diff -u pkgsrc/sysutils/nnn/distinfo:1.10 pkgsrc/sysutils/nnn/distinfo:1.11
--- pkgsrc/sysutils/nnn/distinfo:1.10   Tue Jan 28 14:31:19 2020
+++ pkgsrc/sysutils/nnn/distinfo        Mon Mar 16 16:27:18 2020
@@ -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