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:           Fri Nov 25 16:10:06 UTC 2022

Modified Files:
        pkgsrc/sysutils/nnn: MESSAGE Makefile distinfo

Log Message:
sysutils/nnn: Update to 4.7

Changes:
 - fix ^N not working sometimes (#1449)
 - fix file remove confirmation prompt [Esc - cancel, y/Y - use force,
   any other key - prompt for each file]
 - bring back atool as the default archive handler
 - add option -B to use bsdtar as the archive utility
 - find and list mode improvements
    - continue even if max paths/data size limit is exceeded
    - speed improvements
    - support listing maximum 16K paths of 64 MiB of data
 - key J to jump to an entry or relative offset from current entry
 - prefill the hard link creation prompt when there's a single target
   (#1507)
 - documented workaround for docker container crash (#1407, #1476)
 - plugin imgview: handle arguments as strings (#1509)
 - plugin wallpaper: support Wayland (#1512)
 - plugin upload: handle selection using ffsend (#1523)
 - add Rust icons (#1502)


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/nnn/MESSAGE
cvs rdiff -u -r1.30 -r1.31 pkgsrc/sysutils/nnn/Makefile
cvs rdiff -u -r1.27 -r1.28 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/MESSAGE
diff -u pkgsrc/sysutils/nnn/MESSAGE:1.1 pkgsrc/sysutils/nnn/MESSAGE:1.2
--- pkgsrc/sysutils/nnn/MESSAGE:1.1     Tue Nov 23 23:20:14 2021
+++ pkgsrc/sysutils/nnn/MESSAGE Fri Nov 25 16:10:06 2022
@@ -1,9 +1,8 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1 2021/11/23 23:20:14 sjmulder Exp $
+$NetBSD: MESSAGE,v 1.2 2022/11/25 16:10:06 sjmulder Exp $
 
 To install the plugins bundled with nnn:
 
  mkdir -p ~/.config/nnn/plugins
  cp ${PREFIX}/share/examples/nnn/plugins/* ~/.config/nnn/plugins/
-
 ===========================================================================

Index: pkgsrc/sysutils/nnn/Makefile
diff -u pkgsrc/sysutils/nnn/Makefile:1.30 pkgsrc/sysutils/nnn/Makefile:1.31
--- pkgsrc/sysutils/nnn/Makefile:1.30   Thu Nov  3 11:34:14 2022
+++ pkgsrc/sysutils/nnn/Makefile        Fri Nov 25 16:10:06 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.30 2022/11/03 11:34:14 sjmulder Exp $
+# $NetBSD: Makefile,v 1.31 2022/11/25 16:10:06 sjmulder Exp $
 
-DISTNAME=      nnn-4.6
+DISTNAME=      nnn-4.7
 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.27 pkgsrc/sysutils/nnn/distinfo:1.28
--- pkgsrc/sysutils/nnn/distinfo:1.27   Thu Nov  3 11:34:14 2022
+++ pkgsrc/sysutils/nnn/distinfo        Fri Nov 25 16:10:06 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.27 2022/11/03 11:34:14 sjmulder Exp $
+$NetBSD: distinfo,v 1.28 2022/11/25 16:10:06 sjmulder Exp $
 
-BLAKE2s (nnn-4.6.tar.gz) = cbe1c7a8a70c4ae1876db96944fdb866d8335134e3e01fb1f9a70d5826e1df3d
-SHA512 (nnn-4.6.tar.gz) = 714e31523036ffce0637809234c373d72baf70263c9ef0ce4d38557ffca0689b51ea0c79c62038d00fd68f668cc2985a8c28b2feeaa6da3b07028b4f1de61f89
-Size (nnn-4.6.tar.gz) = 248458 bytes
+BLAKE2s (nnn-4.7.tar.gz) = 0f05150ecd3b56f924a244ea5fe90bf9bbf19b1cbb600c1623ed1f6500cb60ea
+SHA512 (nnn-4.7.tar.gz) = 28ec9b9ab93f979d77e80957df2a70ec687e56ada6d5e8555c121f2454b5c049466120e5eb3570174411a61e3855c869f96d306a43516cceff8c4cb7f1075875
+Size (nnn-4.7.tar.gz) = 250038 bytes
 SHA1 (patch-src_nnn.c) = cbd382a0fe4c5cce1f384987d006675cbf280bdc



Home | Main Index | Thread Index | Old Index