Import di-4.34 as sysutils/di.
based on PR 47495 by Brad Lanam, some small fixes by me. 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 prefer. It also checks the user and group quotas, so that the user sees the space available for their use, not the system wide disk space.
This commit is contained in:
parent
57d059732e
commit
54adf62c10
4 changed files with 41 additions and 0 deletions
5
sysutils/di/DESCR
Normal file
5
sysutils/di/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
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 prefer. It also checks the user
|
||||
and group quotas, so that the user sees the space available for
|
||||
their use, not the system wide disk space.
|
24
sysutils/di/Makefile
Normal file
24
sysutils/di/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
|||
# $NetBSD: Makefile,v 1.1 2013/01/30 12:29:06 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= di-4.34
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://gentoo.com/di/
|
||||
|
||||
MAINTAINER= brad.lanam.di@gmail.com
|
||||
HOMEPAGE= http://gentoo.com/di/
|
||||
COMMENT= Alternative df command
|
||||
LICENSE= zlib
|
||||
|
||||
USE_LANGUAGES= c
|
||||
USE_TOOLS+= msgfmt
|
||||
USE_PKGLOCALEDIR= yes
|
||||
|
||||
MAKE_ENV+= prefix=${PREFIX} \
|
||||
LOCALEDIR=${PREFIX}/${PKGLOCALEDIR}/locale \
|
||||
INSTALL_DIR=${DESTDIR}${PREFIX} \
|
||||
INST_LOCALEDIR=${DESTDIR}${PREFIX}/${PKGLOCALEDIR}/locale \
|
||||
DI_MANINSTDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
|
||||
|
||||
.include "../../devel/gettext-lib/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
7
sysutils/di/PLIST
Normal file
7
sysutils/di/PLIST
Normal file
|
@ -0,0 +1,7 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2013/01/30 12:29:06 obache Exp $
|
||||
bin/di
|
||||
bin/mi
|
||||
man/man1/di.1
|
||||
share/locale/de/LC_MESSAGES/di.mo
|
||||
share/locale/en/LC_MESSAGES/di.mo
|
||||
share/locale/es/LC_MESSAGES/di.mo
|
5
sysutils/di/distinfo
Normal file
5
sysutils/di/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2013/01/30 12:29:06 obache Exp $
|
||||
|
||||
SHA1 (di-4.34.tar.gz) = 5be548368bb795303f11cff340f3bbc659f892cd
|
||||
RMD160 (di-4.34.tar.gz) = 538e943a9c699659e4ae150b82314fdbc6f0834d
|
||||
Size (di-4.34.tar.gz) = 213367 bytes
|
Loading…
Reference in a new issue