Date: Mon, 8 Jan 2018 21:28:12 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458481 - in head/sysutils: . qdirstat Message-ID: <201801082128.w08LSCgp001839@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Mon Jan 8 21:28:11 2018 New Revision: 458481 URL: https://svnweb.freebsd.org/changeset/ports/458481 Log: New port: sysutils/qdirstat QDirStat is a graphical application to show where your disk space has gone and to help you to clean it up. Similar KDirStat without KDE dependency, and from the original KDirStat author WWW: https://github.com/shundhammer/qdirstat PR: 224987 Submitted by: kbowling Added: head/sysutils/qdirstat/ head/sysutils/qdirstat/Makefile (contents, props changed) head/sysutils/qdirstat/distinfo (contents, props changed) head/sysutils/qdirstat/pkg-descr (contents, props changed) head/sysutils/qdirstat/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Jan 8 21:25:33 2018 (r458480) +++ head/sysutils/Makefile Mon Jan 8 21:28:11 2018 (r458481) @@ -936,6 +936,7 @@ SUBDIR += py-zfs SUBDIR += pydf SUBDIR += qchroot + SUBDIR += qdirstat SUBDIR += qjail SUBDIR += qjail4 SUBDIR += qlogtools Added: head/sysutils/qdirstat/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qdirstat/Makefile Mon Jan 8 21:28:11 2018 (r458481) @@ -0,0 +1,37 @@ +# Created by: Kevin Bowling <kbowling@freebsd.org> +# $FreeBSD$ + +PORTNAME= qdirstat +PORTVERSION= 1.4 +CATEGORIES= sysutils + +MAINTAINER= kbowling@FreeBSD.org +COMMENT= Qt utility that sums up disk usage for directory trees + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= shundhammer + +USES= desktop-file-utils qmake shebangfix +USE_GL= gl +USE_QT5= buildtools_build core gui widgets +SHEBANG_FILES= scripts/qdirstat-cache-writer + +pre-configure: + ${REINPLACE_CMD} -e 's,/usr/,${PREFIX}/,g' \ + ${WRKSRC}/doc/doc.pro + ${REINPLACE_CMD} -e 's,/usr/,${PREFIX}/,g' \ + ${WRKSRC}/doc/stats/stats.pro + ${REINPLACE_CMD} -e 's,/usr/,${PREFIX}/,g' \ + ${WRKSRC}/scripts/scripts.pro + ${REINPLACE_CMD} -e 's,/bin/true,${TRUE},g' \ + ${WRKSRC}/scripts/scripts.pro + ${REINPLACE_CMD} -e 's,/usr/,${PREFIX}/,g' \ + ${WRKSRC}/src/src.pro + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qdirstat + +.include <bsd.port.mk> Added: head/sysutils/qdirstat/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qdirstat/distinfo Mon Jan 8 21:28:11 2018 (r458481) @@ -0,0 +1,3 @@ +TIMESTAMP = 1515397740 +SHA256 (shundhammer-qdirstat-1.4_GH0.tar.gz) = 7f9a0a7304c55ebfad1e50c7747ba762b07068f48304b3d3919bdb65ee037999 +SIZE (shundhammer-qdirstat-1.4_GH0.tar.gz) = 2534241 Added: head/sysutils/qdirstat/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qdirstat/pkg-descr Mon Jan 8 21:28:11 2018 (r458481) @@ -0,0 +1,5 @@ +QDirStat is a graphical application to show where your disk space has gone +and to help you to clean it up. Similar KDirStat without KDE dependency, +and from the original KDirStat author + +WWW: https://github.com/shundhammer/qdirstat Added: head/sysutils/qdirstat/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/qdirstat/pkg-plist Mon Jan 8 21:28:11 2018 (r458481) @@ -0,0 +1,25 @@ +bin/qdirstat +bin/qdirstat-cache-writer +share/applications/qdirstat.desktop +%%PORTDOCS%%%%DOCSDIR%%/Building.md +%%PORTDOCS%%%%DOCSDIR%%/Contributing.md +%%PORTDOCS%%%%DOCSDIR%%/Debugging-Tips.md +%%PORTDOCS%%%%DOCSDIR%%/DevHistory.md +%%PORTDOCS%%%%DOCSDIR%%/GitHub-Workflow.md +%%PORTDOCS%%%%DOCSDIR%%/Installing.md +%%PORTDOCS%%%%DOCSDIR%%/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/QDirStat-for-Servers.md +%%PORTDOCS%%%%DOCSDIR%%/README.md +%%PORTDOCS%%%%DOCSDIR%%/TODO.md +%%PORTDOCS%%%%DOCSDIR%%/Troubleshooting.md +%%PORTDOCS%%%%DOCSDIR%%/cache-file-format.txt +%%PORTDOCS%%%%DOCSDIR%%/stats/Buckets-Table.md +%%PORTDOCS%%%%DOCSDIR%%/stats/File-Size-Histogram.md +%%PORTDOCS%%%%DOCSDIR%%/stats/Histogram-Options.md +%%PORTDOCS%%%%DOCSDIR%%/stats/Histograms-in-General.md +%%PORTDOCS%%%%DOCSDIR%%/stats/Median-Percentiles.md +%%PORTDOCS%%%%DOCSDIR%%/stats/Overflow-Area.md +%%PORTDOCS%%%%DOCSDIR%%/stats/Percentiles-Table.md +%%PORTDOCS%%%%DOCSDIR%%/stats/README.md +%%PORTDOCS%%%%DOCSDIR%%/stats/Statistics.md +share/icons/hicolor/32x32/apps/qdirstat.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801082128.w08LSCgp001839>