Update to 1.02 and give maintainership to submitter

PR:		37728
Submitted by:	Douglas A. Maske <maske@maske.org>
This commit is contained in:
Patrick Li 2002-05-04 19:18:03 +00:00
parent c8a555b93a
commit 0f62e339cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=58543
4 changed files with 8 additions and 10 deletions

View File

@ -6,22 +6,20 @@
#
PORTNAME= diskusage
PORTVERSION= 1.01
PORTVERSION= 1.02
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.maske.org/pub/FreeBSD/distfiles/
MAINTAINER= ports@FreeBSD.Org
MAINTAINER= maske@maske.org
MAN1= diskusage.1
MANCOMPRESSED= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/diskusage
do-build:
( cd ${WRKSRC}; ${CXX} -ansi diskusage.cpp -o diskusage )
do-install:
$(INSTALL_PROGRAM) ${WRKSRC}/diskusage ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/diskusage ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/diskusage.1.gz ${PREFIX}/man/man1
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (diskusage-1.01.tar.gz) = f66b535c8515d01bf9352e15cb6219ec
MD5 (diskusage-1.02.tar.gz) = 58ffbcd9fe2097e2813608980e77fafc

View File

@ -1 +1 @@
Shows current user diskusage in kilobytes
Shows current user diskusage in human-readable format

View File

@ -1,8 +1,8 @@
diskusage is an ANSI C++ program, written for FreeBSD 3.x and higher.
diskusage is a shell script, written for FreeBSD 3.x and higher.
It is an add on package for FreeBSD's du and du must be present
for this program to work. Shows current users diskusage in
kilobytes. Assumes user's home directory is /home/$USER and
human readable format. Assumes user's home directory is /home/$USER and
that user's mail directory is /var/mail/$USER
WWW: http://www.maske.org/support/unix/apps/diskusage/