[35521] trunk/dports/python

akira at macports.org akira at macports.org
Sat Mar 29 08:19:50 PDT 2008


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

Log Message:
-----------
Added New port: py-turbojson and py25-turbojson

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

Added: trunk/dports/python/py-turbojson/Portfile
===================================================================
--- trunk/dports/python/py-turbojson/Portfile	                        (rev 0)
+++ trunk/dports/python/py-turbojson/Portfile	2008-03-29 15:19:50 UTC (rev 35521)
@@ -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-turbojson
+version             1.1.2
+maintainers         akira openmaintainer
+description         Python template plugin that supports JSON
+long_description    This package provides a template engine plugin, \
+                    allowing you to easily use JSON via the simplejson \
+                    module with TurboGears, Buffet or other systems \
+                    that support python.templating.engines.
+platforms           darwin
+homepage            http://pypi.python.org/pypi/TurboJson/
+master_sites        http://pypi.python.org/packages/source/T/TurboJson/
+distname            TurboJson-${version}
+checksums           md5 21969123122e02d87e2727a73e950796 \
+                    sha1 62b789ba593ad9f1e4b7a9b89660f252a56db835 \
+                    rmd160 5d18dfd76a8b78f1b2e5512d4293356039211e67
+depends_lib         port:py-ruledispatch
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} \
+		README.txt ${destroot}${prefix}/share/doc/${name}
+}


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

Added: trunk/dports/python/py25-turbojson/Portfile
===================================================================
--- trunk/dports/python/py25-turbojson/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-turbojson/Portfile	2008-03-29 15:19:50 UTC (rev 35521)
@@ -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-turbojson
+version             1.1.2
+maintainers         akira openmaintainer
+description         Python template plugin that supports JSON
+long_description    This package provides a template engine plugin, \
+                    allowing you to easily use JSON via the simplejson \
+                    module with TurboGears, Buffet or other systems \
+                    that support python.templating.engines.
+platforms           darwin
+homepage            http://pypi.python.org/pypi/TurboJson/
+master_sites        http://pypi.python.org/packages/source/T/TurboJson/
+distname            TurboJson-${version}
+checksums           md5 21969123122e02d87e2727a73e950796 \
+                    sha1 62b789ba593ad9f1e4b7a9b89660f252a56db835 \
+                    rmd160 5d18dfd76a8b78f1b2e5512d4293356039211e67
+depends_lib         port:py25-ruledispatch
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} \
+		README.txt ${destroot}${prefix}/share/doc/${name}
+}


Property changes on: trunk/dports/python/py25-turbojson/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/31a3b1c3/attachment.html


More information about the macports-changes mailing list