diff options
author | joerg <joerg@FreeBSD.org> | 1997-03-15 10:36:08 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-03-15 10:36:08 +0000 |
commit | 945066a8109e3523cfa28cbc5a45d177ce0ade87 (patch) | |
tree | 0ef5a47f7b6ec70608ddb7835a53ce123d65f7d3 /sysutils/xperfmon/pkg-descr | |
parent | bb790565c0db66b4cc9820466fbc388e6bf50c3d (diff) | |
download | FreeBSD-ports-945066a8109e3523cfa28cbc5a45d177ce0ade87.zip FreeBSD-ports-945066a8109e3523cfa28cbc5a45d177ce0ade87.tar.gz |
Update of xperfmon++ from Lars. The previous port didn't work with
2.2 (says Lars). I have now also moved freebsd_system.c out into a
files subdirectory, it used to be created in its entirety by patch-aa
before which makes maintenance fairly uncomfortable.
I have now verified that it builds and works with FreeBSD 2.1.x
(freefall -- it is really funny to watch it there, the disk transfers
and interrupts remain in the red zone all the time ;-), 3.0-current
(thud), and 2.2.
Submitted by: Lars_Koeller@odie.physik2.Uni-Rostock.DE
OKed by: asami
Diffstat (limited to 'sysutils/xperfmon/pkg-descr')
-rw-r--r-- | sysutils/xperfmon/pkg-descr | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/sysutils/xperfmon/pkg-descr b/sysutils/xperfmon/pkg-descr index d366c83..60599ea 100644 --- a/sysutils/xperfmon/pkg-descr +++ b/sysutils/xperfmon/pkg-descr @@ -1,4 +1,4 @@ -This package contains the binary release of xperfmon++ V1.33 a X based +This package contains the binary release of xperfmon++ V1.40 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, @@ -21,3 +21,10 @@ 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) + +Changes from xperfmon++ V1.33 to xperfmon++ V1.40: + + - Fix -geometry option. Changing the size of the window now wokes + well. The start frame of the window has the correct size. + - Changes in freebsd_system.c to compile with FreeBSD 30-current. + - Clean the FreeBSD version number #if's |