[133276] trunk/dports/graphics/gimp2-devel/Portfile

devans at macports.org devans at macports.org
Tue Feb 24 10:12:37 PST 2015


Revision: 133276
          https://trac.macports.org/changeset/133276
Author:   devans at macports.org
Date:     2015-02-24 10:12:37 -0800 (Tue, 24 Feb 2015)
Log Message:
-----------
gimp2-devel: reformat, white space only.

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

Modified: trunk/dports/graphics/gimp2-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp2-devel/Portfile	2015-02-24 17:28:00 UTC (rev 133275)
+++ trunk/dports/graphics/gimp2-devel/Portfile	2015-02-24 18:12:37 UTC (rev 133276)
@@ -1,83 +1,82 @@
 # -*- 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       compiler_blacklist_versions 1.0
+PortSystem          1.0
+PortGroup           compiler_blacklist_versions 1.0
 
-name            gimp2-devel
-conflicts       gimp2 gimp3-devel
-set git_name    gimp
-set git_commit  51c35d4c78afd7f3f1cd784a7be1360bbc01d85c
-set git_date    20141031
-version         2.9.1-${git_date}
-license         GPL-3+
-categories      graphics
-maintainers     devans
-platforms       darwin
+name                gimp2-devel
+conflicts           gimp2 gimp3-devel
+set git_name        gimp
+set git_commit      51c35d4c78afd7f3f1cd784a7be1360bbc01d85c
+set git_date        20141031
+version             2.9.1-${git_date}
+license             GPL-3+
+categories          graphics
+maintainers         devans
+platforms           darwin
 
-description     The GNU Image Manipulation Program
-long_description \
-	The GNU Image Manipulation Program (GIMP) is a powerful \
-	tool for the preparation and manipulation of digital images. \
-	The GIMP provides the user with a wide variety of image \
-	manipulation, painting, processing, and rendering tools. \
-    This is the development version leading to a future 2.10 release \
-    branch based on a recent snapshot of upstream git master.
+description         The GNU Image Manipulation Program
+long_description    The GNU Image Manipulation Program (GIMP) is a powerful \
+	                tool for the preparation and manipulation of digital images. \
+	                The GIMP provides the user with a wide variety of image \
+	                manipulation, painting, processing, and rendering tools. \
+                    This is the development version leading to a future 2.10 release \
+                    branch based on a recent snapshot of upstream git master.
 
-homepage        http://www.gimp.org/
-master_sites    https://git.gnome.org/browse/${git_name}/snapshot/
+homepage            http://www.gimp.org/
+master_sites        https://git.gnome.org/browse/${git_name}/snapshot/
 
-distname        ${git_name}-${git_commit}
+distname            ${git_name}-${git_commit}
 
-checksums       rmd160  503660dbe4ea93bcd3d0b44cc5c6dc2a939c7041 \
-                sha256  2ebcbeba179f81cff78e07a8306c68c9ec0cb88daf097f0342f800278e34dc0d
+checksums           rmd160  503660dbe4ea93bcd3d0b44cc5c6dc2a939c7041 \
+                    sha256  2ebcbeba179f81cff78e07a8306c68c9ec0cb88daf097f0342f800278e34dc0d
 
-depends_build   port:pkgconfig \
-                port:autoconf \
-                port:automake \
-                port:libtool \
-                port:intltool \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool \
+                    port:intltool \
+                    port:gtk-doc
 
-depends_lib     port:desktop-file-utils \
-                port:iso-codes \
-                port:babl-devel \
-                port:gegl-devel \
-                port:atk \
-                port:gtk2 \
-                port:fontconfig \
-                port:freetype \
-                port:tiff \
-                port:jpeg \
-                port:zlib \
-                port:bzip2 \
-                port:ghostscript \
-                port:libpng \
-                port:libmng \
-                port:gexiv2 \
-                port:aalib \
-                port:xpm \
-                port:librsvg \
-                port:poppler \
-                port:curl \
-                port:libwmf \
-                port:jasper \
-                port:lcms \
-                port:dbus-glib \
-                port:libxml2 \
-                port:libxslt \
-                port:xorg-libXcursor \
-                port:xorg-libXmu \
-                port:xorg-libXext \
-                port:xorg-libXfixes
+depends_lib         port:desktop-file-utils \
+                    port:iso-codes \
+                    port:babl-devel \
+                    port:gegl-devel \
+                    port:atk \
+                    port:gtk2 \
+                    port:fontconfig \
+                    port:freetype \
+                    port:tiff \
+                    port:jpeg \
+                    port:zlib \
+                    port:bzip2 \
+                    port:ghostscript \
+                    port:libpng \
+                    port:libmng \
+                    port:gexiv2 \
+                    port:aalib \
+                    port:xpm \
+                    port:librsvg \
+                    port:poppler \
+                    port:curl \
+                    port:libwmf \
+                    port:jasper \
+                    port:lcms \
+                    port:dbus-glib \
+                    port:libxml2 \
+                    port:libxslt \
+                    port:xorg-libXcursor \
+                    port:xorg-libXmu \
+                    port:xorg-libXext \
+                    port:xorg-libXfixes
 
-depends_run     path:share/gimp/2.0/help:gimp-help-en
+depends_run         path:share/gimp/2.0/help:gimp-help-en
 
-use_parallel_build no
+use_parallel_build  no
 
-patchfiles      patch-automake-1.15.diff \
-                patch-etc-gimprc.diff \
-                patch-plug-ins-twain-tw_mac.c.diff
+patchfiles          patch-automake-1.15.diff \
+                    patch-etc-gimprc.diff \
+                    patch-plug-ins-twain-tw_mac.c.diff
 
 # gcc-4.2 5493 and 5666.3_13: gimpcpuaccel.c:180: error: can't find a register in class 'BREG' while reloading 'asm'
 compiler.blacklist-append gcc-3.3 gcc-4.0 gcc-4.2 apple-gcc-4.2
@@ -96,21 +95,21 @@
     }
 }
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
-configure.args  --build=${configure.build_arch}-apple-${os.platform}${os.version} \
-                --enable-mp \
-                --with-pdbgen \
-                --with-x \
-                --x-includes=${prefix}/include \
-                --x-libraries=${prefix}/lib \
-                --disable-silent-rules \
-                --disable-python \
-                --without-alsa \
-                --without-gvfs \
-                --without-gudev \
-                --without-webkit \
-                --without-mac-twain
+configure.args      --build=${configure.build_arch}-apple-${os.platform}${os.version} \
+                    --enable-mp \
+                    --with-pdbgen \
+                    --with-x \
+                    --x-includes=${prefix}/include \
+                    --x-libraries=${prefix}/lib \
+                    --disable-silent-rules \
+                    --disable-python \
+                    --without-alsa \
+                    --without-gvfs \
+                    --without-gudev \
+                    --without-webkit \
+                    --without-mac-twain
 
 # --without-mac-twain:
 #     Leopard's 64bit Carbon is missing QuitApplicationEventLoop
@@ -175,9 +174,9 @@
 # set default variants
 #
 
-default_variants +help_browser +gvfs
+default_variants    +help_browser +gvfs
 
-default_variants +python27
+default_variants    +python27
 
 # create unversioned symbolic link to versioned executable for compatibility with gimp-app
 
@@ -190,4 +189,4 @@
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-livecheck.type  none
+livecheck.type      none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150224/9dc96cc2/attachment-0001.html>


More information about the macports-changes mailing list