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: Wed Apr 19 14:40:35 UTC 2023
Modified Files:
pkgsrc/sysutils/nnn: Makefile PLIST distinfo
Log Message:
sysutils/nnn: Update to 4.8
Changes:
- show total size (key S) of non-filtered selection in a directory
- fix tilde (~) handling in file name
- plugin `.nmv` now respects `-u` flag
- env var `$NNN_PREFER_SELECTION` exported to all plugins
- support for wezterm in `preview-tui`
- create new file or directory (tree) on startup
- run command as plugin now supports exported variables
- use `"$nnn"` anywhere when running command as plugin
- set defaults for some prompts on Enter
- improve archive, rename and create new workflows
- optimize link creation
- allow overwriting regular files on new empty file creation
- add patch for colemak keyboard (existing renamed to colemak-dh)
- add correct check for Wayland in clipboard plugins
- add quitcd script for nushell
- plugin `kdeconnect` - send multiple files
- plugin `preview-tui`: add `chafa` as preferred image viewer, multiple
fixes
- plugin `nmount` - misc. improvements
- add icon for jxl files
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/sysutils/nnn/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/nnn/PLIST
cvs rdiff -u -r1.28 -r1.29 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.31 pkgsrc/sysutils/nnn/Makefile:1.32
--- pkgsrc/sysutils/nnn/Makefile:1.31 Fri Nov 25 16:10:06 2022
+++ pkgsrc/sysutils/nnn/Makefile Wed Apr 19 14:40:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.31 2022/11/25 16:10:06 sjmulder Exp $
+# $NetBSD: Makefile,v 1.32 2023/04/19 14:40:35 sjmulder Exp $
-DISTNAME= nnn-4.7
+DISTNAME= nnn-4.8
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -43,8 +43,8 @@ CFLAGS.SunOS+= -D__EXTENSIONS__
# nnn uses -std=c11 for `restrict` but c99 has it too, so use that on
# old GCC versions that don't support c11.
# https://github.com/jarun/nnn/issues/605
-.if !empty(CC_VERSION:Mgcc-[123].*) || \
- !empty(CC_VERSION:Mgcc-4.[0123456].*)
+.if ${CC_VERSION:Mgcc-[123].*} || \
+ ${CC_VERSION:Mgcc-4.[0123456].*}
SUBST_CLASSES+= c11
SUBST_MESSAGE.c11= Use c99 on old GCC instead of c11
SUBST_STAGE.c11= pre-configure
Index: pkgsrc/sysutils/nnn/PLIST
diff -u pkgsrc/sysutils/nnn/PLIST:1.4 pkgsrc/sysutils/nnn/PLIST:1.5
--- pkgsrc/sysutils/nnn/PLIST:1.4 Thu Nov 3 11:34:14 2022
+++ pkgsrc/sysutils/nnn/PLIST Wed Apr 19 14:40:35 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2022/11/03 11:34:14 sjmulder Exp $
+@comment $NetBSD: PLIST,v 1.5 2023/04/19 14:40:35 sjmulder Exp $
bin/nnn
man/man1/nnn.1
share/bash-completion/completions/nnn
Index: pkgsrc/sysutils/nnn/distinfo
diff -u pkgsrc/sysutils/nnn/distinfo:1.28 pkgsrc/sysutils/nnn/distinfo:1.29
--- pkgsrc/sysutils/nnn/distinfo:1.28 Fri Nov 25 16:10:06 2022
+++ pkgsrc/sysutils/nnn/distinfo Wed Apr 19 14:40:35 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2022/11/25 16:10:06 sjmulder Exp $
+$NetBSD: distinfo,v 1.29 2023/04/19 14:40:35 sjmulder Exp $
-BLAKE2s (nnn-4.7.tar.gz) = 0f05150ecd3b56f924a244ea5fe90bf9bbf19b1cbb600c1623ed1f6500cb60ea
-SHA512 (nnn-4.7.tar.gz) = 28ec9b9ab93f979d77e80957df2a70ec687e56ada6d5e8555c121f2454b5c049466120e5eb3570174411a61e3855c869f96d306a43516cceff8c4cb7f1075875
-Size (nnn-4.7.tar.gz) = 250038 bytes
+BLAKE2s (nnn-4.8.tar.gz) = 31b69fae1ed3999b36d75d875de3d528701afcb8ee838a05a7ea143607d855d3
+SHA512 (nnn-4.8.tar.gz) = 932e27ec1d7cd3db6ccba33edb3d1ad2620109cde3c4114b734eef3e04d6c6c22ddaa1c4727908dba2a107dd4cfe1f5193aec450f680a390671f48e63d0133bd
+Size (nnn-4.8.tar.gz) = 253547 bytes
SHA1 (patch-src_nnn.c) = cbd382a0fe4c5cce1f384987d006675cbf280bdc
Home |
Main Index |
Thread Index |
Old Index