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:   bsiegert
Date:           Sat Jan  5 19:33:24 UTC 2019

Modified Files:
        pkgsrc/sysutils/nnn: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/nnn/patches: patch-Makefile

Log Message:
Update nnn to 2.2.

>From Sijmen Mulder via email to tech-pkg.

Upstream changes:
- (neo)vim plugin nnn.vim
- macOS fixes
   - Fix issues with file copy, move, remove
   - Handle Del in rename prompt
   - Pass correct file option to identify mime
- Support selection across directories and contexts
- Offer option force before file remove
- Keys Tab, ^I to go to next active context
- Per-context directory color specified by $NNN_CONTEXT_COLORS
   - Option -c is removed
- Option -C to disable colors
- Choose script to run from a script directory
- Run a command (or launch an application)
- Run file as executable (key C)
- Documentation on lftp integration for remote file transfers
- Support a combined set of arguments to $EDITOR, $PAGER and $SHELL
- Handle > 2 GB files on 32-bit ARM
- Env var $DISABLE_FILE_OPEN_ON_NAV to disable file open on Right or l
- NUL-terminated file paths in selection list instead of LF
- Better support for Termux and Cygwin environments
- Remapped keys
   - ^I - go to next active context
   - ^T - toggle navigate-as-you-type


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/sysutils/nnn/Makefile \
    pkgsrc/sysutils/nnn/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/nnn/patches/patch-Makefile

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.1 pkgsrc/sysutils/nnn/Makefile:1.2
--- pkgsrc/sysutils/nnn/Makefile:1.1    Mon Dec 17 14:22:52 2018
+++ pkgsrc/sysutils/nnn/Makefile        Sat Jan  5 19:33:24 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/12/17 14:22:52 bsiegert Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/05 19:33:24 bsiegert Exp $
 
-DISTNAME=      nnn-2.1
+DISTNAME=      nnn-2.2
 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.1 pkgsrc/sysutils/nnn/distinfo:1.2
--- pkgsrc/sysutils/nnn/distinfo:1.1    Mon Dec 17 14:22:52 2018
+++ pkgsrc/sysutils/nnn/distinfo        Sat Jan  5 19:33:24 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2018/12/17 14:22:52 bsiegert Exp $
+$NetBSD: distinfo,v 1.2 2019/01/05 19:33:24 bsiegert Exp $
 
-SHA1 (nnn-2.1.tar.gz) = 033413269dd31604c188fe4d1cd798290a071bac
-RMD160 (nnn-2.1.tar.gz) = ac391618655cfc6c1d3a605cc4b3c4218c5cc074
-SHA512 (nnn-2.1.tar.gz) = 4ce20944df613706545cffb70896b9c494ed0304a591b1ffdae4886ac3783c2c1ab321b336b9873bd8b1382bc9c6ae8e0226f7abb98fb461ed64b28e1302d8f2
-Size (nnn-2.1.tar.gz) = 48481 bytes
+SHA1 (nnn-2.2.tar.gz) = a20b8a660bb8843ce8b85e4c9ee1ea01707481d4
+RMD160 (nnn-2.2.tar.gz) = 29231e10d4de0c8d04163cc94eae8fd0573fa381
+SHA512 (nnn-2.2.tar.gz) = 0144c9f9c29c2ff3818cf14532354e8182f872580ce7c5a06ab8595b4354edc3a4ede3afc667cd0561a3de4d2f34965a9c057f7ac9555d86feff83abaaca5793
+Size (nnn-2.2.tar.gz) = 50955 bytes
 SHA1 (patch-Makefile) = df888894fd091e6a57ceb46aeb3443a369e1c79d



Home | Main Index | Thread Index | Old Index