# $Id: Portfile 80076 2011-07-03 23:46:28Z jmr@macports.org $

PortSystem          1.0

name                xdpyinfo
version             1.2.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           md5     c52fda7bbc80e74b7839f29298cb1d77 \
                    sha1    5d53cd31afd40bdc4575b5347f2cda67f135f5f2 \
                    rmd160  9b9360926d8bd9b9a22ccb143c27415d43683ccc

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
