Hi ports -- Here's a small update for sysutils/ncdu to the latest version.
Changelog: * Added 'c' key to display item counts * Added 'C' key to order by item counts * Added CACHEDIR.TAG support and --exclude-caches option * Use locale-dependent thousand separator * Use pkg-config to detect ncurses * Clip file/dir sizes to 8 EiB minus one byte * Fix buffer overflow when formatting huge file sizes Works for me on amd64. OK? ~Brian Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/ncdu/Makefile,v retrieving revision 1.9 diff -u -p -u -p -r1.9 Makefile --- Makefile 11 Mar 2013 11:41:31 -0000 1.9 +++ Makefile 18 Jun 2013 17:07:53 -0000 @@ -2,7 +2,7 @@ COMMENT= ncurses-based du(1) -DISTNAME= ncdu-1.9 +DISTNAME= ncdu-1.10 CATEGORIES= sysutils HOMEPAGE= http://dev.yorhel.nl/ncdu/ Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/ncdu/distinfo,v retrieving revision 1.6 diff -u -p -u -p -r1.6 distinfo --- distinfo 21 Oct 2012 13:45:55 -0000 1.6 +++ distinfo 18 Jun 2013 17:07:53 -0000 @@ -1,2 +1,2 @@ -SHA256 (ncdu-1.9.tar.gz) = 6nNJVEqdp3dkKT2E5ShiEQq0nuKblJFYvEurkI0906U= -SIZE (ncdu-1.9.tar.gz) = 124738 +SHA256 (ncdu-1.10.tar.gz) = 9ZlKSEjbvKSA05cpsCHwV3APFO9ywNc5u9gthi8vDGc= +SIZE (ncdu-1.10.tar.gz) = 131810
