[104155] trunk/dports/science/geos/Portfile

stromnov at macports.org stromnov at macports.org
Mon Mar 18 02:54:23 PDT 2013


Revision: 104155
          https://trac.macports.org/changeset/104155
Author:   stromnov at macports.org
Date:     2013-03-18 02:54:23 -0700 (Mon, 18 Mar 2013)
Log Message:
-----------
geos: fix whitespaces

Modified Paths:
--------------
    trunk/dports/science/geos/Portfile

Modified: trunk/dports/science/geos/Portfile
===================================================================
--- trunk/dports/science/geos/Portfile	2013-03-18 08:37:31 UTC (rev 104154)
+++ trunk/dports/science/geos/Portfile	2013-03-18 09:54:23 UTC (rev 104155)
@@ -1,32 +1,38 @@
+# -*- 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
+PortSystem          1.0
 
-name             geos
-version          3.3.6
-license          LGPL-2.1
-categories       science
-platforms        darwin
-maintainers      gaige.net:opendarwin
+name                geos
+version             3.3.6
+revision            0
+categories          science
+platforms           darwin
+license             LGPL-2.1
 
-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. Used by PostGIS.
+maintainers         gaige.net:opendarwin
 
-homepage         http://trac.osgeo.org/geos/
-master_sites     http://download.osgeo.org/geos/
-use_bzip2        yes
+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           sha1    454c9b61f158de509db60a69512414a0a1b0743b \
                     rmd160  bc7d2fdb8a8df309b0b24988167e1166325b92a4
 
-
 if {${configure.compiler} == "llvm-gcc-4.2"} {
     configure.compiler clang
 }
 
+use_parallel_build  yes
+
 post-destroot {
     set docdir ${prefix}/share/doc/${name}
     xinstall -d ${destroot}${docdir}
@@ -34,12 +40,10 @@
         TODO ${destroot}${docdir}
 }
 
-test.run         yes
-test.cmd         make
-test.target      check
+test.run            yes
+test.cmd            make
+test.target         check
 
-use_parallel_build yes
-
-livecheck.type   regex
-livecheck.url    ${homepage}
-livecheck.regex  {geos-(\d+(?:\.\d+)*)}
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     {geos-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130318/30a801ce/attachment.html>


More information about the macports-changes mailing list