Ticket #17690: Portfile

File Portfile, 919 bytes (added by mpdippery@…, 15 years ago)

Portfile for py25-textile

Line 
1# $Id$
2
3PortSystem          1.0
4PortGroup           python25 1.0
5
6name                py25-textile
7version             2.1.2
8categories          python textproc
9maintainers         cs.wm.edu:mpd
10description         A Python implementation of Textile
11long_description    Textile is a XHTML generator using a simple markup \
12                    developed by Dean Allen. This is a Python port with \
13                    support for code validation, itex to MathML translation, \
14                    Python code coloring and much more.
15homepage            http://loopcore.com/python-textile/
16platforms           darwin
17master_sites        http://pypi.python.org/packages/source/t/textile/
18checksums           md5 876687aa33221a8a302f938123fb6c63 \
19                    sha1 9e26a71118ec8f92784eb92165ca0c8e7390f9d0 \
20                    rmd160 f8736054c668bbfc8951b1b074f1847dab765cd5
21distname            textile-${version}