Up to [cvs.NetBSD.org] / pkgsrc / x11 / xscope
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
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
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.
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.
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
x11: Remove SHA1 hashes for distfiles
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.
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.
Update to 1.4: xscope 1.4 adds new features and decoding support. - RANDR decoding updated from just 0.x protocol to handle 1.0 - 1.4 - Atoms recorded from InternAtom & GetAtomName to use for display in other requests referencing the atoms - Property requests now also show these property types in a more natural format instead of as just lists of bytes: UTF8_STRING, atoms, cardinals, integers, and windows - new -I command line flag to enter interactive mode immediately at startup - experimental support for reading a previously recorded file. If you run "xscope -r -v0 > xscope.raw", then you can later run "xscope -f xscope.raw" to decode the data.
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.