[110502] trunk/dports/databases/spatialite/Portfile

stromnov at macports.org stromnov at macports.org
Sat Aug 31 12:44:57 PDT 2013


Revision: 110502
          https://trac.macports.org/changeset/110502
Author:   stromnov at macports.org
Date:     2013-08-31 12:44:57 -0700 (Sat, 31 Aug 2013)
Log Message:
-----------
spatialite: fix whitespaces, add modeline, fix homepage

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

Modified: trunk/dports/databases/spatialite/Portfile
===================================================================
--- trunk/dports/databases/spatialite/Portfile	2013-08-31 19:43:10 UTC (rev 110501)
+++ trunk/dports/databases/spatialite/Portfile	2013-08-31 19:44:57 UTC (rev 110502)
@@ -1,35 +1,43 @@
+# -*- 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				spatialite
-version				4.1.1
-categories			databases gis
-license				{MPL-1.1 GPL-2+ LGPL-2.1+}
-platforms			darwin
-maintainers			landonf openmaintainer
-description			Spatial extensions for SQLite 3
-long_description	SpatiaLite is a library for geographic information \
-					systems (GIS) that implements the core OpenGIS \
-					specification. It provides SQLite with basic support \
-					for spatial data is intended for lightweight GIS \
-					projects.
+name                spatialite
+version             4.1.1
+revision            0
+categories          databases gis
+platforms           darwin
+license             {MPL-1.1 GPL-2+ LGPL-2.1+}
 
-homepage			http://www.gaia-gis.it/fossil/libspatialite/index
-master_sites		http://www.gaia-gis.it/gaia-sins/
+maintainers         landonf openmaintainer
+
+description         Spatial extensions for SQLite 3
+
+long_description    SpatiaLite is a library for geographic information \
+                    systems (GIS) that implements the core OpenGIS \
+                    specification. It provides SQLite with basic support \
+                    for spatial data is intended for lightweight GIS \
+                    projects.
+
+homepage            https://www.gaia-gis.it/fossil/libspatialite/index
+master_sites        http://www.gaia-gis.it/gaia-sins/
+
 distname            libspatialite-${version}
 
 checksums           rmd160  c0d0e5c18bb357bde1ab948e70c8cf2624b2f330 \
                     sha256  0481a20af952f4a38c9dbb10f37fd38c45f16c50397f8da0079e02435b9b910f
 
 depends_build       port:pkgconfig
-depends_lib			port:sqlite3 \
-					port:geos \
-					port:proj \
+depends_lib         port:sqlite3 \
+                    port:geos \
+                    port:proj \
                     port:libxml2
 
-configure.args			--enable-libxml2 --disable-freexl
-configure.args-append   --with-proj-lib=${prefix}/lib
-configure.args-append	--with-proj-incl=${prefix}/include
-configure.args-append	--with-geos-lib=${prefix}/lib
-configure.args-append	--with-geos-incl=${prefix}/include
+configure.args-append \
+                    --enable-libxml2 \
+                    --disable-freexl \
+                    --with-proj-lib=${prefix}/lib \
+                    --with-proj-incl=${prefix}/include \
+                    --with-geos-lib=${prefix}/lib \
+                    --with-geos-incl=${prefix}/include
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130831/dd62af0c/attachment.html>


More information about the macports-changes mailing list