[121930] trunk/dports/python/py-impressive/Portfile

petr at macports.org petr at macports.org
Fri Jul 11 12:26:39 PDT 2014


Revision: 121930
          https://trac.macports.org/changeset/121930
Author:   petr at macports.org
Date:     2014-07-11 12:26:39 -0700 (Fri, 11 Jul 2014)
Log Message:
-----------
py-impressive @0.10.5: white space changes

Modified Paths:
--------------
    trunk/dports/python/py-impressive/Portfile

Modified: trunk/dports/python/py-impressive/Portfile
===================================================================
--- trunk/dports/python/py-impressive/Portfile	2014-07-11 19:17:21 UTC (rev 121929)
+++ trunk/dports/python/py-impressive/Portfile	2014-07-11 19:26:39 UTC (rev 121930)
@@ -1,15 +1,18 @@
 # -*- 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       python 1.0
+PortSystem          1.0
+PortGroup           python 1.0
 
-name            py-impressive
-version         0.10.5
+name                py-impressive
+version             0.10.5
 categories-append   graphics
-license         GPL-2
-maintainers     nomaintainer
-description     slide presentation tool
+license             GPL-2
+maintainers         nomaintainer
+platforms           darwin
+supported_archs     noarch
+
+description         Slide presentation tool
 long_description \
     Impressive is a program that displays presentation slides.       \
     But unlike OpenOffice.org Impress or other similar applications, \
@@ -17,23 +20,22 @@
     are provided for the sake of eye candy, but in addition to this, \
     Impressive offers some unique tools that are really useful       \
     for presentations.
-homepage        http://impressive.sourceforge.net/
-platforms       darwin
-supported_archs noarch
-master_sites    sourceforge:impressive
 
-distname        Impressive-${version}
-checksums       md5     1c902d584b489c5fbf2c6d3aed0b3407         \
-                sha1    63163745e6b2a648f156c5de6ff8235d5c5c90b4 \
-                rmd160  9d7ab85aa0dafad387170e44c06d42aad4e6a395
+homepage            http://impressive.sourceforge.net/
+master_sites        sourceforge:impressive
 
+distname            Impressive-${version}
+checksums           md5     1c902d584b489c5fbf2c6d3aed0b3407         \
+                    sha1    63163745e6b2a648f156c5de6ff8235d5c5c90b4 \
+                    rmd160  9d7ab85aa0dafad387170e44c06d42aad4e6a395
+
 python.versions 26
 
 if {${name} ne ${subport}} {
-    depends_lib     port:py${python.version}-opengl   \
-                    port:py${python.version}-game     \
+    depends_lib     port:py${python.version}-opengl \
+                    port:py${python.version}-game \
                     path:${python.pkgd}/PIL:py${python.version}-Pillow \
-                    port:xpdf        \
+                    port:xpdf \
                     port:ghostscript \
                     port:pdftk
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140711/ba6a600f/attachment.html>


More information about the macports-changes mailing list