'di' is a disk information utility, displaying everything (and more) that your

'df' command does. It features the ability to display your disk usage in
whatever format you desire/prefer/are used to. It is designed to be portable
across many platforms.
This commit is contained in:
David Howland 2005-10-29 04:18:26 +00:00 committed by Thomas Klausner
parent 11491cba31
commit 36989c4b4f
4 changed files with 40 additions and 0 deletions

4
di/DESCR Normal file
View file

@ -0,0 +1,4 @@
'di' is a disk information utility, displaying everything (and more) that your
'df' command does. It features the ability to display your disk usage in
whatever format you desire/prefer/are used to. It is designed to be portable
across many platforms.

26
di/Makefile Normal file
View file

@ -0,0 +1,26 @@
# $NetBSD: Makefile,v 1.1.1.1 2005/10/29 04:18:26 dhowland Exp $
DISTNAME= di-4.3f
CATEGORIES= sysutils
MASTER_SITES= http://www.gentoo.com/di/
MAINTAINER= dhowland@users.sourceforge.net
HOMEPAGE= http://www.gentoo.com/di/
COMMENT= Command-line disk information utility
MAKE_ENV+= prefix=${PREFIX}
USE_PKGLOCALEDIR= yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES
${INSTALL_DATA_DIR} ${PREFIX}/${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES
${INSTALL_MAN_DIR} ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/po/de_DE.po \
${PREFIX}/${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/di.po
${INSTALL_DATA} ${WRKSRC}/po/en_US.po \
${PREFIX}/${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES/di.po
${INSTALL_MAN} ${WRKSRC}/di.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/di ${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"

5
di/PLIST Normal file
View file

@ -0,0 +1,5 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2005/10/29 04:18:26 dhowland Exp $
bin/di
man/man1/di.1
${PKGLOCALEDIR}/locale/de_DE/LC_MESSAGES/di.po
${PKGLOCALEDIR}/locale/en_US/LC_MESSAGES/di.po

5
di/distinfo Normal file
View file

@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.1.1.1 2005/10/29 04:18:26 dhowland Exp $
SHA1 (di-4.3f.tar.gz) = fa501f7728481c4df1a2d8b1101f41568d473f6c
RMD160 (di-4.3f.tar.gz) = ad35affd7bae0ea2fbcae969b8abda02d22fb36b
Size (di-4.3f.tar.gz) = 65470 bytes