Skip to Content.
Sympa Menu

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

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 (061a8ba8bda6d583ef26041329cf9a5636c79edc)
  • Date: Mon, 14 Jan 2008 13:53:06 -0600

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

ChangeLog | 3 +++
http/xcache/BUILD | 2 --
http/xcache/DEPENDS | 1 -
http/xcache/DETAILS | 16 ----------------
http/xcache/HISTORY | 7 -------
http/xcache/INSTALL | 7 -------
http/xcache/PRE_BUILD | 3 ---
php-pear/suhosin/DEPENDS | 2 +-
php-pear/suhosin/DETAILS | 2 +-
php-pear/suhosin/HISTORY | 4 ++++
php-pear/xcache/BUILD | 2 ++
php-pear/xcache/DEPENDS | 1 +
php-pear/xcache/DETAILS | 16 ++++++++++++++++
php-pear/xcache/HISTORY | 10 ++++++++++
php-pear/xcache/INSTALL | 7 +++++++
php-pear/xcache/PRE_BUILD | 3 +++
16 files changed, 48 insertions(+), 38 deletions(-)

New commits:
commit 061a8ba8bda6d583ef26041329cf9a5636c79edc
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

http/xcache -> php-pear/xcache: xcache is a php extension

commit 9d103b9532b7e94d9893784c958d4ee2dd5c0dd0
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

http/xcache: depend on PHP provider, should help transitions

commit 889aff74d9a1f3f64085d046ab52bd3260a199a8
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/suhosin: depend on PHP provider, should help transitions

commit 07dd172ed05dd0087bb776918ff9d80906f48b7d
Author: Elisamuel Resto <ryuji AT sourcemage.org>
Commit: Elisamuel Resto <ryuji AT sourcemage.org>

php-pear/suhosin: updated to 0.9.23

