svn commit: r470463 - in head/x11: . xscope

Kurt Jaeger pi at FreeBSD.org
Sun May 20 14:51:39 UTC 2018


Author: pi
Date: Sun May 20 14:51:36 2018
New Revision: 470463
URL: https://svnweb.freebsd.org/changeset/ports/470463

Log:
  New port: x11/xscope
  
  Xscope sits in-between an X11 client and an X11 server and prints
  the contents of each request, reply, error, or event that is
  communicated between them. Xscope can decode the core X11 protocol
  and several extensions, including BIG-REQUESTS, LBX, MIT-SHM,
  NCD-WinCenterPro, RANDR, and RENDER. This information can be useful
  in debugging and performance tuning of X11 servers and clients.
  
  WWW: https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml

Added:
  head/x11/xscope/
  head/x11/xscope/Makefile   (contents, props changed)
  head/x11/xscope/distinfo   (contents, props changed)
  head/x11/xscope/pkg-descr   (contents, props changed)
Modified:
  head/x11/Makefile

Modified: head/x11/Makefile
==============================================================================
--- head/x11/Makefile	Sun May 20 14:51:32 2018	(r470462)
+++ head/x11/Makefile	Sun May 20 14:51:36 2018	(r470463)
@@ -512,6 +512,7 @@
     SUBDIR += xrsh
     SUBDIR += xrsi
     SUBDIR += xrx
+    SUBDIR += xscope
     SUBDIR += xscreensaver
     SUBDIR += xscreensaver-gnome
     SUBDIR += xscreensaver-gnome-hacks

Added: head/x11/xscope/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xscope/Makefile	Sun May 20 14:51:36 2018	(r470463)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	xscope
+PORTVERSION=	1.4.1
+CATEGORIES=	x11
+MASTER_SITES=	XORG/individual/${XORG_CAT}/
+
+MAINTAINER=	x11 at FreeBSD.org
+COMMENT=	X Window Protocol Viewer
+
+LICENSE=	MIT
+
+XORG_CAT=	app
+USE_XORG=	xproto x11 xext
+
+PLIST_FILES=	bin/xscope man/man1/xscope.1.gz
+
+.include <bsd.port.mk>

Added: head/x11/xscope/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xscope/distinfo	Sun May 20 14:51:36 2018	(r470463)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1526823367
+SHA256 (xorg/app/xscope-1.4.1.tar.bz2) = 33807fbd51822435b23c28e7e78116e552826a6ca4d85632f098ad0ddf1ff423
+SIZE (xorg/app/xscope-1.4.1.tar.bz2) = 216128

Added: head/x11/xscope/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/x11/xscope/pkg-descr	Sun May 20 14:51:36 2018	(r470463)
@@ -0,0 +1,8 @@
+Xscope sits in-between an X11 client and an X11 server and prints
+the contents of each request, reply, error, or event that is
+communicated between them. Xscope can decode the core X11 protocol
+and several extensions, including BIG-REQUESTS, LBX, MIT-SHM,
+NCD-WinCenterPro, RANDR, and RENDER. This information can be useful
+in debugging and performance tuning of X11 servers and clients.
+
+WWW: https://www.x.org/releases/X11R7.6/doc/man/man1/xscope.1.xhtml


More information about the svn-ports-all mailing list