diff options
author | bjs <bjs@pkgsrc.org> | 2007-11-23 07:48:55 +0000 |
---|---|---|
committer | bjs <bjs@pkgsrc.org> | 2007-11-23 07:48:55 +0000 |
commit | 4e2fc75562bc29647aa1f891c180e10f8467f870 (patch) | |
tree | 46ec8ca21f257df590036e3f4bc7c5b2770c4355 /x11/xrestop | |
parent | 2b51831f7f2723154d4303f2f78fd2c0ac8c76c8 (diff) | |
download | pkgsrc-4e2fc75562bc29647aa1f891c180e10f8467f870.tar.gz |
Update to xrestop-0.4. Add DESTDIR support. Changes:
2006-02-27 Matthew Allum <mallum@openedhand.com>
* doc/xrestop.1:
Add docs for --max-samples options
* xrestop.c: (window_get_utf8_name), (usage), (recurse_win_tree),
(main):
Fix gcc 4 compiler warnings. Minor source cleanups.
Fix missing PIDs due to window recursing bug ( John Tapsell )
Handle 'q' key to quit ( Moray Allan )
'--max-samples' option ( Jeremy C Reed )
Diffstat (limited to 'x11/xrestop')
-rw-r--r-- | x11/xrestop/Makefile | 10 | ||||
-rw-r--r-- | x11/xrestop/distinfo | 8 |
2 files changed, 10 insertions, 8 deletions
diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile index 959667ddc75..4a2263c28ae 100644 --- a/x11/xrestop/Makefile +++ b/x11/xrestop/Makefile @@ -1,16 +1,18 @@ -# $NetBSD: Makefile,v 1.5 2007/02/22 19:01:28 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2007/11/23 07:48:55 bjs Exp $ # -DISTNAME= xrestop-0.3 -PKGREVISION= 1 +DISTNAME= xrestop-0.4 CATEGORIES= x11 -MASTER_SITES= http://www.freedesktop.org/software/xrestop/ +MASTER_SITES= http://projects.o-hand.com/sources/xrestop/ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.freedesktop.org/wiki/Software/xrestop COMMENT= X11 clients' server-side resource usage monitor +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config .include "../../devel/ncurses/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" diff --git a/x11/xrestop/distinfo b/x11/xrestop/distinfo index 128feb34a0e..29e4df3ab98 100644 --- a/x11/xrestop/distinfo +++ b/x11/xrestop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2005/05/04 20:03:40 reed Exp $ +$NetBSD: distinfo,v 1.2 2007/11/23 07:48:55 bjs Exp $ -SHA1 (xrestop-0.3.tar.gz) = b92390f370d3b86c0c82c60c4423fa3d564d8c9e -RMD160 (xrestop-0.3.tar.gz) = 6d7bdffbcab05afc69168f43927b3d1b849179d7 -Size (xrestop-0.3.tar.gz) = 89268 bytes +SHA1 (xrestop-0.4.tar.gz) = 040b0ac561f4de0a04e9db42a2cfab918801c452 +RMD160 (xrestop-0.4.tar.gz) = 13113e1de0d2206106a274917fd9a0decd301837 +Size (xrestop-0.4.tar.gz) = 92308 bytes |