diff options
author | sat <sat@FreeBSD.org> | 2007-02-25 03:09:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-02-25 03:09:25 +0800 |
commit | a17f9cf372d2f8dd0f94074441f8cc7b0ca5ce80 (patch) | |
tree | 0fa00fb411512262e017335ab5a60b8d444dd943 /sysutils/ncdu | |
parent | 41013ae1f40dcb6491636fa5683ebbfe26d6fc76 (diff) | |
download | freebsd-ports-gnome-a17f9cf372d2f8dd0f94074441f8cc7b0ca5ce80.tar.gz freebsd-ports-gnome-a17f9cf372d2f8dd0f94074441f8cc7b0ca5ce80.tar.zst freebsd-ports-gnome-a17f9cf372d2f8dd0f94074441f8cc7b0ca5ce80.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>
Diffstat (limited to 'sysutils/ncdu')
-rw-r--r-- | sysutils/ncdu/Makefile | 21 | ||||
-rw-r--r-- | sysutils/ncdu/distinfo | 3 | ||||
-rw-r--r-- | sysutils/ncdu/pkg-descr | 6 |
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> |