summaryrefslogtreecommitdiff
path: root/sysutils/durep
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2002-06-27 14:17:41 +0000
committerWill Andrews <will@FreeBSD.org>2002-06-27 14:17:41 +0000
commitd1b19b8b9c8b54d748b0e71804fdb6a9dfccc0f2 (patch)
tree14681754435a3c11eacfc32f2565769840ceaae4 /sysutils/durep
parentAdd jailutils 0.5.1, several utilies for managing jails. (diff)
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>
Notes
Notes: svn path=/head/; revision=62106
Diffstat (limited to 'sysutils/durep')
-rw-r--r--sysutils/durep/Makefile17
-rw-r--r--sysutils/durep/distinfo1
-rw-r--r--sysutils/durep/files/patch-Makefile12
-rw-r--r--sysutils/durep/pkg-comment1
-rw-r--r--sysutils/durep/pkg-descr22
-rw-r--r--sysutils/durep/pkg-plist1
6 files changed, 54 insertions, 0 deletions
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