88aa8f300e
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
18 lines
296 B
Makefile
18 lines
296 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= xscope
|
|
PORTVERSION= 1.4.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= XORG/individual/${XORG_CAT}/
|
|
|
|
MAINTAINER= x11@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>
|