diff options
author | sjmulder <sjmulder@pkgsrc.org> | 2019-08-12 11:57:45 +0000 |
---|---|---|
committer | sjmulder <sjmulder@pkgsrc.org> | 2019-08-12 11:57:45 +0000 |
commit | 7b00f82d8e2a893455f061421eb766767fda20a4 (patch) | |
tree | c471c498f9667da2b053fbba9d2a17713f10d5f3 /sysutils/nnn | |
parent | 00db35e6e638d7b8db42741a85f79ad16b562f54 (diff) | |
download | pkgsrc-7b00f82d8e2a893455f061421eb766767fda20a4.tar.gz |
nnn: Update to 2.6
Changes:
- new plugins
- view image or browse a directory of images in terminal
- show image thumbnails
- PDF and text file reader
- calculate and verify checksum of selection or file
- append (and play) selection/dir/file music in MOC
- variable bitrate mp3 ringtone generator
- split current file or join selection
- better experience on Termux (and touch based devices)
- mouse scrolling support (with ncursesw6.0 and above)
- tap/left click to visit parent, toggle nav-as-you-type mode
- light mode set as default
- show status bar and use reverse video in light mode
- changed program options
- -d: detail mode
- -H: show hidden files
- -l is retired
- support XDG_CONFIG_HOME
- support / as an additional Leader key when filter is on
- sort by file extension
- use zip/unzip/tar if atool/bsdtar not found
- support duplicate file (key ^R, same as rename file)
- new config option NNN_SSHFS_OPTS to specify sshfs options
- restrict opening 0 byte files (NNN_RESTRICT_0B is obsolete)
- critical defects fixed
- fix #276 - crash with variable length inotify event handling
- fix #285 - hang after deleting/moving current directory
- fix #274 - a broken prompt on empty input with libreadline
- fix #304 - list selection from another instance
- cmatrix as locker fallback
- wait for user input after running a command from prompt
- scrolloff set to 3 from 5
Index: sysutils/nnn/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/nnn/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- sysutils/nnn/Makefile 17 Jun 2019 18:24:00 -0000 1.10
+++ sysutils/nnn/Makefile 7 Aug 2019 09:13:11 -0000
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.10 2019/06/17 18:24:00 sjmulder Exp $
-DISTNAME= nnn-2.5
-PKGREVISION= 2
+DISTNAME= nnn-2.6
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: sysutils/nnn/distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/nnn/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- sysutils/nnn/distinfo 29 May 2019 10:18:50 -0000 1.5
+++ sysutils/nnn/distinfo 7 Aug 2019 09:13:11 -0000
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2019/05/29 10:18:50 sjmulder Exp $
-SHA1 (nnn-2.5.tar.gz) = f6ebfe389c7c2a1a2410eb01a20eb9b9ab66d9fd
-RMD160 (nnn-2.5.tar.gz) = fe817ba2d50cde019e1f5675541ddf2d28dccccd
-SHA512 (nnn-2.5.tar.gz) = eb50b5368811a9b93caa385a94b2e6a63705bd0ba1db4dc9a3a628a42d11547d53095736e4afa6f73037064b2ef883fe9a60cb048279ba0dd9889503de7e5167
-Size (nnn-2.5.tar.gz) = 71811 bytes
+SHA1 (nnn-2.6.tar.gz) = d6938abbff58f2399ebb40b5a4b2dfd77610d609
+RMD160 (nnn-2.6.tar.gz) = e690b49fc6918ef0132bbcb1e6f042e41293e73d
+SHA512 (nnn-2.6.tar.gz) = dbb445d5f3bd64640c053d04cab7c7c6aa82034c4715236129b6079c69db57c870cf255d454aeb224c85ac9d52835999403285f1d4a4c72ea8a3d439a4e9e1eb
+Size (nnn-2.6.tar.gz) = 78668 bytes
Diffstat (limited to 'sysutils/nnn')
-rw-r--r-- | sysutils/nnn/Makefile | 5 | ||||
-rw-r--r-- | sysutils/nnn/distinfo | 10 |
2 files changed, 7 insertions, 8 deletions
diff --git a/sysutils/nnn/Makefile b/sysutils/nnn/Makefile index 5bbad519e4d..4382c8e7bd6 100644 --- a/sysutils/nnn/Makefile +++ b/sysutils/nnn/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2019/06/17 18:24:00 sjmulder Exp $ +# $NetBSD: Makefile,v 1.11 2019/08/12 11:57:45 sjmulder Exp $ -DISTNAME= nnn-2.5 -PKGREVISION= 2 +DISTNAME= nnn-2.6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/nnn/distinfo b/sysutils/nnn/distinfo index 505bfbbf291..c78eaf7a0f4 100644 --- a/sysutils/nnn/distinfo +++ b/sysutils/nnn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2019/05/29 10:18:50 sjmulder Exp $ +$NetBSD: distinfo,v 1.6 2019/08/12 11:57:45 sjmulder Exp $ -SHA1 (nnn-2.5.tar.gz) = f6ebfe389c7c2a1a2410eb01a20eb9b9ab66d9fd -RMD160 (nnn-2.5.tar.gz) = fe817ba2d50cde019e1f5675541ddf2d28dccccd -SHA512 (nnn-2.5.tar.gz) = eb50b5368811a9b93caa385a94b2e6a63705bd0ba1db4dc9a3a628a42d11547d53095736e4afa6f73037064b2ef883fe9a60cb048279ba0dd9889503de7e5167 -Size (nnn-2.5.tar.gz) = 71811 bytes +SHA1 (nnn-2.6.tar.gz) = d6938abbff58f2399ebb40b5a4b2dfd77610d609 +RMD160 (nnn-2.6.tar.gz) = e690b49fc6918ef0132bbcb1e6f042e41293e73d +SHA512 (nnn-2.6.tar.gz) = dbb445d5f3bd64640c053d04cab7c7c6aa82034c4715236129b6079c69db57c870cf255d454aeb224c85ac9d52835999403285f1d4a4c72ea8a3d439a4e9e1eb +Size (nnn-2.6.tar.gz) = 78668 bytes |