# $Id$ PortSystem 1.0 PortGroup python24 1.0 name py-htmltemplate version 1.4.2 categories python textproc platforms darwin maintainers mww@opendarwin.org 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 }