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

PortSystem          1.0
name                showfont
version             1.0.2
revision            1
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        http://xorg.freedesktop.org/archive/individual/app/
use_bzip2           yes

checksums           md5     8f83d774ed4cc2a6dca86edd856d820a \
                    sha1    02ad183046d0a2e34bbb8d44e754fbcb0cf27f32 \
                    rmd160  00c9821ddb2d72f7cfed2b5ae965861291f29f74

depends_build       port:pkgconfig

depends_lib         port:xorg-libFS

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

