aboutsummaryrefslogtreecommitdiff
path: root/sysutils/ncdu
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2007-02-24 19:09:25 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2007-02-24 19:09:25 +0000
commit44ae9dc661ef628b236a0d14f129b08256aeb3da (patch)
tree645fe373596b8f29a3bca7f260536a716a2a916e /sysutils/ncdu
parent97c2cf8a02096c5bb305ac659cf97853c2221ca1 (diff)
downloadports-44ae9dc661ef628b236a0d14f129b08256aeb3da.tar.gz
ports-44ae9dc661ef628b236a0d14f129b08256aeb3da.zip
Add port sysutils/ncdu:
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. WWW: http://dev.yorhel.nl/ncdu/ Author: Yoran "YorHel" Heling <projects@yorhel.nl>
Notes
Notes: svn path=/head/; revision=185823
Diffstat (limited to 'sysutils/ncdu')
-rw-r--r--sysutils/ncdu/Makefile21
-rw-r--r--sysutils/ncdu/distinfo3
-rw-r--r--sysutils/ncdu/pkg-descr6
3 files changed, 30 insertions, 0 deletions
diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile
new file mode 100644
index 000000000000..63adc40521c8
--- /dev/null
+++ b/sysutils/ncdu/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: ncdu
+# Date created: 24 February 2007
+# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ncdu
+PORTVERSION= 0.1
+CATEGORIES= sysutils
+MASTER_SITES= http://dev.yorhel.nl/download/ CSME
+
+MAINTAINER= infofarmer@FreeBSD.org
+COMMENT= Ncurses du(1)
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --mandir=${MANPREFIX}/man
+PLIST_FILES= bin/${PORTNAME}
+MAN1= ${PORTNAME}.1
+
+.include <bsd.port.mk>
diff --git a/sysutils/ncdu/distinfo b/sysutils/ncdu/distinfo
new file mode 100644
index 000000000000..68edba26a1aa
--- /dev/null
+++ b/sysutils/ncdu/distinfo
@@ -0,0 +1,3 @@
+MD5 (ncdu-0.1.tar.gz) = 7fd5914ba23e9836f52294af97007fe5
+SHA256 (ncdu-0.1.tar.gz) = fc38325312ce105c5290a80707539823d864377e5f8a99a1630baaea767eda46
+SIZE (ncdu-0.1.tar.gz) = 88186
diff --git a/sysutils/ncdu/pkg-descr b/sysutils/ncdu/pkg-descr
new file mode 100644
index 000000000000..fc592a16beb2
--- /dev/null
+++ b/sysutils/ncdu/pkg-descr
@@ -0,0 +1,6 @@
+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.
+
+WWW: http://dev.yorhel.nl/ncdu/
+Author: Yoran "YorHel" Heling <projects@yorhel.nl>