[127338] trunk/dports/gnome

devans at macports.org devans at macports.org
Sat Oct 25 14:42:39 PDT 2014


Revision: 127338
          https://trac.macports.org/changeset/127338
Author:   devans at macports.org
Date:     2014-10-25 14:42:39 -0700 (Sat, 25 Oct 2014)
Log Message:
-----------
gedit, gedit-plugins, totem: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/gedit/Portfile
    trunk/dports/gnome/gedit-plugins/Portfile
    trunk/dports/gnome/totem/Portfile

Modified: trunk/dports/gnome/gedit/Portfile
===================================================================
--- trunk/dports/gnome/gedit/Portfile	2014-10-25 20:33:46 UTC (rev 127337)
+++ trunk/dports/gnome/gedit/Portfile	2014-10-25 21:42:39 UTC (rev 127338)
@@ -1,49 +1,48 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            gedit
-version         3.14.0
-license         GPL-2
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     GNOME editor.
-long_description \
-                ${description}
-maintainers     devans openmaintainer
-categories      gnome editors
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Gedit
-master_sites    gnome:sources/${name}/${branch}/
+name                gedit
+version             3.14.0
+license             GPL-2
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         GNOME editor.
+long_description    ${description}
+maintainers         devans openmaintainer
+categories          gnome editors
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Gedit
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  86f469281d20a2f42e49765ff9965618f2d22265 \
-                sha256  9c74f456cc3c0200a3409c3ece17fae17a22ee38213a53aa29ff8e346cba2f90
+checksums           rmd160  86f469281d20a2f42e49765ff9965618f2d22265 \
+                    sha256  9c74f456cc3c0200a3409c3ece17fae17a22ee38213a53aa29ff8e346cba2f90
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools \
-                port:gnome-common \
-                port:gtk-doc
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools \
+                    port:gnome-common \
+                    port:gtk-doc
 
-depends_lib     port:desktop-file-utils \
-                port:gsettings-desktop-schemas \
-                port:gtk3 \
-                port:gvfs \
-                port:gtksourceview3 \
-                port:libpeas \
-                port:libsoup \
-                port:libxml2 \
-                port:enchant \
-                port:iso-codes \
-                port:vala
+depends_lib         port:desktop-file-utils \
+                    port:gsettings-desktop-schemas \
+                    port:gtk3 \
+                    port:gvfs \
+                    port:gtksourceview3 \
+                    port:libpeas \
+                    port:libsoup \
+                    port:libxml2 \
+                    port:enchant \
+                    port:iso-codes \
+                    port:vala
 
-depends_run     port:gnome-settings-daemon \
-                port:yelp
+depends_run         port:gnome-settings-daemon \
+                    port:yelp
 
-patchfiles      patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff
 
 # update m4/intltool.m4 and autoreconf
 
@@ -51,15 +50,15 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
 configure.cflags-append \
-                -Wno-error=format-nonliteral
+                    -Wno-error=format-nonliteral
 
-configure.args  --disable-python \
-                --disable-schemas-compile \
-                --disable-silent-rules
+configure.args      --disable-python \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
 
 # minimum python version is 3.2.3
 
@@ -91,11 +90,11 @@
     default_variants +python33
 }
 
