[22681] trunk/dports/python
source_changes at macosforge.org
source_changes at macosforge.org
Sat Mar 10 13:48:14 PST 2007
Revision: 22681
http://trac.macosforge.org/projects/macports/changeset/22681
Author: mww at macports.org
Date: 2007-03-10 13:48:14 -0800 (Sat, 10 Mar 2007)
Log Message:
-----------
new port py-tahchee
Added Paths:
-----------
trunk/dports/python/py-tahchee/
trunk/dports/python/py-tahchee/Portfile
Added: trunk/dports/python/py-tahchee/Portfile
===================================================================
--- trunk/dports/python/py-tahchee/Portfile (rev 0)
+++ trunk/dports/python/py-tahchee/Portfile 2007-03-10 21:48:14 UTC (rev 22681)
@@ -0,0 +1,30 @@
+# $Id: $
+
+PortSystem 1.0
+PortGroup python24 1.0
+
+name py-tahchee
+version 0.9.8
+categories python www
+platforms darwin
+maintainers mww at macports.org
+description build static web sites with the Cheetah template system
+long_description Tahchee is a tool for developers and Web designers that \
+ makes it possible to easily build a static Web site using the \
+ Cheetah template system.
+homepage http://www.ivy.fr/tahchee/
+master_sites ${homepage}
+distname tahchee-${version}
+checksums sha1 5657fd9b8ae6c2f825f75f06aceace7fa7695d82
+
+depends_lib-append port:py-cheetah
+
+extract.post_args "| tar -xf - --exclude '.MANUAL.txt.swp'"
+
+post-destroot {
+ file delete -force ${destroot}${prefix}/share/doc/${name}
+ file copy ${worksrcpath}/Documentation ${destroot}${prefix}/share/doc/${name}
+ file rename ${destroot}${prefix}/share/doc/${name}/Example \
+ ${destroot}${prefix}/share/doc/${name}/examples
+}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070310/8d655728/attachment.html
More information about the macports-changes
mailing list