[147475] trunk/dports/python/impressive/Portfile
devans at macports.org
devans at macports.org
Tue Apr 5 02:18:51 PDT 2016
Revision: 147475
https://trac.macports.org/changeset/147475
Author: devans at macports.org
Date: 2016-04-05 02:18:51 -0700 (Tue, 05 Apr 2016)
Log Message:
-----------
impressive: update to version 0.11.1, use python27, no variants, use poppler instead of xpdf to avoid issues with openmotif that break the default build, add a note about running the demo.
Modified Paths:
--------------
trunk/dports/python/impressive/Portfile
Modified: trunk/dports/python/impressive/Portfile
===================================================================
--- trunk/dports/python/impressive/Portfile 2016-04-05 07:45:01 UTC (rev 147474)
+++ trunk/dports/python/impressive/Portfile 2016-04-05 09:18:51 UTC (rev 147475)
@@ -5,8 +5,7 @@
PortGroup python 1.0
name impressive
-version 0.11.0b
-revision 1
+version 0.11.1
categories-append graphics
license GPL-2
maintainers nomaintainer
@@ -26,22 +25,15 @@
master_sites sourceforge:impressive
distname Impressive-${version}
-checksums rmd160 4a214c26624d932c8730f958e258c2cc4b258c0b \
- sha256 a96735cbd5f0c36dd9e499c068b3a991a852fda71b73acd36da6b764ea198ad9
+checksums rmd160 6a9b78569ca45953cff0bd591ba8214bb7a85b14 \
+ sha256 593f616eb72a18a826bc7687c9952a2ae5dded5483d2688bab5b5ca68caf792c
-variant python26 conflicts python27 description {Use Python 2.6} {}
-variant python27 conflicts python26 description {Use Python 2.7} {}
-if {[variant_isset python26]} {
- python.default_version 26
-} else {
- default_variants +python27
- python.default_version 27
-}
+python.default_version 27
depends_lib-append port:py${python.version}-opengl \
port:py${python.version}-game \
path:${python.pkgd}/PIL:py${python.version}-Pillow \
- port:xpdf \
+ port:poppler \
port:ghostscript \
port:pdftk
@@ -65,4 +57,9 @@
${destroot}${prefix}/share/doc/impressive/examples
}
+notes "
+For a demo run:
+ \$ impressive ${prefix}/share/doc/impressive/examples/demo.pdf
+"
+
livecheck.regex "Impressive/(\\d+(\\.\\d+)+)/"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160405/005aabee/attachment.html>
More information about the macports-changes
mailing list