mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
PR: ports/8874
Submitted by: kkennawa@physics.adelaide.edu.au WMMon monitors the realtime CPU load as well the average system load and gives you some nice additional features too...
This commit is contained in:
parent
1fc543b1a7
commit
2b5e20df2d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15279
40
sysutils/wmmon/Makefile
Normal file
40
sysutils/wmmon/Makefile
Normal file
@ -0,0 +1,40 @@
|
||||
# New ports collection makefile for: wmmon
|
||||
# Version required: 1.0b2
|
||||
# Date created: 27 November 1998
|
||||
# Whom: Kris Kennaway <kkennawa@physics.adelaide.edu.au>
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= wmmon-1.0b2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ftp://ftp.mezaway.org/pub/
|
||||
DISTFILES= wmmon-1.0b2.tar.gz wmmon-1.0b2-bsd.tar.gz
|
||||
|
||||
MAINTAINER= kkennawa@physics.adelaide.edu.au
|
||||
|
||||
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
WRKSRC= ${WRKDIR}/wmmon.app/wmmon
|
||||
|
||||
pre-patch:
|
||||
cd ${WRKDIR}/wmmon.app && ${PATCH} -p < ${WRKDIR}/wmmon-freebsd.patch
|
||||
|
||||
post-extract:
|
||||
${CP} ${WRKDIR}/wmmon/Makefile.FreeBSD ${WRKSRC}/Makefile
|
||||
|
||||
pre-clean:
|
||||
${RM} ${WRKDIR}/wmmon-freebsd.patch
|
||||
${RM} -rf ${WRKDIR}/wmmon
|
||||
|
||||
post-install:
|
||||
strip ${PREFIX}/bin/wmmon
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${PREFIX}/share/doc/wmmon
|
||||
${INSTALL_MAN} ${WRKSRC}/../HINTS ${PREFIX}/share/doc/wmmon
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
2
sysutils/wmmon/distinfo
Normal file
2
sysutils/wmmon/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
MD5 (wmmon-1.0b2.tar.gz) = 1b8c780b8c24a6958c69330fef4171df
|
||||
MD5 (wmmon-1.0b2-bsd.tar.gz) = 8da39c1a9ec24c8cf0857c7fa3f8582c
|
13
sysutils/wmmon/files/patch-aa
Normal file
13
sysutils/wmmon/files/patch-aa
Normal file
@ -0,0 +1,13 @@
|
||||
*** Makefile2 Mon Nov 30 21:31:27 1998
|
||||
--- Makefile Mon Nov 30 21:34:18 1998
|
||||
***************
|
||||
*** 21,24 ****
|
||||
rm -f $(PROG)
|
||||
|
||||
install::
|
||||
! install -c -g kmem -m 4755 -o root $(PROG) /usr/X11R6/bin
|
||||
--- 21,24 ----
|
||||
rm -f $(PROG)
|
||||
|
||||
install::
|
||||
! install -c -g kmem -m 4755 -o root $(PROG) $(PREFIX)/bin
|
1
sysutils/wmmon/pkg-comment
Normal file
1
sysutils/wmmon/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
WindowMaker dockable system load/performance monitor.
|
17
sysutils/wmmon/pkg-descr
Normal file
17
sysutils/wmmon/pkg-descr
Normal file
@ -0,0 +1,17 @@
|
||||
WMMon monitors the realtime CPU load as well the average system load and gives
|
||||
you some nice additional features too...
|
||||
|
||||
WMMon currently provides:
|
||||
|
||||
* Realtime CPU 'stress' meter;
|
||||
* Average systemload, like xload & wmavgload;
|
||||
* Average systemload graphic is autoscaling;
|
||||
* Realtime Disk I/O 'stress' meter;
|
||||
* Average Disk I/O load grapic (autoscaling);
|
||||
* Realtime total Mem & Swap usage meters;
|
||||
* System uptime display;
|
||||
* Realtime cycling through all monitor modes;
|
||||
* Can lauch 3 user definable commands through ~/.wmmonrc;
|
||||
* Can be started multiple times;
|
||||
* Commandline options for help (-h), version (-v),
|
||||
start mode (-i & -s) and display (-d);
|
3
sysutils/wmmon/pkg-plist
Normal file
3
sysutils/wmmon/pkg-plist
Normal file
@ -0,0 +1,3 @@
|
||||
bin/wmmon
|
||||
share/doc/wmmon/HINTS
|
||||
@dirrm share/doc/wmmon
|
Loading…
Reference in New Issue
Block a user