diff --git a/sysutils/Makefile b/sysutils/Makefile index 0382a8294b39..42f0ff27b34d 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -165,6 +165,7 @@ SUBDIR += ticker.app SUBDIR += timelimit SUBDIR += truncate + SUBDIR += ttyload SUBDIR += tua SUBDIR += ucspi-tcp SUBDIR += unquote diff --git a/sysutils/ttyload/Makefile b/sysutils/ttyload/Makefile new file mode 100644 index 000000000000..6f7c2dda5b70 --- /dev/null +++ b/sysutils/ttyload/Makefile @@ -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 diff --git a/sysutils/ttyload/distinfo b/sysutils/ttyload/distinfo new file mode 100644 index 000000000000..daeb266e2c88 --- /dev/null +++ b/sysutils/ttyload/distinfo @@ -0,0 +1 @@ +MD5 (ttyload-0.4.4.tar.gz) = f331a7aa48f62cc1ff4d53d16b1fe032 diff --git a/sysutils/ttyload/pkg-comment b/sysutils/ttyload/pkg-comment new file mode 100644 index 000000000000..81272e5d3e1b --- /dev/null +++ b/sysutils/ttyload/pkg-comment @@ -0,0 +1 @@ +Give a color-coded graph of load averages over time diff --git a/sysutils/ttyload/pkg-descr b/sysutils/ttyload/pkg-descr new file mode 100644 index 000000000000..d0dfa1407965 --- /dev/null +++ b/sysutils/ttyload/pkg-descr @@ -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/ diff --git a/sysutils/ttyload/pkg-plist b/sysutils/ttyload/pkg-plist new file mode 100644 index 000000000000..f3b48f95b93b --- /dev/null +++ b/sysutils/ttyload/pkg-plist @@ -0,0 +1 @@ +bin/ttyload