[46558] trunk/dports/python

takeshi at macports.org takeshi at macports.org
Sat Feb 7 06:03:33 PST 2009


Revision: 46558
          http://trac.macports.org/changeset/46558
Author:   takeshi at macports.org
Date:     2009-02-07 06:03:31 -0800 (Sat, 07 Feb 2009)
Log Message:
-----------
py26-impressive: adding Impressive-0.12.2

Added Paths:
-----------
    trunk/dports/python/py26-impressive/
    trunk/dports/python/py26-impressive/Portfile

Added: trunk/dports/python/py26-impressive/Portfile
===================================================================
--- trunk/dports/python/py26-impressive/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-impressive/Portfile	2009-02-07 14:03:31 UTC (rev 46558)
@@ -0,0 +1,55 @@
+# -*- 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       python26 1.0
+
+name            py26-impressive
+version         0.10.2
+categories      python graphics
+maintainers     openmaintainer takeshi at macports.org
+description     slide presentation tool
+long_description \
+    Impressive is a program that displays presentation slides.       \
+    But unlike OpenOffice.org Impress or other similar applications, \
+    it does so with style. Smooth alpha-blended slide transitions    \
+    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
+master_sites    sourceforge:impressive
+
+distname        Impressive-${version}
+checksums       md5    492eda5e3e09beb2f6dc997ed94f5349         \
+                sha1   636515909f2b2e06bed46162a6f648ef0d348c84 \
+                rmd160 44f5d6d7d76f3128f1780caba33432a4866cb1b2
+
+depends_lib     port:python26   \
+                port:py26-opengl   \
+                port:py26-game     \
+                port:py26-pil      \
+                port:xpdf        \
+                port:ghostscript \
+                port:pdftk
+
+patch {
+    reinplace "s|env python|env python2.6|" ${worksrcpath}/impressive.py
+}
+build {}
+
+destroot {
+    xinstall -d ${destroot}${prefix}/bin
+    xinstall -d ${destroot}${prefix}/share/impressive
+    xinstall -d ${destroot}${prefix}/share/doc/impressive
+    xinstall -m 775 ${worksrcpath}/impressive.py \
+                    ${worksrcpath}/demo.pdf \
+                    ${destroot}${prefix}/share/impressive
+    xinstall -m 644 ${worksrcpath}/impressive.1 \
+                    ${destroot}${prefix}/share/man/man1
+    xinstall -m 664 ${worksrcpath}/license.txt \
+                    ${worksrcpath}/changelog.txt \
+                    ${worksrcpath}/impressive.html \
+                    ${destroot}${prefix}/share/doc/impressive
+    ln -s ${prefix}/share/impressive/impressive.py ${destroot}${prefix}/bin/impressive
+}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090207/a15455bf/attachment-0001.html>


More information about the macports-changes mailing list