-notes           "For extra functionality install gedit-plugins"
+notes               "For extra functionality install gedit-plugins"
 
 post-activate    {
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome

Modified: trunk/dports/gnome/gedit-plugins/Portfile
===================================================================
--- trunk/dports/gnome/gedit-plugins/Portfile	2014-10-25 20:33:46 UTC (rev 127337)
+++ trunk/dports/gnome/gedit-plugins/Portfile	2014-10-25 21:42:39 UTC (rev 127338)
@@ -1,40 +1,39 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            gedit-plugins
-version         3.14.0
-license         GPL-2+
-set branch      [join [lrange [split ${version} .] 0 1] .]
-description     Plug-ins for GEdit
-long_description \
-                Various additional plug-ins for GEdit
-maintainers     nomaintainer
-categories      gnome editors
-platforms       darwin
-homepage        https://wiki.gnome.org/Apps/Gedit
-master_sites    gnome:sources/${name}/${branch}/
+name                gedit-plugins
+version             3.14.0
+license             GPL-2+
+set branch          [join [lrange [split ${version} .] 0 1] .]
+description         Plug-ins for GEdit
+long_description    Various additional plug-ins for GEdit
+maintainers         nomaintainer
+categories          gnome editors
+platforms           darwin
+homepage            https://wiki.gnome.org/Apps/Gedit
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  f1b0cfd393bd77b0189b0cdf9eb7b58930fb35e4 \
-                sha256  ae0e45eeb7fbac6f5eb17c932d5ea32359ed7c399eabcb7a7878c6e4566b09aa
+checksums           rmd160  f1b0cfd393bd77b0189b0cdf9eb7b58930fb35e4 \
+                    sha256  ae0e45eeb7fbac6f5eb17c932d5ea32359ed7c399eabcb7a7878c6e4566b09aa
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:yelp-tools
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:yelp-tools
 
-depends_lib     port:gtk3 \
-                port:gtksourceview3 \
-                port:libpeas \
-                port:gedit \
-                port:vte \
-                port:libgit2-glib \
-                port:zeitgeist
+depends_lib         port:gtk3 \
+                    port:gtksourceview3 \
+                    port:libpeas \
+                    port:gedit \
+                    port:vte \
+                    port:libgit2-glib \
+                    port:zeitgeist
 
-patchfiles      patch-configure.ac.diff
+patchfiles          patch-configure.ac.diff
 
 # update m4/intltool.m4 and autoreconf
 
@@ -45,8 +44,8 @@
 use_autoreconf      yes
 autoreconf.args     -fvi
 
-configure.args  --disable-python \
-                --disable-schemas-compile
+configure.args      --disable-python \
+                    --disable-schemas-compile
 
 variant python32 conflicts python33 python34 description {Use python 3.2} {
     depends_lib-append        port:py32-gobject3 \
@@ -82,4 +81,4 @@
     system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas"
 }
 
-livecheck.type  gnome
+livecheck.type      gnome

Modified: trunk/dports/gnome/totem/Portfile
===================================================================
--- trunk/dports/gnome/totem/Portfile	2014-10-25 20:33:46 UTC (rev 127337)
+++ trunk/dports/gnome/totem/Portfile	2014-10-25 21:42:39 UTC (rev 127338)
@@ -1,69 +1,68 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name            totem
-version         3.14.0
-set branch      [join [lrange [split ${version} .] 0 1] .]
-categories      gnome
+name                totem
+version             3.14.0
+set branch          [join [lrange [split ${version} .] 0 1] .]
+categories          gnome
 # also has an exception allowing use of non-GPL-compatible plugins
-license         GPL-2+
-maintainers     devans openmaintainer
-description     Official movie player of the GNOME desktop environment
-long_description \
-                Totem is based on GStreamer. It features a \
-                playlist, a full-screen mode, seek and volume controls, \
-                as well as keyboard navigation. It comes with added \
-                functionality such as: \
-                    * Video thumbnailer for the file manager \
-                    * Nautilus properties tab \
-                    * Webcam utility (in development)
+license             GPL-2+
+maintainers         devans openmaintainer
+description         Official movie player of the GNOME desktop environment
+long_description    Totem is based on GStreamer. It features a \
+                    playlist, a full-screen mode, seek and volume controls, \
+                    as well as keyboard navigation. It comes with added \
+                    functionality such as: \
+                        * Video thumbnailer for the file manager \
+                        * Nautilus properties tab \
+                        * Webcam utility (in development)
 
-homepage        https://wiki.gnome.org/Apps/Videos
-platforms       darwin
-master_sites    gnome:sources/${name}/${branch}/
+homepage            https://wiki.gnome.org/Apps/Videos
+platforms           darwin
+master_sites        gnome:sources/${name}/${branch}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  730e75d4fb6a62bdc8297d8fd49fcda66d7bdd47 \
-                sha256  a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e
+checksums           rmd160  730e75d4fb6a62bdc8297d8fd49fcda66d7bdd47 \
+                    sha256  a57f78126af431b71e44aa0548e672bf884aef51ec23847f82b07a6849ac635e
 
-depends_build   port:pkgconfig \
-                port:intltool \
-                port:itstool \
-                port:gnome-common \
-                port:yelp-tools \
-                port:appdata-tools
+depends_build       port:pkgconfig \
+                    port:intltool \
+                    port:itstool \
+                    port:gnome-common \
+                    port:yelp-tools \
+                    port:appdata-tools
 
-depends_lib     port:desktop-file-utils \
-                port:gnome-desktop \
-                port:gsettings-desktop-schemas \
-                port:gtk3 \
-                port:gobject-introspection \
-                port:grilo-plugins \
-                port:gstreamer1-gst-plugins-base \
-                port:gstreamer1-gst-plugins-good \
-                port:gstreamer1-gst-plugins-bad \
-                port:gstreamer1-gst-libav \
-                port:clutter \
-                port:clutter-gtk \
-                port:clutter-gst \
-                port:totem-pl-parser \
-                port:libpeas \
-                port:libxml2 \
-                port:shared-mime-info \
-                port:dbus \
-                port:vala \
-                port:zeitgeist \
-                port:xorg-libX11 \
-                port:xorg-libsm \
-                port:xorg-libice
+depends_lib         port:desktop-file-utils \
+                    port:gnome-desktop \
+                    port:gsettings-desktop-schemas \
+                    port:gtk3 \
+                    port:gobject-introspection \
+                    port:grilo-plugins \
+                    port:gstreamer1-gst-plugins-base \
+                    port:gstreamer1-gst-plugins-good \
+                    port:gstreamer1-gst-plugins-bad \
+                    port:gstreamer1-gst-libav \
+                    port:clutter \
+                    port:clutter-gtk \
+                    port:clutter-gst \
+                    port:totem-pl-parser \
+                    port:libpeas \
+                    port:libxml2 \
+                    port:shared-mime-info \
+                    port:dbus \
+                    port:vala \
+                    port:zeitgeist \
+                    port:xorg-libX11 \
+                    port:xorg-libsm \
+                    port:xorg-libice
 
-depends_run     port:gnome-settings-daemon \
-                port:yelp
+depends_run         port:gnome-settings-daemon \
+                    port:yelp
 
-patchfiles      patch-vala-cflags.diff
+patchfiles          patch-vala-cflags.diff
 
 # update m4/intltool.m4 and autoreconf
 
@@ -71,25 +70,25 @@
     copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
 }
 
