Received: by mail.netbsd.org (Postfix, from userid 605) id 0B80D84FA3; Mon, 12 Aug 2019 11:57:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 85EB084F9C for ; Mon, 12 Aug 2019 11:57:46 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id fMunMKe6AnYu for ; Mon, 12 Aug 2019 11:57:45 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id BA08584CEF for ; Mon, 12 Aug 2019 11:57:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B36E6FBF4; Mon, 12 Aug 2019 11:57:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156561106568370" MIME-Version: 1.0 Date: Mon, 12 Aug 2019 11:57:45 +0000 From: "Sijmen J. Mulder" Subject: CVS commit: pkgsrc/sysutils/nnn To: pkgsrc-changes@NetBSD.org Reply-To: sjmulder@netbsd.org X-Mailer: log_accum Message-Id: <20190812115745.B36E6FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_156561106568370 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: sjmulder Date: Mon Aug 12 11:57:45 UTC 2019 Modified Files: pkgsrc/sysutils/nnn: Makefile distinfo Log Message: 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 To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/sysutils/nnn/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/nnn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156561106568370 Content-Disposition: inline Content-Length: 1573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/nnn/Makefile diff -u pkgsrc/sysutils/nnn/Makefile:1.10 pkgsrc/sysutils/nnn/Makefile:1.11 --- pkgsrc/sysutils/nnn/Makefile:1.10 Mon Jun 17 18:24:00 2019 +++ pkgsrc/sysutils/nnn/Makefile Mon Aug 12 11:57:45 2019 @@ -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} Index: pkgsrc/sysutils/nnn/distinfo diff -u pkgsrc/sysutils/nnn/distinfo:1.5 pkgsrc/sysutils/nnn/distinfo:1.6 --- pkgsrc/sysutils/nnn/distinfo:1.5 Wed May 29 10:18:50 2019 +++ pkgsrc/sysutils/nnn/distinfo Mon Aug 12 11:57:45 2019 @@ -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 --_----------=_156561106568370--