[124436] trunk/dports/php/php5-xslcache/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 24 01:19:05 PDT 2014


Revision: 124436
          https://trac.macports.org/changeset/124436
Author:   ryandesign at macports.org
Date:     2014-08-24 01:19:05 -0700 (Sun, 24 Aug 2014)
Log Message:
-----------
php5-xslcache: replaced_by php53-xslcache

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

Modified: trunk/dports/php/php5-xslcache/Portfile
===================================================================
--- trunk/dports/php/php5-xslcache/Portfile	2014-08-24 08:15:47 UTC (rev 124435)
+++ trunk/dports/php/php5-xslcache/Portfile	2014-08-24 08:19:05 UTC (rev 124436)
@@ -2,41 +2,12 @@
 # $Id$
 
 PortSystem      1.0
-PortGroup       php5extension 1.0
 
-php5extension.setup xslcache 0.7.2 pecl
-license         PHP
-categories      php www devel
-platforms       darwin
-maintainers     ryandesign openmaintainer
+replaced_by     php53-xslcache
+PortGroup       obsolete 1.0
 
-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.
-
-homepage        http://code.nytimes.com/projects/xslcache
-
-checksums       rmd160  432b382046a6f172b1b6269bdc631a2405d4286d \
-                sha256  a9fbb22bde327de0c8aeeb298a4f6d7abd1d80a8f45e5b6acc98fb14c4420ea3
-
-depends_lib-append \
-    port:libxslt
-
-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}
-}
-
-livecheck.regex {>(\d+(?:\.\d+)*)</a></th>}
+name            php5-xslcache
+version         0.7.2
+revision        1
+categories      php
+license         PHP
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140824/940fb0bb/attachment-0001.html>


More information about the macports-changes mailing list