[62324] trunk/dports/php
nox at macports.org
nox at macports.org
Mon Jan 4 11:10:04 PST 2010
Revision: 62324
http://trac.macports.org/changeset/62324
Author: nox at macports.org
Date: 2010-01-04 11:10:02 -0800 (Mon, 04 Jan 2010)
Log Message:
-----------
Create new port php5-xslcache
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.
Added Paths:
-----------
trunk/dports/php/php5-xslcache/
trunk/dports/php/php5-xslcache/Portfile
Added: trunk/dports/php/php5-xslcache/Portfile
===================================================================
--- trunk/dports/php/php5-xslcache/Portfile (rev 0)
+++ trunk/dports/php/php5-xslcache/Portfile 2010-01-04 19:10:02 UTC (rev 62324)
@@ -0,0 +1,36 @@
+# -*- 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
+PortGroup php5extension 1.0
+
+php5extension.setup xslcache 0.7.1 pecl
+license PHP
+categories php www devel
+platforms darwin
+maintainers nox openmaintainer
+
+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.
+
+checksums md5 1e32327f62122055ece6f78fa2b851b2 \
+ sha1 d185d34e032ab78aa62e4f023567dc26f4af3bac \
+ rmd160 09dbdd8f010d8d44891f3da0e6dae37308b92408
+
+use_parallel_build yes
+
+post-destroot {
+ set docdir ${prefix}/share/doc/${name}
+ xinstall -d ${destroot}${docdir}
+ xinstall -m 644 -W ${worksrcpath} CREDITS EXPERIMENTAL \
+ ${destroot}${docdir}
+}
Property changes on: trunk/dports/php/php5-xslcache/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100104/5cb51ccb/attachment-0001.html>
More information about the macports-changes
mailing list