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

PortSystem 1.0
PortGroup python24 1.0

name				py-docutils
version				0.5
categories-append	textproc
maintainers			eridius
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


