[63636] trunk/dports/databases/postgis/Portfile

stromnov at macports.org stromnov at macports.org
Thu Feb 11 02:04:35 PST 2010


Revision: 63636
          http://trac.macports.org/changeset/63636
Author:   stromnov at macports.org
Date:     2010-02-11 02:04:34 -0800 (Thu, 11 Feb 2010)
Log Message:
-----------
postgis: fix whitespaces

Modified Paths:
--------------
    trunk/dports/databases/postgis/Portfile

Modified: trunk/dports/databases/postgis/Portfile
===================================================================
--- trunk/dports/databases/postgis/Portfile	2010-02-11 10:00:23 UTC (rev 63635)
+++ trunk/dports/databases/postgis/Portfile	2010-02-11 10:04:34 UTC (rev 63636)
@@ -1,27 +1,28 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem 1.0
+PortSystem          1.0
 
-name            postgis
-version         1.4.1
-revision        0
-categories      databases
-platforms       darwin
-maintainers     stromnov openmaintainer
-description     adds support for geographic objects to the postgresql database
+name                postgis
+version             1.4.1
+revision            0
+categories          databases
+platforms           darwin
+maintainers         stromnov openmaintainer
 
+description         PostGIS adds support for geographic objects to the PostgreSQL database
+
 long_description \
-    PostGIS adds support for geographic objects to the \
-    PostgreSQL object-relational database. In effect, PostGIS \
-    \"spatially enables\" the PostgreSQL server, allowing it to be used \
-    as a backend spatial database for geographic information systems \
-    (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS \
-    follows the OpenGIS Simple Features Specification for SQL and \
-    will be submitted for conformance testing at version 1.0.
+    PostGIS adds support for geographic objects to the PostgreSQL \
+    object-relational database.  In effect, PostGIS \"spatially enables\" \
+    the PostgreSQL server, allowing it to be used as a backend spatial \
+    database for geographic information systems (GIS), much like ESRI's \
+    SDE or Oracle's Spatial extension.  PostGIS follows the OpenGIS \
+    Simple Features Specification for SQL and will be submitted for \
+    conformance testing at version 1.0.
 
-homepage        http://postgis.refractions.net/
-master_sites    ${homepage}download/
+homepage            http://postgis.refractions.net/
+master_sites        ${homepage}download/
 
 checksums           md5     78d13c4294f3336502ad35c8a30e5583 \
                     sha1    e30062d6e38f787374866a6f4bc2920e032bc0e7 \
@@ -44,9 +45,9 @@
     --with-xsldir=${prefix}/share/xsl/docbook-xsl
 
 build.target-append comments
-build.args      ICONV_LDFLAGS='-L${prefix}/lib -liconv'
+build.args          ICONV_LDFLAGS='-L${prefix}/lib -liconv'
 
-destroot.target-append  docs-install comments-install
+destroot.target-append docs-install comments-install
 
 set pgsql_suffixes {82 83 84}
 
@@ -101,6 +102,6 @@
     }
 }
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex ${name}-(\\d+(?:\\.\\d+)*)\\.tar
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)\\.tar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100211/3247aa32/attachment.html>


More information about the macports-changes mailing list