diff options
author | reed <reed@pkgsrc.org> | 2005-05-04 20:03:40 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-04 20:03:40 +0000 |
commit | 7cd112907ab90fcfc8b0236872d766ebb0b35258 (patch) | |
tree | 2027507fbd86df823a0aa5e4fe28f41b7c461eca /x11/xrestop | |
parent | 4937aad93a2ba6bf0a2efa527e69cd960eb6c0eb (diff) | |
download | pkgsrc-7cd112907ab90fcfc8b0236872d766ebb0b35258.tar.gz |
Import xrestop (from pkgsrc-wip).
Xrestop uses the X-Resource extension (included with newer X libraries)
to provide 'top' like statistics of each connected X11 clients' server-
side resource usage.
Diffstat (limited to 'x11/xrestop')
-rw-r--r-- | x11/xrestop/DESCR | 3 | ||||
-rw-r--r-- | x11/xrestop/Makefile | 16 | ||||
-rw-r--r-- | x11/xrestop/PLIST | 3 | ||||
-rw-r--r-- | x11/xrestop/distinfo | 5 |
4 files changed, 27 insertions, 0 deletions
diff --git a/x11/xrestop/DESCR b/x11/xrestop/DESCR new file mode 100644 index 00000000000..443099e811a --- /dev/null +++ b/x11/xrestop/DESCR @@ -0,0 +1,3 @@ +Xrestop uses the X-Resource extension (included with newer X libraries) +to provide 'top' like statistics of each connected X11 clients' server- +side resource usage. diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile new file mode 100644 index 00000000000..1971de98f6a --- /dev/null +++ b/x11/xrestop/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/05/04 20:03:40 reed Exp $ +# + +DISTNAME= xrestop-0.3 +CATEGORIES= x11 +MASTER_SITES= http://www.freedesktop.org/software/xrestop/ + +MAINTAINER= reed@reedmedia.net +HOMEPAGE= http://www.freedesktop.org/Software/xrestop +COMMENT= X11 clients' server-side resource usage monitor + +USE_X11= yes +GNU_CONFIGURE= yes + +.include "../../devel/ncurses/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xrestop/PLIST b/x11/xrestop/PLIST new file mode 100644 index 00000000000..26e0d43679f --- /dev/null +++ b/x11/xrestop/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2005/05/04 20:03:40 reed Exp $ +bin/xrestop +man/man1/xrestop.1 diff --git a/x11/xrestop/distinfo b/x11/xrestop/distinfo new file mode 100644 index 00000000000..128feb34a0e --- /dev/null +++ b/x11/xrestop/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2005/05/04 20:03:40 reed Exp $ + +SHA1 (xrestop-0.3.tar.gz) = b92390f370d3b86c0c82c60c4423fa3d564d8c9e +RMD160 (xrestop-0.3.tar.gz) = 6d7bdffbcab05afc69168f43927b3d1b849179d7 +Size (xrestop-0.3.tar.gz) = 89268 bytes |