[25279] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Wed May 16 19:51:03 PDT 2007
Revision: 25279
http://trac.macosforge.org/projects/macports/changeset/25279
Author: stechert at macports.org
Date: 2007-05-16 19:51:02 -0700 (Wed, 16 May 2007)
Log Message:
-----------
adding py25 version of mako
Added Paths:
-----------
trunk/dports/python/py25-mako/
trunk/dports/python/py25-mako/Portfile
Added: trunk/dports/python/py25-mako/Portfile
===================================================================
--- trunk/dports/python/py25-mako/Portfile (rev 0)
+++ trunk/dports/python/py25-mako/Portfile 2007-05-17 02:51:02 UTC (rev 25279)
@@ -0,0 +1,32 @@
+# $Id: Portfile 23587 2007-04-04 22:44:54Z stechert at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+name py25-mako
+version 0.1.5
+categories-append www
+maintainers stechert at macports.org
+description A super-fast templating language that borrows \
+ the best ideas from the existing templating \
+ languages.
+
+long_description Mako is a template library written in Python. \
+ It provides a familiar, non-XML syntax which \
+ compiles into Python modules for maximum \
+ performance. Mako's syntax and API borrows from \
+ the best ideas of many others, including Django \
+ templates, Cheetah, Myghty, and Genshi. Conceptually, \
+ Mako is an embedded Python (i.e. Python Server Page) \
+ language, which refines the familiar ideas of \
+ componentized layout and inheritance to produce one \
+ of the most straightforward and flexible models \
+ available, while also maintaining close ties to \
+ Python calling and scoping semantics.
+
+platforms darwin
+
+homepage http://www.makotemplates.org/
+master_sites http://cheeseshop.python.org/packages/source/M/Mako/
+distname Mako-${version}
+
+checksums sha1 229623c8130c27512dcc1d62339885366d8e2f21
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070516/0113a383/attachment.html
More information about the macports-changes
mailing list