diff options
author | wiz <wiz> | 2012-10-18 09:42:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2012-10-18 09:42:46 +0000 |
commit | af97321c35041ea932fbcccb68bd22d875b305ed (patch) | |
tree | a00235027c409dd44bf8d58a1605b43579f35dfb /x11 | |
parent | defcb725446085e7d4aeb87f1551416811778d75 (diff) | |
download | pkgsrc-af97321c35041ea932fbcccb68bd22d875b305ed.tar.gz |
Import xscope-1.3.1 as x11/xscope.
XSCOPE is a program to monitor the connections between the X11 window
server and a client program. xscope runs as a separate process. By
adjusting the host and/or display number that a X11 client attaches
to, the client is attached to xscope instead of X11. xscope attaches
to X11 as if it were the client. All bytes from the client are sent
to xscope which passes them on to X11; all bytes from X11 are sent to
xscope which sends them on to the client. xscope is transparent to
the client and X11.
In addition to passing characters back and forth, xscope will print
information about this traffic on stdout, giving performance and
debugging information for an X11 client and server.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscope/DESCR | 12 | ||||
-rw-r--r-- | x11/xscope/Makefile | 18 | ||||
-rw-r--r-- | x11/xscope/PLIST | 3 | ||||
-rw-r--r-- | x11/xscope/distinfo | 5 |
4 files changed, 38 insertions, 0 deletions
diff --git a/x11/xscope/DESCR b/x11/xscope/DESCR new file mode 100644 index 00000000000..733e3b0a128 --- /dev/null +++ b/x11/xscope/DESCR @@ -0,0 +1,12 @@ +XSCOPE is a program to monitor the connections between the X11 window +server and a client program. xscope runs as a separate process. By +adjusting the host and/or display number that a X11 client attaches +to, the client is attached to xscope instead of X11. xscope attaches +to X11 as if it were the client. All bytes from the client are sent +to xscope which passes them on to X11; all bytes from X11 are sent to +xscope which sends them on to the client. xscope is transparent to +the client and X11. + +In addition to passing characters back and forth, xscope will print +information about this traffic on stdout, giving performance and +debugging information for an X11 client and server. diff --git a/x11/xscope/Makefile b/x11/xscope/Makefile new file mode 100644 index 00000000000..dd975248c5d --- /dev/null +++ b/x11/xscope/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2012/10/18 09:42:46 wiz Exp $ +# + +DISTNAME= xscope-1.3.1 +CATEGORIES= x11 devel +MASTER_SITES= ${MASTER_SITE_XORG:=app/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://cgit.freedesktop.org/xorg/app/xscope/ +COMMENT= Tool to monitor X11/Client conversations + +GNU_CONFIGURE= yes +USE_TOOLS+= pkg-config + +.include "../../x11/xproto/buildlink3.mk" +.include "../../x11/xtrans/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/x11/xscope/PLIST b/x11/xscope/PLIST new file mode 100644 index 00000000000..12a5629b12e --- /dev/null +++ b/x11/xscope/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1 2012/10/18 09:42:46 wiz Exp $ +bin/xscope +man/man1/xscope.1 diff --git a/x11/xscope/distinfo b/x11/xscope/distinfo new file mode 100644 index 00000000000..da2e0a1a3a1 --- /dev/null +++ b/x11/xscope/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1 2012/10/18 09:42:46 wiz Exp $ + +SHA1 (xscope-1.3.1.tar.bz2) = c0bf5bce04a3b46cb53d443ccedc5c6c393784aa +RMD160 (xscope-1.3.1.tar.bz2) = 34756fe4e2aac5cffe28f96fcd963accb83b1dbe +Size (xscope-1.3.1.tar.bz2) = 198027 bytes |