diff options
author | sjmulder <sjmulder@pkgsrc.org> | 2022-11-03 11:34:14 +0000 |
---|---|---|
committer | sjmulder <sjmulder@pkgsrc.org> | 2022-11-03 11:34:14 +0000 |
commit | 73b9337be3d2f95c6aece67e7c4d3dc27ad70772 (patch) | |
tree | db5fc8de8a614f39b3acb4d0ad0bc75336753a8e /sysutils/nnn | |
parent | 53c1fe091ea7d53d69522f7a54dad21354dfa792 (diff) | |
download | pkgsrc-73b9337be3d2f95c6aece67e7c4d3dc27ad70772.tar.gz |
sysutils/nnn: Update to 4.6
Changes in 4.6:
- icon handling overhaul (#1432, #1436)
- better performance, memory usage and reduced binary size
- emoji support for supporting distros and terminals (#1346)
- open the target directory of symlinked bookmarks (#1353)
- enable show hidden when a hidden file is passed as argument
- add Colemak-DH layout keybinds to patch framework (#1421)
- set bsdtar as the default archive utility
- support 4 byte unicode keybinds (#1428)
- enable directory auto-enter during filter operation (-A to disable)
- enable filter prompt inside the bookmark/plugin dirs
- show volume usage information in help
- add new icon colors for mp4 and flac files
- use stat -x for file details on *BSD and macOS (#1389)
- interpret suffix $nnn when paging (#1355)
- disable key e (edit file) in explorer mode (#1394)
- fix double order chars on filter case match change
- .cbcp: more verbose message on paste without a selection
- plugin preview-tui: scale-up kitty previews
- plugin preview-tui: account for ueberzug offset
- plugin preview-tui: support SPLIT_SIZE for preview pane (#1431)
- plugin autojump: support z.lua
- new Makefile target shellcheck to verify plugins
Changes in 4.5:
- disable filter info if file details (option -i) enabled
- open previous active context on context quit
- switch ^J and + functionality:
- +: toggle file selection
- ^J: toggle auto-jump on file open
- allow symlink creation with name @ to a single file (#1345)
- clear selection on successful operation at native prompt with "%j" (#1330)
- reverse timestamps of entries modified/created within 5 minutes
- avoid using non-portable xargs flags on macOS (#1299)
- quitcd script for Elvish shell > 0.17.0 (#1344)
- plugin openall to open selected files together (#1333)
- plugin gitroot to jump to git root directory from a subtree
- plugin gsconnect to send the selected files to Android using gsconnect
- icon for opus and webp files
- preview-tui - fix gif conversion and whitespace name
- preview-tui - add support for windows terminal split
- preview-tui - djvu file previews
- nuke - add support for imv when named _imv_
- gsconnect - support connection to multiple devices
- export NNN_INCLUDE_HIDDEN to plugins (#1308)
- respect NNN_TRASH in .nmv (#1306)
- add GNU sed as a dependency with support for env var SED
- use bold > to point at current entry in detail mode
- add 2 spaces after icons for better visibility
- documentation refresh
- make option O_NOSORT to load directories unsorted on entry
Diffstat (limited to 'sysutils/nnn')
-rw-r--r-- | sysutils/nnn/Makefile | 4 | ||||
-rw-r--r-- | sysutils/nnn/PLIST | 5 | ||||
-rw-r--r-- | sysutils/nnn/distinfo | 8 |
3 files changed, 10 insertions, 7 deletions
diff --git a/sysutils/nnn/Makefile b/sysutils/nnn/Makefile index 8045634cebb..e0e4898de34 100644 --- a/sysutils/nnn/Makefile +++ b/sysutils/nnn/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.29 2021/11/23 23:20:14 sjmulder Exp $ +# $NetBSD: Makefile,v 1.30 2022/11/03 11:34:14 sjmulder Exp $ -DISTNAME= nnn-4.4 +DISTNAME= nnn-4.6 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_GITHUB:=jarun/} GITHUB_TAG= v${PKGVERSION_NOREV} diff --git a/sysutils/nnn/PLIST b/sysutils/nnn/PLIST index 8227a774316..046838b1cd7 100644 --- a/sysutils/nnn/PLIST +++ b/sysutils/nnn/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2021/11/23 23:20:14 sjmulder Exp $ +@comment $NetBSD: PLIST,v 1.4 2022/11/03 11:34:14 sjmulder Exp $ bin/nnn man/man1/nnn.1 share/bash-completion/completions/nnn @@ -19,8 +19,10 @@ share/examples/nnn/plugins/fzhist share/examples/nnn/plugins/fzopen share/examples/nnn/plugins/fzplug share/examples/nnn/plugins/getplugs +share/examples/nnn/plugins/gitroot share/examples/nnn/plugins/gpgd share/examples/nnn/plugins/gpge +share/examples/nnn/plugins/gsconnect share/examples/nnn/plugins/gutenread share/examples/nnn/plugins/imgresize share/examples/nnn/plugins/imgur @@ -37,6 +39,7 @@ share/examples/nnn/plugins/nbak share/examples/nnn/plugins/nmount share/examples/nnn/plugins/nuke share/examples/nnn/plugins/oldbigfile +share/examples/nnn/plugins/openall share/examples/nnn/plugins/organize share/examples/nnn/plugins/pdfread share/examples/nnn/plugins/preview-tabbed diff --git a/sysutils/nnn/distinfo b/sysutils/nnn/distinfo index e847af1d6c8..f302a1ee114 100644 --- a/sysutils/nnn/distinfo +++ b/sysutils/nnn/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.26 2021/11/23 23:20:14 sjmulder Exp $ +$NetBSD: distinfo,v 1.27 2022/11/03 11:34:14 sjmulder Exp $ -BLAKE2s (nnn-4.4.tar.gz) = b82efc124453e65014035d1146c27e1b962fea24b2e775d1cbecef102718d9c4 -SHA512 (nnn-4.4.tar.gz) = fec90fcfda7e52e5f49743feddbf0fdba50fa5a89cccda89ca7e1ff6626bc7fbe92e0bd41e6de48eb1690379add2294d7411e70226b89fc40878e42b4bb9239d -Size (nnn-4.4.tar.gz) = 239005 bytes +BLAKE2s (nnn-4.6.tar.gz) = cbe1c7a8a70c4ae1876db96944fdb866d8335134e3e01fb1f9a70d5826e1df3d +SHA512 (nnn-4.6.tar.gz) = 714e31523036ffce0637809234c373d72baf70263c9ef0ce4d38557ffca0689b51ea0c79c62038d00fd68f668cc2985a8c28b2feeaa6da3b07028b4f1de61f89 +Size (nnn-4.6.tar.gz) = 248458 bytes SHA1 (patch-src_nnn.c) = cbd382a0fe4c5cce1f384987d006675cbf280bdc |