1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

add ttyload

Give a color-coded graph of load averages over time
This commit is contained in:
Ying-Chieh Liao 2001-11-21 04:06:44 +00:00
parent 35af01bf20
commit fb959af326
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50314
6 changed files with 33 additions and 0 deletions

View File

@ -165,6 +165,7 @@
SUBDIR += ticker.app
SUBDIR += timelimit
SUBDIR += truncate
SUBDIR += ttyload
SUBDIR += tua
SUBDIR += ucspi-tcp
SUBDIR += unquote

25
sysutils/ttyload/Makefile Normal file
View File

@ -0,0 +1,25 @@
# ex:ts=8
# New ports collection makefile for: ttyload
# Date Created: Nov 21, 2001
# Whom: ijliao
#
# $FreeBSD$
PORTNAME= ttyload
PORTVERSION= 0.4.4
CATEGORIES= sysutils
MASTER_SITES= http://www.daveltd.com/src/util/ttyload/
MAINTAINER= ports@FreeBSD.org
ALL_TARGET= default
post-patch:
@${PERL} -pi -e "s,^CC,#CC,g ; \
s,^DEBUG,#DEBUG,g ; \
s,^CFLAGS\t=,CFLAGS+=,g" ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ttyload ${PREFIX}/bin
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (ttyload-0.4.4.tar.gz) = f331a7aa48f62cc1ff4d53d16b1fe032

View File

@ -0,0 +1 @@
Give a color-coded graph of load averages over time

View File

@ -0,0 +1,4 @@
ttyload is a little *NIX utility which is meant to give a color-coded
graph of load averages over time.
WWW: http://www.daveltd.com/src/util/ttyload/

View File

@ -0,0 +1 @@
bin/ttyload