diff options
author | agc <agc@pkgsrc.org> | 1997-10-24 10:11:28 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-24 10:11:28 +0000 |
commit | 00735ec870ab4b81e40360c9f12258bfddd88717 (patch) | |
tree | 8f34bd4d793cd790fedae38476afd31eb95701a1 /sysutils/xosview | |
parent | bdff7773abd7900e4a12dab08813ffe2819421ba (diff) | |
download | pkgsrc-00735ec870ab4b81e40360c9f12258bfddd88717.tar.gz |
Initial import of X11 graphical OS metering tool by Mike Romberg
(romberg@fsl.noaa.gov), ported to NetBSD by Brian Grayson
(bgrayson@pine.ece.utexas.edu). Only tested on i386 architecture as
yet, but reported to work on NetBSD/{amiga,hp300} as well.
Diffstat (limited to 'sysutils/xosview')
-rw-r--r-- | sysutils/xosview/Makefile | 19 | ||||
-rw-r--r-- | sysutils/xosview/files/md5 | 1 | ||||
-rw-r--r-- | sysutils/xosview/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/xosview/pkg/DESCR | 10 | ||||
-rw-r--r-- | sysutils/xosview/pkg/PLIST | 2 |
5 files changed, 33 insertions, 0 deletions
diff --git a/sysutils/xosview/Makefile b/sysutils/xosview/Makefile new file mode 100644 index 00000000000..01c26fbf585 --- /dev/null +++ b/sysutils/xosview/Makefile @@ -0,0 +1,19 @@ +# $NetBSD: Makefile,v 1.1.1.1 1997/10/24 10:11:28 agc Exp $ +# New ports collection makefile for: xosview +# Version required: 1.4.4beta +# Date created: Fri Oct 24 10:03:55 BST 1997 +# Whom: Alistair Crooks (agc@netbsd.org) +# + +DISTNAME= xosview-1.4.4beta +CATEGORIES= sysutils +MASTER_SITES= http://lore.ece.utexas.edu/~bgrayson/xosview/ + +MAINTAINER= agc@netbsd.org + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_X11= yes +MAN1= xosview.1 + +.include <bsd.port.mk> diff --git a/sysutils/xosview/files/md5 b/sysutils/xosview/files/md5 new file mode 100644 index 00000000000..813a4d428f9 --- /dev/null +++ b/sysutils/xosview/files/md5 @@ -0,0 +1 @@ +MD5 (xosview-1.4.4beta.tar.gz) = 9079638ddb94d9666cd8321d543ebe4e diff --git a/sysutils/xosview/pkg/COMMENT b/sysutils/xosview/pkg/COMMENT new file mode 100644 index 00000000000..782b0767a88 --- /dev/null +++ b/sysutils/xosview/pkg/COMMENT @@ -0,0 +1 @@ +X11 graphical display of OS loads diff --git a/sysutils/xosview/pkg/DESCR b/sysutils/xosview/pkg/DESCR new file mode 100644 index 00000000000..4f7e2980056 --- /dev/null +++ b/sysutils/xosview/pkg/DESCR @@ -0,0 +1,10 @@ +Taken without attribution 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@pine.ece.utexas.edu) + diff --git a/sysutils/xosview/pkg/PLIST b/sysutils/xosview/pkg/PLIST new file mode 100644 index 00000000000..fda14a040fe --- /dev/null +++ b/sysutils/xosview/pkg/PLIST @@ -0,0 +1,2 @@ +bin/xosview +man/man1/xosview.1.gz |