a project to simplify installation of open source software
on Mac OS X and Darwin
# $Id: Portfile 20442 2006-11-03 02:55:14Z jberry@macports.org $
PortSystem 1.0
PortGroup python24 1.0
name py-atox
version 0.5
revision 1
categories-append textproc
maintainers nomaintainer@macports.org
description python-based framework for automated markup
long_description \
Atox is a framework for automated markup. With it one can quite easily \
write custom scripts for converting plain text into XML in any way one \
wishes. Atox is normally used as a command-line script, using a simple \
XML language to specify the desired transformation from text to markup, \
but it is also possible to build custom parsers using the Atox library. \
The name (short for ASCII-to-XML) is inspired by such UNIX tools and \
system functions as atops and atoi.
platforms darwin
homepage http://atox.sf.net/
master_sites sourceforge:atox
distname atox-${version}
checksums md5 69859a646934fc555078e8c70007ed80
post-destroot {
xinstall -m 755 -d ${destroot}/${prefix}/share/doc/${name}
xinstall -m 644 -W ${worksrcpath} README.txt \
${destroot}/${prefix}/share/doc/${name}
eval file copy [glob ${worksrcpath}/doc/*] \
${destroot}/${prefix}/share/doc/${name}
}