diff options
author | wiz <wiz@pkgsrc.org> | 2012-12-02 13:13:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-12-02 13:13:59 +0000 |
commit | b9c69e8f375480836f147da3cbf6b014acaecca4 (patch) | |
tree | 13e34e4c78d0cb45986c47c27318ec64a02ce359 /x11/xscope | |
parent | 53d696baebe28b348ea92ad672899cc3c4bdb96d (diff) | |
download | pkgsrc-b9c69e8f375480836f147da3cbf6b014acaecca4.tar.gz |
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.
Diffstat (limited to 'x11/xscope')
-rw-r--r-- | x11/xscope/Makefile | 4 | ||||
-rw-r--r-- | x11/xscope/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/xscope/Makefile b/x11/xscope/Makefile index dd975248c5d..e409042ed8a 100644 --- a/x11/xscope/Makefile +++ b/x11/xscope/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2012/10/18 09:42:46 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/12/02 13:13:59 wiz Exp $ # -DISTNAME= xscope-1.3.1 +DISTNAME= xscope-1.4 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=app/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xscope/distinfo b/x11/xscope/distinfo index da2e0a1a3a1..e4f9f270998 100644 --- a/x11/xscope/distinfo +++ b/x11/xscope/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2012/10/18 09:42:46 wiz Exp $ +$NetBSD: distinfo,v 1.2 2012/12/02 13:13:59 wiz Exp $ -SHA1 (xscope-1.3.1.tar.bz2) = c0bf5bce04a3b46cb53d443ccedc5c6c393784aa -RMD160 (xscope-1.3.1.tar.bz2) = 34756fe4e2aac5cffe28f96fcd963accb83b1dbe -Size (xscope-1.3.1.tar.bz2) = 198027 bytes +SHA1 (xscope-1.4.tar.bz2) = 20a727f8925626d03112c67d88bb57cd343309f1 +RMD160 (xscope-1.4.tar.bz2) = cb778de1bba7cd3d9e8b484f80cf2fb6949f3a32 +Size (xscope-1.4.tar.bz2) = 209858 bytes |