Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e331ab0b1938cdc5a35d9adcc76bd43aafc8f228)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e331ab0b1938cdc5a35d9adcc76bd43aafc8f228)
  • Date: Sat, 29 Aug 2009 08:41:25 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

php-pear/eaccelerator/BUILD | 3 +++
php-pear/eaccelerator/CONFIGURE | 3 +++
php-pear/eaccelerator/DETAILS | 19 ++++++++++---------
php-pear/eaccelerator/HISTORY | 4 ++++
4 files changed, 20 insertions(+), 9 deletions(-)

New commits:
commit e331ab0b1938cdc5a35d9adcc76bd43aafc8f228
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

eaccelerator: added some useful option

diff --git a/php-pear/eaccelerator/BUILD b/php-pear/eaccelerator/BUILD
new file mode 100755
index 0000000..d7c6b64
--- /dev/null
+++ b/php-pear/eaccelerator/BUILD
@@ -0,0 +1,3 @@
+OPTS="$EACCELERATOR_OPTS $OPTS" &&
+
+default_build
diff --git a/php-pear/eaccelerator/CONFIGURE b/php-pear/eaccelerator/CONFIGURE
new file mode 100755
index 0000000..a3845f3
--- /dev/null
+++ b/php-pear/eaccelerator/CONFIGURE
@@ -0,0 +1,3 @@
+config_query_option EACCELERATOR_OPTS "Include shared memory functions?" n \
+ "--with-eaccelerator-shared-memory" \
+ "--without-eaccelerator-shared-memory"
diff --git a/php-pear/eaccelerator/DETAILS b/php-pear/eaccelerator/DETAILS
index e291915..6f5fd10 100755
--- a/php-pear/eaccelerator/DETAILS
+++ b/php-pear/eaccelerator/DETAILS
@@ -1,18 +1,19 @@
SPELL=eaccelerator
VERSION=0.9.5.3
- SOURCE=${SPELL}-${VERSION}.tar.bz2
- SOURCE_URL[0]=http://bart.eaccelerator.net/source/${VERSION}/${SOURCE}
- SOURCE2=${SOURCE}.asc
- SOURCE2_URL[0]=${SOURCE_URL}.asc
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://bart.eaccelerator.net/source/$VERSION/$SOURCE
+ SOURCE2=$SOURCE.asc
+ SOURCE2_URL[0]=$SOURCE_URL.asc
SOURCE2_IGNORE=signature
- SOURCE_GPG="eaccelerator.gpg:${SOURCE2}"
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
- WEB_SITE="http://eaccelerator.net/";
+ SOURCE_GPG=eaccelerator.gpg:$SOURCE2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE=http://eaccelerator.net/
LICENSE[0]=GPL
ENTERED=20080531
- SHORT="A free open-source PHP accelerator, optimizer, and dynamic
content cache."
+ SHORT="PHP accelerator, optimizer, and dynamic content cache"
cat << EOF
-eAccelerator is a further development of the mmcache PHP accelerator and
encoder.
+eAccelerator is a further development of the mmcache PHP accelerator and
+encoder.

It increases the performance of PHP scripts by caching them in a compiled
state,
so that the overhead of compiling is almost completely eliminated.
diff --git a/php-pear/eaccelerator/HISTORY b/php-pear/eaccelerator/HISTORY
index 40b14cd..42dd387 100644
--- a/php-pear/eaccelerator/HISTORY
+++ b/php-pear/eaccelerator/HISTORY
@@ -1,3 +1,7 @@
+2009-08-29 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: quoting paths; some clean up
+ * BUILD, CONFIGURE: added, to use the options
+
2008-09-30 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: added '--enable-eaccelerator'
* PRE_BUILD: quote that cd path



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e331ab0b1938cdc5a35d9adcc76bd43aafc8f228), Vlad Glagolev, 08/29/2009

Archive powered by MHonArc 2.6.24.

Top of Page