# $Id: Portfile 66113 2010-04-06 04:41:17Z jmr@macports.org $

PortSystem 1.0
PortGroup python25 1.0

name                py25-docutils
version             0.5
categories-append   textproc
maintainers         alexnicksay.com:alex
description         A set of tools for processing plaintext documentation
long_description    Docutils is a set of tools for processing plaintext \
                    documentation into useful formats, such as HTML, XML, \
                    and LaTeX. Includes reStructuredText, the easy to read, \
                    easy to use, what-you-see-is-what-you-get plaintext \
                    markup language.
platforms           darwin
if {[info exists supported_archs]} {
    supported_archs noarch
}

homepage            http://docutils.sourceforge.net
master_sites        sourceforge:docutils
distname            docutils-${version}

checksums           md5    dd72dac92fc8e3eb0f48c3effeef80f6 \
                    sha1   70ca2dd94969ddf76217e5fe907b0b23f16cc199 \
                    rmd160 3e8dfd2923528bbeac0ca33ccfe6f576c74f1886
