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.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a480f57d5a9
branches:  trunk
changeset: 439531:2a480f57d5a9
user:      markd <markd%pkgsrc.org@localhost>
date:      Sun Sep 20 11:10:44 2020 +0000

description:
qdirstat: update to 1.7

This is a stable release. It brings a number new features and some bug fixes:
* Closing the gap between sizes reported by QDirstat and sizes reported by the
  du command: Now also taking the allocated size into account.
* Now also displaying the allocated size where it makes sense.
* New "Mounted Filesystems" window showing output similar to the df command
  (but without the cruft).
* New directory selection dialog showing all (real) filesystems.
* New checkbox to cross filesystems (temporarily) in the directory selection
  dialog.
* Workaround for NTFS oddities: Ignoring hard links on NTFS.
* Added config option to ignore hard links in general.
* Added a document about Btrfs free size and how different tools tend to show
  different values: Btrfs-Free-Size.md
* Bug fixes

diffstat:

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

diffs (28 lines):

diff -r 5361fbc49071 -r 2a480f57d5a9 sysutils/qdirstat/Makefile
--- a/sysutils/qdirstat/Makefile        Sun Sep 20 11:06:23 2020 +0000
+++ b/sysutils/qdirstat/Makefile        Sun Sep 20 11:10:44 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2020/08/31 18:11:35 wiz Exp $
+# $NetBSD: Makefile,v 1.20 2020/09/20 11:10:44 markd Exp $
 
-DISTNAME=      qdirstat-1.6.1
-PKGREVISION=   6
+DISTNAME=      qdirstat-1.7
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=shundhammer/}
 
diff -r 5361fbc49071 -r 2a480f57d5a9 sysutils/qdirstat/distinfo
--- a/sysutils/qdirstat/distinfo        Sun Sep 20 11:06:23 2020 +0000
+++ b/sysutils/qdirstat/distinfo        Sun Sep 20 11:10:44 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/02/14 13:13:18 rillig Exp $
+$NetBSD: distinfo,v 1.5 2020/09/20 11:10:44 markd Exp $
 
-SHA1 (qdirstat-1.6.1.tar.gz) = 78c4fe9919a66861c20b569324375a018b11c357
-RMD160 (qdirstat-1.6.1.tar.gz) = 7fd231aa36013601142f386220081bef2bde7b9c
-SHA512 (qdirstat-1.6.1.tar.gz) = fd4c6a3582184785d935e96e884cc3e2033e3ee174ea893816b14524c5c5c62923c5a8c5869969fb8b1d0e84bbffd9dc707a68bdb53898c55dfd14fe16946110
-Size (qdirstat-1.6.1.tar.gz) = 7708491 bytes
+SHA1 (qdirstat-1.7.tar.gz) = 998b645ad631811cb08cc86f5f800cb2d0f6a006
+RMD160 (qdirstat-1.7.tar.gz) = 01bf14e5e0f0e6382dff1550f285bb3255219235
+SHA512 (qdirstat-1.7.tar.gz) = 9af03c110663eab0df48f69f7d949421feebfdca1299205d25a216587cf2c9e472cbe99ad98f3cd6c783be2b02e0308cdbc2f5549bf662b3061ff5e059317b01
+Size (qdirstat-1.7.tar.gz) = 8057173 bytes



Home | Main Index | Thread Index | Old Index