diff options
author | bland <bland@FreeBSD.org> | 2003-12-25 02:57:27 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-12-25 02:57:27 +0000 |
commit | 82eeb59860415e224127777e983c1f3201a5e689 (patch) | |
tree | 66d3807dd556468ee0898107ae62e461b1eb5e24 /x11 | |
parent | 8c3835ef5cef0de94d52697c2e34dad67cccb8cf (diff) | |
download | FreeBSD-ports-82eeb59860415e224127777e983c1f3201a5e689.zip FreeBSD-ports-82eeb59860415e224127777e983c1f3201a5e689.tar.gz |
Add xrestop 0.2, X11 server side resource usage statistics monitor.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 1 | ||||
-rw-r--r-- | x11/xrestop/Makefile | 28 | ||||
-rw-r--r-- | x11/xrestop/distinfo | 1 | ||||
-rw-r--r-- | x11/xrestop/pkg-descr | 6 | ||||
-rw-r--r-- | x11/xrestop/pkg-plist | 1 |
5 files changed, 37 insertions, 0 deletions
diff --git a/x11/Makefile b/x11/Makefile index 6beffda..48ddb04 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -193,6 +193,7 @@ SUBDIR += xnodecor SUBDIR += xprompt SUBDIR += xproto + SUBDIR += xrestop SUBDIR += xrootconsole SUBDIR += xscreensaver SUBDIR += xscreensaver-gnome diff --git a/x11/xrestop/Makefile b/x11/xrestop/Makefile new file mode 100644 index 0000000..fda870f --- /dev/null +++ b/x11/xrestop/Makefile @@ -0,0 +1,28 @@ +# New ports collection makefile for: xrestop +# Date created: 25 Dec 2003 +# Whom: Alexander Nedotsukov <bland@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= xrestop +PORTVERSION= 0.2 +CATEGORIES= x11 +MASTER_SITES= http://www.freedesktop.org/Software/${PORTNAME}/ + +MAINTAINER= bland@FreeBSD.org +COMMENT= X11 server side resource usage statistics monitor + +LIB_DEPENDS= X11.6:${PORTSDIR}/x11/XFree86-4-libraries + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gnometarget +GNU_CONFIGURE= yes + +CONFIGURE_ENV= CFLAGS=-I${X11BASE}/include \ + LDFLAGS=-L${X11BASE}/lib + +MAN1= xrestop.1 + +.include <bsd.port.mk> diff --git a/x11/xrestop/distinfo b/x11/xrestop/distinfo new file mode 100644 index 0000000..2a93fa0 --- /dev/null +++ b/x11/xrestop/distinfo @@ -0,0 +1 @@ +MD5 (xrestop-0.2.tar.gz) = 5ff774ff9cbb5997f0fb68e712dee302 diff --git a/x11/xrestop/pkg-descr b/x11/xrestop/pkg-descr new file mode 100644 index 0000000..f90aaa54 --- /dev/null +++ b/x11/xrestop/pkg-descr @@ -0,0 +1,6 @@ +Xrestop uses X-Resource extension to provide 'top' like statistics +of each connected X11 client's server side resource usage. It is +intendent as a developer tool aid more efficient server resource +usage and debug server side leakage. + +WWW: http://www.freedesktop.org/Software/xrestop/ diff --git a/x11/xrestop/pkg-plist b/x11/xrestop/pkg-plist new file mode 100644 index 0000000..6ae1dbe --- /dev/null +++ b/x11/xrestop/pkg-plist @@ -0,0 +1 @@ +bin/xrestop |