[140266] trunk/dports/devel/lua-luahpdf/Portfile

devans at macports.org devans at macports.org
Tue Sep 15 10:11:38 PDT 2015


Revision: 140266
          https://trac.macports.org/changeset/140266
Author:   devans at macports.org
Date:     2015-09-15 10:11:38 -0700 (Tue, 15 Sep 2015)
Log Message:
-----------
lua-luahpdf: reformat, white space only.

Modified Paths:
--------------
    trunk/dports/devel/lua-luahpdf/Portfile

Modified: trunk/dports/devel/lua-luahpdf/Portfile
===================================================================
--- trunk/dports/devel/lua-luahpdf/Portfile	2015-09-15 17:03:56 UTC (rev 140265)
+++ trunk/dports/devel/lua-luahpdf/Portfile	2015-09-15 17:11:38 UTC (rev 140266)
@@ -1,6 +1,6 @@
 # -*- 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                lua-luahpdf
 version             1.5
@@ -9,14 +9,13 @@
 platforms           darwin
 maintainers         nomaintainer
 description         Lua module that lets you programmatically create PDF files
-long_description    \
-        LuaHPDF is a Lua module that lets you programmatically create PDF files using \
-        Lua. It does this by binding to the Haru Free PDF Library, an open-source \
-        library that manages the details of PDF generation. \
-        With this module, you can write Lua programs that will produce PDF files that \
-        include lines, text and graphics, PNG and JPEG images, compression, \
-        encryption, Type1 and TrueType fonts, various character sets, outlines, \
-        links.
+long_description    LuaHPDF is a Lua module that lets you programmatically create PDF files using \
+                    Lua. It does this by binding to the Haru Free PDF Library, an open-source \
+                    library that manages the details of PDF generation. \
+                    With this module, you can write Lua programs that will produce PDF files that \
+                    include lines, text and graphics, PNG and JPEG images, compression, \
+                    encryption, Type1 and TrueType fonts, various character sets, outlines, \
+                    links.
 
 homepage            http://code.google.com/p/luahpdf/
 master_sites        http://luahpdf.googlecode.com/files/
@@ -39,11 +38,11 @@
                     PLATFORM=macosx \
                     PREFIX=${prefix}
 
-destroot.args-append    PREFIX=${prefix}
+destroot.args-append \
+                    PREFIX=${prefix}
 
 post-destroot {
     xinstall -d -m 755                                 ${destroot}${prefix}/share/examples
     file copy   ${worksrcpath}/demo                    ${destroot}${prefix}/share/examples/${name}
     file rename ${destroot}${prefix}/share/doc/luahpdf ${destroot}${prefix}/share/doc/${name}
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150915/a79dff56/attachment.html>


More information about the macports-changes mailing list