2014-08-11 18:25:45 +00:00
|
|
|
# -*- 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
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
|
|
|
|
PortGroup python 1.0
|
|
|
|
|
|
|
|
|
|
name impressive
|
2023-11-25 09:58:00 -05:00
|
|
|
version 0.13.2
|
2024-08-10 11:31:01 -04:00
|
|
|
revision 1
|
2020-10-01 19:47:44 +02:00
|
|
|
|
2014-08-11 18:25:45 +00:00
|
|
|
categories-append graphics
|
|
|
|
|
license GPL-2
|
|
|
|
|
maintainers nomaintainer
|
|
|
|
|
supported_archs noarch
|
2024-02-16 03:55:37 +11:00
|
|
|
platforms any
|
2014-08-11 18:25:45 +00:00
|
|
|
|
|
|
|
|
description Slide presentation tool
|
2020-10-01 19:47:44 +02:00
|
|
|
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.
|
2014-08-11 18:25:45 +00:00
|
|
|
|
2024-08-10 11:31:01 -04:00
|
|
|
homepage https://impressive.sourceforge.net/
|
2014-08-11 18:25:45 +00:00
|
|
|
master_sites sourceforge:impressive
|
|
|
|
|
|
|
|
|
|
distname Impressive-${version}
|
2018-05-19 02:26:39 -07:00
|
|
|
|
2023-11-25 09:58:00 -05:00
|
|
|
checksums rmd160 889715558eefe287110c092ab1da449bd380b4af \
|
|
|
|
|
sha256 033123b25f42cb084f6fd0a959ddf53100d3202c67e666e5cc57a4e48ec1253c \
|
|
|
|
|
size 294531
|
2014-08-11 18:25:45 +00:00
|
|
|
|
2024-08-10 11:31:01 -04:00
|
|
|
python.default_version 312
|
2014-08-11 18:25:45 +00:00
|
|
|
|
2015-11-24 02:23:10 +00:00
|
|
|
depends_lib-append port:py${python.version}-opengl \
|
2014-08-11 18:25:45 +00:00
|
|
|
port:py${python.version}-game \
|
2022-05-13 10:55:01 -04:00
|
|
|
port:py${python.version}-Pillow
|
2018-05-19 02:26:39 -07:00
|
|
|
|
|
|
|
|
depends_run-append path:bin/ffmpeg:ffmpeg \
|
|
|
|
|
path:bin/pdftoppm:poppler \
|
2014-08-11 18:25:45 +00:00
|
|
|
port:ghostscript \
|
2018-05-19 02:26:39 -07:00
|
|
|
port:mupdf
|
2014-08-11 18:25:45 +00:00
|
|
|
|
|
|
|
|
post-patch {
|
2018-05-19 02:26:39 -07:00
|
|
|
reinplace "s|#!.*|#!${python.bin}|" \
|
2014-08-11 18:25:45 +00:00
|
|
|
${worksrcpath}/impressive.py
|
|
|
|
|
}
|
2018-05-19 02:26:39 -07:00
|
|
|
|
2014-08-11 18:25:45 +00:00
|
|
|
build {}
|
|
|
|
|
|
|
|
|
|
destroot {
|
2022-05-13 10:55:01 -04:00
|
|
|
xinstall -m 0775 ${worksrcpath}/impressive.py \
|
2014-08-11 18:25:45 +00:00
|
|
|
${destroot}${prefix}/bin/impressive
|
2022-05-13 10:55:01 -04:00
|
|
|
xinstall -m 0644 ${worksrcpath}/impressive.1 \
|
2014-08-11 18:25:45 +00:00
|
|
|
${destroot}${prefix}/share/man/man1
|
2022-05-13 10:55:01 -04:00
|
|
|
xinstall -m 0664 -W ${worksrcpath} \
|
2014-08-11 18:25:45 +00:00
|
|
|
license.txt \
|
|
|
|
|
changelog.txt \
|
|
|
|
|
impressive.html \
|
|
|
|
|
${destroot}${prefix}/share/doc/impressive
|
2022-05-13 10:55:01 -04:00
|
|
|
xinstall -m 0664 ${worksrcpath}/demo.pdf \
|
2014-08-11 18:25:45 +00:00
|
|
|
${destroot}${prefix}/share/doc/impressive/examples
|
|
|
|
|
}
|
2014-11-03 23:12:34 +00:00
|
|
|
|
2016-04-05 09:18:51 +00:00
|
|
|
notes "
|
|
|
|
|
For a demo run:
|
|
|
|
|
\$ impressive ${prefix}/share/doc/impressive/examples/demo.pdf
|
|
|
|
|
"
|
|
|
|
|
|
2014-11-03 23:12:34 +00:00
|
|
|
livecheck.regex "Impressive/(\\d+(\\.\\d+)+)/"
|