[35566] trunk/dports/python

akira at macports.org akira at macports.org
Sun Mar 30 02:24:08 PDT 2008


Revision: 35566
          http://trac.macosforge.org/projects/macports/changeset/35566
Author:   akira at macports.org
Date:     2008-03-30 02:24:07 -0700 (Sun, 30 Mar 2008)

Log Message:
-----------
Added TurboKid port for Python 2.4 and Python 2.5

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

Added: trunk/dports/python/py-turbokid/Portfile
===================================================================
--- trunk/dports/python/py-turbokid/Portfile	                        (rev 0)
+++ trunk/dports/python/py-turbokid/Portfile	2008-03-30 09:24:07 UTC (rev 35566)
@@ -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-turbokid
+version             1.0.4
+maintainers         akira openmaintainer
+description         TurboGears plugin to support use of Kid templates
+long_description    This package provides a template engine plugin, \
+                    allowing you to easily use Kid with TurboGears, \
+                    Buffet or other systems that support \
+                    python.templating.engines.
+platforms           darwin
+homepage            http://www.turbogears.org/
+master_sites        http://pypi.python.org/packages/source/T/TurboKid/
+distname            TurboKid-${version}
+checksums           md5 0dc9eba1783244a9800b8c4316d38341 \
+                    sha1 31f07da56fe8899aff73fbe1f251e0c985a3239f \
+                    rmd160 407792b9e77ec53314955daf83bd32e5b0b9be07
+depends_lib         port:py-kid
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} \
+        README.txt ${destroot}${prefix}/share/doc/${name}
+}


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

Added: trunk/dports/python/py25-turbokid/Portfile
===================================================================
--- trunk/dports/python/py25-turbokid/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-turbokid/Portfile	2008-03-30 09:24:07 UTC (rev 35566)
@@ -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-turbokid
+version             1.0.4
+maintainers         akira openmaintainer
+description         TurboGears plugin to support use of Kid templates
+long_description    This package provides a template engine plugin, \
+                    allowing you to easily use Kid with TurboGears, \
+                    Buffet or other systems that support \
+                    python.templating.engines.
+platforms           darwin
+homepage            http://www.turbogears.org/
+master_sites        http://pypi.python.org/packages/source/T/TurboKid/
+distname            TurboKid-${version}
+checksums           md5 0dc9eba1783244a9800b8c4316d38341 \
+                    sha1 31f07da56fe8899aff73fbe1f251e0c985a3239f \
+                    rmd160 407792b9e77ec53314955daf83bd32e5b0b9be07
+depends_lib         port:py25-kid
+post-destroot {
+    xinstall -m 644 -W ${worksrcpath} \
+        README.txt ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py25-turbokid/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/20080330/5fc4c094/attachment.html


More information about the macports-changes mailing list