pkgsrc/x11/xscope/Makefile
wiz 59eea834c7 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.
2012-12-02 13:13:59 +00:00

18 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/12/02 13:13:59 wiz Exp $
#
DISTNAME= xscope-1.4
CATEGORIES= x11 devel
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://cgit.freedesktop.org/xorg/app/xscope/
COMMENT= Tool to monitor X11/Client conversations
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config
.include "../../x11/xproto/buildlink3.mk"
.include "../../x11/xtrans/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"