[49562] trunk/dports/python

blb at macports.org blb at macports.org
Sun Apr 12 01:13:33 PDT 2009


Revision: 49562
          http://trac.macports.org/changeset/49562
Author:   blb at macports.org
Date:     2009-04-12 01:13:32 -0700 (Sun, 12 Apr 2009)
Log Message:
-----------
New port - python/py26-cheetah, Python-powered template engine and code generator

Modified Paths:
--------------
    trunk/dports/python/py26-cheetah/Portfile

Added Paths:
-----------
    trunk/dports/python/py26-cheetah/

Modified: trunk/dports/python/py26-cheetah/Portfile
===================================================================
--- trunk/dports/python/py25-cheetah/Portfile	2009-04-11 22:23:44 UTC (rev 49535)
+++ trunk/dports/python/py26-cheetah/Portfile	2009-04-12 08:13:32 UTC (rev 49562)
@@ -1,13 +1,13 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python26 1.0
 
-name			py25-cheetah
+name			py26-cheetah
 version			2.0.1
 categories		python www
 platforms		darwin
-maintainers		stechert at macports.org
+maintainers		nomaintainer
 description		Cheetah is a Python-powered template engine and code generator
 long_description	Cheetah is a Python-powered template engine and code \
 				generator. It can be used as a standalone utility or \
@@ -27,8 +27,12 @@
 post-destroot {
 	xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \
 		${destroot}${prefix}/share/doc/${name}
+	ln -s ${python.prefix}/bin/cheetah ${destroot}${prefix}/bin/cheetah-2.6
+	ln -s ${python.prefix}/bin/cheetah-compile \
+		${destroot}${prefix}/bin/cheetah-compile-2.6
 }
 
 livecheck.check	regex
 livecheck.url	${homepage}
 livecheck.regex	>Cheetah\ (\[0-9\.rc\]+)<
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090412/84cb8469/attachment.html>


More information about the macports-changes mailing list