xuvmstat gives a graphical display of the current UVM
status on the machine.
This commit is contained in:
parent
7827e1af4e
commit
70f19c4602
32
sysutils/xuvmstat/Makefile
Normal file
32
sysutils/xuvmstat/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2001/06/16 17:05:25 pvalchev Exp $
|
||||
|
||||
COMMENT= "graphical display for the current uvm status"
|
||||
|
||||
# These are not converted to UVM yet.
|
||||
NOT_FOR_ARCHS= hppa m68k mips mvme68k pmax sun3
|
||||
|
||||
PKGNAME= xuvmstat-20010220
|
||||
DISTNAME= ${PKGNAME:S/-//}
|
||||
CATEGORIES= sysutils x11
|
||||
NEED_VERSION= 1.414
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= http://www.netbsd.org/~chuck/gz/
|
||||
|
||||
WRKDIST= ${WRKDIR}/xuvmstat
|
||||
MAKE_ENV= X11BASE="${X11BASE}"
|
||||
|
||||
USE_X11= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xuvmstat ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xuvmstat
|
||||
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xuvmstat
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/xuvmstat/files/md5
Normal file
3
sysutils/xuvmstat/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (xuvmstat20010220.tar.gz) = 85f90d23b4333898face3303d2b8e0f1
|
||||
RMD160 (xuvmstat20010220.tar.gz) = af17b79278144d267d87281122c99b0a2e53fc0c
|
||||
SHA1 (xuvmstat20010220.tar.gz) = bc9974355212bb4d0b831f5c755b0de6c2cf5968
|
12
sysutils/xuvmstat/patches/patch-Makefile
Normal file
12
sysutils/xuvmstat/patches/patch-Makefile
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1.1.1 2001/06/16 17:05:25 pvalchev Exp $
|
||||
--- Makefile.orig Thu Jun 14 21:07:11 2001
|
||||
+++ Makefile Thu Jun 14 21:07:24 2001
|
||||
@@ -2,7 +2,7 @@
|
||||
X11BASE?=/usr/X11R6
|
||||
|
||||
###CFLAGS+= -I../../../../src/sys -I../libcdcx -I${X11BASE}/include -DUVM
|
||||
-CFLAGS+= -I${X11BASE}/include
|
||||
+CFLAGS+= -I${X11BASE}/include -DUVM
|
||||
|
||||
|
||||
PROG= xuvmstat
|
17
sysutils/xuvmstat/patches/patch-get_uvmexp_c
Normal file
17
sysutils/xuvmstat/patches/patch-get_uvmexp_c
Normal file
@ -0,0 +1,17 @@
|
||||
$OpenBSD: patch-get_uvmexp_c,v 1.1.1.1 2001/06/16 17:05:25 pvalchev Exp $
|
||||
--- get_uvmexp.c.orig Mon Feb 19 07:23:55 2001
|
||||
+++ get_uvmexp.c Thu Jun 14 21:06:51 2001
|
||||
@@ -20,11 +20,12 @@
|
||||
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
+
|
||||
#include <stdio.h>
|
||||
#include <sys/param.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <uvm/uvm_extern.h>
|
||||
-
|
||||
+#include <vm/vm_param.h>
|
||||
|
||||
void get_uvmexp(uvmexp)
|
||||
|
2
sysutils/xuvmstat/pkg/DESCR
Normal file
2
sysutils/xuvmstat/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
xuvmstat gives a graphical display of the current UVM
|
||||
status on the machine.
|
4
sysutils/xuvmstat/pkg/PLIST
Normal file
4
sysutils/xuvmstat/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/06/16 17:05:25 pvalchev Exp $
|
||||
bin/xuvmstat
|
||||
share/doc/xuvmstat/README
|
||||
@dirrm share/doc/xuvmstat
|
Loading…
x
Reference in New Issue
Block a user