[153677] trunk/dports/graphics/podofo/Portfile

devans at macports.org devans at macports.org
Fri Oct 7 16:05:00 CEST 2016


Revision: 153677
          https://trac.macports.org/changeset/153677
Author:   devans at macports.org
Date:     2016-10-07 07:04:59 -0700 (Fri, 07 Oct 2016)
Log Message:
-----------
podofo: reformat, whitespace only.

Modified Paths:
--------------
    trunk/dports/graphics/podofo/Portfile

Modified: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile	2016-10-07 10:58:17 UTC (rev 153676)
+++ trunk/dports/graphics/podofo/Portfile	2016-10-07 14:04:59 UTC (rev 153677)
@@ -1,69 +1,68 @@
 # -*- 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
-PortGroup       cmake 1.0
-PortGroup       conflicts_build 1.0
+PortSystem          1.0
+PortGroup           cmake 1.0
+PortGroup           conflicts_build 1.0
 
 cmake.out_of_source yes
 
-name            podofo
-version         0.9.3
-revision        1
-license         GPL-2 LGPL-2
-categories      graphics
-maintainers     devans openmaintainer
-platforms       darwin
-homepage        http://podofo.sourceforge.net/
-master_sites    sourceforge
+name                podofo
+version             0.9.3
+revision            1
+license             GPL-2 LGPL-2
+categories          graphics
+maintainers         devans openmaintainer
+platforms           darwin
+homepage            http://podofo.sourceforge.net/
+master_sites        sourceforge
 
-description \
-    PoDoFo is a library to work with the PDF file format.
+description         PoDoFo is a library to work with the PDF file format.
 
-long_description \
-    PoDoFo is a library to work with the PDF file format. The PoDoFo library \
-    is a free, portable C++ library which includes classes to parse PDF files and \
-    modify their contents into memory. The changes can be written back to disk easily. \
-    The parser can also be used to extract information from a PDF file.
+long_description    PoDoFo is a library to work with the PDF file format. The PoDoFo library \
+                    is a free, portable C++ library which includes classes to parse PDF files and \
+                    modify their contents into memory. The changes can be written back to disk easily. \
+                    The parser can also be used to extract information from a PDF file.
 
-checksums       sha256  ec261e31e89dce45b1a31be61e9c6bb250532e631a02d68ec5bb849ef0a222d8 \
-                rmd160  7db7f92d84913621dfa53fbecd3f394aa8105bf4
+checksums           sha256  ec261e31e89dce45b1a31be61e9c6bb250532e631a02d68ec5bb849ef0a222d8 \
+                    rmd160  7db7f92d84913621dfa53fbecd3f394aa8105bf4
 
 # cppunit required as a build dependency to enable build of podofo command line tools
 
 depends_build-append \
-                port:cppunit 
+                    port:cppunit 
 
-depends_lib     port:zlib \
-                port:freetype \
-                port:fontconfig \
-                port:libidn \
-                path:lib/libssl.dylib:openssl \
-                port:libpng \
-                port:jpeg \
-                port:tiff \
-                port:lua
+depends_lib         port:zlib \
+                    port:freetype \
+                    port:fontconfig \
+                    port:libidn \
+                    path:lib/libssl.dylib:openssl \
+                    port:libpng \
+                    port:jpeg \
+                    port:tiff \
+                    port:lua
 
 post-extract {
     # DOS to UNIX line endings so we can patch
     reinplace "s|\r||g" ${worksrcpath}/cmake/modules/FindFREETYPE.cmake
 }
 
-conflicts_build ${name}
+conflicts_build     ${name}
 
-patchfiles      patch-cmake-modules-FindFREETYPE.cmake.diff
+patchfiles          patch-cmake-modules-FindFREETYPE.cmake.diff
 
-use_parallel_build no
+use_parallel_build  no
 
-configure.cmd   cmake
+configure.cmd       cmake
 
-configure.args-append  -G \"Unix Makefiles\" \
-                -DWANT_FONTCONFIG:BOOL=TRUE \
-                -DPODOFO_BUILD_SHARED:BOOL=TRUE \
-                -DPODOFO_BUILD_STATIC:BOOL=TRUE \
-                -DCMAKE_INCLUDE_PATH=${prefix}/include \
-                -DCMAKE_LIBRARY_PATH=${prefix}/lib
+configure.args-append \
+                    -G \"Unix Makefiles\" \
+                    -DWANT_FONTCONFIG:BOOL=TRUE \
+                    -DPODOFO_BUILD_SHARED:BOOL=TRUE \
+                    -DPODOFO_BUILD_STATIC:BOOL=TRUE \
+                    -DCMAKE_INCLUDE_PATH=${prefix}/include \
+                    -DCMAKE_LIBRARY_PATH=${prefix}/lib
 
-livecheck.type  regex
-livecheck.url   http://podofo.sourceforge.net/download.html
-livecheck.regex "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
+livecheck.type      regex
+livecheck.url       http://podofo.sourceforge.net/download.html
+livecheck.regex     "${name}-(\\d+(?:\\.\\d+)*)${extract.suffix}"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161007/839be4c5/attachment-0002.html>


More information about the macports-changes mailing list