# -*- 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                consodoc
version             1.0.0
revision            2
checksums           md5     132c3a11ee8e37101ab5ef52ee27c2dd \
                    rmd160  dc6a900d7050bc7d079fd2947a84b278099a61af \
                    sha256  2a44c708752e6325870275014a0913203e8cdaf1e0aa467314d062e4fc07ee4f \
                    size    144970

categories          textproc
platforms           {darwin any}
supported_archs     noarch
maintainers         nomaintainer

description         Consodoc publishing server: XML to beautiful \
                    documents
long_description    Consodoc is a system which automates XML \
                    publishing. The base use case is converting \
                    XML to beautiful PDF through TeXML and LaTeX, but \
                    Consodoc is adaptable to other processes as well.

homepage            https://web.archive.org/web/20100213140022/http://consodoc.com/
master_sites        macports_distfiles

depends_run         port:scons \
                    port:texml

python.default_version  27

livecheck.type      none
