Commit graph

18 commits

Author SHA1 Message Date
fcambus
0d8988ab0d ncdu: update to 1.17.
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()
2022-07-21 17:19:37 +00:00
nia
d75334de07 sysutils: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
2021-10-26 11:19:17 +00:00
nia
67e36f8dd3 sysutils: Remove SHA1 hashes for distfiles 2021-10-07 14:57:31 +00:00
fcambus
345ca94833 ncdu: update to 1.16.
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
2021-07-05 20:37:11 +00:00
fcambus
48a3c53aaf ncdu: update to 1.15.1.
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-06-13 10:03:04 +00:00
nia
21d2b5581d ncdu: Update to 1.14.2
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
2020-03-24 18:20:59 +00:00
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
maya
17f7fef052 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
2018-09-15 00:11:57 +00:00
wiz
42426a5a45 Follow some redirects. 2017-09-03 08:53:04 +00:00
sborrill
43723923b7 Check for vw_printw in builtin curses 2017-04-24 12:17:24 +00:00
roy
8ff62d71a9 Use the curses framework. 2017-01-03 21:50:53 +00:00
wiedi
f0e1e4ca70 Update ncdu to 1.12
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
2016-12-04 22:59:56 +00:00
agc
17886c78da Add SHA512 digests for distfiles for sysutils category
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-11-04 01:32:05 +00:00
jperkin
d0e804caf5 Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
2015-09-08 11:57:48 +00:00
wiz
c7383780db Bump all packages that depend on curses.bui* or terminfo.bui* since they
might incur ncurses dependencies on some platforms, and ncurses just bumped
its shlib.
Some packages were bumped twice now, sorry for that.
2015-08-18 07:31:00 +00:00
wiz
0eb141f110 Bump PKGREVISION for ncurses shlib bump. 2015-08-17 17:11:19 +00:00
sborrill
5f0bbefec3 NetBSD 5 (and earlier) curses is not good enough, so mark as incompatible.
Build fails otherwise, so no revbump needed
2015-07-06 11:35:51 +00:00
wiz
941e4e2a8a Import ncdu-1.10 as sysutils/ncdu, packaged for wip by slitvinov.
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.
2013-08-23 11:31:29 +00:00