[24837] trunk/dports/python

source_changes at macosforge.org source_changes at macosforge.org
Sat May 5 21:04:44 PDT 2007


Revision: 24837
          http://trac.macosforge.org/projects/macports/changeset/24837
Author:   stechert at macports.org
Date:     2007-05-05 21:04:44 -0700 (Sat, 05 May 2007)

Log Message:
-----------
creating py25 port for cheetah

Added Paths:
-----------
    trunk/dports/python/py25-cheetah/
    trunk/dports/python/py25-cheetah/Portfile

Added: trunk/dports/python/py25-cheetah/Portfile
===================================================================
--- trunk/dports/python/py25-cheetah/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-cheetah/Portfile	2007-05-06 04:04:44 UTC (rev 24837)
@@ -0,0 +1,31 @@
+# $Id: Portfile 23892 2007-04-12 13:34:48Z mww at macports.org $
+
+PortSystem 1.0
+PortGroup python25 1.0
+
+name			py25-cheetah
+version			2.0rc8
+categories		python www
+platforms		darwin
+maintainers		stechert at macports.org
+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 \
+				it can be combined with other tools. Cheetah has many \
+				potential uses, but web developers looking for a \
+				viable alternative to ASP, JSP, PHP and PSP are \
+				expected to be its principle user group.
+
+homepage		http://www.cheetahtemplate.org/
+master_sites	sourceforge:cheetahtemplate
+distname		Cheetah-${version}
+checksums		sha1 fce22621e3ad493be632ea36d8dfeddb01a9879f
+
+post-destroot {
+	xinstall -m 644 -W ${worksrcpath} CHANGES LICENSE README TODO \
+		${destroot}${prefix}/share/doc/${name}
+}
+
+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/20070505/ee7fc911/attachment.html


More information about the macports-changes mailing list