[124464] trunk/dports/php/php5-eaccelerator/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Aug 24 02:18:02 PDT 2014


Revision: 124464
          https://trac.macports.org/changeset/124464
Author:   ryandesign at macports.org
Date:     2014-08-24 02:18:02 -0700 (Sun, 24 Aug 2014)
Log Message:
-----------
php5-eaccelerator: replaced_by php53-eaccelerator

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

Modified: trunk/dports/php/php5-eaccelerator/Portfile
===================================================================
--- trunk/dports/php/php5-eaccelerator/Portfile	2014-08-24 09:16:10 UTC (rev 124463)
+++ trunk/dports/php/php5-eaccelerator/Portfile	2014-08-24 09:18:02 UTC (rev 124464)
@@ -1,42 +1,14 @@
+# -*- 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         github 1.0
-PortGroup         php5extension 1.0
+PortSystem          1.0
 
-epoch             1
-github.setup      eaccelerator eaccelerator 0.9.6.1
-php5extension.setup eaccelerator ${version}
-revision          17
-categories        php www devel
-platforms         darwin freebsd openbsd
-maintainers       ryandesign openmaintainer
-license           GPL-2+
-conflicts         php5-apc php5-xcache
+replaced_by         php53-eaccelerator
+PortGroup           obsolete 1.0
 
-homepage          http://eaccelerator.net/
-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.
-
-github.tarball_from downloads
-
-checksums         md5     32ccd838e06ef5613c2610c1c65ed228 \
-                  sha1    c95e87229a6e674b4994d4fc13278e516ea314f9 \
-                  rmd160  6a16ab377ec124a27e26a5fdc1fd6ada845695bd
-
-use_bzip2         yes
-configure.args    --with-php-config=${prefix}/bin/php-config
-
-variant shared_memory description {Enable shared memory access functions [only enable in trusted environments]} {
-    configure.args-append --with-eaccelerator-shared-memory
-}
-
-variant disassembler description {Include a disassembler} {
-    configure.args-append --with-eaccelerator-disassembler
-}
+name                php5-eaccelerator
+epoch               1
+version             0.9.6.1
+revision            18
+categories          php
+license             GPL-2+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140824/cc4af69a/attachment.html>


More information about the macports-changes mailing list