[35523] trunk/dports/python

akira at macports.org akira at macports.org
Sat Mar 29 08:41:37 PDT 2008


Revision: 35523
          http://trac.macosforge.org/projects/macports/changeset/35523
Author:   akira at macports.org
Date:     2008-03-29 08:41:34 -0700 (Sat, 29 Mar 2008)

Log Message:
-----------
Added new port: py-turbocheetah and py25-turbocheetah

Added Paths:
-----------
    trunk/dports/python/py-turbocheetah/
    trunk/dports/python/py-turbocheetah/Portfile
    trunk/dports/python/py25-turbocheetah/
    trunk/dports/python/py25-turbocheetah/Portfile

Added: trunk/dports/python/py-turbocheetah/Portfile
===================================================================
--- trunk/dports/python/py-turbocheetah/Portfile	                        (rev 0)
+++ trunk/dports/python/py-turbocheetah/Portfile	2008-03-29 15:41:34 UTC (rev 35523)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python24 1.0
+
+name                py-turbocheetah
+version             1.0
+maintainers         akira openmaintainer
+description         TurboGears plugin to support use of Cheetah templates
+long_description    This package provides a template engine plugin, \
+                    allowing you to easily use Cheetah with TurboGears,\
+                    Buffet or other systems that support \
+                    python.templating.engines.
+platforms           darwin
+homepage            http://pypi.python.org/pypi/TurboCheetah/
+master_sites        http://pypi.python.org/packages/source/T/TurboCheetah/
+distname            TurboCheetah-${version}
+checksums           md5 daf99f38f6696ac64b7df8ac2e003a03 \
+                    sha1 f2e983c1a57e00e4abbffb906280e147dcd787e9 \
+                    rmd160 6d224c43740a9d0e13bb8a765d710df0ec169986
+depends_lib         port:py-cheetah
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} \
+		README.txt ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py-turbocheetah/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

Added: trunk/dports/python/py25-turbocheetah/Portfile
===================================================================
--- trunk/dports/python/py25-turbocheetah/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-turbocheetah/Portfile	2008-03-29 15:41:34 UTC (rev 35523)
@@ -0,0 +1,26 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem          1.0
+PortGroup           python25 1.0
+
+name                py25-turbocheetah
+version             1.0
+maintainers         akira openmaintainer
+description         TurboGears plugin to support use of Cheetah templates
+long_description    This package provides a template engine plugin, \
+                    allowing you to easily use Cheetah with TurboGears,\
+                    Buffet or other systems that support \
+                    python.templating.engines.
+platforms           darwin
+homepage            http://pypi.python.org/pypi/TurboCheetah/
+master_sites        http://pypi.python.org/packages/source/T/TurboCheetah/
+distname            TurboCheetah-${version}
+checksums           md5 daf99f38f6696ac64b7df8ac2e003a03 \
+                    sha1 f2e983c1a57e00e4abbffb906280e147dcd787e9 \
+                    rmd160 6d224c43740a9d0e13bb8a765d710df0ec169986
+depends_lib         port:py25-cheetah
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} \
+		README.txt ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py25-turbocheetah/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080329/305982dc/attachment.html


More information about the macports-changes mailing list