[105237] trunk/dports/graphics/pdfpc/Portfile

cal at macports.org cal at macports.org
Sun Apr 14 15:54:41 PDT 2013


Revision: 105237
          https://trac.macports.org/changeset/105237
Author:   cal at macports.org
Date:     2013-04-14 15:54:41 -0700 (Sun, 14 Apr 2013)
Log Message:
-----------
pdfpc: whitespace only: align to a multiple of 4

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

Modified: trunk/dports/graphics/pdfpc/Portfile
===================================================================
--- trunk/dports/graphics/pdfpc/Portfile	2013-04-14 22:53:43 UTC (rev 105236)
+++ trunk/dports/graphics/pdfpc/Portfile	2013-04-14 22:54:41 UTC (rev 105237)
@@ -1,15 +1,15 @@
 # -*- 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             github 1.0
-PortGroup             cmake 1.0
+PortSystem              1.0
+PortGroup               github 1.0
+PortGroup               cmake 1.0
 
-github.setup          davvil pdfpc 3.1.1 v
-maintainers           cal openmaintainer
+github.setup            davvil pdfpc 3.1.1 v
+maintainers             cal openmaintainer
 
-categories            graphics
-description           \
+categories              graphics
+description             \
     pdfpc is a GTK based presentation viewer application for GNU/Linux which \
     uses Keynote like multi-monitor output to provide meta information to the \
     speaker during the presentation.
@@ -20,23 +20,23 @@
     the presentation. The input files processed by pdfpc are PDF documents, \
     which can be created using nearly any of today's presentation software.
 
-platforms             darwin
-license               GPL-2+
+platforms               darwin
+license                 GPL-2+
 
-homepage              http://${github.author}.github.com/${name}/
+homepage                http://${github.author}.github.com/${name}/
 
 fetch.type              git
 post-fetch {
     system -W ${worksrcpath} "git submodule update --init"
 }
 
-depends_build-append  port:vala \
-                      port:pkgconfig
-depends_lib-append    port:gtk2 \
-                      port:poppler \
-                      port:librsvg \
-                      port:libgee
+depends_build-append    port:vala \
+                        port:pkgconfig
+depends_lib-append      port:gtk2 \
+                        port:poppler \
+                        port:librsvg \
+                        port:libgee
 
-livecheck.type      regex
-livecheck.url       ${homepage}
-livecheck.regex     "[quotemeta ${name}] (\\d+(?:\\.\\d+)*) released"
+livecheck.type          regex
+livecheck.url           ${homepage}
+livecheck.regex         "[quotemeta ${name}] (\\d+(?:\\.\\d+)*) released"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130414/37b7a683/attachment.html>


More information about the macports-changes mailing list