categories textproc python
description pylize is a presentation generation tool
long_description pylize is a Python script that makes the creation of \
on-screen presentations a matter of a few minutes. It \
generates a template master document, which you can edit with \
your favourite text or HTML editor. The master document is \
then processed by pylize to generate HTML files for every \
slide plus a file for the table of contents. You can view the \
presentation with any CSS-capable webbrowser.
homepage http://www.chrisarndt.de/en/software/pylize/
master_sites ${homepage}/download/
distname pylize-${version}
checksums md5 ab88ef521602c826390fe919b6bc572e
python.default_version 27
depends_run port:py${python.version}-htmlgen port:py${python.version}-empy
configure.cmd ${python.bin}
configure.pre_args configure.py
xinstall -m 644 -W ${worksrcpath} COPYING Changelog README TODO \
doc/all.html ${destroot}${prefix}/share/doc/${name}
foreach binfile [glob -tails -directory ${destroot}${python.prefix}/bin *] {
ln -s ${python.prefix}/bin/${binfile} \
${destroot}${prefix}/bin/${binfile}