[132660] trunk/dports/graphics/inkscape-devel/Portfile

devans at macports.org devans at macports.org
Fri Feb 6 08:49:25 PST 2015


Revision: 132660
          https://trac.macports.org/changeset/132660
Author:   devans at macports.org
Date:     2015-02-06 08:49:25 -0800 (Fri, 06 Feb 2015)
Log Message:
-----------
inkscape-devel: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/graphics/inkscape-devel/Portfile

Modified: trunk/dports/graphics/inkscape-devel/Portfile
===================================================================
--- trunk/dports/graphics/inkscape-devel/Portfile	2015-02-06 16:41:21 UTC (rev 132659)
+++ trunk/dports/graphics/inkscape-devel/Portfile	2015-02-06 16:49:25 UTC (rev 132660)
@@ -1,58 +1,57 @@
 # -*- 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            inkscape-devel
-conflicts       inkscape
-set bzr_rev     13876
-version         0.91.99.${bzr_rev}
-epoch           1
-license         GPL-2 LGPL-2.1
-maintainers     devans
-categories      graphics gnome
-platforms       darwin
-homepage        http://www.inkscape.org/
+name                inkscape-devel
+conflicts           inkscape
+set bzr_rev         13876
+version             0.91.99.${bzr_rev}
+epoch               1
+license             GPL-2 LGPL-2.1
+maintainers         devans
+categories          graphics gnome
+platforms           darwin
+homepage            http://www.inkscape.org/
 
-description     This is the ongoing unstable development version of Inkscape taken from \
-                recent bzr trunk after branching inkscape-0.91.x.
+description         This is the ongoing unstable development version of Inkscape taken from \
+                    recent bzr trunk after branching inkscape-0.91.x.
 
-long_description \
-                Inkscape is an open source SVG editor with \
-                capabilities similar to Illustrator, CorelDraw, \
-                Visio, etc. Supported SVG features include basic \
-                shapes, paths, text, alpha blending, transforms, \
-                gradients, node editing, svg-to-png export, \
-                grouping, and more. ${description}
+long_description    Inkscape is an open source SVG editor with \
+                    capabilities similar to Illustrator, CorelDraw, \
+                    Visio, etc. Supported SVG features include basic \
+                    shapes, paths, text, alpha blending, transforms, \
+                    gradients, node editing, svg-to-png export, \
+                    grouping, and more. ${description}
 
-fetch.type      bzr
-bzr.url         lp:inkscape
-bzr.revision    ${bzr_rev}
+fetch.type          bzr
+bzr.url             lp:inkscape
+bzr.revision        ${bzr_rev}
 
-depends_build   port:pkgconfig \
-                port:autoconf \
-                port:automake \
-                port:libtool \
-                port:intltool \
-                path:bin/perl:perl5
+depends_build       port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:intltool \
+                    path:bin/perl:perl5
 
-depends_lib     port:desktop-file-utils \
-                port:popt \
-                path:lib/libgc.dylib:boehmgc \
-                port:gsl \
-                port:gtkmm \
-                port:dbus-glib \
-                port:lcms2 \
-                port:poppler \
-                port:boost \
-                port:ImageMagick \
-                port:libcdr-0.1 \
-                port:libexif \
-                port:libvisio-0.1 \
-                port:libwpg-0.3 \
-                port:gtkspell2 \
-                port:py27-lxml \
-                port:py27-numpy
+depends_lib         port:desktop-file-utils \
+                    port:popt \
+                    path:lib/libgc.dylib:boehmgc \
+                    port:gsl \
+                    port:gtkmm \
+                    port:dbus-glib \
+                    port:lcms2 \
+                    port:poppler \
+                    port:boost \
+                    port:ImageMagick \
+                    port:libcdr-0.1 \
+                    port:libexif \
+                    port:libvisio-0.1 \
+                    port:libwpg-0.3 \
+                    port:gtkspell2 \
+                    port:py27-lxml \
+                    port:py27-numpy
 
 pre-fetch {
     ui_msg "--->  Fetching source from bzr repository: this may take a while"
@@ -82,20 +81,19 @@
                         "-DWITH_MESH -DWITH_CSSBLEND -DWITH_CSSCOMPOSITE -DWITH_SVG2"
 }
 
-configure.cmd   ./autogen.sh && ./configure
+configure.cmd       ./autogen.sh && ./configure
 
-configure.python \
-                ${prefix}/bin/python2.7
+configure.python    ${prefix}/bin/python2.7
 
-configure.args  --without-gnome-vfs \
-                --enable-lcms \
-                --enable-poppler-cairo \
-                --enable-dbusapi \
-                --disable-silent-rules \
-                --disable-strict-build
+configure.args      --without-gnome-vfs \
+                    --enable-lcms \
+                    --enable-poppler-cairo \
+                    --enable-dbusapi \
+                    --disable-silent-rules \
+                    --disable-strict-build
 
 configure.cppflags-append \
-    -I${worksrcpath}/src/extension/script
+                    -I${worksrcpath}/src/extension/script
 
 if {[string match "*clang*" ${configure.compiler}]} {
     configure.cxxflags-append -std=c++11
@@ -105,7 +103,7 @@
     configure.args-replace  --disable-strict-build --enable-strict-build
 }
 
-default_variants +strict
+default_variants    +strict
 
 #
 # the following dummy variants are used
@@ -132,4 +130,4 @@
     }
 }
 
-livecheck.type  none
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150206/0524e0b6/attachment-0001.html>


More information about the macports-changes mailing list