Files

71 lines
2.3 KiB
Tcl
Raw Permalink Normal View History

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