pkgsrc/sysutils/ncdu/Makefile
sjmulder 4602a4055a sysutils/ncbu: Update to 1.14.1
1.14.1:
 - Fix occasional early exit on OS X
 - Fix --exclude-caches
 - Improve handling of out-of-memory situations

1.14:
 - Add mtime display and sorting (Alex Wilson)
 - Add (limited) --follow-symlinks option (Simon Doppler)
 - Display larger file counts in browser UI
 - Add -V, --version, and --help alias flags
 - Fix crash when attempting to sort an empty directory
 - Fix 100% CPU bug when ncdu loses the terminal
 - Fix '--color=off' flag
 - Fix some typos
2019-11-30 17:23:08 +00:00

17 lines
419 B
Makefile

# $NetBSD: Makefile,v 1.11 2019/11/30 17:23:08 sjmulder Exp $
DISTNAME= ncdu-1.14.1
CATEGORIES= filesystems
MASTER_SITES= https://dev.yorhel.nl/download/
COMMENT= Disk usage visualization tool
MAINTAINER= slitvinov@gmail.com
HOMEPAGE= https://dev.yorhel.nl/ncdu
LICENSE= modified-bsd
GNU_CONFIGURE= yes
FAKE_NCURSES= yes
USE_CURSES= vw_printw
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"