# -*- 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.6.4 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 63561c62536173a98f03005dfe55c90e \ sha1 61f1a1adcd3f147da89faf3311842e4f68763db4 \ rmd160 95ba7bf4a2c8ff706eaceef2a31aaa19375fbf6c depends_lib port:cairo \ port:libsigcxx2 livecheck.check regex livecheck.url http://cairographics.org/releases/ livecheck.regex "${name}-(${branch}(?:\\.\\d+)*)${extract.suffix}"