diff --git a/ChangeLog b/ChangeLog
index a967f01..9b8f749 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-01-14 Elisamuel Resto <ryuji AT sourcemage.org>
+ * http/xcache -> php-pear/xcache: xcache is a php extension
+
2008-01-13 Robert Figura <template AT sourcemage.org>
* net/tinc: new spell, public key based vpn daemon
* x11/x2x: new spell, keyboard and mouse on one X display to be used
to control another X display
diff --git a/http/xcache/BUILD b/http/xcache/BUILD
deleted file mode 100755
index f6666c1..0000000
--- a/http/xcache/BUILD
+++ /dev/null
@@ -1,2 +0,0 @@
-OPTS="--enable-xcache --enable-xcache-optimizer --enable-xcache-coverager
$OPTS" &&
-default_build
diff --git a/http/xcache/DEPENDS b/http/xcache/DEPENDS
deleted file mode 100755
index a095a63..0000000
--- a/http/xcache/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends php
diff --git a/http/xcache/DETAILS b/http/xcache/DETAILS
deleted file mode 100755
index f89da1d..0000000
--- a/http/xcache/DETAILS
+++ /dev/null
@@ -1,16 +0,0 @@
- SPELL=xcache
- VERSION=1.2.2
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
- SOURCE_URL[0]=http://xcache.lighttpd.net/pub/Releases/${VERSION}/${SOURCE}
-
SOURCE_HASH=sha512:560b8f3e8986608de7ca13b4469f568097f3e73f9719d908ee7d849e09d155b2db9f83ed7b5dcdb9056466ed2ebea87b2ad1c7b642963239e76b9653a8db8842
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- STAGED_INSTALL=off
- WEB_SITE="http://xcache.lighttpd.net/";
- LICENSE[0]=BSD
- ENTERED=20071215
- SHORT="A fast, stable opcode cacher for PHP."
-cat << EOF
-XCache is a fast, stable PHP opcode cacher that has been tested and run on
-production servers under high load. It supports and is tested on all lastest
-PHP CVS branches, such as PHP_4_3, PHP_4_4, PHP_5_1, PHP_5_2, and HEAD (6.x).
-EOF
diff --git a/http/xcache/HISTORY b/http/xcache/HISTORY
deleted file mode 100644
index 5abba8d..0000000
--- a/http/xcache/HISTORY
+++ /dev/null
@@ -1,7 +0,0 @@
-2008-01-05 Elisamuel Resto <ryuji AT sourcemage.org>
- * DETAILS: version updated to 1.2.2; temporary added
STAGED_INSTALL=off
- * INSTALL: install sample files only if user wants, create dir if not
exists
-
-2007-12-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
- * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL, HISTORY: created spell
-
diff --git a/http/xcache/INSTALL b/http/xcache/INSTALL
deleted file mode 100755
index cae2313..0000000
--- a/http/xcache/INSTALL
+++ /dev/null
@@ -1,7 +0,0 @@
-default_install &&
-
-if [[ "${GATHER_DOCS}" = "on" ]]; then
- mkdir $INSTALL_ROOT/usr/share/doc/$SPELL/ &&
- cp -v xcache.ini $INSTALL_ROOT/usr/share/doc/$SPELL/ &&
- cp -av admin $INSTALL_ROOT/usr/share/doc/$SPELL/
-fi
diff --git a/http/xcache/PRE_BUILD b/http/xcache/PRE_BUILD
deleted file mode 100755
index 026a191..0000000
--- a/http/xcache/PRE_BUILD
+++ /dev/null
@@ -1,3 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-phpize
diff --git a/php-pear/suhosin/DEPENDS b/php-pear/suhosin/DEPENDS
index a095a63..0bbf486 100755
--- a/php-pear/suhosin/DEPENDS
+++ b/php-pear/suhosin/DEPENDS
@@ -1 +1 @@
-depends php
+depends PHP
diff --git a/php-pear/suhosin/DETAILS b/php-pear/suhosin/DETAILS
index 70cc766..0b4eef2 100755
--- a/php-pear/suhosin/DETAILS
+++ b/php-pear/suhosin/DETAILS
@@ -1,5 +1,5 @@
SPELL=suhosin
- VERSION=0.9.22
+ VERSION=0.9.23
SOURCE="${SPELL}-${VERSION}.tgz"
SOURCE2=$SOURCE.sig
SOURCE_URL[0]=http://www.hardened-php.net/${SPELL}/_media/${SOURCE}
diff --git a/php-pear/suhosin/HISTORY b/php-pear/suhosin/HISTORY
index bfbe3e4..161dced 100644
--- a/php-pear/suhosin/HISTORY
+++ b/php-pear/suhosin/HISTORY
@@ -1,2 +1,6 @@
+2008-01-14 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: updated to 0.9.23
+ * DEPENDS: depend on PHP provider, should help transitions
+
2007-12-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS, DEPENDS, PRE_BUILD, HISTORY: created spell
diff --git a/php-pear/xcache/BUILD b/php-pear/xcache/BUILD
new file mode 100755
index 0000000..f6666c1
--- /dev/null
+++ b/php-pear/xcache/BUILD
@@ -0,0 +1,2 @@
+OPTS="--enable-xcache --enable-xcache-optimizer --enable-xcache-coverager
$OPTS" &&
+default_build
diff --git a/php-pear/xcache/DEPENDS b/php-pear/xcache/DEPENDS
new file mode 100755
index 0000000..0bbf486
--- /dev/null
+++ b/php-pear/xcache/DEPENDS
@@ -0,0 +1 @@
+depends PHP
diff --git a/php-pear/xcache/DETAILS b/php-pear/xcache/DETAILS
new file mode 100755
index 0000000..f89da1d
--- /dev/null
+++ b/php-pear/xcache/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=xcache
+ VERSION=1.2.2
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://xcache.lighttpd.net/pub/Releases/${VERSION}/${SOURCE}
+
SOURCE_HASH=sha512:560b8f3e8986608de7ca13b4469f568097f3e73f9719d908ee7d849e09d155b2db9f83ed7b5dcdb9056466ed2ebea87b2ad1c7b642963239e76b9653a8db8842
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ STAGED_INSTALL=off
+ WEB_SITE="http://xcache.lighttpd.net/";
+ LICENSE[0]=BSD
+ ENTERED=20071215
+ SHORT="A fast, stable opcode cacher for PHP."
+cat << EOF
+XCache is a fast, stable PHP opcode cacher that has been tested and run on
+production servers under high load. It supports and is tested on all lastest
+PHP CVS branches, such as PHP_4_3, PHP_4_4, PHP_5_1, PHP_5_2, and HEAD (6.x).
+EOF
diff --git a/php-pear/xcache/HISTORY b/php-pear/xcache/HISTORY
new file mode 100644
index 0000000..68897b7
--- /dev/null
+++ b/php-pear/xcache/HISTORY
@@ -0,0 +1,10 @@
+2008-01-14 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DEPENDS: depend on PHP provider, should help transitions
+
+2008-01-05 Elisamuel Resto <ryuji AT sourcemage.org>
+ * DETAILS: version updated to 1.2.2; temporary added
STAGED_INSTALL=off
+ * INSTALL: install sample files only if user wants, create dir if not
exists
+
+2007-12-15 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, PRE_BUILD, BUILD, INSTALL, HISTORY: created spell
+
diff --git a/php-pear/xcache/INSTALL b/php-pear/xcache/INSTALL
new file mode 100755
index 0000000..cae2313
--- /dev/null
+++ b/php-pear/xcache/INSTALL
@@ -0,0 +1,7 @@
+default_install &&
+
+if [[ "${GATHER_DOCS}" = "on" ]]; then
+ mkdir $INSTALL_ROOT/usr/share/doc/$SPELL/ &&
+ cp -v xcache.ini $INSTALL_ROOT/usr/share/doc/$SPELL/ &&
+ cp -av admin $INSTALL_ROOT/usr/share/doc/$SPELL/
+fi
diff --git a/php-pear/xcache/PRE_BUILD b/php-pear/xcache/PRE_BUILD
new file mode 100755
index 0000000..026a191
--- /dev/null
+++ b/php-pear/xcache/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+phpize



  • [SM-Commit] GIT changes to master grimoire by Elisamuel Resto (061a8ba8bda6d583ef26041329cf9a5636c79edc), Elisamuel Resto, 01/14/2008

Archive powered by MHonArc 2.6.24.

Top of Page