Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 Feb 2002 08:10:46 +0100 (CET)
From:      Oliver Braun <obraun@informatik.unibw-muenchen.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/34991: New port: durep (displays disk usage in a more visual way than du)
Message-ID:  <20020216071046.E77AF5A549@nemesis.informatik.unibw-muenchen.de>

next in thread | raw e-mail | index | archive | help

>Number:         34991
>Category:       ports
>Synopsis:       New port: durep (displays disk usage in a more visual way than du)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 15 23:40:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Braun
>Release:        FreeBSD 4.5-STABLE i386
>Organization:
>Environment:
System: FreeBSD nemesis.informatik.unibw-muenchen.de 4.5-STABLE FreeBSD 4.5-STABLE #0: Tue Jan 29 14:37:26 CET 2002 root@nemesis.informatik.unibw-muenchen.de:/usr/obj/usr/src/sys/NEMESIS_OB i386


>Description:

Disk Usage Reporter is a perl script designed for monitoring disk
usage in a more visual way than du.
Although durep can produce text output similar to du, its real
advantage is that it allows you to navigate through the directory
structure as web pages.

I think durep is really cool.

WWW: http://www.hibernaculum.net/durep.html

Thanks again to Alan Eldridge.

Regards,
         Olli

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	durep
#	durep/pkg-descr
#	durep/Makefile
#	durep/distinfo
#	durep/pkg-comment
#	durep/pkg-plist
#	durep/files
#	durep/files/patch-aa
#
echo c - durep
mkdir -p durep > /dev/null 2>&1
echo x - durep/pkg-descr
sed 's/^X//' >durep/pkg-descr << 'END-of-durep/pkg-descr'
XDisk Usage Reporter is a perl script designed for monitoring disk 
Xusage in a more visual way than du. The du program works fine but
Xdoesn't allow a lot of control over how the results are displayed.
XThis perl script is designed to produce output more useful for
Xreports.
X
XAlthough durep can produce text output similar to du, its real 
Xadvantage is that it allows you to navigate through the directory 
Xstructure as web pages.  Each page shows bar graphs for entries so it
Xis easy to see immediately which directory is using the most storage
Xspace. The report generated can be configured in several ways (hiding
Xdirectories, collapsing directory entries, hiding entries below
Xcertain sizes, etc).
X
XThe text report that durep generates is also configurable. You may 
Xlimit the depth to which it displays entries, allowing a quick
Xnon-detailed view.
X
XWWW: http://www.hibernaculum.net/durep.html
X
X- Oliver Braun
Xobraun@informatik.unibw-muenchen.de
END-of-durep/pkg-descr
echo x - durep/Makefile
sed 's/^X//' >durep/Makefile << 'END-of-durep/Makefile'
X# New ports collection makefile for:   durep
X# Date created:        14 February 2002
X# Whom:                Oliver Braun <obraun@informatik.unibw-muenchen.de>
X#
X# $FreeBSD$
X#
X
XPORTNAME=      durep
XPORTVERSION=   0.8
XCATEGORIES=    sysutils
XMASTER_SITES=  http://www.hibernaculum.net/download/
X
XMAINTAINER=    obraun@informatik.unibw-muenchen.de
X
XMAN1=          durep.1
X
X.include <bsd.port.mk>
END-of-durep/Makefile
echo x - durep/distinfo
sed 's/^X//' >durep/distinfo << 'END-of-durep/distinfo'
XMD5 (durep-0.8.tar.gz) = 20d441ef706db50a9db26886d2c4c0e3
END-of-durep/distinfo
echo x - durep/pkg-comment
sed 's/^X//' >durep/pkg-comment << 'END-of-durep/pkg-comment'
XUtility for monitoring disk usage in a more visual way than du
END-of-durep/pkg-comment
echo x - durep/pkg-plist
sed 's/^X//' >durep/pkg-plist << 'END-of-durep/pkg-plist'
Xbin/durep
END-of-durep/pkg-plist
echo c - durep/files
mkdir -p durep/files > /dev/null 2>&1
echo x - durep/files/patch-aa
sed 's/^X//' >durep/files/patch-aa << 'END-of-durep/files/patch-aa'
X--- Makefile.orig	Thu Feb 14 19:37:04 2002
X+++ Makefile	Thu Feb 14 19:40:26 2002
X@@ -1,6 +1,8 @@
X-PREFIX		= /usr/local
X+#PREFIX		= /usr/local
X VERSION		= 0.8
X 
X+all:
X+
X # Make documentation
X doc:
X 	pod2man --center="Disk Usage Report Generator" --release="durep version $(VERSION)" durep.pod > durep.1
END-of-durep/files/patch-aa
exit


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020216071046.E77AF5A549>