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

PortSystem          1.0

name                showfont
version             1.0.3
categories          x11 graphics
maintainers         jeremyhu openmaintainer
description         Font dumper for X11 font server
long_description \
   Showfont displays data about a font that matches the given pattern.  \
   The information shown includes font information, font properties, \
   character metrics, and character bitmaps.

platforms           darwin

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

checksums           md5     50b466ab6ed4a5b8df5abf1ef844309a \
                    sha1    161bf5f037db70dd75cb327648fbba559e821e76 \
                    rmd160  5b77bf7adf7367be30a001447b11a5b9dc154b40

depends_build       port:pkgconfig

depends_lib         port:xorg-libFS

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