[58612] trunk/dports/www/tiki/Portfile

snc at macports.org snc at macports.org
Thu Oct 1 17:34:47 PDT 2009


Revision: 58612
          http://trac.macports.org/changeset/58612
Author:   snc at macports.org
Date:     2009-10-01 17:34:47 -0700 (Thu, 01 Oct 2009)
Log Message:
-----------
whitespace

Modified Paths:
--------------
    trunk/dports/www/tiki/Portfile

Modified: trunk/dports/www/tiki/Portfile
===================================================================
--- trunk/dports/www/tiki/Portfile	2009-10-02 00:13:02 UTC (rev 58611)
+++ trunk/dports/www/tiki/Portfile	2009-10-02 00:34:47 UTC (rev 58612)
@@ -1,35 +1,42 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 
-name		tiki
-version		3.1
-categories	www
-platforms       darwin
-maintainers     snc openmaintainer
-description	php based wiki with lots of extra features
-long_description	\
-	TikiWiki is an open source web application which provides a 	\
-	full Wiki environment as well as Articles, Sections, User/Group \
-	Management (including optinal LDAP interaction), Polls and 	\
-	Quizzes, File and Image Galleries, Forums, Comments on many 	\
-	areas, Weblogs, and much more.
-homepage        http://tikiwiki.org
-set sourcepath  tikiwiki
-master_sites    sourceforge:${sourcepath}
-use_zip         yes
-distname	${name}161
-checksums       md5 696a8384bba8d139b2824d44e7072f35
-worksrcdir      tiki
-depends_run     port:php5-web port:php5-mysql
-use_configure	no
-build		{}
-destroot	{ 
-	file mkdir -p ${destroot}${prefix}/www
-	file copy ${workpath}/${name} 	\
-		${destroot}${prefix}/www/${name}-${version}
-	system "cd ${destroot}${prefix}/www/${name}-${version} && sudo sh ./setup.sh www www && chown -R www:www *"
+name                tiki
+version             3.1
+categories          www
+maintainers         snc openmaintainer
+description         php based wiki with lots of extra features
+long_description    \
+    TikiWiki is an open source web application which provides a     \
+    full Wiki environment as well as Articles, Sections, User/Group \
+    Management (including optinal LDAP interaction), Polls and      \
+    Quizzes, File and Image Galleries, Forums, Comments on many     \
+    areas, Weblogs, and much more.
+homepage            http://tikiwiki.org
+
+platforms           darwin
+depends_run         port:php5-web port:php5-mysql
+
+set sourcepath      tikiwiki
+master_sites        sourceforge:${sourcepath}
+use_zip             yes
+distname            ${name}161
+
+checksums           md5 696a8384bba8d139b2824d44e7072f35
+
+worksrcdir          tiki
+
+use_configure       no
+
+build {}
+
+destroot    { 
+    file mkdir -p ${destroot}${prefix}/www
+    file copy ${workpath}/${name}     \
+        ${destroot}${prefix}/www/${name}-${version}
+    system "cd ${destroot}${prefix}/www/${name}-${version} && sudo sh ./setup.sh www www && chown -R www:www *"
 }
 
 livecheck.regex     Tiki (\\d+\\.\\d+) released
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091001/75283551/attachment.html>


More information about the macports-changes mailing list