-use_autoreconf  yes
-autoreconf.args -fvi
+use_autoreconf      yes
+autoreconf.args     -fvi
 
-set withplugins apple-trailers,autoload-subtitles,chapters,dbusservice,im-status,gromit,media-player-keys,ontop,opensubtitles,properties,pythonconsole,recent,rotation,screensaver,screenshot,skipto,zeitgeist-dp,vimeo
+set withplugins     apple-trailers,autoload-subtitles,chapters,dbusservice,im-status,gromit,media-player-keys,ontop,opensubtitles,properties,pythonconsole,recent,rotation,screensaver,screenshot,skipto,zeitgeist-dp,vimeo
 
 if {[variant_isset nautilus]} {
     set withplugins [string map {"rotation" "rotation,save-file"} ${withplugins}]
 }
 
-configure.args  --with-plugins=${withplugins} \
-                --enable-easy-codec-installation \
-                --enable-introspection=yes \
-                --enable-debug \
-                --enable-compile-warnings=minimum \
-                --disable-python \
-                --enable-vala \
-                --disable-nautilus \
-                --disable-schemas-compile \
-                --disable-silent-rules
+configure.args      --with-plugins=${withplugins} \
+                    --enable-easy-codec-installation \
+                    --enable-introspection=yes \
+                    --enable-debug \
+                    --enable-compile-warnings=minimum \
+                    --disable-python \
+                    --enable-vala \
+                    --disable-nautilus \
+                    --disable-schemas-compile \
+                    --disable-silent-rules
 
 # gobject-introspection uses g-ir-scanner, which uses $CC from env
 build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
@@ -146,4 +145,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/20141025/88033c27/attachment.html>


More information about the macports-changes mailing list