pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/php-eaccelerator Add package for eAccelerator - PH...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d9156cf64d4b
branches: trunk
changeset: 493477:d9156cf64d4b
user: jdolecek <jdolecek%pkgsrc.org@localhost>
date: Sat May 07 18:53:33 2005 +0000
description:
Add package for eAccelerator - PHP accelerator, optimizer, encoder and dynamic
content cache.
Confirmed buildable and working for both PHP4 and PHP5.
diffstat:
www/php-eaccelerator/DESCR | 16 ++++++++++++++++
www/php-eaccelerator/Makefile | 17 +++++++++++++++++
www/php-eaccelerator/distinfo | 5 +++++
3 files changed, 38 insertions(+), 0 deletions(-)
diffs (50 lines):
diff -r d4315a3cf8df -r d9156cf64d4b www/php-eaccelerator/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-eaccelerator/DESCR Sat May 07 18:53:33 2005 +0000
@@ -0,0 +1,16 @@
+eAccelerator is a free open source PHP accelerator, optimizer,
+encoder and dynamic content cache for PHP. It increases performance
+of PHP scripts by caching them in compiled state, so that the
+overhead of compiling is almost completely eliminated. Also it
+uses some optimizations to speed up execution of PHP scripts.
+eAccelerator typically reduces server load and increases the
+speed of your PHP code by 1-10 times.
+
+eAccelerator is a fork of TurckMMCache
+( http://sourceforge.net/project/turckmm-cache/ by Dmitry Stogov )
+
+eAccelerator stores compiled PHP scripts in shared memory and
+executes code directly from it. It creates locks only for
+short time, while searching compiled PHP script in the cache,
+so one script can be executed simultaneously by several engines.
+Files that can't fit in shared memory are cached on disk only.
diff -r d4315a3cf8df -r d9156cf64d4b www/php-eaccelerator/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-eaccelerator/Makefile Sat May 07 18:53:33 2005 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile,v 1.1.1.1 2005/05/07 18:53:33 jdolecek Exp $
+
+MODNAME= eaccelerator
+PECL_VERSION= 0.9.2a
+CATEGORIES+= sysutils
+COMMENT= PHP accelerator, optimizer, encoder and dynamic content cache
+
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eaccelerator/}
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= jdolecek%NetBSD.org@localhost
+
+CONFIGURE_ARGS+= --enable-${MODNAME}
+WRKSRC= ${WRKDIR}/${MODNAME}
+
+.include "../../lang/php/ext.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d4315a3cf8df -r d9156cf64d4b www/php-eaccelerator/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/php-eaccelerator/distinfo Sat May 07 18:53:33 2005 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2005/05/07 18:53:33 jdolecek Exp $
+
+SHA1 (php-eaccelerator/eaccelerator-0.9.2a.tar.gz) = a209284b0013fd89371cf847af1dd60f745e6e49
+RMD160 (php-eaccelerator/eaccelerator-0.9.2a.tar.gz) = f8c1ac8010815e8cb7e5e8ea8812b8cb45d38343
+Size (php-eaccelerator/eaccelerator-0.9.2a.tar.gz) = 115791 bytes
Home |
Main Index |
Thread Index |
Old Index