diff options
author | will <will@FreeBSD.org> | 2002-06-27 22:17:41 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-27 22:17:41 +0800 |
commit | 4a3a7ab13c8d81503f5c1c745f941610da7414bf (patch) | |
tree | b9b25663232a7993545af6fbc4740676477971a1 | |
parent | 0baca628e9578c444df6d76ae9dc0635ae643b79 (diff) | |
download | freebsd-ports-gnome-4a3a7ab13c8d81503f5c1c745f941610da7414bf.tar.gz freebsd-ports-gnome-4a3a7ab13c8d81503f5c1c745f941610da7414bf.tar.zst freebsd-ports-gnome-4a3a7ab13c8d81503f5c1c745f941610da7414bf.zip |
Add durep 0.8, an utility for monitoring disk usage in a more visual
way than du.
PR: 34991
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/durep/Makefile | 17 | ||||
-rw-r--r-- | sysutils/durep/distinfo | 1 | ||||
-rw-r--r-- | sysutils/durep/files/patch-Makefile | 12 | ||||
-rw-r--r-- | sysutils/durep/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/durep/pkg-descr | 22 | ||||
-rw-r--r-- | sysutils/durep/pkg-plist | 1 |
7 files changed, 55 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index ff38b5a85965..3e164e805bb5 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -47,6 +47,7 @@ SUBDIR += diskusage SUBDIR += doconfig SUBDIR += du2ps + SUBDIR += durep SUBDIR += dvdtape SUBDIR += e2fsprogs SUBDIR += eject diff --git a/sysutils/durep/Makefile b/sysutils/durep/Makefile new file mode 100644 index 000000000000..28ba82e906b2 --- /dev/null +++ b/sysutils/durep/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: durep +# Date created: 14 February 2002 +# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de> +# +# $FreeBSD$ +# + +PORTNAME= durep +PORTVERSION= 0.8 +CATEGORIES= sysutils +MASTER_SITES= http://www.hibernaculum.net/download/ + +MAINTAINER= obraun@informatik.unibw-muenchen.de + +MAN1= durep.1 + +.include <bsd.port.mk> diff --git a/sysutils/durep/distinfo b/sysutils/durep/distinfo new file mode 100644 index 000000000000..29ae7cc7484f --- /dev/null +++ b/sysutils/durep/distinfo @@ -0,0 +1 @@ +MD5 (durep-0.8.tar.gz) = 20d441ef706db50a9db26886d2c4c0e3 diff --git a/sysutils/durep/files/patch-Makefile b/sysutils/durep/files/patch-Makefile new file mode 100644 index 000000000000..85e626f45328 --- /dev/null +++ b/sysutils/durep/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig Thu Feb 14 19:37:04 2002 ++++ Makefile Thu Feb 14 19:40:26 2002 +@@ -1,6 +1,8 @@ +-PREFIX = /usr/local ++#PREFIX = /usr/local + VERSION = 0.8 + ++all: ++ + # Make documentation + doc: + pod2man --center="Disk Usage Report Generator" --release="durep version $(VERSION)" durep.pod > durep.1 diff --git a/sysutils/durep/pkg-comment b/sysutils/durep/pkg-comment new file mode 100644 index 000000000000..1b571f7ea1cc --- /dev/null +++ b/sysutils/durep/pkg-comment @@ -0,0 +1 @@ +Utility for monitoring disk usage in a more visual way than du diff --git a/sysutils/durep/pkg-descr b/sysutils/durep/pkg-descr new file mode 100644 index 000000000000..2dddc716694b --- /dev/null +++ b/sysutils/durep/pkg-descr @@ -0,0 +1,22 @@ +Disk Usage Reporter is a perl script designed for monitoring disk +usage in a more visual way than du. The du program works fine but +doesn't allow a lot of control over how the results are displayed. +This perl script is designed to produce output more useful for +reports. + +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. Each page shows bar graphs for entries so it +is easy to see immediately which directory is using the most storage +space. The report generated can be configured in several ways (hiding +directories, collapsing directory entries, hiding entries below +certain sizes, etc). + +The text report that durep generates is also configurable. You may +limit the depth to which it displays entries, allowing a quick +non-detailed view. + +WWW: http://www.hibernaculum.net/durep.html + +- Oliver Braun +obraun@informatik.unibw-muenchen.de diff --git a/sysutils/durep/pkg-plist b/sysutils/durep/pkg-plist new file mode 100644 index 000000000000..d33a90fb175c --- /dev/null +++ b/sysutils/durep/pkg-plist @@ -0,0 +1 @@ +bin/durep |