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