[127465] trunk/dports/gnome/anjuta/Portfile

devans at macports.org devans at macports.org
Tue Oct 28 12:13:40 PDT 2014


Revision: 127465
          https://trac.macports.org/changeset/127465
Author:   devans at macports.org
Date:     2014-10-28 12:13:40 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
anjuta: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/anjuta/Portfile

Modified: trunk/dports/gnome/anjuta/Portfile
===================================================================
--- trunk/dports/gnome/anjuta/Portfile	2014-10-28 19:07:06 UTC (rev 127464)
+++ trunk/dports/gnome/anjuta/Portfile	2014-10-28 19:13:40 UTC (rev 127465)
@@ -1,72 +1,72 @@
 # -*- 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
+PortSystem          1.0
+PortGroup           muniversal 1.0
 
-name            anjuta
-version         3.14.0
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     A GNOME/GTK IDE
-long_description        ${description}
-maintainers     devans openmaintainer
-categories      gnome devel
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Anjuta
-master_sites    gnome:sources/${name}/${branch}/
+name                anjuta
+version             3.14.0
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         A GNOME/GTK IDE
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          gnome devel
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Anjuta
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  026b162160ba19826db35131e499fa2c19b48929 \
-                sha256  b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5
+checksums           rmd160  026b162160ba19826db35131e499fa2c19b48929 \
+                    sha256  b1aac2d4c35891b23c9bc3f168bf2845e02d0a438742478c98e450950d82b5e5
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools \
-                port:gtk-doc \
-                port:gnome-common \
-                port:autoconf \
-                port:automake \
-                port:libtool
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
+                    port:gtk-doc \
+                    port:gnome-common \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib     port:desktop-file-utils \
-                port:autogen \
-                port:shared-mime-info \
-                port:gtk3 \
-                port:gdl3 \
-                port:gjs \
-                port:gobject-introspection \
-                port:gtksourceview3 \
-                port:libgda5 \
-                port:libxml2 \
-                port:vte
+depends_lib         port:desktop-file-utils \
+                    port:autogen \
+                    port:shared-mime-info \
+                    port:gtk3 \
+                    port:gdl3 \
+                    port:gjs \
+                    port:gobject-introspection \
+                    port:gtksourceview3 \
+                    port:libgda5 \
+                    port:libxml2 \
+                    port:vte
 
-depends_run     port:gnome-settings-daemon \
-                port:epiphany \
-                port:yelp \
-                port:xdg-utils
+depends_run         port:gnome-settings-daemon \
+                    port:epiphany \
+                    port:yelp \
+                    port:xdg-utils
 
-patchfiles      patch-configure.ac.diff \
-                patch-ltmain.sh.diff
+patchfiles          patch-configure.ac.diff \
+                    patch-ltmain.sh.diff
 
 #reconfigure with our intltool.m4 using autogen.sh
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
 configure.cflags-append \
-                -std=gnu89 -Wno-format-nonliteral
+                    -std=gnu89 -Wno-format-nonliteral
 
-configure.args  --enable-static \
-                --enable-introspection=yes \
-                --disable-schemas-compile \
-                --disable-silent-rules \
-                --disable-packagekit \
-                --disable-plugin-devhelp \
-                --disable-plugin-glade \
-                --disable-plugin-subversion \
-                --disable-vala
+configure.args      --enable-static \
+                    --enable-introspection=yes \
+                    --disable-schemas-compile \
+                    --disable-silent-rules \
+                    --disable-packagekit \
+                    --disable-plugin-devhelp \
+                    --disable-plugin-glade \
+                    --disable-plugin-subversion \
+                    --disable-vala
 
 # gobject-introspection g-ir-scanner uses $CC from env
 
@@ -79,46 +79,46 @@
 }
 
 variant devhelp description {Enable devhelp plugin support} {
-                configure.args-delete   --disable-plugin-devhelp
-                depends_lib-append      port:devhelp
+    configure.args-delete   --disable-plugin-devhelp
+    depends_lib-append      port:devhelp
 }
 
 variant subversion description {Enable subversion plugin support} {
-                configure.args-delete   --disable-plugin-subversion
-                configure.args-append   --with-subversion-dir=${prefix} \
-                                        --with-svn-include=${prefix}/include/subversion-1 \
-                                        --with-svn-lib=${prefix}/lib
-                depends_lib-append      port:apr \
-                                        port:apr-util \
-                                        port:neon \
-                                        port:subversion
+    configure.args-delete   --disable-plugin-subversion
+    configure.args-append   --with-subversion-dir=${prefix} \
+                            --with-svn-include=${prefix}/include/subversion-1 \
+                            --with-svn-lib=${prefix}/lib
+    depends_lib-append      port:apr \
+                            port:apr-util \
+                            port:neon \
+                            port:subversion
 }
 
 variant glade description {Enable glade plugin support and glade catalog} {
-                configure.args-delete   --disable-plugin-glade
-                configure.args-append   --enable-glade-catalog
-                depends_lib-append      port:glade
+    configure.args-delete   --disable-plugin-glade
+    configure.args-append   --enable-glade-catalog
+    depends_lib-append      port:glade
 }
 
 
 variant vala description {Enable vala support} {
-                configure.args-delete   --disable-vala
-                depends_lib-append      port:vala
+    configure.args-delete   --disable-vala
+    depends_lib-append      port:vala
 }
 
 variant python27 conflicts python32 python33 description {Use Python 2.7} {
-                configure.python        ${prefix}/bin/python2.7
-                depends_lib-append      port:py27-gobject3
+    configure.python        ${prefix}/bin/python2.7
+    depends_lib-append      port:py27-gobject3
 }
 
 variant python32 conflicts python27 python33 description {Use Python 3.2} {
-                configure.python        ${prefix}/bin/python3.2
-                depends_lib-append      port:py32-gobject3
+    configure.python        ${prefix}/bin/python3.2
+    depends_lib-append      port:py32-gobject3
 }
 
 variant python33 conflicts python27 python32 description {Use Python 3.3} {
-                configure.python        ${prefix}/bin/python3.3
-                depends_lib-append      port:py33-gobject3
+    configure.python        ${prefix}/bin/python3.3
+    depends_lib-append      port:py33-gobject3
 }
 
 if {![variant_isset python32] && ![variant_isset python33]} {
@@ -132,4 +132,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/8ea34517/attachment.html>


More information about the macports-changes mailing list