Sat Sep 15 00:11:57 2018 UTC ()
ncdu: update to 1.13

Requested by Marko Kaznovac in PR pkg/53602

- Add "extended information" mode and -e flag
- Add file mode, modification time and uid/gid to info window with -e
- Add experimental color support and --color flag
- Add -rr option to disable shell spawning
- Remove directory nesting limit on file import
- Fix handling of interrupts during file import
- Fix undefined behavior that triggered crash on OS X


(maya)
diff -r1.9 -r1.10 pkgsrc/sysutils/ncdu/Makefile
diff -r1.3 -r1.4 pkgsrc/sysutils/ncdu/distinfo

cvs diff -r1.9 -r1.10 pkgsrc/sysutils/ncdu/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/ncdu/Makefile 2017/09/03 08:53:15 1.9
+++ pkgsrc/sysutils/ncdu/Makefile 2018/09/15 00:11:57 1.10
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2017/09/03 08:53:15 wiz Exp $ 1# $NetBSD: Makefile,v 1.10 2018/09/15 00:11:57 maya Exp $
2 2
3DISTNAME= ncdu-1.12 3DISTNAME= ncdu-1.13
4PKGREVISION= 1 
5CATEGORIES= filesystems 4CATEGORIES= filesystems
6MASTER_SITES= https://dev.yorhel.nl/download/ 5MASTER_SITES= https://dev.yorhel.nl/download/
7 6
8COMMENT= Disk usage visualization tool 7COMMENT= Disk usage visualization tool
9MAINTAINER= slitvinov@gmail.com 8MAINTAINER= slitvinov@gmail.com
10HOMEPAGE= https://dev.yorhel.nl/ncdu 9HOMEPAGE= https://dev.yorhel.nl/ncdu
11LICENSE= modified-bsd 10LICENSE= modified-bsd
12 11
13GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
14FAKE_NCURSES= yes 13FAKE_NCURSES= yes
15USE_CURSES= vw_printw 14USE_CURSES= vw_printw
16 15
17.include "../../mk/curses.buildlink3.mk" 16.include "../../mk/curses.buildlink3.mk"

cvs diff -r1.3 -r1.4 pkgsrc/sysutils/ncdu/distinfo (expand / switch to unified diff)

--- pkgsrc/sysutils/ncdu/distinfo 2016/12/04 22:59:56 1.3
+++ pkgsrc/sysutils/ncdu/distinfo 2018/09/15 00:11:57 1.4
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.3 2016/12/04 22:59:56 wiedi Exp $ 1$NetBSD: distinfo,v 1.4 2018/09/15 00:11:57 maya Exp $
2 2
3SHA1 (ncdu-1.12.tar.gz) = b79b1c44784f334dca74d89a49f49274f14cfeef 3SHA1 (ncdu-1.13.tar.gz) = 3233c4185208d9989ac528a94817ed92dd59c773
4RMD160 (ncdu-1.12.tar.gz) = c3c2f1bb5d4a9c7bd761de183c8508256b90b9b6 4RMD160 (ncdu-1.13.tar.gz) = 948a45d5a5c3607dd3a7ae9236cd369ae24e1205
5SHA512 (ncdu-1.12.tar.gz) = 20620dd79d2af878442769e097f13806f64f23875dcb85ebccd573a3de43aba5663d496049b64015d13f9a79d624298032c008ef61dfb6f61d8b12902b8dca12 5SHA512 (ncdu-1.13.tar.gz) = f1f417caa9bd9e9d9aa6311962b461e48301cf9eab5d0f57073e25df01f96ded05dd093627b95b43afc659ad99aed869efd4a98d723f5835b100747b5525a60c
6Size (ncdu-1.12.tar.gz) = 140596 bytes 6Size (ncdu-1.13.tar.gz) = 143819 bytes