# $Id: Portfile 102906 2013-02-11 00:33:55Z jeremyhu@macports.org $

PortSystem          1.0

name                xfsinfo
version             1.0.4
categories          x11 graphics
license             X11
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        xorg:individual/app/
use_bzip2           yes

checksums           md5     76149e6c6d77c5c7252b8fb5b24bcac5 \
                    sha1    f382a7e3fcd9908496454d10c73709bf543d0c7b \
                    rmd160  f1e8b7232c1c25b09b8518b6b00c23edf7234688

depends_build       port:pkgconfig

depends_lib         port:xorg-libFS port:xorg-libX11

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