Revision: 133326 https://trac.macports.org/changeset/133326 Author: devans@macports.org Date: 2015-02-25 19:24:25 -0800 (Wed, 25 Feb 2015) Log Message: ----------- gimp3-devel: reformat, white space only. Modified Paths: -------------- trunk/dports/graphics/gimp3-devel/Portfile Modified: trunk/dports/graphics/gimp3-devel/Portfile =================================================================== --- trunk/dports/graphics/gimp3-devel/Portfile 2015-02-26 03:21:25 UTC (rev 133325) +++ trunk/dports/graphics/gimp3-devel/Portfile 2015-02-26 03:24:25 UTC (rev 133326) @@ -1,85 +1,84 @@ # -*- 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 gimp3-devel -conflicts gimp2 gimp2-devel -set git_name gimp -set git_commit 5747f910e23824dfc91fe31e176266e8ebe05f3c -set git_date 20141022 -version 2.99.0-${git_date} -license GPL-3+ -categories graphics -maintainers devans -platforms darwin +name gimp3-devel +conflicts gimp2 gimp2-devel +set git_name gimp +set git_commit 5747f910e23824dfc91fe31e176266e8ebe05f3c +set git_date 20141022 +version 2.99.0-${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 experimental GTK3 based development version leading \ - to a future 3.0 release branch based on a recent snapshot of \ - the GTK3 git development branch. +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 experimental GTK3 based development version leading \ + to a future 3.0 release branch based on a recent snapshot of \ + the GTK3 git development branch. -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 913e5b170f440d96637a445f48bb2ee6b9a37f5f \ - sha256 cfc1d8d99a9fb8fbfeac7b074867b0ad680cbe899c20635cacc4c63212356ed7 +checksums rmd160 913e5b170f440d96637a445f48bb2ee6b9a37f5f \ + sha256 cfc1d8d99a9fb8fbfeac7b074867b0ad680cbe899c20635cacc4c63212356ed7 -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:gtk3 \ - 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:gtk3 \ + 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-configure.ac.diff \ - patch-etc-gimprc.diff \ - patch-plug-ins-twain-tw_mac.c.diff +patchfiles patch-automake-1.15.diff \ + patch-configure.ac.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 @@ -98,21 +97,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 @@ -177,9 +176,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 @@ -192,4 +191,4 @@ system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" } -livecheck.type none +livecheck.type none
participants (1)
-
devans@macports.org