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 May 29 10:18:50 UTC 2019

Modified Files:
        pkgsrc/sysutils/nnn: Makefile distinfo

Log Message:
sysutils/nnn: update to 2.5

Upstream changes:
 - mouse support
 - 19 plugins [1] introduced. Some are:
   - pdfview: view a PDF in pager
   - nmount: (un)mount a storage device
   - ndiff: file and directory diff for selection
   - hexview: view a file in hex
   - imgresize: batch resize images to desktop resolution
   - ipinfo: check your IP address and whois information
   - transfer: upload a file to transfer.in
   - pastebin: paste the contents of a text file to paste.ubuntu.com
   - boom: play random music from a directory
   - nwal: set an image as wallpaper using nitrogen
   - pywal: set selected image as wallpaper, change terminal color
     scheme
   - getplugs: update plugins
 - SSHFS support
 - support bsdtar, simplify patool integration
 - native batch rename support (vidir dependency dropped)
 - new location for config files - ~/.config/nnn
   - plugin dir location: ~/.config/nnn/plugins
   - selection file .nnncp is now ~/.config/nnn/.selection
 - changes to support configuration[2] as the default file manager
 - per-context detail/light mode
 - case-insensitive version compare
 - shortcut to visit / - ` (backtick)
 - vim-like scrolloff support
 - ^D & ^U: scroll half page, PgDn & PdUp: scroll full page
 - fix selection across contexts
 - recognize Home and End keys at prompt for editing
 - fix broken program option -b
 - POSIX-compliant user-scripts (wherever possible)
 - NNN_SCRIPT is retired (replaced by plugins)

[1] https://github.com/jarun/nnn/tree/master/plugins
[2] https://github.com/jarun/nnn/wiki/nnn-as-default-file-manager


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/sysutils/nnn/Makefile
cvs rdiff -u -r1.4 -r1.5 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.5 pkgsrc/sysutils/nnn/Makefile:1.6
--- pkgsrc/sysutils/nnn/Makefile:1.5    Mon May  6 09:17:13 2019
+++ pkgsrc/sysutils/nnn/Makefile        Wed May 29 10:18:50 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2019/05/06 09:17:13 sjmulder Exp $
+# $NetBSD: Makefile,v 1.6 2019/05/29 10:18:50 sjmulder Exp $
 
-DISTNAME=      nnn-2.4
+DISTNAME=      nnn-2.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.4 pkgsrc/sysutils/nnn/distinfo:1.5
--- pkgsrc/sysutils/nnn/distinfo:1.4    Tue Mar 19 22:42:39 2019
+++ pkgsrc/sysutils/nnn/distinfo        Wed May 29 10:18:50 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/03/19 22:42:39 leot Exp $
+$NetBSD: distinfo,v 1.5 2019/05/29 10:18:50 sjmulder Exp $
 
-SHA1 (nnn-2.4.tar.gz) = 3134355c9f283fef98a175c1909f6bdec8c37cff
-RMD160 (nnn-2.4.tar.gz) = 14946e35fdae44e610ff6cfb4c15a39a40d738a0
-SHA512 (nnn-2.4.tar.gz) = b285b14bb73e81a8480b19be7adf0b6efebc632cae82cddf9f040e644dd07dfef4e5c27df2e318aaa21eb1ac4d9e20b6d89f66b8e9b481160bc49f1302806722
-Size (nnn-2.4.tar.gz) = 62510 bytes
+SHA1 (nnn-2.5.tar.gz) = f6ebfe389c7c2a1a2410eb01a20eb9b9ab66d9fd
+RMD160 (nnn-2.5.tar.gz) = fe817ba2d50cde019e1f5675541ddf2d28dccccd
+SHA512 (nnn-2.5.tar.gz) = eb50b5368811a9b93caa385a94b2e6a63705bd0ba1db4dc9a3a628a42d11547d53095736e4afa6f73037064b2ef883fe9a60cb048279ba0dd9889503de7e5167
+Size (nnn-2.5.tar.gz) = 71811 bytes



Home | Main Index | Thread Index | Old Index