From 5eb13430b3e52dc7a4dfd5daee0b1b701f080548 Mon Sep 17 00:00:00 2001 From: trevor Date: Wed, 4 Oct 2000 05:15:34 +0000 Subject: Add x11-fm/xdiskusage, a graphical front-end to du. PR: 21505 Approved by: will --- x11-fm/Makefile | 1 + x11-fm/xdiskusage/Makefile | 37 +++++++++++++++++++++++++++++++++++++ x11-fm/xdiskusage/distinfo | 1 + x11-fm/xdiskusage/pkg-comment | 1 + x11-fm/xdiskusage/pkg-descr | 10 ++++++++++ x11-fm/xdiskusage/pkg-plist | 3 +++ 6 files changed, 53 insertions(+) create mode 100644 x11-fm/xdiskusage/Makefile create mode 100644 x11-fm/xdiskusage/distinfo create mode 100644 x11-fm/xdiskusage/pkg-comment create mode 100644 x11-fm/xdiskusage/pkg-descr create mode 100644 x11-fm/xdiskusage/pkg-plist (limited to 'x11-fm') diff --git a/x11-fm/Makefile b/x11-fm/Makefile index 2b5c13b..d64bcde 100644 --- a/x11-fm/Makefile +++ b/x11-fm/Makefile @@ -19,6 +19,7 @@ SUBDIR += workplace SUBDIR += x-files SUBDIR += xcruise + SUBDIR += xdiskusage SUBDIR += xfm SUBDIR += xnc diff --git a/x11-fm/xdiskusage/Makefile b/x11-fm/xdiskusage/Makefile new file mode 100644 index 0000000..c1ace82 --- /dev/null +++ b/x11-fm/xdiskusage/Makefile @@ -0,0 +1,37 @@ +# New ports collection makefile for: xdiskusage +# Date created: 2000-09-23 +# Whom: Trevor Johnson +# +# $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 diff --git a/x11-fm/xdiskusage/distinfo b/x11-fm/xdiskusage/distinfo new file mode 100644 index 0000000..5ea062a --- /dev/null +++ b/x11-fm/xdiskusage/distinfo @@ -0,0 +1 @@ +MD5 (xdiskusage-1.41.tgz) = dca6c32cf3d67cd480b7157df3ddc109 diff --git a/x11-fm/xdiskusage/pkg-comment b/x11-fm/xdiskusage/pkg-comment new file mode 100644 index 0000000..e91eb27 --- /dev/null +++ b/x11-fm/xdiskusage/pkg-comment @@ -0,0 +1 @@ +Show where disk space is taken up diff --git a/x11-fm/xdiskusage/pkg-descr b/x11-fm/xdiskusage/pkg-descr new file mode 100644 index 0000000..3175cd5 --- /dev/null +++ b/x11-fm/xdiskusage/pkg-descr @@ -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 diff --git a/x11-fm/xdiskusage/pkg-plist b/x11-fm/xdiskusage/pkg-plist new file mode 100644 index 0000000..b2d2369 --- /dev/null +++ b/x11-fm/xdiskusage/pkg-plist @@ -0,0 +1,3 @@ +bin/xdiskusage +share/doc/xdiskusage/README +@dirrm share/doc/xdiskusage -- cgit v1.1