# -*- 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 # $Id$ PortSystem 1.0 name cairomm version 1.8.0 set branch [join [lrange [split ${version} .] 0 1] .] categories graphics maintainers devans openmaintainer description Cairo is a vector graphics library with cross-device output support. long_description \ Cairo is designed to produce identical \ output on all output media while taking advantage of \ display hardware acceleration when available \ (eg. through the X Render Extension). homepage http://cairographics.org/ master_sites ${homepage}releases/ platforms darwin checksums md5 15c0f56eee57bb418c38463a6297d715 \ sha1 f70cde664af825dc07467dc18e280bab646eb0ee \ rmd160 9b5c3da02d0a0d0d3f635429400addb37de16304 depends_lib port:cairo \ port:libsigcxx2 patchfiles patch-quartz-lp64.diff livecheck.check regex livecheck.url http://cairographics.org/releases/ livecheck.regex "${name}-(${branch}(?:\\.\\d+)*)${extract.suffix}"