[107248] trunk/dports/php

ryandesign at macports.org ryandesign at macports.org
Sun Jun 23 23:51:22 PDT 2013


Revision: 107248
          https://trac.macports.org/changeset/107248
Author:   ryandesign at macports.org
Date:     2013-06-23 23:51:22 -0700 (Sun, 23 Jun 2013)
Log Message:
-----------
php-opcache: new port, version 7.0.2 (#39512)

Added Paths:
-----------
    trunk/dports/php/php-opcache/
    trunk/dports/php/php-opcache/Portfile

Added: trunk/dports/php/php-opcache/Portfile
===================================================================
--- trunk/dports/php/php-opcache/Portfile	                        (rev 0)
+++ trunk/dports/php/php-opcache/Portfile	2013-06-24 06:51:22 UTC (rev 107248)
@@ -0,0 +1,39 @@
+# -*- 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
+PortGroup               php 1.1
+
+name                    php-opcache
+version                 7.0.2
+platforms               darwin
+maintainers             ryandesign openmaintainer
+license                 PHP-3.01
+
+# As of PHP 5.5 this extension is bundled with PHP.
+php.branches            5.3 5.4
+php.pecl                yes
+php.pecl.name           ZendOpcache
+php.pecl.prerelease     yes
+php.extensions.zend     opcache
+
+description             OPcache improves PHP performance by storing precompiled \
+                        script bytecode in shared memory, thereby removing the \
+                        need for PHP to load and parse scripts on each request
+
+long_description        ${description}
+
+distname                zendopcache-${version}
+
+checksums               rmd160  66b600cdd9dff122f88ac2641e1535a9b1fcc1cd \
+                        sha256  4aea4f0242dc50a5a68e7a170c3c537716e5da03b2a7b322349f211c09d90f44
+
+if {${name} != ${subport}} {
+    configure.args-append --enable-opcache
+    
+    post-destroot {
+        set docdir ${destroot}${prefix}/share/doc/${subport}
+        xinstall -d ${docdir}
+        xinstall -W ${worksrcpath} -m 644 LICENSE README ${docdir}
+    }
+}


Property changes on: trunk/dports/php/php-opcache/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/20130623/1a795ae3/attachment.html>


More information about the macports-changes mailing list