[133263] trunk/dports/graphics/gegl-devel/Portfile

devans at macports.org devans at macports.org
Tue Feb 24 08:17:32 PST 2015


Revision: 133263
          https://trac.macports.org/changeset/133263
Author:   devans at macports.org
Date:     2015-02-24 08:17:32 -0800 (Tue, 24 Feb 2015)
Log Message:
-----------
gegl-devel: reformat, white space only.

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

Modified: trunk/dports/graphics/gegl-devel/Portfile
===================================================================
--- trunk/dports/graphics/gegl-devel/Portfile	2015-02-24 16:15:39 UTC (rev 133262)
+++ trunk/dports/graphics/gegl-devel/Portfile	2015-02-24 16:17:32 UTC (rev 133263)
@@ -1,76 +1,74 @@
 # -*- 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
-PortGroup       muniversal 1.0
-PortGroup       compiler_blacklist_versions 1.0
-PortGroup       gobject_introspection 1.0
+PortSystem          1.0
+PortGroup           muniversal 1.0
+PortGroup           compiler_blacklist_versions 1.0
+PortGroup           gobject_introspection 1.0
 
-name            gegl-devel
-conflicts       gegl
-set git_name    gegl
-set git_commit  3ef1ad8126829a97c355c293849264a2c3306891
-set git_date    20141010
-version         0.3.0-${git_date}
-license         {GPL-3+ LGPL-3+}
-categories      graphics
-maintainers     devans
-platforms       darwin
+name                gegl-devel
+conflicts           gegl
+set git_name        gegl
+set git_commit      3ef1ad8126829a97c355c293849264a2c3306891
+set git_date        20141010
+version             0.3.0-${git_date}
+license             {GPL-3+ LGPL-3+}
+categories          graphics
+maintainers         devans
+platforms           darwin
 
-description     GEGL is a graph based image processing framework.
+description         GEGL is a graph based image processing framework.
 
-long_description \
-                GEGL is a graph based image processing framework offering image processing and \
-                compositing on large images. GEGL is suitable for projects ranging from small \
-                one-off projects to interactive applications. This is the development version \
-                based on a recent snapshot of upstream git master.
+long_description    GEGL is a graph based image processing framework offering image processing and \
+                    compositing on large images. GEGL is suitable for projects ranging from small \
+                    one-off projects to interactive applications. This is the development version \
+                    based on a recent snapshot of upstream git master.
 
-homepage        http://gegl.org/
-master_sites    https://git.gnome.org/browse/${git_name}/snapshot/
+homepage            http://gegl.org/
+master_sites        https://git.gnome.org/browse/${git_name}/snapshot/
 
-distname        ${git_name}-${git_commit}
+distname            ${git_name}-${git_commit}
 
-checksums       rmd160  e45651d6dbf6fcfbaa4fafaedb2c910ccea2fda7 \
-                sha256  61c73d5e52475942f03011cbef2d1c9a457c28b0e357a129998a4697a74066cb
+checksums           rmd160  e45651d6dbf6fcfbaa4fafaedb2c910ccea2fda7 \
+                    sha256  61c73d5e52475942f03011cbef2d1c9a457c28b0e357a129998a4697a74066cb
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:w3m \
-                port:autoconf \
-                port:automake \
-                port:libtool \
-                port:python27
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:w3m \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:python27
 
-depends_lib     port:babl-devel \
-                port:gtk2 \
-                port:jpeg \
-                port:lua \
-                path:bin/dot:graphviz \
-                port:openexr \
-                port:exiv2 \
-                port:libopenraw \
-                port:librsvg \
-                port:libsdl \
-                path:lib/libavcodec.dylib:ffmpeg \
-                port:libspiro \
-                port:lensfun \
-                port:vala
+depends_lib         port:babl-devel \
+                    port:gtk2 \
+                    port:jpeg \
+                    port:lua \
+                    path:bin/dot:graphviz \
+                    port:openexr \
+                    port:exiv2 \
+                    port:libopenraw \
+                    port:librsvg \
+                    port:libsdl \
+                    path:lib/libavcodec.dylib:ffmpeg \
+                    port:libspiro \
+                    port:lensfun \
+                    port:vala
 
-patchfiles      patch-configure.ac.diff \
-                patch-ffmpeg.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-ffmpeg.diff
 
 gobject_introspection yes
 
 compiler.blacklist-append gcc-4.0 *gcc-4.2
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
-configure.python \
-                ${prefix}/bin/python2.7
+configure.python    ${prefix}/bin/python2.7
 
-configure.args  --disable-docs \
-                --disable-silent-rules \
-                --without-umfpack
+configure.args      --disable-docs \
+                    --disable-silent-rules \
+                    --without-umfpack
 
 post-patch {
     # http://trac.macports.org/ticket/35148
@@ -106,4 +104,4 @@
     configure.args-append --enable-workshop
 }
 
-livecheck.type  none
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150224/fd6d6127/attachment.html>


More information about the macports-changes mailing list