The NetBSD Project

CVS log for pkgsrc/sysutils/ncdu/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / ncdu

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.20 / (download) - annotate - [select for diffs], Mon Nov 6 13:45:07 2023 UTC (5 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, HEAD
Changes since 1.19: +2 -2 lines
Diff to previous 1.19 (colored) to selected 1.10 (colored)

ncdu: update to 1.19.

1.19 - 2023-09-11
	- Fix typo in --exclude-from argument
	- Add --(enable|disable)-natsort options
	- Add indicator to apparent size/disk usage selection in the footer

Revision 1.19 / (download) - annotate - [select for diffs], Tue Feb 28 22:55:40 2023 UTC (13 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Changes since 1.18: +1 -3 lines
Diff to previous 1.18 (colored) to selected 1.10 (colored)

ncdu*: both have same PKGBASE, so no CONFLICTS necessary

They conflict automatically

Revision 1.18 / (download) - annotate - [select for diffs], Tue Feb 28 21:10:28 2023 UTC (13 months, 2 weeks ago) by nikita
Branch: MAIN
Changes since 1.17: +3 -1 lines
Diff to previous 1.17 (colored) to selected 1.10 (colored)

ncdu: +conflicts for ncdu-2.x

Revision 1.17 / (download) - annotate - [select for diffs], Sun Feb 19 19:51:29 2023 UTC (13 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored) to selected 1.10 (colored)

ncdu: update to 1.18.1.

1.18.1 - 2023-02-12
	- Fix build on non-Linux platforms

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 3 13:29:49 2023 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.15: +3 -3 lines
Diff to previous 1.15 (colored) to selected 1.10 (colored)

ncdu: update to 1.18.

1.18 - 2022-12-06
	- Fix 'dark-bg' color scheme to actually have a dark background
	- Backport configuration file support from 2.x
	- Backport many new CLI options from 2.x
	- Negation of existing flags: --no-si, --no-confirm-quit, --no-follow-symlinks, --include-caches, --include-kernfs
	- --[no-]extended in addition to -e
	- --one-file-system and --cross-file-system in addition to -x
	- --slow-ui-updates, --fast-ui-updates in addition to -q
	- Column visibility options: --(show|hide)-(hidden|itemcount|mtime|graph|percent)
	- Sorting: --sort, --[no-]group-directories-first
	- Feature selection: --(enable|disable)-(shell|delete|refresh)
	- Deletion confirmation: --[no-]confirm-delete
	- Hidden file visibility: --show-hidden, --hide-hidden
	- Size display: --apparent-size, --disk-usage

Revision 1.15 / (download) - annotate - [select for diffs], Thu Jul 21 17:19:37 2022 UTC (20 months, 3 weeks ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.14: +2 -2 lines
Diff to previous 1.14 (colored) to selected 1.10 (colored)

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()

Revision 1.14 / (download) - annotate - [select for diffs], Mon Jul 5 20:37:11 2021 UTC (2 years, 9 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.13: +2 -2 lines
Diff to previous 1.13 (colored) to selected 1.10 (colored)

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

Revision 1.13 / (download) - annotate - [select for diffs], Sat Jun 13 10:03:04 2020 UTC (3 years, 10 months ago) by fcambus
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2
Changes since 1.12: +2 -2 lines
Diff to previous 1.12 (colored) to selected 1.10 (colored)

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

Revision 1.12 / (download) - annotate - [select for diffs], Tue Mar 24 18:20:59 2020 UTC (4 years ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.11: +3 -3 lines
Diff to previous 1.11 (colored) to selected 1.10 (colored)

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

Revision 1.11 / (download) - annotate - [select for diffs], Sat Nov 30 17:23:08 2019 UTC (4 years, 4 months ago) by sjmulder
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.10: +2 -2 lines
Diff to previous 1.10 (colored)

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

Revision 1.10 / (download) - annotate - [selected], Sat Sep 15 00:11:57 2018 UTC (5 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.9: +2 -3 lines
Diff to previous 1.9 (colored)

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

Revision 1.9 / (download) - annotate - [select for diffs], Sun Sep 3 08:53:15 2017 UTC (6 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored) to selected 1.10 (colored)

Follow some redirects.

Revision 1.7.2.1 / (download) - annotate - [select for diffs], Tue Apr 25 18:06:29 2017 UTC (6 years, 11 months ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) next main 1.8 (colored) to selected 1.10 (colored)

Pullup ticket #5361 - requested by sevan
sysutils/ncdu: build fix

Revisions pulled up:
- sysutils/ncdu/Makefile                                        1.8

---
   Module Name:    pkgsrc
   Committed By:   sborrill
   Date:           Mon Apr 24 12:17:24 UTC 2017

   Modified Files:
           pkgsrc/sysutils/ncdu: Makefile

   Log Message:
   Check for vw_printw in builtin curses

Revision 1.8 / (download) - annotate - [select for diffs], Mon Apr 24 12:17:24 2017 UTC (6 years, 11 months ago) by sborrill
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2
Changes since 1.7: +2 -1 lines
Diff to previous 1.7 (colored) to selected 1.10 (colored)

Check for vw_printw in builtin curses

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jan 3 22:40:43 2017 UTC (7 years, 3 months ago) by roy
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base
Branch point for: pkgsrc-2017Q1
Changes since 1.6: +4 -3 lines
Diff to previous 1.6 (colored) to selected 1.10 (colored)

Use the curses framework.

Revision 1.6 / (download) - annotate - [select for diffs], Sun Dec 4 22:59:56 2016 UTC (7 years, 4 months ago) by wiedi
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.5: +3 -4 lines
Diff to previous 1.5 (colored) to selected 1.10 (colored)

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

Revision 1.5 / (download) - annotate - [select for diffs], Tue Sep 8 11:57:50 2015 UTC (8 years, 7 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4, pkgsrc-2015Q3-base, pkgsrc-2015Q3
Changes since 1.4: +2 -2 lines
Diff to previous 1.4 (colored) to selected 1.10 (colored)

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.

Revision 1.4 / (download) - annotate - [select for diffs], Tue Aug 18 07:31:18 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored) to selected 1.10 (colored)

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.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 17 17:11:29 2015 UTC (8 years, 8 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -1 lines
Diff to previous 1.2 (colored) to selected 1.10 (colored)

Bump PKGREVISION for ncurses shlib bump.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Jul 6 11:35:51 2015 UTC (8 years, 9 months ago) by sborrill
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored) to selected 1.10 (colored)

NetBSD 5 (and earlier) curses is not good enough, so mark as incompatible.
Build fails otherwise, so no revbump needed

Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 23 11:31:29 2013 UTC (10 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3
Diff to selected 1.10 (colored)

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.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>