diff options
author | nork <nork@FreeBSD.org> | 2005-06-11 08:15:35 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2005-06-11 08:15:35 +0800 |
commit | 9c9d61a846e62b5827147119aeaf5b9f48091cdd (patch) | |
tree | b46964ca575898eea9735012cd1bb9c05514b296 /sysutils | |
parent | e75830f7d3816196cb7a822785a33ac9e23890d1 (diff) | |
download | freebsd-ports-gnome-9c9d61a846e62b5827147119aeaf5b9f48091cdd.tar.gz freebsd-ports-gnome-9c9d61a846e62b5827147119aeaf5b9f48091cdd.tar.zst freebsd-ports-gnome-9c9d61a846e62b5827147119aeaf5b9f48091cdd.zip |
Add topless 1.36, display command output on the whole
screen like "top".
PR: ports/82131
Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org>
Approved by: daichi (author)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/topless/Makefile | 21 | ||||
-rw-r--r-- | sysutils/topless/distinfo | 2 | ||||
-rw-r--r-- | sysutils/topless/pkg-descr | 9 |
4 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index c8077745935d..6c7a6f3df6f3 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -472,6 +472,7 @@ SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += tmpwatch + SUBDIR += topless SUBDIR += torsmo SUBDIR += toshctl SUBDIR += tree diff --git a/sysutils/topless/Makefile b/sysutils/topless/Makefile new file mode 100644 index 000000000000..fe648297d319 --- /dev/null +++ b/sysutils/topless/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: topless +# Date created: Jun 11 2005 +# Whom: koma2@lovepeers.org +# +# $FreeBSD$ +# + +PORTNAME= topless +PORTVERSION= 1.36 +CATEGORIES= sysutils +MASTER_SITES= http://people.freebsd.org/~daichi/src/ + +MAINTAINER= koma2@lovepeers.org +COMMENT= Display command output on the whole screen like "top" + +USE_PERL5_BUILD=yes + +MAN1= topless.1 +PLIST_FILES= bin/topless + +.include <bsd.port.mk> diff --git a/sysutils/topless/distinfo b/sysutils/topless/distinfo new file mode 100644 index 000000000000..6652a53a1fa1 --- /dev/null +++ b/sysutils/topless/distinfo @@ -0,0 +1,2 @@ +MD5 (topless-1.36.tar.gz) = fc5beb497acd8db580dfe22f3bd04605 +SIZE (topless-1.36.tar.gz) = 4310 diff --git a/sysutils/topless/pkg-descr b/sysutils/topless/pkg-descr new file mode 100644 index 000000000000..34228293aeef --- /dev/null +++ b/sysutils/topless/pkg-descr @@ -0,0 +1,9 @@ +TOPLESS reads various command output, displays it on the whole screen +(like "less"), and periodically updates it like "top". + +TOPLESS can be used with almost every sort of command, +but is particularly useful when used with the command +to monitor the system, such as "ps", "netstat" or "fstat". + +Author: Daichi GOTO <daichi@FreeBSD.org> +WWW: http://people.freebsd.org/~daichi/ |