summaryrefslogtreecommitdiff
path: root/sysutils/ncdu
AgeCommit message (Collapse)AuthorFilesLines
2022-07-21ncdu: update to 1.17.fcambus2-6/+6
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-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-2/+1
2021-07-05ncdu: update to 1.16.fcambus2-7/+7
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.fcambus2-7/+7
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.2nia2-8/+8
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.1sjmulder2-7/+7
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.13maya2-8/+7
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.12wiedi3-26/+8
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-11-04Add SHA512 digests for distfiles for sysutils categoryagc1-1/+2
Problems found with existing digests: Package memconf distfile memconf-2.16/memconf.gz b6f4b736cac388dddc5070670351cf7262aba048 [recorded] 95748686a5ad8144232f4d4abc9bf052721a196f [calculated] Problems found locating distfiles: Package dc-tools: missing distfile dc-tools/abs0-dc-burn-netbsd-1.5-0-gae55ec9 Package ipw-firmware: missing distfile ipw2100-fw-1.2.tgz Package iwi-firmware: missing distfile ipw2200-fw-2.3.tgz Package nvnet: missing distfile nvnet-netbsd-src-20050620.tgz Package syslog-ng: missing distfile syslog-ng-3.7.2.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
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.wiz5-0/+43
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.