From 840a84e7aa02b221a44c8865e9baacd20e6d52c1 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 13 Dec 1994 09:07:03 +0000 Subject: xsysstats-1.32, a system information display tool. Someone please test this, I can't for my life figure out how the heck all those options work.... --- sysutils/xsysstats/Makefile | 14 ++++++++ sysutils/xsysstats/files/patch-aa | 75 +++++++++++++++++++++++++++++++++++++++ sysutils/xsysstats/pkg-comment | 1 + sysutils/xsysstats/pkg-descr | 14 ++++++++ sysutils/xsysstats/pkg-plist | 3 ++ 5 files changed, 107 insertions(+) create mode 100644 sysutils/xsysstats/Makefile create mode 100644 sysutils/xsysstats/files/patch-aa create mode 100644 sysutils/xsysstats/pkg-comment create mode 100644 sysutils/xsysstats/pkg-descr create mode 100644 sysutils/xsysstats/pkg-plist (limited to 'sysutils') diff --git a/sysutils/xsysstats/Makefile b/sysutils/xsysstats/Makefile new file mode 100644 index 000000000000..33dc6b4cf133 --- /dev/null +++ b/sysutils/xsysstats/Makefile @@ -0,0 +1,14 @@ +# New ports collection makefile for: xsysstats +# Version required: 1.32 +# Date created: 12 December 1994 +# Whom: asami +# +# $Id:$ +# + +DISTNAME= xsysstats1.32 +USE_IMAKE= yes +INSTALL_MANPAGES= yes +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/utilities/ + +.include diff --git a/sysutils/xsysstats/files/patch-aa b/sysutils/xsysstats/files/patch-aa new file mode 100644 index 000000000000..3ea1ef546d20 --- /dev/null +++ b/sysutils/xsysstats/files/patch-aa @@ -0,0 +1,75 @@ +--- ./headers.h.org Mon Nov 21 19:57:57 1994 ++++ ./headers.h Tue Dec 13 00:49:58 1994 +@@ -9,7 +9,7 @@ + * prototypes, this is unneeded. + */ + +-#ifndef __NetBSD__ ++#if !(defined(__NetBSD__) || defined(__FreeBSD__)) + #ifdef __GNUC__ + /* These do not seem to be needed with gcc-2.5.0. In fact, having + * them declared causes errors. +--- ./porting.c.org Tue Nov 22 13:21:16 1994 ++++ ./porting.c Tue Dec 13 00:49:58 1994 +@@ -1,4 +1,4 @@ +-#ifndef __NetBSD__ ++#if !(defined(__NetBSD__) || defined(__FreeBSD__)) + #include + #endif + #include "xsysstats.h" +@@ -10,10 +10,13 @@ + #define FSCALE (1< + #undef FSHIFT + #undef FSCALE ++#ifdef __FreeBSD__ ++#include ++#endif + #include + + #ifdef ultrix +--- ./Imakefile.org Mon Nov 21 19:47:44 1994 ++++ ./Imakefile Tue Dec 13 00:57:57 1994 +@@ -9,7 +9,7 @@ + */ + + +-CFLAGS = -I/usr/X11R6/include -g -Wall ++CFLAGS = -I/usr/X11R6/include -O2 -Wall + CC = gcc + + /* If using Solaris 2, uncomment the line below * +@@ -20,7 +20,7 @@ + DEFINES = -DSOLARIS2 + LIBS = -lrpcsvc -lnsl + #else +- LIBS = -lrpcsvc ++ LIBS = -lrpcsvc + #endif + + DEPLIBS = $(DEPXLIB) +--- ./xsysstats.h.org Mon Nov 21 20:57:47 1994 ++++ ./xsysstats.h Tue Dec 13 00:49:58 1994 +@@ -2,9 +2,17 @@ + #include + #include + #include ++#include ++#if defined(BSD) && (BSD >= 199306) ++#include ++#else + #include ++#endif + +-#ifdef SOLARIS2 ++#include ++#include ++ ++#if (defined(SOLARIS2) || defined(__FreeBSD__)) + #include + #endif + diff --git a/sysutils/xsysstats/pkg-comment b/sysutils/xsysstats/pkg-comment new file mode 100644 index 000000000000..19e34075850b --- /dev/null +++ b/sysutils/xsysstats/pkg-comment @@ -0,0 +1 @@ +xsysstats-1.32, a system information display tool diff --git a/sysutils/xsysstats/pkg-descr b/sysutils/xsysstats/pkg-descr new file mode 100644 index 000000000000..03f6522fa444 --- /dev/null +++ b/sysutils/xsysstats/pkg-descr @@ -0,0 +1,14 @@ +XSysStats is a system information display tool similar to perfmeter. It +displays its information in the form of a strip chart. It can also display +information about remote hosts, as perfmeter can do. + +XSysStats can display any number of graphs at one time in the same window. +Information being displayed in the window need not be all of the same host. +For example, you could have it display the percentage of cpu being utilized +of half a dozen (or more) different hosts. Also, splitting the window +into smaller windows is now supported (similar to what the perfmeter +in OW 3 allows) + +(above taken from the original README) +- Satoshi +asami@cs.berkeley.edu diff --git a/sysutils/xsysstats/pkg-plist b/sysutils/xsysstats/pkg-plist new file mode 100644 index 000000000000..e31c5620f4b1 --- /dev/null +++ b/sysutils/xsysstats/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xsysstats +man/man1/xsysstats.1.gz -- cgit v1.2.3