Update pkg-descr

- Take maintainership
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2020-09-29 18:15:44 +00:00
parent 3bc4cab4a8
commit 990c5fcb7a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550551
2 changed files with 11 additions and 7 deletions

View File

@ -6,15 +6,17 @@ PORTVERSION= 1.15.1
CATEGORIES= sysutils
MASTER_SITES= https://dev.yorhel.nl/download/
MAINTAINER= ports@FreeBSD.org
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Ncurses du(1)
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
GNU_CONFIGURE= yes
PLIST_FILES= bin/${PORTNAME} \
man/man1/${PORTNAME}.1.gz
PLIST_FILES= bin/ncdu \
man/man1/ncdu.1.gz
.include <bsd.port.mk>

View File

@ -1,5 +1,7 @@
ncdu (NCurses Disk Usage) is a curses-based version of
the well-known 'du', and provides a fast way to see what
directories are using your disk space.
Ncdu is a disk usage analyzer with an ncurses interface. It is designed to find
space hogs on a remote server where you don't have an entire graphical setup
available, but it is a useful tool even on regular desktop systems. Ncdu aims to
be fast, simple and easy to use, and should be able to run in any minimal
POSIX-like environment with ncurses installed.
WWW: https://dev.yorhel.nl/ncdu/
WWW: https://dev.yorhel.nl/ncdu