Ticket #38392: Portfile.diff
File Portfile.diff, 2.5 KB (added by stromnov (Andrey Stromnov), 12 years ago) |
---|
-
Portfile
1 # -*- 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 1 2 # $Id$ 2 3 3 PortSystem 1.04 PortSystem 1.0 4 5 5 name geos6 version 3.3.67 license LGPL-2.18 categories science9 platforms darwin10 maintainers gaige.net:opendarwin 6 name geos 7 version 3.3.6 8 revision 1 9 categories science 10 platforms darwin 11 license LGPL-2.1 11 12 12 description GEOS Geometry Engine - Open Source 13 long_description \ 14 A C++ port of the Java Topology Suite, providing OpenGIS Simple \ 15 Features for SQL spatial predicate functions and spatial operators, \ 16 as well as specific JTS topology functions. Used by PostGIS. 13 maintainers gaige.net:opendarwin 17 14 18 homepage http://trac.osgeo.org/geos/ 19 master_sites http://download.osgeo.org/geos/ 20 use_bzip2 yes 15 description GEOS Geometry Engine - Open Source 21 16 22 checksums sha1 454c9b61f158de509db60a69512414a0a1b0743b \ 23 rmd160 bc7d2fdb8a8df309b0b24988167e1166325b92a4 17 long_description A C++ port of the Java Topology Suite, providing OpenGIS \ 18 Simple Features for SQL spatial predicate functions \ 19 and spatial operators, as well as specific JTS topology \ 20 functions. 24 21 22 homepage http://trac.osgeo.org/geos/ 23 master_sites http://download.osgeo.org/geos/ 25 24 26 if {${configure.compiler} == "llvm-gcc-4.2"} { 27 configure.compiler clang 28 } 25 use_bzip2 yes 29 26 27 checksums rmd160 bc7d2fdb8a8df309b0b24988167e1166325b92a4 \ 28 sha256 7ee6c1da9a1b87a3e29209e7cddbf19d36f9689d8e44fec2c9bcf6a1b1be3898 29 30 compiler.blacklist llvm-gcc-4.2 31 32 use_parallel_build yes 33 30 34 post-destroot { 31 35 set docdir ${prefix}/share/doc/${name} 32 36 xinstall -d ${destroot}${docdir} … … 34 38 TODO ${destroot}${docdir} 35 39 } 36 40 37 test.run yes38 test.cmd make39 test.target check41 test.run yes 42 test.cmd make 43 test.target check 40 44 41 use_parallel_build yes 42 43 livecheck.type regex 44 livecheck.url ${homepage} 45 livecheck.regex {geos-(\d+(?:\.\d+)*)} 45 livecheck.type regex 46 livecheck.url ${homepage} 47 livecheck.regex {geos-(\d+(?:\.\d+)*)}