pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/qdirstat



Module Name:    pkgsrc
Committed By:   markd
Date:           Thu Jun 14 00:24:26 UTC 2018

Added Files:
        pkgsrc/sysutils/qdirstat: DESCR Makefile PLIST distinfo
        pkgsrc/sysutils/qdirstat/patches: patch-src_DirReadJob.cpp

Log Message:
qdirstat: Add version 1.0

QDirStat is a graphical application to show where your disk space has gone and
to help you to clean it up.

This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the
latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every
X11-based desktop on Linux, BSD and other Unix-like systems.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/sysutils/qdirstat/DESCR \
    pkgsrc/sysutils/qdirstat/Makefile pkgsrc/sysutils/qdirstat/PLIST \
    pkgsrc/sysutils/qdirstat/distinfo
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/sysutils/qdirstat/patches/patch-src_DirReadJob.cpp

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

Added files:

Index: pkgsrc/sysutils/qdirstat/DESCR
diff -u /dev/null pkgsrc/sysutils/qdirstat/DESCR:1.1
--- /dev/null   Thu Jun 14 00:24:26 2018
+++ pkgsrc/sysutils/qdirstat/DESCR      Thu Jun 14 00:24:26 2018
@@ -0,0 +1,6 @@
+QDirStat is a graphical application to show where your disk space has gone and
+to help you to clean it up.
+
+This is a Qt-only port of the old Qt3/KDE3-based KDirStat, now based on the
+latest Qt 5. It does not need any KDE libs or infrastructure. It runs on every
+X11-based desktop on Linux, BSD and other Unix-like systems.
Index: pkgsrc/sysutils/qdirstat/Makefile
diff -u /dev/null pkgsrc/sysutils/qdirstat/Makefile:1.1
--- /dev/null   Thu Jun 14 00:24:26 2018
+++ pkgsrc/sysutils/qdirstat/Makefile   Thu Jun 14 00:24:26 2018
@@ -0,0 +1,39 @@
+# $NetBSD: Makefile,v 1.1 2018/06/14 00:24:26 markd Exp $
+
+DISTNAME=      qdirstat-1.0
+CATEGORIES=    sysutils
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=shundhammer/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/shundhammer/qdirstat/
+COMMENT=       Qt-based directory statistics
+LICENSE=       gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+USE_TOOLS+=    perl:run
+
+REPLACE_PERL+= scripts/qdirstat-cache-writer
+
+#SUBST_CLASSES+=                       filemanager
+#SUBST_STAGE.filemanager=      post-patch
+#SUBST_MESSAGE.filemanager=    Use dolphin not konqueror
+#SUBST_FILES.filemanager=      src/Cleanup.cpp
+#SUBST_SED.filemanager=                -e 's:konqueror --profile filemanagement:dolphin:'
+
+pre-configure:
+       ${LN} -sf ${QTDIR}/bin/qmake ${BUILDLINK_DIR}/bin/
+
+do-configure:
+       cd ${WRKSRC} && qmake
+
+INSTALLATION_DIRS= bin share/applications share/pixmaps share/doc/qdirstat
+
+do-install:
+       ${INSTALL_PROGRAM} ${WRKSRC}/src/qdirstat ${DESTDIR}${PREFIX}/bin/qdirstat
+       ${INSTALL_SCRIPT} ${WRKSRC}/scripts/qdirstat-cache-writer ${DESTDIR}${PREFIX}/bin/qdirstat-cache-writer
+       ${INSTALL_DATA} ${WRKSRC}/src/qdirstat.desktop ${DESTDIR}${PREFIX}/share/applications/qdirstat.desktop
+       ${INSTALL_DATA} ${WRKSRC}/src/icons/qdirstat.png ${DESTDIR}${PREFIX}/share/pixmaps/qdirstat.png
+       cd ${WRKSRC} && ${INSTALL_DATA} Contributing.md DevHistory.md README.md TODO.md LICENSE ${DESTDIR}${PREFIX}/share/doc/qdirstat/
+
+.include "../../x11/qt5-qtbase/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/sysutils/qdirstat/PLIST
diff -u /dev/null pkgsrc/sysutils/qdirstat/PLIST:1.1
--- /dev/null   Thu Jun 14 00:24:26 2018
+++ pkgsrc/sysutils/qdirstat/PLIST      Thu Jun 14 00:24:26 2018
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2018/06/14 00:24:26 markd Exp $
+bin/qdirstat
+bin/qdirstat-cache-writer
+share/applications/qdirstat.desktop
+share/doc/qdirstat/Contributing.md
+share/doc/qdirstat/DevHistory.md
+share/doc/qdirstat/LICENSE
+share/doc/qdirstat/README.md
+share/doc/qdirstat/TODO.md
+share/pixmaps/qdirstat.png
Index: pkgsrc/sysutils/qdirstat/distinfo
diff -u /dev/null pkgsrc/sysutils/qdirstat/distinfo:1.1
--- /dev/null   Thu Jun 14 00:24:26 2018
+++ pkgsrc/sysutils/qdirstat/distinfo   Thu Jun 14 00:24:26 2018
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2018/06/14 00:24:26 markd Exp $
+
+SHA1 (qdirstat-1.0.tar.gz) = dd459a622ca014ca96b0ed853525ccb56ee15fa6
+RMD160 (qdirstat-1.0.tar.gz) = 057f20e284117cd102b3ef31eeaad3470531eda7
+SHA512 (qdirstat-1.0.tar.gz) = 9e98ea690fd84b435f1b4078c79350a7c0ee6b48560dc500fc9410633a650539c2db16f0526e181700580de0ee8b3044d1219eafc9870cd7e421511159b6d11d
+Size (qdirstat-1.0.tar.gz) = 805110 bytes
+SHA1 (patch-src_DirReadJob.cpp) = da39fbb62c5e008961097bd65fad783de109f5ab

Index: pkgsrc/sysutils/qdirstat/patches/patch-src_DirReadJob.cpp
diff -u /dev/null pkgsrc/sysutils/qdirstat/patches/patch-src_DirReadJob.cpp:1.1
--- /dev/null   Thu Jun 14 00:24:26 2018
+++ pkgsrc/sysutils/qdirstat/patches/patch-src_DirReadJob.cpp   Thu Jun 14 00:24:26 2018
@@ -0,0 +1,13 @@
+$NetBSD: patch-src_DirReadJob.cpp,v 1.1 2018/06/14 00:24:26 markd Exp $
+
+--- src/DirReadJob.cpp.orig    2016-05-16 13:49:54.000000000 +0000
++++ src/DirReadJob.cpp
+@@ -11,7 +11,7 @@
+ #include <sys/stat.h>
+ #include <unistd.h>
+ #include <stdio.h>
+-#include <sys/errno.h>
++#include <errno.h>
+ 
+ #include <QMutableListIterator>
+ 



Home | Main Index | Thread Index | Old Index