# -*- 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 geos version 3.6.0 #revision 0 categories science gis platforms darwin license LGPL-2.1 maintainers stromnov openmaintainer description GEOS Geometry Engine - Open Source long_description A C++ port of the Java Topology Suite, providing OpenGIS \ Simple Features for SQL spatial predicate functions \ and spatial operators, as well as specific JTS topology \ functions. homepage http://trac.osgeo.org/geos/ master_sites http://download.osgeo.org/geos/ use_bzip2 yes checksums rmd160 e93e74c033fa64a9205f9be67c932e9d91c68146 \ sha256 1fe7644f3240c8422b0143830ff142e44e8b01333c12f67681ccaab92142f2ea compiler.blacklist llvm-gcc-4.2 macports-llvm-gcc-4.2 use_parallel_build yes post-destroot { set docdir ${prefix}/share/doc/${name} xinstall -d ${destroot}${docdir} xinstall -m 644 -W ${worksrcpath} AUTHORS COPYING ChangeLog NEWS README \ TODO ${destroot}${docdir} } test.run yes test.cmd make test.target check livecheck.type regex livecheck.url ${homepage} livecheck.regex {geos-(\d+(?:\.\d+)*)}