[105113] trunk/dports/php/php-xslcache/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Apr 10 10:21:59 PDT 2013


Revision: 105113
          https://trac.macports.org/changeset/105113
Author:   ryandesign at macports.org
Date:     2013-04-10 10:21:59 -0700 (Wed, 10 Apr 2013)
Log Message:
-----------
php-xslcache: whitespace changes and reformatting

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

Modified: trunk/dports/php/php-xslcache/Portfile
===================================================================
--- trunk/dports/php/php-xslcache/Portfile	2013-04-10 17:18:42 UTC (rev 105112)
+++ trunk/dports/php/php-xslcache/Portfile	2013-04-10 17:21:59 UTC (rev 105113)
@@ -1,48 +1,46 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem      1.0
+PortSystem          1.0
 PortGroup           php 1.1
 
 name                php-xslcache
 version             0.7.1
-license         PHP
-categories      php www devel
-platforms       darwin
-maintainers     ryandesign openmaintainer
+categories          php www devel
+platforms           darwin
+maintainers         ryandesign openmaintainer
+license             PHP
 
 php.branches        5.3
 php.pecl            yes
 php.pecl.prerelease yes
 
-description \
-    A modification of PHP's standard XSL extension that caches the parsed XSL \
-    stylesheet representation
+description         a modification of PHP's standard XSL extension that \
+                    caches the parsed XSL stylesheet representation
 
-long_description \
-    The XSL Cache extension is a modification of PHP's standard XSL extension \
-    that caches the parsed XSL stylesheet representation between sessions for \
-    2.5x boost in performance for sites that repeatedly apply the same \
-    transform. Although there is still some further work that could be done on \
-    the extension, this code is already proving beneficial in production use \
-    for a few applications on the New York Times' website.
+long_description    The XSL Cache extension is ${description} between \
+                    sessions for 2.5x boost in performance for sites that \
+                    repeatedly apply the same transform. Although there is \
+                    still some further work that could be done on the \
+                    extension, this code is already proving beneficial in \
+                    production use for a few applications on the New York \
+                    Times' website.
 
-homepage        http://code.nytimes.com/projects/xslcache
+homepage            http://code.nytimes.com/projects/xslcache
 
-checksums       md5     1e32327f62122055ece6f78fa2b851b2 \
-                sha1    d185d34e032ab78aa62e4f023567dc26f4af3bac \
-                rmd160  09dbdd8f010d8d44891f3da0e6dae37308b92408
+checksums           md5     1e32327f62122055ece6f78fa2b851b2 \
+                    sha1    d185d34e032ab78aa62e4f023567dc26f4af3bac \
+                    rmd160  09dbdd8f010d8d44891f3da0e6dae37308b92408
 
 if {${name} != ${subport}} {
-depends_lib-append \
-    port:libxslt
+    depends_lib-append  port:libxslt
 
-use_parallel_build yes
+    use_parallel_build  yes
 
-post-destroot {
+    post-destroot {
         set docdir ${prefix}/share/doc/${subport}
-    xinstall -d ${destroot}${docdir}
-    xinstall -m 644 -W ${worksrcpath} CREDITS EXPERIMENTAL \
-        ${destroot}${docdir}
+        xinstall -d ${destroot}${docdir}
+        xinstall -m 644 -W ${worksrcpath} CREDITS EXPERIMENTAL \
+            ${destroot}${docdir}
     }
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130410/25fe2e89/attachment-0001.html>


More information about the macports-changes mailing list