pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/nnn sysutils/nnn: Update to 3.5
details: https://anonhg.NetBSD.org/pkgsrc/rev/89b291b3a172
branches: trunk
changeset: 442043:89b291b3a172
user: sjmulder <sjmulder%pkgsrc.org@localhost>
date: Tue Nov 17 14:22:57 2020 +0000
description:
sysutils/nnn: Update to 3.5
Changes:
- compile-in Alexey Tourbin's QSORT macro
- support Nerd Font patched icons [`make O_NERD=1`]
- auto-generate static binaries with icons support
- audit and adapt all plugins for macOS
- enhance plugin `dups` to delete duplicates interactively
- plugin `autojump` now supports `jump` and `zoxide`
- support `gio trash` to Trash [`export NNN_TRASH=2`] (#740)
- quit program on double Esc in normal mode (#775)
- ^Space replaces ^K for range selection/clear selection
- show selection symbol (`+`) next to filename in detail mode (#741)
- error & quit on Q if no selection, else pick to stdout
- repeat ^T to cycle sort by time, size and clear
- option `-U` to show user & group info in status bar
- option `-J` to disable auto-proceed on select (#713)
- option `-D` to show dirs in context color with `NNN_FCOLORS`
- honor option `-C` for context colors
- show indicators if more entries above/below listing (#744)
- show missing utility name in flash msg (#753)
- exit `preview-tabbed` on ^C (#727)
- invoke GNU sed (_gsed_) on macOS (#728)
- fix HW cursor moves to wrong line (#735)
- fix rollover bug with multiline scroll (#743)
- fix input stream not listed with `-s`/`-S` (#777)
- fix locker not being invoked
- make target `upx` for additional binary compression
- compress auto-generated static binaries with upx
- make variable `O_NOSSN` to compile out sessions
- make variable `O_NOUG` to compile out user & group info
diffstat:
sysutils/nnn/Makefile | 4 ++--
sysutils/nnn/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 44c74492c298 -r 89b291b3a172 sysutils/nnn/Makefile
--- a/sysutils/nnn/Makefile Tue Nov 17 13:55:32 2020 +0000
+++ b/sysutils/nnn/Makefile Tue Nov 17 14:22:57 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.22 2020/08/23 22:31:29 sjmulder Exp $
+# $NetBSD: Makefile,v 1.23 2020/11/17 14:22:57 sjmulder Exp $
-DISTNAME= nnn-3.4
+DISTNAME= nnn-3.5
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff -r 44c74492c298 -r 89b291b3a172 sysutils/nnn/distinfo
--- a/sysutils/nnn/distinfo Tue Nov 17 13:55:32 2020 +0000
+++ b/sysutils/nnn/distinfo Tue Nov 17 14:22:57 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2020/08/23 22:31:29 sjmulder Exp $
+$NetBSD: distinfo,v 1.18 2020/11/17 14:22:57 sjmulder Exp $
-SHA1 (nnn-3.4.tar.gz) = d4b32e1621cdc447348333a116cc71703ff4f9ce
-RMD160 (nnn-3.4.tar.gz) = 538a0f3ba00f9bc2ad5ef8a4896e086c6f673426
-SHA512 (nnn-3.4.tar.gz) = 91b19e9a4581c6367b5c90b8294232fb77d86df348a6b4bce0df2336cac14493bf48cad52e02e5b6b0027c2ea14e3b9f15cc70d78abe82687172169b958ca918
-Size (nnn-3.4.tar.gz) = 194844 bytes
+SHA1 (nnn-3.5.tar.gz) = 3251e0a856e2e04c61ee50f18b3ba8707a8a3d51
+RMD160 (nnn-3.5.tar.gz) = 27027d213b614e00b4c02a73842b40f402fa4f11
+SHA512 (nnn-3.5.tar.gz) = 87710ca251906d22afc8d329675675c81fdf1d6e71f4f4991ab36868105906b6d45c2c84dd118beafa79644a0677a66bfa346ffe9a4516082d899c5148c5cffd
+Size (nnn-3.5.tar.gz) = 205980 bytes
Home |
Main Index |
Thread Index |
Old Index