diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-19 12:15:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-19 12:15:16 +0000 |
commit | 49a631a32fcfb9c2819228e5eaacb7b44fe0aef2 (patch) | |
tree | 13a475ee091e5c5dd46c1afa2d482276ef18fc04 /sysutils/xuvmstat | |
parent | d6858dc9161d8dcb5d32a7d094d96df79eb97333 (diff) | |
download | pkgsrc-49a631a32fcfb9c2819228e5eaacb7b44fe0aef2.tar.gz |
Initial import of xuvmstat-20010217:
graphical display for the current UVM status
By Chuck Cranor.
Diffstat (limited to 'sysutils/xuvmstat')
-rw-r--r-- | sysutils/xuvmstat/Makefile | 21 | ||||
-rw-r--r-- | sysutils/xuvmstat/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/xuvmstat/pkg/DESCR | 1 | ||||
-rw-r--r-- | sysutils/xuvmstat/pkg/PLIST | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/xuvmstat/Makefile b/sysutils/xuvmstat/Makefile new file mode 100644 index 00000000000..52b19850777 --- /dev/null +++ b/sysutils/xuvmstat/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/19 12:15:16 wiz Exp $ +# + +DISTNAME= xuvmstat20010217 +PKGNAME= ${DISTNAME:S/2/-2/} +CATEGORIES= sysutil +MASTER_SITES= http://www.netbsd.org/~chuck/gz/ + +MAINTAINER= wiz@netbsd.org +COMMENT= graphical display for the current UVM status + +MAKE_ENV+= X11BASE=${X11BASE} + +WRKSRC= ${WRKDIR}/xuvmstat + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xuvmstat ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xuvmstat + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/xuvmstat + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/xuvmstat/files/md5 b/sysutils/xuvmstat/files/md5 new file mode 100644 index 00000000000..9dcb8ea8425 --- /dev/null +++ b/sysutils/xuvmstat/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2001/02/19 12:15:16 wiz Exp $ + +MD5 (xuvmstat20010217.tar.gz) = ee0be8b96dc08dbe00df0b48114c9da7 diff --git a/sysutils/xuvmstat/pkg/DESCR b/sysutils/xuvmstat/pkg/DESCR new file mode 100644 index 00000000000..cc72f87ea61 --- /dev/null +++ b/sysutils/xuvmstat/pkg/DESCR @@ -0,0 +1 @@ +graphical display for the current UVM status diff --git a/sysutils/xuvmstat/pkg/PLIST b/sysutils/xuvmstat/pkg/PLIST new file mode 100644 index 00000000000..41e195c4e35 --- /dev/null +++ b/sysutils/xuvmstat/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2001/02/19 12:15:16 wiz Exp $ +bin/xuvmstat +share/doc/xuvmstat/LICENSE +@dirrm share/doc/xuvmstat |