[132344] trunk/dports/graphics/inkscape/Portfile

devans at macports.org devans at macports.org
Thu Jan 29 03:02:06 PST 2015


Revision: 132344
          https://trac.macports.org/changeset/132344
Author:   devans at macports.org
Date:     2015-01-29 03:02:06 -0800 (Thu, 29 Jan 2015)
Log Message:
-----------
inkscape: reformat, white space only.

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

Modified: trunk/dports/graphics/inkscape/Portfile
===================================================================
--- trunk/dports/graphics/inkscape/Portfile	2015-01-29 10:56:11 UTC (rev 132343)
+++ trunk/dports/graphics/inkscape/Portfile	2015-01-29 11:02:06 UTC (rev 132344)
@@ -1,66 +1,65 @@
 # -*- 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
-conflicts       inkscape-devel
-version         0.48.5
-revision        7
-license         GPL-2 LGPL-2.1
-maintainers     devans
-categories      graphics gnome
-platforms       darwin
-homepage        http://www.inkscape.org/
+name                inkscape
+conflicts           inkscape-devel
+version             0.48.5
+revision            7
+license             GPL-2 LGPL-2.1
+maintainers         devans
+categories          graphics gnome
+platforms           darwin
+homepage            http://www.inkscape.org/
 
-description     Inkscape is an open source SVG editor.
+description         Inkscape is an open source SVG editor.
 
-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.
+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.
 
-use_bzip2       yes
+use_bzip2           yes
 
-master_sites    sourceforge:project/inkscape/inkscape/${version}
+master_sites        sourceforge:project/inkscape/inkscape/${version}
 
-checksums       rmd160  c05e861dd458245193373f40790035339aac3e01 \
-                sha256  2b6ce684f9f2a0691ab454656424555cbda131db78e13973360684bc833ad969
+checksums           rmd160  c05e861dd458245193373f40790035339aac3e01 \
+                    sha256  2b6ce684f9f2a0691ab454656424555cbda131db78e13973360684bc833ad969
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                path:bin/perl:perl5
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    path:bin/perl:perl5
 
-depends_lib     port:desktop-file-utils \
-                port:popt \
-                path:lib/libgc.dylib:boehmgc \
-                port:gsl \
-                port:gtkmm \
-                port:lcms \
-                port:libpng \
-                port:poppler \
-                port:boost \
-                port:ImageMagick \
-                port:libwpg \
-                port:gtkspell2
+depends_lib         port:desktop-file-utils \
+                    port:popt \
+                    path:lib/libgc.dylib:boehmgc \
+                    port:gsl \
+                    port:gtkmm \
+                    port:lcms \
+                    port:libpng \
+                    port:poppler \
+                    port:boost \
+                    port:ImageMagick \
+                    port:libwpg \
+                    port:gtkspell2
 
-patchfiles      patch-python-configure.ac.diff \
-                patch-r10041-thru-r10043.diff \
-                patch-poppler-0.29.0.diff
+patchfiles          patch-python-configure.ac.diff \
+                    patch-r10041-thru-r10043.diff \
+                    patch-poppler-0.29.0.diff
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-configure.args  --without-gnome-vfs \
-                --without-python \
-                --enable-lcms \
-                --enable-poppler-cairo
+configure.args      --without-gnome-vfs \
+                    --without-python \
+                    --enable-lcms \
+                    --enable-poppler-cairo
 
 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
@@ -107,6 +106,6 @@
    system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-livecheck.type          regex
-livecheck.url           http://sourceforge.net/projects/inkscape/files/inkscape/
-livecheck.regex         "${name}/(\\d+(?:\\.\\d+)*)/"
+livecheck.type      regex
+livecheck.url       http://sourceforge.net/projects/inkscape/files/inkscape/
+livecheck.regex     "${name}/(\\d+(?:\\.\\d+)*)/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150129/5bb9cf21/attachment.html>


More information about the macports-changes mailing list