Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (8e6e00b11845d87967588fad37051ec28b419de3)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Elisamuel Resto <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (8e6e00b11845d87967588fad37051ec28b419de3)
  • Date: Sat, 31 May 2008 18:52:38 -0500

GIT changes to master grimoire by Elisamuel Resto <ryuji AT sourcemage.org>:

ChangeLog | 3 +++
php-pear/eaccelerator/DEPENDS | 1 +
php-pear/eaccelerator/DETAILS | 19 +++++++++++++++++++
php-pear/eaccelerator/FINAL | 3 +++
php-pear/eaccelerator/HISTORY | 2 ++
php-pear/eaccelerator/PRE_BUILD | 3 +++
php-pear/eaccelerator/eaccelerator.gpg |binary
php-pear/suhosin/FINAL | 3 +++
php-pear/suhosin/HISTORY | 3 +++
php-pear/xcache/FINAL | 3 +++
php-pear/xcache/HISTORY | 3 +++
11 files changed, 43 insertions(+)

New commits:
commit 8e6e00b11845d87967588fad37051ec28b419de3
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/suhosin: add note to insert extension line in FINAL

commit 7d7928bde59ff2246b87436522a9ad00f8b1541e
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/xcache: add note to insert extension line in FINAL

commit 7129aa474adc66ddab9902a0879fe371f97cb398
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/eaccelerator: new spell, PHP optimizer, accelerator and opcode
cache

diff --git a/ChangeLog b/ChangeLog
index 90e2ee2..a3fdb0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-05-31 Elisamuel Resto <ryuji AT sourcemage.org>
+ * php-pear/eaccelerator: new spell, PHP optimizer, accelerator and
opcode cache
+
2008-05-30 Vlad Glagolev <stealth AT sourcemage.org>
* crypto/loop-aes: new spell, fast and transparent file system
encryption for Linux
* crypto/loop-AES.gpg: added loop-AES gpg key for loop-aes and
aespipe spells
diff --git a/php-pear/eaccelerator/DEPENDS b/php-pear/eaccelerator/DEPENDS
new file mode 100755
index 0000000..0bbf486
--- /dev/null
+++ b/php-pear/eaccelerator/DEPENDS
@@ -0,0 +1 @@
+depends PHP
diff --git a/php-pear/eaccelerator/DETAILS b/php-pear/eaccelerator/DETAILS
new file mode 100755
index 0000000..e291915
--- /dev/null
+++ b/php-pear/eaccelerator/DETAILS
@@ -0,0 +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
+ SOURCE2_IGNORE=signature
+ 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."
+cat << EOF
+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.
+EOF
diff --git a/php-pear/eaccelerator/FINAL b/php-pear/eaccelerator/FINAL
new file mode 100755
index 0000000..80bce8e
--- /dev/null
+++ b/php-pear/eaccelerator/FINAL
@@ -0,0 +1,3 @@
+PHP_EXT=$(php-config --extension-dir) &&
+echo "Don't forget to add the following to your /etc/php.ini:" &&
+echo "zend_extension=\"$PHP_EXT/eaccelerator.so\""
diff --git a/php-pear/eaccelerator/HISTORY b/php-pear/eaccelerator/HISTORY
new file mode 100644
index 0000000..62eb616
--- /dev/null
+++ b/php-pear/eaccelerator/HISTORY
@@ -0,0 +1,2 @@
+2008-05-31 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS, DEPENDS, PRE_BUILD, FINAL, eaccelerator.gpg: spell created
diff --git a/php-pear/eaccelerator/PRE_BUILD b/php-pear/eaccelerator/PRE_BUILD
new file mode 100755
index 0000000..026a191
--- /dev/null
+++ b/php-pear/eaccelerator/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+phpize
diff --git a/php-pear/eaccelerator/eaccelerator.gpg
b/php-pear/eaccelerator/eaccelerator.gpg
new file mode 100644
index 0000000..160fbf6
Binary files /dev/null and b/php-pear/eaccelerator/eaccelerator.gpg differ
diff --git a/php-pear/suhosin/FINAL b/php-pear/suhosin/FINAL
new file mode 100755
index 0000000..188c7fe
--- /dev/null
+++ b/php-pear/suhosin/FINAL
@@ -0,0 +1,3 @@
+PHP_EXT=$(php-config --extension-dir) &&
+echo "Don't forget to add the following to your /etc/php.ini:" &&
+echo "extension=\"$PHP_EXT/suhosin.so\""
diff --git a/php-pear/suhosin/HISTORY b/php-pear/suhosin/HISTORY
index 69f367a..4cf749d 100644
--- a/php-pear/suhosin/HISTORY
+++ b/php-pear/suhosin/HISTORY
@@ -1,3 +1,6 @@
+2008-05-31 Elisamuel Resto <ryuji AT sourcemage.org>
+ * FINAL: add note to insert extension line
+
2008-05-26 Elisamuel Resto <ryuji AT sourcemage.org>
* DETAILS: updated VERSION to 0.9.24

diff --git a/php-pear/xcache/FINAL b/php-pear/xcache/FINAL
new file mode 100755
index 0000000..7f1d106
--- /dev/null
+++ b/php-pear/xcache/FINAL
@@ -0,0 +1,3 @@
+PHP_EXT=$(php-config --extension-dir) &&
+echo "Don't forget to add the following to your /etc/php.ini:" &&
+echo "zend_extension=\"$PHP_EXT/xcache.so\""
diff --git a/php-pear/xcache/HISTORY b/php-pear/xcache/HISTORY
index 68897b7..fe4c644 100644
--- a/php-pear/xcache/HISTORY
+++ b/php-pear/xcache/HISTORY
@@ -1,3 +1,6 @@
+2008-05-31 Elisamuel Resto <ryuji AT sourcemage.org>
+ * FINAL: add note to insert extension line
+
2008-01-14 Elisamuel Resto <ryuji AT sourcemage.org>
* DEPENDS: depend on PHP provider, should help transitions




  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (8e6e00b11845d87967588fad37051ec28b419de3), Elisamuel Resto, 05/31/2008

Archive powered by MHonArc 2.6.24.

Top of Page