Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 18:15:45 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550551 - head/sysutils/ncdu
Message-ID:  <202009291815.08TIFjm1090526@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Sep 29 18:15:44 2020
New Revision: 550551
URL: https://svnweb.freebsd.org/changeset/ports/550551

Log:
  Update pkg-descr
  
  - Take maintainership

Modified:
  head/sysutils/ncdu/Makefile
  head/sysutils/ncdu/pkg-descr

Modified: head/sysutils/ncdu/Makefile
==============================================================================
--- head/sysutils/ncdu/Makefile	Tue Sep 29 18:15:38 2020	(r550550)
+++ head/sysutils/ncdu/Makefile	Tue Sep 29 18:15:44 2020	(r550551)
@@ -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>

Modified: head/sysutils/ncdu/pkg-descr
==============================================================================
--- head/sysutils/ncdu/pkg-descr	Tue Sep 29 18:15:38 2020	(r550550)
+++ head/sysutils/ncdu/pkg-descr	Tue Sep 29 18:15:44 2020	(r550551)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009291815.08TIFjm1090526>