You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
pylize: remove port
- no dependents in MacPorts, Python 2.7 only, upstream gone Closes: https://trac.macports.org/ticket/71545
This commit is contained in:
@@ -1,43 +0,0 @@
|
||||
PortSystem 1.0
|
||||
PortGroup python 1.0
|
||||
|
||||
name pylize
|
||||
version 1.3b
|
||||
revision 2
|
||||
checksums md5 ab88ef521602c826390fe919b6bc572e \
|
||||
rmd160 a6f6b686fadcac6b38af916cc0b2f634d3591ff1 \
|
||||
sha256 8de876e2581a556e23d538b3ed5b970929a51c236b24c1fd5161c26c8c42bb44 \
|
||||
size 70979
|
||||
|
||||
categories textproc python
|
||||
license GPL-2+
|
||||
platforms {darwin any}
|
||||
supported_archs noarch
|
||||
maintainers nomaintainer
|
||||
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}
|
||||
use_bzip2 yes
|
||||
|
||||
python.default_version 27
|
||||
|
||||
depends_run port:py${python.version}-htmlgen port:py${python.version}-empy
|
||||
|
||||
use_configure yes
|
||||
configure.cmd ${python.bin}
|
||||
configure.pre_args configure.py
|
||||
configure.args ${prefix}
|
||||
|
||||
post-destroot {
|
||||
xinstall -m 644 -W ${worksrcpath} COPYING Changelog README TODO \
|
||||
doc/all.html ${destroot}${prefix}/share/doc/${name}
|
||||
}
|
||||
Reference in New Issue
Block a user