[49849] trunk/dports/python

blb at macports.org blb at macports.org
Sun Apr 19 00:09:03 PDT 2009


Revision: 49849
          http://trac.macports.org/changeset/49849
Author:   blb at macports.org
Date:     2009-04-19 00:09:02 -0700 (Sun, 19 Apr 2009)
Log Message:
-----------
New ports - py2[56]-htmltemplate, HTML template engine for python

Added Paths:
-----------
    trunk/dports/python/py25-htmltemplate/
    trunk/dports/python/py25-htmltemplate/Portfile
    trunk/dports/python/py26-htmltemplate/
    trunk/dports/python/py26-htmltemplate/Portfile

Removed Paths:
-------------
    trunk/dports/python/py25-htmltemplate/Portfile
    trunk/dports/python/py26-htmltemplate/Portfile

Deleted: trunk/dports/python/py25-htmltemplate/Portfile
===================================================================
--- trunk/dports/python/py-htmltemplate/Portfile	2009-04-19 05:07:47 UTC (rev 49845)
+++ trunk/dports/python/py25-htmltemplate/Portfile	2009-04-19 07:09:02 UTC (rev 49849)
@@ -1,30 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name			py-htmltemplate
-version			1.4.2
-categories		python textproc
-platforms		darwin
-maintainers		nomaintainer
-description		HTML template engine for python
-long_description	HTMLTemplate converts HTML/XHTML templates into simple \
-				Python object models that can be manipulated through \
-				callback functions in your scripts.
-
-homepage		http://freespace.virgin.net/hamish.sanderson/htmltemplate.html
-master_sites		http://cheeseshop.python.org/packages/source/H/HTMLTemplate/
-distname		HTMLTemplate-${version}
-checksums		md5 b0a1ab624a4ad87e0f5fa9d7feffca60
-
-post-destroot {
-	xinstall -m 644 -W ${worksrcpath}/Documentation FAQ.txt License.txt \
-		Manual.txt Tutorial_1.txt Tutorial_2.txt ../README.txt \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/Examples Demo1_Quote.py \
-		Demo2_Table.py Demo3_Links.py Demo4_SimpleCalendar.py \
-		Demo5_AlternatingRowColors.py Demo6_UserList.py Tutorial_1.py \
-		Tutorial_2.py ${destroot}${prefix}/share/doc/${name}/examples
-}
-

Copied: trunk/dports/python/py25-htmltemplate/Portfile (from rev 49847, trunk/dports/python/py-htmltemplate/Portfile)
===================================================================
--- trunk/dports/python/py25-htmltemplate/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-htmltemplate/Portfile	2009-04-19 07:09:02 UTC (rev 49849)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-htmltemplate
+version			1.5.0
+categories		python textproc
+platforms		darwin
+maintainers		nomaintainer
+description		HTML template engine for python
+long_description	HTMLTemplate converts HTML/XHTML templates into simple \
+				Python object models that can be manipulated through \
+				callback functions in your scripts.
+
+homepage		http://freespace.virgin.net/hamish.sanderson/htmltemplate.html
+master_sites		http://cheeseshop.python.org/packages/source/H/HTMLTemplate/
+distname		HTMLTemplate-${version}
+checksums		md5     c6f3f9d00373319df1ddb4b94327d0a7 \
+				sha1    e538e19074df19a171ff873e115e01d69ed32464 \
+				rmd160  27647bdf7e2d3511169d83afc3ee31d950536ccb
+
+post-destroot {
+	eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
+		${destroot}${prefix}/share/doc/${name}
+	xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
+	eval xinstall -m 644 [glob ${worksrcpath}/sample/*] \
+		${destroot}${prefix}/share/examples/${name}
+}
+

Deleted: trunk/dports/python/py26-htmltemplate/Portfile
===================================================================
--- trunk/dports/python/py-htmltemplate/Portfile	2009-04-19 05:07:47 UTC (rev 49845)
+++ trunk/dports/python/py26-htmltemplate/Portfile	2009-04-19 07:09:02 UTC (rev 49849)
@@ -1,30 +0,0 @@
-# $Id$
-
-PortSystem 1.0
-PortGroup python24 1.0
-
-name			py-htmltemplate
-version			1.4.2
-categories		python textproc
-platforms		darwin
-maintainers		nomaintainer
-description		HTML template engine for python
-long_description	HTMLTemplate converts HTML/XHTML templates into simple \
-				Python object models that can be manipulated through \
-				callback functions in your scripts.
-
-homepage		http://freespace.virgin.net/hamish.sanderson/htmltemplate.html
-master_sites		http://cheeseshop.python.org/packages/source/H/HTMLTemplate/
-distname		HTMLTemplate-${version}
-checksums		md5 b0a1ab624a4ad87e0f5fa9d7feffca60
-
-post-destroot {
-	xinstall -m 644 -W ${worksrcpath}/Documentation FAQ.txt License.txt \
-		Manual.txt Tutorial_1.txt Tutorial_2.txt ../README.txt \
-		${destroot}${prefix}/share/doc/${name}
-	xinstall -m 644 -W ${worksrcpath}/Examples Demo1_Quote.py \
-		Demo2_Table.py Demo3_Links.py Demo4_SimpleCalendar.py \
-		Demo5_AlternatingRowColors.py Demo6_UserList.py Tutorial_1.py \
-		Tutorial_2.py ${destroot}${prefix}/share/doc/${name}/examples
-}
-

Copied: trunk/dports/python/py26-htmltemplate/Portfile (from rev 49847, trunk/dports/python/py-htmltemplate/Portfile)
===================================================================
--- trunk/dports/python/py26-htmltemplate/Portfile	                        (rev 0)
+++ trunk/dports/python/py26-htmltemplate/Portfile	2009-04-19 07:09:02 UTC (rev 49849)
@@ -0,0 +1,30 @@
+# $Id$
+
+PortSystem 1.0
+PortGroup python26 1.0
+
+name			py26-htmltemplate
+version			1.5.0
+categories		python textproc
+platforms		darwin
+maintainers		nomaintainer
+description		HTML template engine for python
+long_description	HTMLTemplate converts HTML/XHTML templates into simple \
+				Python object models that can be manipulated through \
+				callback functions in your scripts.
+
+homepage		http://freespace.virgin.net/hamish.sanderson/htmltemplate.html
+master_sites		http://cheeseshop.python.org/packages/source/H/HTMLTemplate/
+distname		HTMLTemplate-${version}
+checksums		md5     c6f3f9d00373319df1ddb4b94327d0a7 \
+				sha1    e538e19074df19a171ff873e115e01d69ed32464 \
+				rmd160  27647bdf7e2d3511169d83afc3ee31d950536ccb
+
+post-destroot {
+	eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
+		${destroot}${prefix}/share/doc/${name}
+	xinstall -m 755 -d ${destroot}${prefix}/share/examples/${name}
+	eval xinstall -m 644 [glob ${worksrcpath}/sample/*] \
+		${destroot}${prefix}/share/examples/${name}
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090419/16b86df9/attachment.html>


More information about the macports-changes mailing list