[128829] trunk/dports/graphics/libcdr-0.1/Portfile

devans at macports.org devans at macports.org
Thu Nov 27 14:42:50 PST 2014


Revision: 128829
          https://trac.macports.org/changeset/128829
Author:   devans at macports.org
Date:     2014-11-27 14:42:49 -0800 (Thu, 27 Nov 2014)
Log Message:
-----------
libcdr-0.1: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/graphics/libcdr-0.1/Portfile

Modified: trunk/dports/graphics/libcdr-0.1/Portfile
===================================================================
--- trunk/dports/graphics/libcdr-0.1/Portfile	2014-11-27 22:33:12 UTC (rev 128828)
+++ trunk/dports/graphics/libcdr-0.1/Portfile	2014-11-27 22:42:49 UTC (rev 128829)
@@ -1,38 +1,38 @@
 # -*- 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            libcdr-0.1
-set dname       libcdr
-version         0.1.0
-revision        1
-categories      graphics
-license         {GPL-2.1+ LGPL-2.1+ MPL-1.1+}
-maintainers     devans openmaintainer
-platforms       darwin
-homepage        http://www.freedesktop.org/wiki/Software/libcdr
-master_sites    http://dev-www.libreoffice.org/src/${dname}
+name                libcdr-0.1
+set dname           libcdr
+version             0.1.0
+revision            1
+categories          graphics
+license             {GPL-2.1+ LGPL-2.1+ MPL-1.1+}
+maintainers         devans openmaintainer
+platforms           darwin
+homepage            http://www.freedesktop.org/wiki/Software/libcdr
+master_sites        http://dev-www.libreoffice.org/src/${dname}
 
-description     Libcdr is a library and a set of tools for reading and converting binary files \
-                produced by Corel DRAW.
+description         Libcdr is a library and a set of tools for reading and converting binary files \
+                    produced by Corel DRAW.
 
-long_description ${description}
+long_description    ${description}
 
-use_xz          yes
+use_xz              yes
 
-distname        ${dname}-${version}
+distname            ${dname}-${version}
 
-checksums       sha256  a9bd1faca049cf1e2285b27da213a499434591919227beb209b191ad1bb240e8 \
-                rmd160  2d249e5367f1355536a38a7691e09bbc41e9b8c4
+checksums           sha256  a9bd1faca049cf1e2285b27da213a499434591919227beb209b191ad1bb240e8 \
+                    rmd160  2d249e5367f1355536a38a7691e09bbc41e9b8c4
 
-depends_build   port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib     port:librevenge \
-                port:boost \
-                port:icu \
-                port:lcms2 \
-                port:zlib
+depends_lib         port:librevenge \
+                    port:boost \
+                    port:icu \
+                    port:lcms2 \
+                    port:zlib
 
 # build fix for darwin 9 and earlier (#43487)
 
@@ -40,8 +40,8 @@
     configure.cxxflags-append -Wno-long-long
 }
 
-configure.args  --disable-werror \
-                --without-docs
+configure.args      --disable-werror \
+                    --without-docs
 
 variant docs description {Build API documentation} {
     depends_build-append  port:doxygen
@@ -54,6 +54,6 @@
     file delete -force ${destroot}${prefix}/bin
 }
 
-livecheck.type  regex
-livecheck.url   ${master_sites}
-livecheck.regex "${dname}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       ${master_sites}
+livecheck.regex     "${dname}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141127/148014d3/attachment.html>


More information about the macports-changes mailing list