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:   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.

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



Home | Main Index | Thread Index | Old Index