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)
This commit is contained in:
Norikatsu Shigemura 2005-06-11 00:15:35 +00:00
parent 62151027bd
commit 0c35c868f1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137237
4 changed files with 33 additions and 0 deletions

View file

@ -472,6 +472,7 @@
SUBDIR += ticker.app
SUBDIR += timelimit
SUBDIR += tmpwatch
SUBDIR += topless
SUBDIR += torsmo
SUBDIR += toshctl
SUBDIR += tree

21
sysutils/topless/Makefile Normal file
View file

@ -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>

View file

@ -0,0 +1,2 @@
MD5 (topless-1.36.tar.gz) = fc5beb497acd8db580dfe22f3bd04605
SIZE (topless-1.36.tar.gz) = 4310

View file

@ -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/