xosview 1.5.1, X11 system load, cpu/mem/swap/disk utilisation monitor

This commit is contained in:
form 1998-05-07 05:22:37 +00:00
parent e434b5ff29
commit 61f0582f85
7 changed files with 93 additions and 0 deletions

23
sysutils/xosview/Makefile Normal file
View File

@ -0,0 +1,23 @@
# OpenBSD makefile for: xosview
# Version required: 1.5.1
# Date created: 7 May 1998
# Whom: form
#
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/07 05:22:37 form Exp $
# NetBSD: Makefile,v 1.9 1998/04/15 10:38:50 agc Exp
#
DISTNAME= xosview-1.5.1
CATEGORIES= sysutils
MASTER_SITES= http://www.ece.utexas.edu/~bgrayson/xosview/
MAINTAINER= form@vs.itam.nsc.ru
GNU_CONFIGURE= yes
USE_X11= yes
MAN1= xosview.1
MAKE_ENV+= UVM=${UVM}
MAKE_FLAGS= ARCH=${ARCH} -f
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (xosview-1.5.1.tar.gz) = 7d5ddc680660cca3e01604b8730b038f

View File

@ -0,0 +1,36 @@
*** configure.orig Thu May 7 11:58:32 1998
--- configure Thu May 7 11:59:36 1998
***************
*** 1320,1334 ****
;;
## Also check for versions that have not been tested.
! netbsd*) echo "configure: warning:
*************** Warning *****************
xosview has not been tested on $host_os.
! So far, it is known to work on the following NetBSD versions:
netbsd1.0
netbsd1.1
netbsd1.2
netbsd1.2.1
netbsd1.3
If it works for version $host_os, please send mail to:
bgrayson@ece.utexas.edu.
If this message is in error, also notify bgrayson -- we're new
--- 1320,1335 ----
;;
## Also check for versions that have not been tested.
! netbsd*|openbsd*) echo "configure: warning:
*************** Warning *****************
xosview has not been tested on $host_os.
! So far, it is known to work on the following NetBSD/OpenBSD versions:
netbsd1.0
netbsd1.1
netbsd1.2
netbsd1.2.1
netbsd1.3
+ openbsd2.3
If it works for version $host_os, please send mail to:
bgrayson@ece.utexas.edu.
If this message is in error, also notify bgrayson -- we're new

View File

@ -0,0 +1,19 @@
*** netbsd/kernel.cc.orig Thu May 7 12:02:24 1998
--- netbsd/kernel.cc Thu May 7 12:03:11 1998
***************
*** 25,31 ****
many cpu states there are. */
#ifndef XOSVIEW_FREEBSD
#include <sys/device.h>
! #include <sys/disklabel.h>
#include <sys/disk.h> /* For disk statistics. */
#endif
--- 25,31 ----
many cpu states there are. */
#ifndef XOSVIEW_FREEBSD
#include <sys/device.h>
! /* #include <sys/disklabel.h> */
#include <sys/disk.h> /* For disk statistics. */
#endif

View File

@ -0,0 +1 @@
X11 graphical display of OS statistics

View File

@ -0,0 +1,10 @@
Taken from Bryan Grayson's URL on xosview:
(http://lore.ece.utexas.edu/~bgrayson/xosview.html)
xosview (or XOsview, or XOSView, take your pick!) is an application
originally developed by Mike Romberg for Linux. It can be summarized
as a graphical performance meter.
Original author: Mike Romberg (romberg@fsl.noaa.gov)
Ported to NetBSD by: Brian Grayson (bgrayson@ece.utexas.edu)
Ported to OpenBSD by: Oleg Safiullin (form@vs.itam.nsc.ru)

View File

@ -0,0 +1,3 @@
bin/xosview
lib/X11/app-defaults/XOsview
man/man1/xosview.1