pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/sysutils/ncdu2



Module Name:    pkgsrc
Committed By:   vins
Date:           Thu Mar 13 19:36:14 UTC 2025

Modified Files:
        pkgsrc/sysutils/ncdu2: Makefile distinfo
Removed Files:
        pkgsrc/sysutils/ncdu2/patches: patch-build-zig

Log Message:
sysutils/ncdu2: update to 2.7

# upstream changes (since 2.4)
2.7 - 2024-11-19
        - Still requires Zig 0.12 or 0.13
        - Support transparent reading/writing of zstandard-compressed JSON
        - Add `--compress` and `--export-block-size` options
        - Perform tilde expansion on paths in the config file
        - Fix JSON import of escaped UTF-16 surrogate pairs
        - Fix incorrect field in root item when exporting to the binary format
        - Add -Dstrip build flag

2.6 - 2024-09-27
        - Still requires Zig 0.12 or 0.13
        - Add dependency on libzstd
        - Add new export format to support threaded export and low-memory browsing
        - Add `-O` and `--compress-level` CLI flags
        - Add progress indicator to hardlink counting stage
        - Fix displaying and exporting zero values when extended info is not available
        - Fix clearing screen in some error cases
        - Fix uncommon edge case in hardlink counting on refresh
        - Use integer math instead of floating point to format numbers

2.5 - 2024-07-24
        - Still requires Zig 0.12 or 0.13
        - Add parallel scanning with `-t,--threads` CLI flags
        - Improve JSON export and import performance
        - `--exclude-kernfs` is no longer checked on the top-level scan path
        - Fix entries sometimes not showing up after refresh
        - Fix file descriptor leak with `--exclude-caches` checking
        - Fix possible crash on invalid UTF8 when scanning in `-1` UI mode
        - Fix JSON export and import of the "other filesystem" flag
        - Fix JSON import containing directories with a read error
        - Fix mtime display of 'special' files
        - Fix edge case bad performance when deleting hardlinks with many links
        - Increased memory use for hardlinks (by ~10% in extreme cases, sorry)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/ncdu2/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/sysutils/ncdu2/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/sysutils/ncdu2/patches/patch-build-zig

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/ncdu2/Makefile
diff -u pkgsrc/sysutils/ncdu2/Makefile:1.7 pkgsrc/sysutils/ncdu2/Makefile:1.8
--- pkgsrc/sysutils/ncdu2/Makefile:1.7  Mon May  6 08:40:32 2024
+++ pkgsrc/sysutils/ncdu2/Makefile      Thu Mar 13 19:36:14 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.7 2024/05/06 08:40:32 jperkin Exp $
+# $NetBSD: Makefile,v 1.8 2025/03/13 19:36:14 vins Exp $
 
-DISTNAME=      ncdu-2.4
-PKGREVISION=   1
+DISTNAME=      ncdu-2.7
 CATEGORIES=    sysutils
 MASTER_SITES=  https://dev.yorhel.nl/download/
 
@@ -13,13 +12,14 @@ LICENSE=    mit
 USE_TOOLS+=    pkg-config
 
 # Temporary required, a zig build system parser is being written.
-ALLOW_NETWORK_ACCESS=yes
+ALLOW_NETWORK_ACCESS=  yes
 
-# TODO: fix "make doc" or patch zig.build to install docs
-post-build:
-       mkdir ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-       ${INSTALL_DATA} ${WRKSRC}/ncdu.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+INSTALLATION_DIRS+=    ${PKGMANDIR}/man1
 
+post-install:
+       ${INSTALL_MAN} ${WRKSRC}/ncdu.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
+.include "../../archivers/zstd/buildlink3.mk"
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../lang/zig/application.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/sysutils/ncdu2/distinfo
diff -u pkgsrc/sysutils/ncdu2/distinfo:1.2 pkgsrc/sysutils/ncdu2/distinfo:1.3
--- pkgsrc/sysutils/ncdu2/distinfo:1.2  Wed Apr 24 21:17:22 2024
+++ pkgsrc/sysutils/ncdu2/distinfo      Thu Mar 13 19:36:14 2025
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/04/24 21:17:22 nikita Exp $
+$NetBSD: distinfo,v 1.3 2025/03/13 19:36:14 vins Exp $
 
-BLAKE2s (ncdu-2.4.tar.gz) = 2a63316c11525522a6d7ada5a0d42f7534c4763bf9fabfceea57b2c2346fe9fe
-SHA512 (ncdu-2.4.tar.gz) = 0bbc4400d05831528415c7e22d1e4b5c43cb8682c2bc35439e150763bcbc159664fee887d0fce89d28fb4199378972ffeb54c694e27b5f58d2ddaef890b055a7
-Size (ncdu-2.4.tar.gz) = 51648 bytes
-SHA1 (patch-build-zig) = 7d0a69b565a8718437231ea3885a8cca1a47a4ba
+BLAKE2s (ncdu-2.7.tar.gz) = e5bfb259ed84639ef70be29a30250840a715acd318487e1f892d5f900818e50a
+SHA512 (ncdu-2.7.tar.gz) = 58d29583f09f6707b2a903fa37b0f263969b32a289e1f8f442044edb1a61351c7ac841dccebf92af227b35a9e6a90fa298a84dad607ad084f2a5883196935229
+Size (ncdu-2.7.tar.gz) = 71122 bytes



Home | Main Index | Thread Index | Old Index