| 1 | # $Id: Portfile 25366 2007-05-20 07:52:14Z ryandesign@macports.org $ |
| 2 | |
| 3 | PortSystem 1.0 |
| 4 | PortGroup python24 1.0 |
| 5 | name py-mako |
| 6 | version 0.1.10 |
| 7 | categories-append www |
| 8 | maintainers stechert@macports.org |
| 9 | description A super-fast templating language that borrows \ |
| 10 | the best ideas from the existing templating \ |
| 11 | languages. |
| 12 | |
| 13 | long_description Mako is a template library written in Python. \ |
| 14 | It provides a familiar, non-XML syntax which \ |
| 15 | compiles into Python modules for maximum \ |
| 16 | performance. Mako's syntax and API borrows from \ |
| 17 | the best ideas of many others, including Django \ |
| 18 | templates, Cheetah, Myghty, and Genshi. Conceptually, \ |
| 19 | Mako is an embedded Python (i.e. Python Server Page) \ |
| 20 | language, which refines the familiar ideas of \ |
| 21 | componentized layout and inheritance to produce one \ |
| 22 | of the most straightforward and flexible models \ |
| 23 | available, while also maintaining close ties to \ |
| 24 | Python calling and scoping semantics. |
| 25 | |
| 26 | platforms darwin |
| 27 | |
| 28 | homepage http://www.makotemplates.org/ |
| 29 | master_sites http://cheeseshop.python.org/packages/source/M/Mako/ |
| 30 | distname Mako-${version} |
| 31 | |
| 32 | checksums sha1 d50ab35540a8df85853cb34be32b39a25f84786c \ |
| 33 | rmd 60c62949962acd573b793b03c93727719ca2707c |
| 34 | |