# $Id: Portfile,v 1.5 2005/11/28 19:35:26 mww Exp $ PortSystem 1.0 PortGroup python24 1.0 name py-htmltemplate version 1.4.0 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://freespace.virgin.net/hamish.sanderson/ distname HTMLTemplate-${version} checksums md5 78573d966977894f88988341c868a1ee 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 }