Received: by mail.netbsd.org (Postfix, from userid 605) id 35A3984DB5; Tue, 19 Mar 2019 22:42:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B18F784DB2 for ; Tue, 19 Mar 2019 22:42:40 +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 7nhTZScuxOAK for ; Tue, 19 Mar 2019 22:42:40 +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 26D6884CD0 for ; Tue, 19 Mar 2019 22:42:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21209FB16; Tue, 19 Mar 2019 22:42:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1553035360258600" MIME-Version: 1.0 Date: Tue, 19 Mar 2019 22:42:40 +0000 From: "Leonardo Taccari" Subject: CVS commit: pkgsrc/sysutils/nnn To: pkgsrc-changes@NetBSD.org Reply-To: leot@netbsd.org X-Mailer: log_accum Message-Id: <20190319224240.21209FB16@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. --_----------=_1553035360258600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: leot Date: Tue Mar 19 22:42:40 UTC 2019 Modified Files: pkgsrc/sysutils/nnn: Makefile distinfo Log Message: nnn: Update to 2.4 Patch provided by Sijmen Mulder via tech-pkg@, thanks! pkgsrc changes: - New 'readline’ option (enabled by default) Changes: 2.4 --- - Tinier and lighter! - FreeDesktop.org compliant trashing - mark selected entries with + - wild mode (option -w, key ^W) for nav-as-you-type - POSIX-compliant GUI app launcher with drop-down menu (key =) - new scripts: - upload image to imgur - send selection to Android using kdeconnect-cli - show permissions in detail mode - cp, mv progress bar on Linux (needs advcpmv) [BSD, macOS shows on ^T] - make libreadline an optional dep (reduces memory usage) - minimize the number of redraws - handle screen resize gracefully - option -d to show hidden files (NNN_SHOW_HIDDEN is removed) - additional key K to toggle selection - change visit start dir key to @ - option -C to disable colors removed - per-context initial directory replaced by program start dir - marker msg when spawning new shell removed - rename debug file to nnndbg To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/sysutils/nnn/Makefile \ pkgsrc/sysutils/nnn/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1553035360258600 Content-Disposition: inline Content-Length: 2042 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.3 pkgsrc/sysutils/nnn/Makefile:1.4 --- pkgsrc/sysutils/nnn/Makefile:1.3 Wed Feb 20 17:02:29 2019 +++ pkgsrc/sysutils/nnn/Makefile Tue Mar 19 22:42:39 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2019/02/20 17:02:29 leot Exp $ +# $NetBSD: Makefile,v 1.4 2019/03/19 22:42:39 leot Exp $ -DISTNAME= nnn-2.3 +DISTNAME= nnn-2.4 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/} GITHUB_TAG= v${PKGVERSION_NOREV} @@ -13,11 +13,15 @@ LICENSE= 2-clause-bsd USE_TOOLS+= gmake pkg-config USE_CURSES= wide +# build without readline unless option set (see options.mk) +BUILD_TARGET= norl + MAKE_ENV+= MANPREFIX=${PREFIX}/${PKGMANDIR} MAKE_ENV+= CFLAGS_OPTIMIZATION= MAKE_ENV+= CFLAGS_CURSES=${BUILDLINK_CFLAGS.curses:Q} MAKE_ENV+= LDLIBS_CURSES=${BUILDLINK_LDADD.curses:Q} +.include "options.mk" + .include "../../mk/curses.buildlink3.mk" -.include "../../mk/readline.buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/sysutils/nnn/distinfo diff -u pkgsrc/sysutils/nnn/distinfo:1.3 pkgsrc/sysutils/nnn/distinfo:1.4 --- pkgsrc/sysutils/nnn/distinfo:1.3 Wed Feb 20 17:02:29 2019 +++ pkgsrc/sysutils/nnn/distinfo Tue Mar 19 22:42:39 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2019/02/20 17:02:29 leot Exp $ +$NetBSD: distinfo,v 1.4 2019/03/19 22:42:39 leot Exp $ -SHA1 (nnn-2.3.tar.gz) = 82d0e63cddc90b3ebfa3d22680d0aa3b5753262f -RMD160 (nnn-2.3.tar.gz) = 168f88307c5376fdaa9686c0fe46329932379aef -SHA512 (nnn-2.3.tar.gz) = 416eb08a40534ff4b92b8757c75d8e599d2ea1cbfe7cdedaccac42fd819b1f15e3da839181b232036b1d63dd8bf7c82df801cb4c456e8917fbe47a9a25fae361 -Size (nnn-2.3.tar.gz) = 56286 bytes +SHA1 (nnn-2.4.tar.gz) = 3134355c9f283fef98a175c1909f6bdec8c37cff +RMD160 (nnn-2.4.tar.gz) = 14946e35fdae44e610ff6cfb4c15a39a40d738a0 +SHA512 (nnn-2.4.tar.gz) = b285b14bb73e81a8480b19be7adf0b6efebc632cae82cddf9f040e644dd07dfef4e5c27df2e318aaa21eb1ac4d9e20b6d89f66b8e9b481160bc49f1302806722 +Size (nnn-2.4.tar.gz) = 62510 bytes --_----------=_1553035360258600--