diff options
author | leot <leot@pkgsrc.org> | 2019-03-19 22:42:39 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2019-03-19 22:42:39 +0000 |
commit | e47dc2c090d32965a3fa0f4b4a6f948695cda6fd (patch) | |
tree | 01d870821f905beb8b99fde096411b572703304e /sysutils/nnn | |
parent | ba2e05478e05f480ae7c2d15f23defd0a1d2ac5e (diff) | |
download | pkgsrc-e47dc2c090d32965a3fa0f4b4a6f948695cda6fd.tar.gz |
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
Diffstat (limited to 'sysutils/nnn')
-rw-r--r-- | sysutils/nnn/Makefile | 10 | ||||
-rw-r--r-- | sysutils/nnn/distinfo | 10 |
2 files changed, 12 insertions, 8 deletions
diff --git a/sysutils/nnn/Makefile b/sysutils/nnn/Makefile index fb6baec5179..5ed68a8361b 100644 --- a/sysutils/nnn/Makefile +++ b/sysutils/nnn/Makefile @@ -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" diff --git a/sysutils/nnn/distinfo b/sysutils/nnn/distinfo index 916449c8ce1..7e98e06c71f 100644 --- a/sysutils/nnn/distinfo +++ b/sysutils/nnn/distinfo @@ -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 |