1 | # $Id: Portfile 30184 2007-10-22 19:32:09Z mww@macports.org $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python26 1.0 |
---|
5 | |
---|
6 | name py26-tahchee |
---|
7 | version 0.9.8 |
---|
8 | categories python www |
---|
9 | platforms darwin |
---|
10 | maintainers mww |
---|
11 | description build static web sites with the Cheetah template system |
---|
12 | long_description Tahchee is a tool for developers and Web designers that \ |
---|
13 | makes it possible to easily build a static Web site using the \ |
---|
14 | Cheetah template system. |
---|
15 | homepage http://www.ivy.fr/tahchee/ |
---|
16 | master_sites ${homepage} |
---|
17 | distname tahchee-${version} |
---|
18 | checksums sha1 5657fd9b8ae6c2f825f75f06aceace7fa7695d82 |
---|
19 | |
---|
20 | depends_lib-append port:py26-cheetah |
---|
21 | |
---|
22 | extract.post_args "| tar -xf - --exclude '.MANUAL.txt.swp'" |
---|
23 | |
---|
24 | post-destroot { |
---|
25 | file delete -force ${destroot}${prefix}/share/doc/${name} |
---|
26 | file copy ${worksrcpath}/Documentation ${destroot}${prefix}/share/doc/${name} |
---|
27 | file rename ${destroot}${prefix}/share/doc/${name}/Example \ |
---|
28 | ${destroot}${prefix}/share/doc/${name}/examples |
---|
29 | } |
---|
30 | |
---|
31 | livecheck.check regex |
---|
32 | livecheck.url http://www.ivy.fr/tahchee/downloads.html |
---|
33 | livecheck.regex tahchee-(\[0-9\.\]+).tar.gz |
---|