diff options
author | will <will@FreeBSD.org> | 2001-03-31 03:21:48 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-31 03:21:48 +0000 |
commit | 681573d7c1db1a9025d36810d9e10cb2b1205d1f (patch) | |
tree | 8c11f49299b44b6047aee698d0ee2a5dbf9ddc06 /sysutils | |
parent | 2559658b55c7cfdb321f750126f9e057e80792a7 (diff) | |
download | FreeBSD-ports-681573d7c1db1a9025d36810d9e10cb2b1205d1f.zip FreeBSD-ports-681573d7c1db1a9025d36810d9e10cb2b1205d1f.tar.gz |
Add perf 1.5, a xview-based system monitoring tool.
PR: 25631
Submitted by: Tobias Begalke <tobega@spyz.org>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/perf/Makefile | 26 | ||||
-rw-r--r-- | sysutils/perf/distinfo | 1 | ||||
-rw-r--r-- | sysutils/perf/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/perf/pkg-descr | 4 | ||||
-rw-r--r-- | sysutils/perf/pkg-plist | 1 |
6 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index b1ceb94..97e3ea9 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -90,6 +90,7 @@ SUBDIR += p5-SyslogScan SUBDIR += p5-Unix-ConfigFile SUBDIR += p5-Unix-Syslog + SUBDIR += perf SUBDIR += personality SUBDIR += pib SUBDIR += pkg_remove diff --git a/sysutils/perf/Makefile b/sysutils/perf/Makefile new file mode 100644 index 0000000..f4347aa --- /dev/null +++ b/sysutils/perf/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: perf +# Date created: 09 March 2001 +# Whom: Tobias Begalke <tobega@spyz.org> +# +# $FreeBSD$ +# + +PORTNAME= perf +PORTVERSION= 1.5 +CATEGORIES= sysutils +MASTER_SITES= http://www.spyz.org/perf/ + +MAINTAINER= tobega@spyz.org + +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview + +USE_IMAKE= yes +MAN1= perf.1 +XFREE86_HTML_MAN= no + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/perf ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/perf.1 ${PREFIX}/man/man1 + ${GZIP_CMD} ${PREFIX}/man/man1/perf.1 + +.include <bsd.port.mk> diff --git a/sysutils/perf/distinfo b/sysutils/perf/distinfo new file mode 100644 index 0000000..7d0fcea --- /dev/null +++ b/sysutils/perf/distinfo @@ -0,0 +1 @@ +MD5 (perf-1.5.tar.gz) = 41f96f421165d1f1ff8e9e1f038c1012 diff --git a/sysutils/perf/pkg-comment b/sysutils/perf/pkg-comment new file mode 100644 index 0000000..7619497 --- /dev/null +++ b/sysutils/perf/pkg-comment @@ -0,0 +1 @@ +Xview-based system monitoring tool diff --git a/sysutils/perf/pkg-descr b/sysutils/perf/pkg-descr new file mode 100644 index 0000000..d93506d --- /dev/null +++ b/sysutils/perf/pkg-descr @@ -0,0 +1,4 @@ +Perf is an XView program that reports kernel statistics for the local +or a remote host. The program is a frontend to the rstatd daemon. The +displayed window consists of one or more fields, each showing a +specified parameter. diff --git a/sysutils/perf/pkg-plist b/sysutils/perf/pkg-plist new file mode 100644 index 0000000..4056c21 --- /dev/null +++ b/sysutils/perf/pkg-plist @@ -0,0 +1 @@ +bin/perf |