# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0

name                xfsinfo
version             1.0.6
revision            0
categories          x11 graphics
license             X11
maintainers         {jeremyhu @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            https://www.x.org/
master_sites        xorg:individual/app/
use_bzip2           yes

checksums           rmd160  2de4e80d858d42c7c3893244613d536b3e96c729 \
                    sha256  8a3e8b9b9ae6ed571989d04e1846d39b9043e28f7623b500ebe1d47762c9b1d6 \
                    size    124948

depends_build       port:pkgconfig

depends_lib         port:xorg-libFS port:xorg-libX11

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