# $Id: Portfile 103312 2013-02-21 09:24:05Z jmr@macports.org $

PortSystem          1.0

name                xscope
version             1.4
categories          x11
license             X11
platforms           darwin
maintainers         jeremyhu openmaintainer
description         X11 protocol debugger
long_description    ${description}

homepage            http://www.x.org
master_sites        http://xorg.freedesktop.org/archive/individual/app/

checksums           sha1    20a727f8925626d03112c67d88bb57cd343309f1 \
                    rmd160  cb778de1bba7cd3d9e8b484f80cf2fb6949f3a32 \
                    sha256  eb4adf06f274bdd5d87b30367cd137b485b650b5dc6dc5ae1104bd8afaf22b1f

use_bzip2	    yes
use_parallel_build  yes

depends_build \
	port:pkgconfig \
	port:xorg-xproto \
	port:xorg-xtrans

configure.args --disable-xtrans

livecheck.type  regex
livecheck.url   [lindex ${master_sites} 0]?C=M&O=D
livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)
