[37090] trunk/dports/graphics

simon at macports.org simon at macports.org
Mon May 26 11:36:58 PDT 2008


Revision: 37090
          http://trac.macosforge.org/projects/macports/changeset/37090
Author:   simon at macports.org
Date:     2008-05-26 11:36:56 -0700 (Mon, 26 May 2008)

Log Message:
-----------
graphics/keyjnote: New port, closes #15427. Thanks to simon at hitzemann.org.

Added Paths:
-----------
    trunk/dports/graphics/keyjnote/
    trunk/dports/graphics/keyjnote/Portfile

Added: trunk/dports/graphics/keyjnote/Portfile
===================================================================
--- trunk/dports/graphics/keyjnote/Portfile	                        (rev 0)
+++ trunk/dports/graphics/keyjnote/Portfile	2008-05-26 18:36:56 UTC (rev 37090)
@@ -0,0 +1,59 @@
+# $Id$
+
+PortSystem          1.0
+
+name                keyjnote
+version             0.10.2
+categories          graphics
+maintainers         hitzemann.org:simon
+description         KeyJnote is a program that displays presentation slides.
+long_description    \
+   KeyJnote 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, KeyJnote offers some unique \
+   tools that are really useful for presentations. Read below if you want \
+   to know more about these features.
+homepage            http://keyjnote.sourceforge.net
+platforms           darwin
+master_sites        sourceforge
+checksums           md5 b6bd8a552b6949ad2041deb9e126c6ad \
+                    sha1 fe49266e818655984c7d34d459098f3db9c244ae \
+                    rmd160 41f9afd5ed045edbcc39e7268c72b5b9c119e70f
+
+use_configure       no
+
+depends_lib         port:py25-opengl \
+                    port:py25-game \
+                    port:xpdf \
+                    port:ghostscript \
+                    port:pdftk
+
+variant no_xpdf \
+conflicts no_ghostscript \
+description "Removes dependencies on xpdf (Not recommended)" {
+                    depends_lib-delete port:xpdf
+}
+
+variant no_ghostscript \
+conflicts no_xpdf \
+description "Removes dependencies on ghostscript" {
+                    depends_lib-delete port:ghostscript
+}
+
+variant no_pdftk \
+description "Removes dependencies on pdftk (not recommended)" {
+                    depends_lib-delete port:pdftk
+}
+
+build {
+}
+
+post-build {
+                    reinplace "s|#!/usr/bin/env python|#!${prefix}/bin/python2.5|g" ${worksrcpath}/keyjnote.py
+           }
+
+destroot {
+                    xinstall -m 755 -d ${destroot}/bin
+                    xinstall -m 755 ${worksrcpath}/keyjnote.py ${destroot}${prefix}/bin/keyjnote
+}


Property changes on: trunk/dports/graphics/keyjnote/Portfile
___________________________________________________________________
Name: svn:keyword
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080526/bdb5636c/attachment.htm 


More information about the macports-changes mailing list