[49847] trunk/dports/python/py-htmltemplate/Portfile

blb at macports.org blb at macports.org
Sun Apr 19 00:05:31 PDT 2009


Revision: 49847
          http://trac.macports.org/changeset/49847
Author:   blb at macports.org
Date:     2009-04-19 00:05:25 -0700 (Sun, 19 Apr 2009)
Log Message:
-----------
python/py-htmltemplate - version bump to 1.5.0, put examples in .../share/examples/${name}

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

Modified: trunk/dports/python/py-htmltemplate/Portfile
===================================================================
--- trunk/dports/python/py-htmltemplate/Portfile	2009-04-19 06:51:27 UTC (rev 49846)
+++ trunk/dports/python/py-htmltemplate/Portfile	2009-04-19 07:05:25 UTC (rev 49847)
@@ -4,7 +4,7 @@
 PortGroup python24 1.0
 
 name			py-htmltemplate
-version			1.4.2
+version			1.5.0
 categories		python textproc
 platforms		darwin
 maintainers		nomaintainer
@@ -16,15 +16,15 @@
 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
+checksums		md5     c6f3f9d00373319df1ddb4b94327d0a7 \
+				sha1    e538e19074df19a171ff873e115e01d69ed32464 \
+				rmd160  27647bdf7e2d3511169d83afc3ee31d950536ccb
 
 post-destroot {
-	xinstall -m 644 -W ${worksrcpath}/Documentation FAQ.txt License.txt \
-		Manual.txt Tutorial_1.txt Tutorial_2.txt ../README.txt \
+	eval xinstall -m 644 [glob ${worksrcpath}/doc/*] \
 		${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
+	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/ce378886/attachment.html>


More information about the macports-changes mailing list