# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 name libspectre version 0.2.12 revision 3 description Libspectre is a small library for rendering PostScript documents. long_description ${description} \ It provides a convenient easy to use API for handling and rendering \ PostScript documents. maintainers {devans @dbevans} openmaintainer categories print license GPL-2+ platforms darwin homepage https://www.freedesktop.org/wiki/Software/libspectre/ master_sites https://libspectre.freedesktop.org/releases/ checksums rmd160 a8913d7fd7ab07176d8928b7cf1c97097da1963a \ sha256 55a7517cd3572bd2565df0cf450944a04d5273b279ebb369a895391957f0f960 \ size 436264 depends_build port:pkgconfig depends_lib port:ghostscript \ path:lib/pkgconfig/cairo.pc:cairo configure.args --disable-silent-rules variant docs description "Build documentation" { depends_build path:bin/doxygen:doxygen \ path:bin/dot:graphviz } livecheck.type regex livecheck.url [lindex ${master_sites} 0] livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"