development/xtruss: Updated for version 20150103.8828e85.

This commit is contained in:
B. Watson 2015-05-12 04:10:59 -04:00 committed by Willy Sudiarto Raharjo
parent 37fecbe824
commit fc3d2746b2
3 changed files with 14 additions and 8 deletions

View file

@ -1,5 +1,11 @@
XTruss is an easy to use X protocol tracing program.
xtruss (easy to use X protocol tracing program)
It logs everything that passes between the X server and one or more X client
programs. In this it is similar to xmon(1), but intended to combine xmon's
basic functionality with an interface much more similar to strace(1).
xtruss logs everything that passes between the X server and one or more
X client programs. In this it is similar to xmon(1), but intended to
combine xmon's basic functionality with an interface much more similar
to strace(1).
If xtruss hangs on startup or aborts with a 'sk_addrcopy'
message, make sure your hostname (hostname -f) resolves to
your primary IP address. Add an entry in /etc/hosts if necessary.
This is especially prevalent on residential LANs using DHCP.

View file

@ -6,7 +6,7 @@
# Modified by B. Watson
PRGNAM=xtruss
VERSION=${VERSION:-r10030}
VERSION=${VERSION:-20150103.8828e85}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="xtruss"
VERSION="r10030"
VERSION="20150103.8828e85"
HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/xtruss/"
DOWNLOAD="http://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-r10030.tar.gz"
MD5SUM="cc106245b109a96a77daab0e035031a8"
DOWNLOAD="http://www.chiark.greenend.org.uk/~sgtatham/xtruss/xtruss-20150103.8828e85.tar.gz"
MD5SUM="e5a08d7d7f5cb8221dc36eb41e3c8dba"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""