1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-28 10:08:24 +00:00

Upgrade to version 1.33. This works on either -current and -stable

(though i noticed some problems with the NFS display, and will point
Lars to it again).

Submitted by:	Lars_Koeller@odie.physik2.uni-rostock.de
This commit is contained in:
Joerg Wunsch 1996-05-19 10:58:09 +00:00
parent 09a40544b9
commit 0e01196e4a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3106
10 changed files with 2362 additions and 1578 deletions

View File

@ -7,13 +7,18 @@
#
PREFIX= /usr/X11R6
DISTNAME= xperfmon++
PKGNAME= xperfmon-1.3
PKGNAME= xperfmon++v1.33
USE_IMAKE= yes
CATEGORIES+= sysutils
CATEGORIES+= sysutils x11
# In Germany try this
#MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/
MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/
DISTFILES= xperfmon++v1.1.tar.Z
EXTRACT_ONLY= xperfmon++v1.1.tar.Z
MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de
.include <bsd.port.mk>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,4 @@
A graphical X11 system performance monitor
xperfmon++: Version 1.33. A graphical X11 system performance monitor dispaying
user/system/idle CPU time, free swap, disk IO, network traffic
and nfs server/client calls.

View File

@ -1,11 +1,11 @@
This package contains the binary release of xperfmon++ V1.3 a X based
This package contains the binary release of xperfmon++ V1.33 a X based
system performance meter for several systems, ported to FreeBSD 2.X.
The program monitors user-, system-, idle-cputime, free swap, disk io,
number of interrupts, network-input, -output, -collision packets and
NFS client and server activity.
Please send BUGS and annotations to: lars.koeller@odie.physik2.uni-rostock.de
Please send BUGS and annotations to: Lars_Koeller@odie.physik2.uni-rostock.de
Major changes in xperfmon++ V1.3 due to xperfmon++ V1.1:
@ -15,3 +15,9 @@ Major changes in xperfmon++ V1.3 due to xperfmon++ V1.1:
- Display 'Free Swap' in percent without resizing of the graph
- Close some memory leaks
- Display unit of graph in label field.
Changes from xperfmon++ V1.3 to xperfmon++ V1.33:
- Fix event bug when resizing or moving the window.
(High cpu consumption when running xperfmon++ with mwm)
- Changes in get_swapspace to compile with FreeBSD 2.2 (-current)

View File

@ -7,13 +7,18 @@
#
PREFIX= /usr/X11R6
DISTNAME= xperfmon++
PKGNAME= xperfmon-1.3
PKGNAME= xperfmon++v1.33
USE_IMAKE= yes
CATEGORIES+= sysutils
CATEGORIES+= sysutils x11
# In Germany try this
#MASTER_SITES= ftp://odie.physik2.uni-rostock.de/pub/
MASTER_SITES= ftp://proteus.arc.nasa.gov/pub/
DISTFILES= xperfmon++v1.1.tar.Z
EXTRACT_ONLY= xperfmon++v1.1.tar.Z
MAINTAINER= Lars_Koeller@odie.physik2.uni-rostock.de
.include <bsd.port.mk>

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,4 @@
A graphical X11 system performance monitor
xperfmon++: Version 1.33. A graphical X11 system performance monitor dispaying
user/system/idle CPU time, free swap, disk IO, network traffic
and nfs server/client calls.

View File

@ -1,11 +1,11 @@
This package contains the binary release of xperfmon++ V1.3 a X based
This package contains the binary release of xperfmon++ V1.33 a X based
system performance meter for several systems, ported to FreeBSD 2.X.
The program monitors user-, system-, idle-cputime, free swap, disk io,
number of interrupts, network-input, -output, -collision packets and
NFS client and server activity.
Please send BUGS and annotations to: lars.koeller@odie.physik2.uni-rostock.de
Please send BUGS and annotations to: Lars_Koeller@odie.physik2.uni-rostock.de
Major changes in xperfmon++ V1.3 due to xperfmon++ V1.1:
@ -15,3 +15,9 @@ Major changes in xperfmon++ V1.3 due to xperfmon++ V1.1:
- Display 'Free Swap' in percent without resizing of the graph
- Close some memory leaks
- Display unit of graph in label field.
Changes from xperfmon++ V1.3 to xperfmon++ V1.33:
- Fix event bug when resizing or moving the window.
(High cpu consumption when running xperfmon++ with mwm)
- Changes in get_swapspace to compile with FreeBSD 2.2 (-current)