Path to this page:
./
x11/xscope,
Tool to monitor X11/Client conversations
Branch: CURRENT,
Version: 1.4.4,
Package name: xscope-1.4.4,
Maintainer: pkgsrc-usersXSCOPE 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.
Required to build:[
x11/xtrans] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 198.223 KB
Version history: (Expand)
- (2023-06-04) Updated to version: xscope-1.4.4
- (2022-07-12) Updated to version: xscope-1.4.3
- (2021-12-07) Updated to version: xscope-1.4.2
- (2018-03-07) Updated to version: xscope-1.4.1nb1
- (2014-06-07) Updated to version: xscope-1.4.1
- (2012-12-02) Updated to version: xscope-1.4
CVS history: (Expand)
2023-06-04 07:16:53 by Thomas Klausner | Files touched by this commit (2) |
Log message:
This release fixes some minor bugs and adds support for decoding the
DAMAGE extension.
Alan Coopersmith (9):
scope.h: remove second include of fd.h
gitlab CI: stop requiring Signed-off-by in commits
gitlab CI: build with both --enable-xtrans & --disable-xtrans
fd.h: fix build when not building with xtrans
DataFromClient: Avoid segfault if FlushFD() closed the connection
PrintField: Don't over-indent when verbose < 3
Add support for DAMAGE extension versions 1.0 & 1.1
Remove "All rights reserved" from Oracle copyright notices
xscope 1.4.4
|
2022-07-11 21:42:19 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xscope: update to 1.4.3.
Alan Coopersmith (1):
xscope 1.4.3
Matthieu Herrb (1):
On OpenBSD SO_PEERCRED uses struct sockpeercred
Thomas Klausner (7):
Remove/comment out unused variables.
Match format strings with arguments.
ifdef out unused static functions
Use correct argument type for ctype(3) functions.
Increase buffer length to avoid truncation.
Add casts to fix signedness change warnings.
Mark MainLoop as _X_NORETURN.
|
2021-12-07 08:24:41 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
xscope: update to 1.4.2.
Alan Coopersmith (8):
Fix up documentation of NAS command line flags
Update README for gitlab migration
Update configure.ac bug URL for gitlab migration
Add support for process ID and names on Solarish systems
gitlab CI: add a basic build test
Build xz tarballs instead of bzip2
Fix spelling/wording issues
xscope 1.4.2
Emil Velikov (1):
autogen.sh: use quoted string variables
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Peter Wu (1):
Add support for process ID and names
Stéphane Aulery (1):
Improve help and manpage.
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2017-09-06 11:03:07 by Thomas Klausner | Files touched by this commit (86) |
Log message:
Follow some redirects.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2014-06-07 08:54:41 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.4.1:
This version corrects several bugs which caused xscope to incorrectly
decode some protocol replies or events, and fixes a build issue on Solaris.
|