[127737] trunk/dports/python/py26-mapnik/Portfile

petr at macports.org petr at macports.org
Sun Nov 2 09:26:06 PST 2014


Revision: 127737
          https://trac.macports.org/changeset/127737
Author:   petr at macports.org
Date:     2014-11-02 09:26:06 -0800 (Sun, 02 Nov 2014)
Log Message:
-----------
py26-mapnik: reformating

Modified Paths:
--------------
    trunk/dports/python/py26-mapnik/Portfile

Modified: trunk/dports/python/py26-mapnik/Portfile
===================================================================
--- trunk/dports/python/py26-mapnik/Portfile	2014-11-02 17:05:00 UTC (rev 127736)
+++ trunk/dports/python/py26-mapnik/Portfile	2014-11-02 17:26:06 UTC (rev 127737)
@@ -3,35 +3,34 @@
 
 PortSystem 1.0
 
-name                 py26-mapnik
-version              0.7.1
-revision             13
-categories           python gis
+name                py26-mapnik
+version             0.7.1
+revision            13
+categories          python gis
 
-maintainers          gmail.com:dbsgeo
-homepage             http://mapnik.org/
-platforms            darwin
+maintainers         gmail.com:dbsgeo
+homepage            http://mapnik.org/
+platforms           darwin
 
-master_sites         http://download.berlios.de/mapnik/ \
-                     http://download2.berlios.de/mapnik/
-                     
-distname             mapnik-${version}
-worksrcdir           mapnik-${version}
-checksums            md5     8f65fda2a792518d6f6be8a85f62fc73 \
-                     sha1    a1961f6dfe5d591d5a892bef05d58e66537440c4 \
-                     rmd160  9e4180e901dfaf255091843869e9441d7a08209f
-use_bzip2            yes
+master_sites        http://download.berlios.de/mapnik/ \
+                    http://download2.berlios.de/mapnik/
+                    
+distname            mapnik-${version}
+worksrcdir          mapnik-${version}
+checksums           md5     8f65fda2a792518d6f6be8a85f62fc73 \
+                    sha1    a1961f6dfe5d591d5a892bef05d58e66537440c4 \
+                    rmd160  9e4180e901dfaf255091843869e9441d7a08209f
+use_bzip2           yes
 
-universal_variant       no
+universal_variant   no
                            
-description          Open Source C++/Python mapping toolkit.
-long_description \
+description         Open Source C++/Python mapping toolkit.
+long_description    \
     Mapnik is a Open Source tookit for developing mapping \
     applications. It is written in C++ and there are \
     Python bindings to facilitate fast-paced agile \
     development. It can comfortably be used for both \
     desktop and web development. \
-    \
     Mapnik is about making beautiful maps. It uses the \
     AGG library and offers world class anti-aliasing \
     rendering with subpixel accuracy for geographic \
@@ -105,28 +104,28 @@
 }
 
 configure.args      PREFIX=${prefix} \
-                     CAIRO=False \
-                     OPTIMIZATION=3 \
-                     FRAMEWORK_PYTHON=False \
-                     INPUT_PLUGINS=shape,raster,ogr,postgis,gdal,sqlite \
-                     PYTHON=${python} \
-                     FREETYPE_CONFIG=${prefix}/bin/freetype-config \
-                     XML2_CONFIG=${prefix}/bin/xml2-config \
-                     BOOST_INCLUDES=${prefix}/include \
-                     BOOST_LIBS=${prefix}/lib \
-                     SQLITE_INCLUDES=${prefix}/include \
-                     SQLITE_LIBS=${prefix}/lib \
-                     ICU_INCLUDES=${prefix}/include \
-                     ICU_LIBS=${prefix}/lib \
-                     PNG_INCLUDES=${prefix}/include \
-                     PNG_LIBS=${prefix}/lib \
-                     JPEG_INCLUDES=${prefix}/include \
-                     JPEG_LIBS=${prefix}/lib \
-                     TIFF_INCLUDES=${prefix}/include \
-                     TIFF_LIBS=${prefix}/lib \
-                     PROJ_INCLUDES=${prefix}/include \
-                     PROJ_LIBS=${prefix}/lib \
-                     DESTDIR=${destroot}
+                    CAIRO=False \
+                    OPTIMIZATION=3 \
+                    FRAMEWORK_PYTHON=False \
+                    INPUT_PLUGINS=shape,raster,ogr,postgis,gdal,sqlite \
+                    PYTHON=${python} \
+                    FREETYPE_CONFIG=${prefix}/bin/freetype-config \
+                    XML2_CONFIG=${prefix}/bin/xml2-config \
+                    BOOST_INCLUDES=${prefix}/include \
+                    BOOST_LIBS=${prefix}/lib \
+                    SQLITE_INCLUDES=${prefix}/include \
+                    SQLITE_LIBS=${prefix}/lib \
+                    ICU_INCLUDES=${prefix}/include \
+                    ICU_LIBS=${prefix}/lib \
+                    PNG_INCLUDES=${prefix}/include \
+                    PNG_LIBS=${prefix}/lib \
+                    JPEG_INCLUDES=${prefix}/include \
+                    JPEG_LIBS=${prefix}/lib \
+                    TIFF_INCLUDES=${prefix}/include \
+                    TIFF_LIBS=${prefix}/lib \
+                    PROJ_INCLUDES=${prefix}/include \
+                    PROJ_LIBS=${prefix}/lib \
+                    DESTDIR=${destroot}
 
 configure {
     system "cd ${worksrcpath} && ${python} scons/scons.py ${configure.args} configure"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141102/82eb85eb/attachment.html>


More information about the macports-changes mailing list