# $Id: Portfile 59685 2009-10-19 23:09:21Z jeremyhu@macports.org $

PortSystem          1.0
name                xfsinfo
version             1.0.2
revision            1
categories          x11 graphics
maintainers         jeremyhu openmaintainer
description         X11 font server information utility
long_description \
   xfsinfo is a utility for displaying information about an X font 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 font catalogues and alternate servers that are available.

platforms           darwin

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

checksums           md5     e6c0071f6d5436113982f4a575d3f94b \
                    sha1    035ea714088d1b08bc27c02a6806d75dabc4eade \
                    rmd160  951adad189327d1051ba09bd497e2cc1b6a9facf

depends_build       port:pkgconfig

depends_lib         port:xorg-libFS port:xorg-libX11

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

