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 4.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb52c2662ab3
branches:  trunk
changeset: 388731:cb52c2662ab3
user:      sjmulder <sjmulder%pkgsrc.org@localhost>
date:      Fri Nov 25 16:10:06 2022 +0000

description:
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)

diffstat:

 sysutils/nnn/MESSAGE  |  3 +--
 sysutils/nnn/Makefile |  4 ++--
 sysutils/nnn/distinfo |  8 ++++----
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs (40 lines):

diff -r 2cbaaa0c113b -r cb52c2662ab3 sysutils/nnn/MESSAGE
--- a/sysutils/nnn/MESSAGE      Fri Nov 25 15:25:34 2022 +0000
+++ b/sysutils/nnn/MESSAGE      Fri Nov 25 16:10:06 2022 +0000
@@ -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/
-
 ===========================================================================
diff -r 2cbaaa0c113b -r cb52c2662ab3 sysutils/nnn/Makefile
--- a/sysutils/nnn/Makefile     Fri Nov 25 15:25:34 2022 +0000
+++ b/sysutils/nnn/Makefile     Fri Nov 25 16:10:06 2022 +0000
@@ -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}
diff -r 2cbaaa0c113b -r cb52c2662ab3 sysutils/nnn/distinfo
--- a/sysutils/nnn/distinfo     Fri Nov 25 15:25:34 2022 +0000
+++ b/sysutils/nnn/distinfo     Fri Nov 25 16:10:06 2022 +0000
@@ -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