summaryrefslogtreecommitdiff
path: root/sysutils/dusage
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-12-07 19:49:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-12-07 19:49:39 +0000
commit78cdba8e1ae82d9a1addfea1e93a2bebf28a415e (patch)
treed34262b90ec3fc890633a3d417aaa630b9b7699c /sysutils/dusage
parentUpgrade to 4.8.4. (diff)
2008-10-19 x11-wm/flwm: Project is dead, and uses obsolete version of fltk
2008-09-19 x11-wm/kahakai: "Development ceased" 2008-08-24 palm/synce-gnomevfs: No longer supported by developers 2008-08-24 palm/synce-kde: No longer supported by developers 2008-08-24 palm/synce-multisync: No longer supported by developers 2008-12-06 shells/ksh93-devel: This port is Outdated. Please use shells/ksh93 2008-09-19 sysutils/dtc-toaster: Has been broken for more than 6 months 2008-09-19 sysutils/dusage: Has been broken for more than 6 months 2008-09-19 games/linux-alienarena: Has been broken for more than 6 months
Diffstat (limited to 'sysutils/dusage')
-rw-r--r--sysutils/dusage/Makefile33
-rw-r--r--sysutils/dusage/distinfo3
-rw-r--r--sysutils/dusage/files/patch-Makefile8
-rw-r--r--sysutils/dusage/pkg-descr18
4 files changed, 0 insertions, 62 deletions
diff --git a/sysutils/dusage/Makefile b/sysutils/dusage/Makefile
deleted file mode 100644
index 88ca654d1e61..000000000000
--- a/sysutils/dusage/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: dusage
-# Date created: 22 January 2006
-# Whom: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
-#
-# $FreeBSD$
-#
-
-PORTNAME= dusage
-PORTVERSION= 19900227
-CATEGORIES= sysutils
-MASTER_SITES= ftp://ftp.unicamp.br/pub/unix-c/sysadmin/ \
- http://ftp.br.xemacs.org/pub/unix-c/sysadmin/
-DISTNAME= dusage
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= CPE1704TKS@bellsouth.net
-COMMENT= Report about disk space in use, change since last run, etc
-
-BROKEN= Unfetchable
-DEPRECATED= Has been broken for more than 6 months
-EXPIRATION_DATE=2008-09-19
-
-NO_BUILD= yes
-USE_PERL5= yes
-
-NO_CDROM= may not be sold
-RESTRICTED= may not be used to harm any living creature including the world and the universe
-
-ALL_TARGET= ${PORTNAME}
-MAN1= dusage.1
-PLIST_FILES= bin/dusage
-
-.include <bsd.port.mk>
diff --git a/sysutils/dusage/distinfo b/sysutils/dusage/distinfo
deleted file mode 100644
index 327c77ad3962..000000000000
--- a/sysutils/dusage/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-SIZE (dusage.tar.Z) = 10436
-MD5 (dusage.tar.Z) = f2d95cdf9bb7747cdc855079142b9e23
-SHA256 (dusage.tar.Z) = 4010c9c543c0d20a27d823c44d1e51a6f1245f6480abfbdde0be661482f05b5f
diff --git a/sysutils/dusage/files/patch-Makefile b/sysutils/dusage/files/patch-Makefile
deleted file mode 100644
index a30e229abed9..000000000000
--- a/sysutils/dusage/files/patch-Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-*** Makefile.orig Sun Jan 22 01:18:50 2006
---- Makefile Sun Jan 22 01:20:04 2006
-***************
-*** 0 ****
---- 1,3 ----
-+ install:
-+ install -m 755 dusage.pl ${PREFIX}/bin/dusage
-+ install -m 644 dusage.1 ${PREFIX}/man/man1
diff --git a/sysutils/dusage/pkg-descr b/sysutils/dusage/pkg-descr
deleted file mode 100644
index a9d2b6597cb1..000000000000
--- a/sysutils/dusage/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-Guarding disk space is one of the problems of system management.
-
-Using a list of pathnames, this program filters the output of du(1) to
-find the amount of disk space used for each of the paths (actually, it
-collects all values in one single du run). It adds the new value to
-the list, shifting old values up. It then generates a nice report of
-the amount of disk space occupied in each of the specified paths,
-together with the amount it grew (or shrinked) since the previous run,
-and since 7 runs ago. When run daily, this gives daily and weekly
-figures.
-
-This program requires perl version 3.0, patchlevel 4 or higher.
-
-Copyright 1990 Johan Vromans, all rights reserved.
-
-Peaceware. This program may be used, modified and distributed as long as
-this copyright notice remains part of the source. It may not be sold, or
-be used to harm any living creature including the world and the universe.