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:   sjmulder
Date:           Tue Nov 17 14:22:57 UTC 2020

Modified Files:
        pkgsrc/sysutils/nnn: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/nnn/Makefile
cvs rdiff -u -r1.17 -r1.18 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.22 pkgsrc/sysutils/nnn/Makefile:1.23
--- pkgsrc/sysutils/nnn/Makefile:1.22   Sun Aug 23 22:31:29 2020
+++ pkgsrc/sysutils/nnn/Makefile        Tue Nov 17 14:22:57 2020
@@ -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}

Index: pkgsrc/sysutils/nnn/distinfo
diff -u pkgsrc/sysutils/nnn/distinfo:1.17 pkgsrc/sysutils/nnn/distinfo:1.18
--- pkgsrc/sysutils/nnn/distinfo:1.17   Sun Aug 23 22:31:29 2020
+++ pkgsrc/sysutils/nnn/distinfo        Tue Nov 17 14:22:57 2020
@@ -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