head 1.2; access; symbols pkgsrc-2024Q1:1.1.0.10 pkgsrc-2024Q1-base:1.1 pkgsrc-2023Q4:1.1.0.8 pkgsrc-2023Q4-base:1.1 pkgsrc-2023Q3:1.1.0.6 pkgsrc-2023Q3-base:1.1 pkgsrc-2023Q2:1.1.0.4 pkgsrc-2023Q2-base:1.1 pkgsrc-2023Q1:1.1.0.2 pkgsrc-2023Q1-base:1.1; locks; strict; comment @# @; 1.2 date 2024.04.24.21.17.22; author nikita; state dead; branches; next 1.1; commitid fRzUQRPgRmEGqr7F; 1.1 date 2023.02.28.21.07.43; author nikita; state Exp; branches; next ; commitid VdEaD3WHX9LoUkfE; desc @@ 1.2 log @ncdu2: update to version 2.4 Changelog: 2.4 - 2024-04-21 - ncdu-2.4.tar.gz Now requires Zig 0.12 Revert default color scheme back to ‘off’ Rewrite man page in mdoc, drop pod2man dependency Fix updating parent dir error status on refresh 2.3 - 2023-08-04 - ncdu-2.3.tar.gz Now requires Zig 0.11 Add --(enable|disable)-natsort options Add indicator to apparent size/disk usage selection in the footer Fix build on armv7l (hopefully) Minor build system additions @ text @$NetBSD: patch-build.zig,v 1.1 2023/02/28 21:07:43 nikita Exp $ Fix PIE build. --- build.zig.orig 2023-01-19 20:45:54.216372800 +0100 +++ build.zig 2023-01-19 20:46:23.795210635 +0100 @@@@ -10,6 +10,7 @@@@ const exe = b.addExecutable("ncdu", "src/main.zig"); exe.setTarget(target); exe.setBuildMode(mode); + exe.pie = true; exe.addCSourceFile("src/ncurses_refs.c", &[_][]const u8{}); exe.linkLibC(); exe.linkSystemLibrary("ncursesw"); @ 1.1 log @sysutils/ncdu2: import as ncdu2 version 2.2.2 Imported from wip. 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 is a complete rewrite in zig, with lower memory usage and better performance. @ text @d1 1 a1 1 $NetBSD$ @