[146598] trunk/dports/gnome/dia/Portfile

devans at macports.org devans at macports.org
Sat Mar 12 14:31:10 PST 2016


Revision: 146598
          https://trac.macports.org/changeset/146598
Author:   devans at macports.org
Date:     2016-03-12 14:31:10 -0800 (Sat, 12 Mar 2016)
Log Message:
-----------
dia: reformat per mode line, white space only.

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

Modified: trunk/dports/gnome/dia/Portfile
===================================================================
--- trunk/dports/gnome/dia/Portfile	2016-03-12 22:27:02 UTC (rev 146597)
+++ trunk/dports/gnome/dia/Portfile	2016-03-12 22:31:10 UTC (rev 146598)
@@ -1,60 +1,57 @@
 # -*- 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            dia
-version         0.97.3
-set branch      [join [lrange [split ${version} .] 0 1] .]
-maintainers     nomaintainer
-license         GPL-2+
-categories      gnome graphics
-platforms       darwin
-description     A diagram program.
+name                dia
+version             0.97.3
+set branch          [join [lrange [split ${version} .] 0 1] .]
+maintainers         nomaintainer
+license             GPL-2+
+categories          gnome graphics
+platforms           darwin
+description         A diagram program.
 
-long_description \
-    Dia is designed to be much like the commercial Windows \
-    program Visio. It can be used to draw many different kinds \
-    of diagrams. It currently has special objects to help draw \
-    entity relationship diagrams, UML diagrams, flowcharts, \
-    network diagrams, and simple circuits. It is also possible \
-    to add support for new shapes by writing simple XML files, \
-    using a subset of SVG to draw the shape.
+long_description    Dia is designed to be much like the commercial Windows \
+                    program Visio. It can be used to draw many different kinds \
+                    of diagrams. It currently has special objects to help draw \
+                    entity relationship diagrams, UML diagrams, flowcharts, \
+                    network diagrams, and simple circuits. It is also possible \
+                    to add support for new shapes by writing simple XML files, \
+                    using a subset of SVG to draw the shape.
 
-homepage        https://wiki.gnome.org/Apps/Dia
-master_sites    gnome:sources/${name}/${branch}/
-use_xz          yes
+homepage            https://wiki.gnome.org/Apps/Dia
+master_sites        gnome:sources/${name}/${branch}/
 
+use_xz              yes
+
 checksums           rmd160  a984efa1663cc154f4394060af37fab146f99175 \
                     sha256  22914e48ef48f894bb5143c5efc3d01ab96e0a0cde80de11058d3b4301377d34
 
-depends_build \
-    port:intltool \
-    port:pkgconfig \
-    port:autoconf \
-    port:automake \
-    port:libtool
+depends_build       port:intltool \
+                    port:pkgconfig \
+                    port:autoconf \
+                    port:automake \
+                    port:libtool
 
-depends_lib \
-    port:desktop-file-utils \
-    path:lib/pkgconfig/cairo.pc:cairo \
-    port:freetype \
-    port:libart_lgpl \
-    port:libpng \
-    port:libxml2 \
-    port:libxslt \
-    port:gettext \
-    path:lib/pkgconfig/glib-2.0.pc:glib2 \
-    port:gtk2 \
-    path:lib/pkgconfig/pango.pc:pango \
-    port:popt \
-    port:zlib
+depends_lib         port:desktop-file-utils \
+                    path:lib/pkgconfig/cairo.pc:cairo \
+                    port:freetype \
+                    port:libart_lgpl \
+                    port:libpng \
+                    port:libxml2 \
+                    port:libxslt \
+                    port:gettext \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2 \
+                    port:gtk2 \
+                    path:lib/pkgconfig/pango.pc:pango \
+                    port:popt \
+                    port:zlib
 
-depends_run \
-    port:librsvg
+depends_run         port:librsvg
 
-patchfiles      patch-autogen.sh.diff \
-                patch-configure.in.diff
+patchfiles          patch-autogen.sh.diff \
+                    patch-configure.in.diff
 
 post-patch {
     reinplace s/isspecial/char_isspecial/ \
@@ -63,19 +60,18 @@
 
 # reconfigure using upstream autogen.sh for intltool 0.51 compatibility
 
-configure.cmd   ./autogen.sh
+configure.cmd       ./autogen.sh
 
-configure.args \
-    --with-cairo \
-    --disable-libemf \
-    --with-xslt-prefix=${prefix}
+configure.args      --with-cairo \
+                    --disable-libemf \
+                    --with-xslt-prefix=${prefix}
 
 post-activate {
     system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor"
     system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"
 }
 
-livecheck.type  gnome-with-unstable
+livecheck.type      gnome-with-unstable
 
 variant python27 description {Add python 2.7 bindings} {
     set python_prefix       ${frameworks_dir}/Python.framework/Versions/2.7
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160312/e682dbce/attachment.html>


More information about the macports-changes mailing list