[93626] trunk/dports/php/php-eaccelerator/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun May 27 21:54:02 PDT 2012


Revision: 93626
          https://trac.macports.org/changeset/93626
Author:   ryandesign at macports.org
Date:     2012-05-27 21:54:02 -0700 (Sun, 27 May 2012)
Log Message:
-----------
php-eaccelerator: whitespace; modeline

Modified Paths:
--------------
    trunk/dports/php/php-eaccelerator/Portfile

Modified: trunk/dports/php/php-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php-eaccelerator/Portfile	2012-05-28 04:52:22 UTC (rev 93625)
+++ trunk/dports/php/php-eaccelerator/Portfile	2012-05-28 04:54:02 UTC (rev 93626)
@@ -1,35 +1,38 @@
+# -*- 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
 PortGroup           php 1.1
 
 name                php-eaccelerator
 version             0.9.6.1
 revision            1
-categories        php www devel
-platforms         darwin freebsd openbsd
-maintainers       nomaintainer
+categories          php www devel
+platforms           darwin freebsd openbsd
+maintainers         nomaintainer
 license             GPL-2+
-homepage          http://eaccelerator.net/
 
 php.branches        5.3
 
-description       php5 extension for PHP acceleration, optimization, and dynamic content caching
-long_description \
-    eAccelerator is a free open-source PHP accelerator, optimizer, and dynamic \
-    content cache. It increases the performance of PHP scripts by caching them \
-    in their compiled state, so that the overhead of compiling is almost \
-    completely eliminated. It also optimizes scripts to speed up their \
-    execution. eAccelerator typically reduces server load and increases the \
-    speed of your PHP code by 1-10 times.
+description         php5 extension for PHP acceleration, optimization, and \
+                    dynamic content caching
+long_description    eAccelerator is a free open-source PHP accelerator, \
+                    optimizer, and dynamic content cache. It increases the \
+                    performance of PHP scripts by caching them in their \
+                    compiled state, so that the overhead of compiling is \
+                    almost completely eliminated. It also optimizes scripts \
+                    to speed up their execution. eAccelerator typically \
+                    reduces server load and increases the speed of your PHP \
+                    code by 1-10 times.
 
-master_sites      http://bart.eaccelerator.net/source/${version}/
+homepage            http://eaccelerator.net/
+master_sites        http://bart.eaccelerator.net/source/${version}/
 
-checksums         md5     32ccd838e06ef5613c2610c1c65ed228 \
-                  sha1    c95e87229a6e674b4994d4fc13278e516ea314f9 \
-                  rmd160  6a16ab377ec124a27e26a5fdc1fd6ada845695bd
+checksums           md5     32ccd838e06ef5613c2610c1c65ed228 \
+                    sha1    c95e87229a6e674b4994d4fc13278e516ea314f9 \
+                    rmd160  6a16ab377ec124a27e26a5fdc1fd6ada845695bd
 
-use_bzip2         yes
+use_bzip2           yes
 
 if {${name} != ${subport}} {
     conflicts       ${php}-APC ${php}-xcache
@@ -43,6 +46,6 @@
     }
 }
 
-livecheck.type   regex
-livecheck.url    ${homepage}
-livecheck.regex  "Release-((\\d\\.?)+(-rc1)?)"
+livecheck.type      regex
+livecheck.url       ${homepage}
+livecheck.regex     "Release-((\\d\\.?)+(-rc1)?)"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120527/65c33e40/attachment.html>


More information about the macports-changes mailing list