# -*- 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
# $Id: Portfile 108185 2013-07-15 15:03:48Z jmr@macports.org $

PortSystem 1.0
PortGroup       python 1.0

name consodoc
version 1.0.0
revision        1
categories textproc
maintainers xmlhack.ru:olpa
platforms darwin
homepage http://consodoc.com/
master_sites ${homepage} http://distfiles.macports.org/python/

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.

checksums md5 132c3a11ee8e37101ab5ef52ee27c2dd

python.default_version 25

depends_run port:texml \
            port:scons
