[48054] trunk/dports/python/py-mako/Portfile

dh at macports.org dh at macports.org
Fri Mar 13 04:05:57 PDT 2009


Revision: 48054
          http://trac.macports.org/changeset/48054
Author:   dh at macports.org
Date:     2009-03-13 04:05:57 -0700 (Fri, 13 Mar 2009)
Log Message:
-----------
Whitespace changes, clean up formatting

Modified Paths:
--------------
    trunk/dports/python/py-mako/Portfile

Modified: trunk/dports/python/py-mako/Portfile
===================================================================
--- trunk/dports/python/py-mako/Portfile	2009-03-13 10:57:37 UTC (rev 48053)
+++ trunk/dports/python/py-mako/Portfile	2009-03-13 11:05:57 UTC (rev 48054)
@@ -1,38 +1,39 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem			1.0
-PortGroup			python24 1.0
+PortSystem          1.0
+PortGroup           python24 1.0
 
-name				py-mako
-version				0.1.10
-categories-append		www
-maintainers			dh
-description			A super-fast templating language that borrows \
-				the best ideas from the existing templating \
-				languages.
+name                py-mako
+version             0.1.10
+categories-append   www
+maintainers         dh
+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.
+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
+platforms           darwin
 
-homepage			http://www.makotemplates.org/
-master_sites			http://cheeseshop.python.org/packages/source/M/Mako/
-distname			Mako-${version}
+homepage            http://www.makotemplates.org/
+master_sites        http://cheeseshop.python.org/packages/source/M/Mako/
+distname            Mako-${version}
 
 livecheck.url       ${homepage}download.html
 livecheck.check     regex
 livecheck.regex     "Current version is <b>(\\d+(?:\\.\\d+)*)</b>"
 
-checksums			sha1 d50ab35540a8df85853cb34be32b39a25f84786c
+checksums           sha1 d50ab35540a8df85853cb34be32b39a25f84786c
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090313/b45a1ec0/attachment.html>


More information about the macports-changes mailing list