Add x11-fm/xdiskusage, a graphical front-end to du.

PR:	21505
Approved by:	will
This commit is contained in:
Trevor Johnson 2000-10-04 05:15:34 +00:00
parent c884fd1047
commit 88b5228390
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=33400
6 changed files with 53 additions and 0 deletions

View file

@ -19,6 +19,7 @@
SUBDIR += workplace
SUBDIR += x-files
SUBDIR += xcruise
SUBDIR += xdiskusage
SUBDIR += xfm
SUBDIR += xnc

View file

@ -0,0 +1,37 @@
# New ports collection makefile for: xdiskusage
# Date created: 2000-09-23
# Whom: Trevor Johnson <trevor@jpj.net>
#
# $FreeBSD$
#
PORTNAME= xdiskusage
PORTVERSION= 1.41
CATEGORIES= x11-fm
MASTER_SITES= http://xdiskusage.sourceforge.net/
EXTRACT_SUFX= .tgz
MAINTAINER= trevor@FreeBSD.org
LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk
USE_GMAKE= yes
USE_MESA= yes
USE_X_PREFIX= yes
do-build:
.for i in panels xdiskusage
${CXX} ${CXXFLAGS} -I${X11BASE}/include -c ${WRKSRC}/${i}.C \
-o ${WRKSRC}/${i}.o
.endfor
${CXX} ${CXXFLAGS} -L${X11BASE}/lib -o ${WRKSRC}/xdiskusage \
${WRKSRC}/panels.o ${WRKSRC}/xdiskusage.o -lfltk -lm -lMesaGL
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xdiskusage ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${PREFIX}/share/doc/xdiskusage
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xdiskusage
.endif
.include <bsd.port.mk>

View file

@ -0,0 +1 @@
MD5 (xdiskusage-1.41.tgz) = dca6c32cf3d67cd480b7157df3ddc109

View file

@ -0,0 +1 @@
Show where disk space is taken up

View file

@ -0,0 +1,10 @@
This utility runs "du" to scan directories of your choosing, then displays a
graph which emphasizes the subdirectories where the largest files are kept, and
optionally lists the files themselves. You can descend into the directory
tree, or back out, by clicking on the graph. If you save the output of "du" in
a file, xdiskusage can analyze that too. PostScript output is available.
WWW: http://xdiskusage.sourceforge.net/
Trevor Johnson
trevor@freebsd.org

View file

@ -0,0 +1,3 @@
bin/xdiskusage
share/doc/xdiskusage/README
@dirrm share/doc/xdiskusage