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:
parent
35af01bf20
commit
fb959af326
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50314
@ -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
25
sysutils/ttyload/Makefile
Normal 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>
|
1
sysutils/ttyload/distinfo
Normal file
1
sysutils/ttyload/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ttyload-0.4.4.tar.gz) = f331a7aa48f62cc1ff4d53d16b1fe032
|
1
sysutils/ttyload/pkg-comment
Normal file
1
sysutils/ttyload/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Give a color-coded graph of load averages over time
|
4
sysutils/ttyload/pkg-descr
Normal file
4
sysutils/ttyload/pkg-descr
Normal 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/
|
1
sysutils/ttyload/pkg-plist
Normal file
1
sysutils/ttyload/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/ttyload
|
Loading…
Reference in New Issue
Block a user