# $Id: Portfile 45603 2009-01-18 20:52:41Z jeremyhu@macports.org $

PortSystem          1.0
name                xdpyinfo
version             1.0.3
revision            1
categories          x11
maintainers         blb 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        ${homepage}pub/individual/app/
use_bzip2           yes

checksums           md5     b7cbab6cbcd12bf7ad65dbc12d86e104 \
                    sha1    5292686ee0be9c08e620b9720982acca2c4b6cfb \
                    rmd160  d96df703fc6583e7e601068c2e1d2c4a7e80aa48

depends_build       port:pkgconfig

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

livecheck.check     regex
livecheck.regex     ${name}-(\[\\d.\]+)${extract.suffix}
livecheck.url       ${master_sites}

