pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/qdirstat qdirstat: update to 1.8.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3c07f29d8783
branches:  trunk
changeset: 379201:3c07f29d8783
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri May 13 05:05:07 2022 +0000

description:
qdirstat: update to 1.8.

The QDirStat project proudly presents its latest release: QDirStat
1.8.

This is a stable release. It brings a some new features and bug
fixes:

    New view: File Age Statistics

    Navigation history like in a web browser (Back, Forward)

    Bug fixes

    Some small improvements

Details

New view: File Age Statistics

This shows the number of files per year and/or per month that were
last modified in that year or month, together with the total size
of those files and a percent bar for both (number and total size).

This view is extensively documented in the File Age Statistics
Document.

Navigation History

This implements a navigation history for directories like in a web
browser:

    New buttons Back / Forward in the tool bar

    Standard keyboard shortcuts [Alt] [Cursor Left] / [Alt] [Cursor
    Right] like in all common web browsers

    Support for Back / Forward mouse buttons if the mouse has them

    History menu on those buttons (long press on the buttons) for
    the last 16 directories

Bug Fixes

    Fixed GitHub issue #169:  Shorten path components in the
    breadcrumb widget for insanely long paths.

    Now closing a left-over Permissions error panel when refreshing
    from disk: After the re-read, the permissions error may no
    longer be there.

Other Improvements

    In the Mounted Filesystems window, don't show inactive mounts
    managed by the automounter anymore.

    In the Open Directory window, automatically open the first
    directory level if a path was clicked in the Places list on
    the left, and scroll the tree on the right so that path is at
    the top.

    Added a little margin to the left in the main window's tree
    view for the Size column so it looks now less cramped.

    Internal restructuring and refactoring to keep the code
    maintainable.

diffstat:

 sysutils/qdirstat/Makefile |  5 ++---
 sysutils/qdirstat/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (26 lines):

diff -r efee63520a07 -r 3c07f29d8783 sysutils/qdirstat/Makefile
--- a/sysutils/qdirstat/Makefile        Fri May 13 04:51:52 2022 +0000
+++ b/sysutils/qdirstat/Makefile        Fri May 13 05:05:07 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/04/18 19:12:08 adam Exp $
+# $NetBSD: Makefile,v 1.26 2022/05/13 05:05:07 wiz Exp $
 
-DISTNAME=      qdirstat-1.7
-PKGREVISION=   5
+DISTNAME=      qdirstat-1.8
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=shundhammer/}
 
diff -r efee63520a07 -r 3c07f29d8783 sysutils/qdirstat/distinfo
--- a/sysutils/qdirstat/distinfo        Fri May 13 04:51:52 2022 +0000
+++ b/sysutils/qdirstat/distinfo        Fri May 13 05:05:07 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2021/10/26 11:20:06 nia Exp $
+$NetBSD: distinfo,v 1.8 2022/05/13 05:05:07 wiz Exp $
 
-BLAKE2s (qdirstat-1.7.tar.gz) = c46219e0095b09278bc021601ca026edd376d57722ffd50c746d3d98d2a77744
-SHA512 (qdirstat-1.7.tar.gz) = 9af03c110663eab0df48f69f7d949421feebfdca1299205d25a216587cf2c9e472cbe99ad98f3cd6c783be2b02e0308cdbc2f5549bf662b3061ff5e059317b01
-Size (qdirstat-1.7.tar.gz) = 8057173 bytes
+BLAKE2s (qdirstat-1.8.tar.gz) = 4ff747a56746d74fd4f26d137930596abf1588116133ed5c0aa64b206e8fd501
+SHA512 (qdirstat-1.8.tar.gz) = fb7b757cf08c6b6ec0c14be9b08b8b6784a36e100c3ac89dbaef176ef908e43c47c2788fc4002a5e5f7308c990518cb3a104166e12cec605ff1a586bd7a4af10
+Size (qdirstat-1.8.tar.gz) = 8720791 bytes



Home | Main Index | Thread Index | Old Index