summaryrefslogtreecommitdiff
path: root/sysutils/ncdu/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-07-21ncdu: update to 1.17.fcambus1-2/+2
1.17 - 2022-04-28 - Add 'dark-bg' color scheme and use that by default - Use natural sort order when sorting by file name - Improve compatibility with C89 environments - Fix wrong assumption about errno not being set by realloc()
2021-07-05ncdu: update to 1.16.fcambus1-2/+2
1.16 - 2021-07-02 - Increase width of size bar depending on terminal size (Christian Gottsche) - Set/increment $NCDU_LEVEL variable when spawning a shell - Indicate whether apparent size or disk usage is being displayed - Display setuid, setgid and sticky bits in file flags in extended mode - Fix error handling while reading --exclude-from file - Improve JSON import to allow for several future extensions to the format - Export link count in JSON dumps - Don't export inode in JSON dumps for non-hardlinks
2020-06-13ncdu: update to 1.15.1.fcambus1-2/+2
1.15.1 - 2020-06-10 - (Linux) Fix build on older Linux systems (Christian Gottsche) - (MacOS) Revert "Exclude firmlinks by default" behavior (until we have a better solution) - (MacOS) Add --exclude-firmlinks option to opt-in to the above behavior 1.15 - 2020-05-30 - (Linux) Add --exclude-kernfs option to exclude pseudo filesystems (Christian Gottsche) - (MacOS) Exclude firmlinks by default (Saagar Jha) - (MacOS) Add --follow-firmlinks option to follow firmlinks (Saagar Jha) - Fix bug in calculating the apparent size of directories containing hardlinks - Fix integer overflow with directories containing >2GiB worth of file names - Fix yet another possible 100% CPU bug when losing terminal
2020-03-24ncdu: Update to 1.14.2nia1-3/+3
1.14.2 - 2020-02-10 - Fix compilation with GCC 10 (-fno-common) - Fix minor display issue when scanning 10M+ files - Slightly reduce memory usage for hard link detection
2019-11-30sysutils/ncbu: Update to 1.14.1sjmulder1-2/+2
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
2018-09-15ncdu: update to 1.13maya1-3/+2
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
2017-09-03Follow some redirects.wiz1-2/+2
2017-04-24Check for vw_printw in builtin cursessborrill1-1/+2
2017-01-03Use the curses framework.roy1-3/+4
2016-12-04Update ncdu to 1.12wiedi1-4/+3
1.12 - 2016-08-24 Add NCDU_SHELL environment variable Add --confirm-quit flag Fix compilation due to missing sys/wait.h include 1.11 - 2015-04-05 Added 'b' key to spawn shell in the current directory Support scanning (and refreshing) of empty directories Added --si flag for base 10 prefixes Fix toggle dirs before files
2015-09-08Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up somejperkin1-2/+2
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-08-18Bump all packages that depend on curses.bui* or terminfo.bui* since theywiz1-2/+2
might incur ncurses dependencies on some platforms, and ncurses just bumped its shlib. Some packages were bumped twice now, sorry for that.
2015-08-17Bump PKGREVISION for ncurses shlib bump.wiz1-1/+2
2015-07-06NetBSD 5 (and earlier) curses is not good enough, so mark as incompatible.sborrill1-1/+2
Build fails otherwise, so no revbump needed
2013-08-23Import ncdu-1.10 as sysutils/ncdu, packaged for wip by slitvinov.wiz1-0/+15
ncdu (NCurses Disk Usage) is a curses-based version of the well-known 'du', and provides a fast way to see what directories are using your disk space.