[133351] trunk/dports/graphics/libvisio-0.1/Portfile

devans at macports.org devans at macports.org
Thu Feb 26 14:38:18 PST 2015


Revision: 133351
          https://trac.macports.org/changeset/133351
Author:   devans at macports.org
Date:     2015-02-26 14:38:18 -0800 (Thu, 26 Feb 2015)
Log Message:
-----------
libvisio-0.1: reformat, white space only.

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

Modified: trunk/dports/graphics/libvisio-0.1/Portfile
===================================================================
--- trunk/dports/graphics/libvisio-0.1/Portfile	2015-02-26 21:45:25 UTC (rev 133350)
+++ trunk/dports/graphics/libvisio-0.1/Portfile	2015-02-26 22:38:18 UTC (rev 133351)
@@ -1,41 +1,41 @@
 # -*- 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                    libvisio-0.1
-set dname               libvisio
-version                 0.1.1
-categories              graphics
-platforms               darwin
-maintainers             devans openmaintainer
-license                 LGPL-2
+name                libvisio-0.1
+set dname           libvisio
+version             0.1.1
+categories          graphics
+platforms           darwin
+maintainers         devans openmaintainer
+license             LGPL-2
 
-description             Libvisio is a C++ library for reading and parsing \
-                        drawings in VSD (Visio) format.
+description         Libvisio is a C++ library for reading and parsing \
+                    drawings in VSD (Visio) format.
 
-long_description        ${description} VSD is the format used by Visio.
+long_description    ${description} VSD is the format used by Visio.
 
-homepage                http://www.freedesktop.org/wiki/Software/libvisio
-master_sites            http://dev-www.libreoffice.org/src/${dname}
+homepage            http://www.freedesktop.org/wiki/Software/libvisio
+master_sites        http://dev-www.libreoffice.org/src/${dname}
 
-use_xz                  yes
+use_xz              yes
 
-distname                ${dname}-${version}
+distname            ${dname}-${version}
 
 checksums           sha256  4b510168d1465516fdf6e57c01e2f9eae1fc0ae232c74e44e70693bbc49227f1 \
                     rmd160  46bab63e5bcef89eea264411afdbe1b2fb716d61
 
-depends_build           port:pkgconfig
+depends_build       port:pkgconfig
 
-depends_lib             port:librevenge \
-                        port:boost \
-                        port:cppunit \
-                        port:icu \
-                        port:libxml2 \
-                        port:zlib
+depends_lib         port:librevenge \
+                    port:boost \
+                    port:cppunit \
+                    port:icu \
+                    port:libxml2 \
+                    port:zlib
 
-configure.args          --disable-werror
+configure.args      --disable-werror
 
 # delete binaries that conflict with libvisio
 
@@ -43,6 +43,6 @@
     file delete -force ${destroot}${prefix}/bin
 }
 
-livecheck.type          regex
-livecheck.url           [lindex ${master_sites} 0]
-livecheck.regex         \"${dname}-(\[0-9.\]+)${extract.suffix}\"
+livecheck.type      regex
+livecheck.url       [lindex ${master_sites} 0]
+livecheck.regex     \"${dname}-(\[0-9.\]+)${extract.suffix}\"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150226/5ef9213a/attachment.html>


More information about the macports-changes mailing list