# $Id: Portfile 92250 2012-04-22 22:01:50Z jeremyhu@macports.org $

PortSystem          1.0

name                xdpyinfo
version             1.3.0
categories          x11
maintainers         jeremyhu openmaintainer
description         Display information utility for X11
long_description \
   xdpyinfo is a utility for displaying information about an X server.  It \
   is used to examine the capabilities of a server, the predefined values \
   for various parameters used in communicating between clients and the \
   server, and the different types of screens and visuals that are available.

platforms           darwin

homepage            http://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           sha1    39936ff600434614d3ee53038d814246a03f4acf \
                    rmd160  ae868364c828800f761639d173a2fe4b5da3393e \
                    sha256  23ee4944a32b5701b4379cb420729eb7a4dde54de2b5b006d4747855efd6d73f

depends_build       port:pkgconfig

depends_lib         port:xorg-libXinerama \
                    port:xrender \
                    port:xorg-libXtst \
                    port:xorg-libXxf86vm \
                    port:xorg-libdmx

configure.args      --without-xf86misc --without-dga

livecheck.type      regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       http://xorg.freedesktop.org/archive/individual/app/?C=M&O=D
