[47797] trunk/dports/www/squirrelmail/Portfile

snc at macports.org snc at macports.org
Fri Mar 6 09:56:34 PST 2009


Revision: 47797
          http://trac.macports.org/changeset/47797
Author:   snc at macports.org
Date:     2009-03-06 09:56:32 -0800 (Fri, 06 Mar 2009)
Log Message:
-----------
cleaned formatting, fixed lint

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

Modified: trunk/dports/www/squirrelmail/Portfile
===================================================================
--- trunk/dports/www/squirrelmail/Portfile	2009-03-06 10:59:32 UTC (rev 47796)
+++ trunk/dports/www/squirrelmail/Portfile	2009-03-06 17:56:32 UTC (rev 47797)
@@ -1,39 +1,43 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem		1.0
+PortSystem          1.0
 
-name			squirrelmail
-version			1.4.10a
-categories		www mail php
-maintainers		nomaintainer
+name                squirrelmail
+version             1.4.10a
+categories          www mail php
+maintainers         nomaintainer
 
-description		A webmail system which accesses mail over IMAP
-long_description	SquirrelMail is a standards-based webmail package written in PHP4. It \
-			includes built-in pure PHP support for the IMAP and SMTP protocols, and \
-			all pages render in pure HTML 4.0 (with no JavaScript) for maximum \
-			compatibility across browsers. It has very few requirements and is very \
-			easy to configure and install. SquirrelMail has all the functionality \
-			you would want from an email client, including strong MIME support, \
-			address books, and folder manipulation.
-homepage		http://www.squirrelmail.org/
-master_sites		sourceforge
-checksums		md5 d06c473c83e756493ad8ebe94d8d803b
-platforms		darwin freebsd
+description         A webmail system which accesses mail over IMAP
+long_description    SquirrelMail is a standards-based webmail package written \
+                    in PHP4. It includes built-in pure PHP support for the \
+                    IMAP and SMTP protocols, and all pages render in pure HTML \
+                    4.0 (with no JavaScript) for maximum compatibility across \
+                    browsers. It has very few requirements and is very easy to \
+                    configure and install. SquirrelMail has all the \
+                    functionality you would want from an email client, \
+                    including strong MIME support, address books, and folder \
+                    manipulation.
+homepage            http://www.squirrelmail.org/
 
-use_configure   no
-build 		{}
+platforms           darwin freebsd
+depends_lib         port:apache2
 
-depends_lib	port:apache2
+master_sites        sourceforge
+checksums           md5 d06c473c83e756493ad8ebe94d8d803b
 
-variant apache {
-	depends_lib-append	port:apache
-	depends_lib-delete	port:apache2
+use_configure       no
+
+build               {}
+
+variant apache description {Include apache 1.x} {
+    depends_lib-append    port:apache
+    depends_lib-delete    port:apache2
 }
 
 set docpath ${destroot}${prefix}/www/${name}
 
 destroot {
-	xinstall -m 755 -d ${docpath}
-	eval file copy [glob ${workpath}/${distname}/*] ${docpath}
+    xinstall -m 755 -d ${docpath}
+    eval file copy [glob ${workpath}/${distname}/*] ${docpath}
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090306/2fc16453/attachment.html>


More information about the macports-changes mailing list