pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xscope Import xscope-1.3.1 as x11/xscope.
details: https://anonhg.NetBSD.org/pkgsrc/rev/7048f2ec784b
branches: trunk
changeset: 610093:7048f2ec784b
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Oct 18 09:42:46 2012 +0000
description:
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:
x11/xscope/DESCR | 12 ++++++++++++
x11/xscope/Makefile | 18 ++++++++++++++++++
x11/xscope/PLIST | 3 +++
x11/xscope/distinfo | 5 +++++
4 files changed, 38 insertions(+), 0 deletions(-)
diffs (54 lines):
diff -r e910182644ab -r 7048f2ec784b x11/xscope/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xscope/DESCR Thu Oct 18 09:42:46 2012 +0000
@@ -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 -r e910182644ab -r 7048f2ec784b x11/xscope/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xscope/Makefile Thu Oct 18 09:42:46 2012 +0000
@@ -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@localhost
+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 -r e910182644ab -r 7048f2ec784b x11/xscope/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xscope/PLIST Thu Oct 18 09:42:46 2012 +0000
@@ -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 -r e910182644ab -r 7048f2ec784b x11/xscope/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/xscope/distinfo Thu Oct 18 09:42:46 2012 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index