[127444] trunk/dports/gnome/gtk-doc/Portfile

devans at macports.org devans at macports.org
Tue Oct 28 08:41:22 PDT 2014


Revision: 127444
          https://trac.macports.org/changeset/127444
Author:   devans at macports.org
Date:     2014-10-28 08:41:22 -0700 (Tue, 28 Oct 2014)
Log Message:
-----------
gtk-doc: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/gnome/gtk-doc/Portfile

Modified: trunk/dports/gnome/gtk-doc/Portfile
===================================================================
--- trunk/dports/gnome/gtk-doc/Portfile	2014-10-28 15:39:35 UTC (rev 127443)
+++ trunk/dports/gnome/gtk-doc/Portfile	2014-10-28 15:41:22 UTC (rev 127444)
@@ -1,51 +1,50 @@
 # -*- 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
+PortSystem          1.0
 
-name            gtk-doc
-version         1.21
-categories      gnome devel
-license         GPL-2+
-installs_libs   no
-platforms       darwin freebsd linux
-supported_archs noarch
-installs_libs   no
-maintainers     devans openmaintainer
-description     GTK+/GNOME API documentation generator
+name                gtk-doc
+version             1.21
+categories          gnome devel
+license             GPL-2+
+installs_libs       no
+platforms           darwin freebsd linux
+supported_archs     noarch
+installs_libs       no
+maintainers         devans openmaintainer
+description         GTK+/GNOME API documentation generator
 
-long_description \
-    GTK-Doc generates API documentation from comments added to C code. \
-    It is typically used to document the public API of GTK+  and GNOME \
-    libraries, but it can also be used to document application code.
+long_description    GTK-Doc generates API documentation from comments added to C code. \
+                    It is typically used to document the public API of GTK+  and GNOME \
+                    libraries, but it can also be used to document application code.
 
-homepage        http://www.gtk.org/gtk-doc/
-master_sites    gnome:sources/${name}/${version}/
+homepage            http://www.gtk.org/gtk-doc/
+master_sites        gnome:sources/${name}/${version}/
 
-use_xz          yes
+use_xz              yes
 
-checksums       rmd160  a746d8aeac6472f63912507f3a556121fe9fa21e \
-                sha256  5d934d012ee08edd1585544792efa80da271652587ba5b843d2cea8e8b80ee3e
+checksums           rmd160  a746d8aeac6472f63912507f3a556121fe9fa21e \
+                    sha256  5d934d012ee08edd1585544792efa80da271652587ba5b843d2cea8e8b80ee3e
 
-depends_build   port:pkgconfig \
-                path:lib/pkgconfig/glib-2.0.pc:glib2
+depends_build       port:pkgconfig \
+                    path:lib/pkgconfig/glib-2.0.pc:glib2
 
 # vim is used by some scripts for source highlighting and OS X /usr/bin/vim doesn't always work (#44546)
 
-depends_lib     port:libxml2 \
-                port:libxslt \
-                port:perl5.16 \
-                port:openjade \
-                port:fop \
-                port:docbook-xml \
-                port:docbook-xsl \
-                port:itstool \
-                port:source-highlight
+depends_lib         port:libxml2 \
+                    port:libxslt \
+                    port:perl5.16 \
+                    port:openjade \
+                    port:fop \
+                    port:docbook-xml \
+                    port:docbook-xsl \
+                    port:itstool \
+                    port:source-highlight
 
-configure.perl  ${prefix}/bin/perl5.16
+configure.perl      ${prefix}/bin/perl5.16
 configure.env-append XSLTPROC=${prefix}/bin/xsltproc
-configure.args  --with-xml-catalog=${prefix}/etc/xml/catalog \
-                --with-highlight=source-highlight
+configure.args      --with-xml-catalog=${prefix}/etc/xml/catalog \
+                    --with-highlight=source-highlight
 
 # TODO Enable test support.
 
@@ -72,4 +71,4 @@
     default_variants +python27
 }
 
-livecheck.type  gnome-with-unstable
+livecheck.type      gnome-with-unstable
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141028/03d1231a/attachment.html>


More information about the macports-changes mailing list