import ncdu 1.3

ncdu is an ncurses version of the famous old 'du' unix command. It
provides a fast and easy interface to your harddrive. Where is your disk
space going? Why is your home directory that large? ncdu can answer
those questions for you in just a matter of seconds.

ok mbalmer@
This commit is contained in:
jasper 2007-08-26 22:28:41 +00:00
parent cdbcf2a56a
commit e9d5eb104c
4 changed files with 34 additions and 0 deletions

22
sysutils/ncdu/Makefile Normal file
View File

@ -0,0 +1,22 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/08/26 22:28:41 jasper Exp $
COMMENT= ncurses-based du(1)
DISTNAME= ncdu-1.3
CATEGORIES= sysutils
HOMEPAGE= http://dev.yorhel.nl/ncdu/
MASTER_SITES= http://dev.yorhel.nl/download/ \
${MASTER_SITE_SOURCEFORGE:=ncdu/}
# MIT
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
WANTLIB= c form ncurses
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>

5
sysutils/ncdu/distinfo Normal file
View File

@ -0,0 +1,5 @@
MD5 (ncdu-1.3.tar.gz) = IEusuDdoGQWb7GyCh6h6Zw==
RMD160 (ncdu-1.3.tar.gz) = sFOtSOwJ6rOdmjg9nDstyXPTnq0=
SHA1 (ncdu-1.3.tar.gz) = Y8gyermkQ9SfUz/V1krVH7Iory4=
SHA256 (ncdu-1.3.tar.gz) = 9VaksHwHu2bqu18qILPFLqIgIKaPK1MC0D57k7D/7lQ=
SIZE (ncdu-1.3.tar.gz) = 98022

4
sysutils/ncdu/pkg/DESCR Normal file
View File

@ -0,0 +1,4 @@
ncdu is an ncurses version of the famous old 'du' unix command. It
provides a fast and easy interface to your harddrive. Where is your disk
space going? Why is your home directory that large? ncdu can answer
those questions for you in just a matter of seconds.

3
sysutils/ncdu/pkg/PLIST Normal file
View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/08/26 22:28:41 jasper Exp $
bin/ncdu
@man man/man1/ncdu.1