[arch-commits] Commit in php-xcache/repos (6 files)

2013-10-10 Thread Pierre Schmitz
Date: Thursday, October 10, 2013 @ 14:55:55
  Author: pierre
Revision: 196273

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  php-xcache/repos/testing-i686/
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 196272, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 196272, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 196272, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 196272, php-xcache/trunk/xcache.ini)

---+
 testing-i686/PKGBUILD |   41 +
 testing-i686/xcache.ini   |3 +++
 testing-x86_64/PKGBUILD   |   41 +
 testing-x86_64/xcache.ini |3 +++
 4 files changed, 88 insertions(+)

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 196272, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-10-10 12:55:55 UTC (rev 196273)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('e5816d47d52be200b959bf69a673ff74'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 196272, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2013-10-10 12:55:55 UTC (rev 196273)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 196272, 
php-xcache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-10-10 12:55:55 UTC (rev 196273)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('e5816d47d52be200b959bf69a673ff74'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-x86_64/xcache.ini (from rev 196272, 
php-xcache/trunk/xcache.ini)
===
--- testing-x86_64/xcache.ini   (rev 0)
+++ testing-x86_64/xcache.ini   2013-10-10 12:55:55 UTC (rev 196273)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M



[arch-commits] Commit in php-xcache/repos (6 files)

2013-09-24 Thread Pierre Schmitz
Date: Wednesday, September 25, 2013 @ 06:22:10
  Author: pierre
Revision: 195110

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  php-xcache/repos/testing-i686/
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 195109, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 195109, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 195109, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 195109, php-xcache/trunk/xcache.ini)

---+
 testing-i686/PKGBUILD |   43 +++
 testing-i686/xcache.ini   |3 +++
 testing-x86_64/PKGBUILD   |   43 +++
 testing-x86_64/xcache.ini |3 +++
 4 files changed, 92 insertions(+)

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 195109, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-25 04:22:10 UTC (rev 195110)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.1.0dev
+_svnrev=1394
+pkgrel=14
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+makedepends=('subversion')
+license=('custom')
+source=(xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('SKIP'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 195109, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2013-09-25 04:22:10 UTC (rev 195110)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 195109, 
php-xcache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-25 04:22:10 UTC (rev 195110)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.1.0dev
+_svnrev=1394
+pkgrel=14
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+makedepends=('subversion')
+license=('custom')
+source=(xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('SKIP'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-x86_64/xcache.ini (from rev 195109, 
php-xcache/trunk/xcache.ini)
===
--- testing-x86_64/xcache.ini   (rev 0)
+++ testing-x86_64/xcache.ini   2013-09-25 04:22:10 UTC (rev 195110)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M



[arch-commits] Commit in php-xcache/repos (6 files)

2013-08-10 Thread Pierre Schmitz
Date: Saturday, August 10, 2013 @ 17:32:46
  Author: pierre
Revision: 192390

archrelease: copy trunk to staging-i686, staging-x86_64

Added:
  php-xcache/repos/staging-i686/
  php-xcache/repos/staging-i686/PKGBUILD
(from rev 192389, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/staging-i686/xcache.ini
(from rev 192389, php-xcache/trunk/xcache.ini)
  php-xcache/repos/staging-x86_64/
  php-xcache/repos/staging-x86_64/PKGBUILD
(from rev 192389, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/staging-x86_64/xcache.ini
(from rev 192389, php-xcache/trunk/xcache.ini)

---+
 staging-i686/PKGBUILD |   43 +++
 staging-i686/xcache.ini   |3 +++
 staging-x86_64/PKGBUILD   |   43 +++
 staging-x86_64/xcache.ini |3 +++
 4 files changed, 92 insertions(+)

Copied: php-xcache/repos/staging-i686/PKGBUILD (from rev 192389, 
php-xcache/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2013-08-10 15:32:46 UTC (rev 192390)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.1.0dev
+_svnrev=1341
+pkgrel=12
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+makedepends=('subversion')
+license=('custom')
+source=(xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('SKIP'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/staging-i686/xcache.ini (from rev 192389, 
php-xcache/trunk/xcache.ini)
===
--- staging-i686/xcache.ini (rev 0)
+++ staging-i686/xcache.ini 2013-08-10 15:32:46 UTC (rev 192390)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Copied: php-xcache/repos/staging-x86_64/PKGBUILD (from rev 192389, 
php-xcache/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2013-08-10 15:32:46 UTC (rev 192390)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.1.0dev
+_svnrev=1341
+pkgrel=12
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+makedepends=('subversion')
+license=('custom')
+source=(xcache-${pkgver}::svn://svn.lighttpd.net/xcache/trunk/#revision=${_svnrev}
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('SKIP'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  printf n\n | make test
+#  echo
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/staging-x86_64/xcache.ini (from rev 192389, 
php-xcache/trunk/xcache.ini)
===
--- staging-x86_64/xcache.ini   (rev 0)
+++ staging-x86_64/xcache.ini   2013-08-10 15:32:46 UTC (rev 192390)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M



[arch-commits] Commit in php-xcache/repos (6 files)

2013-06-12 Thread Pierre Schmitz
Date: Wednesday, June 12, 2013 @ 20:44:23
  Author: pierre
Revision: 188201

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 188200, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 188200, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 188200, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 188200, php-xcache/trunk/xcache.ini)
Deleted:
  php-xcache/repos/testing-i686/PKGBUILD
  php-xcache/repos/testing-i686/xcache.ini

---+
 /PKGBUILD |   40 
 /xcache.ini   |3 +++
 testing-i686/PKGBUILD |   40 
 testing-i686/xcache.ini   |3 ---
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/xcache.ini |3 +++
 6 files changed, 86 insertions(+), 43 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2013-06-12 18:42:36 UTC (rev 188200)
+++ testing-i686/PKGBUILD   2013-06-12 18:44:23 UTC (rev 188201)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz pie...@archlinux.de
-
-pkgname=php-xcache
-pkgver=3.0.2
-pkgrel=1
-arch=('i686' 'x86_64')
-pkgdesc='A PHP opcode cacher'
-url='http://xcache.lighttpd.net/'
-depends=('php')
-license=('custom')
-source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
-'xcache.ini')
-backup=('etc/php/conf.d/xcache.ini')
-md5sums=('7371a057be0f53ba5a5ed09fdf11ae77'
- '8fd9ce537ada9463c4b0c042243158c0')
-
-build() {
-   cd $srcdir/xcache-$pkgver
-   phpize
-   ./configure --prefix=/usr
-   make
-}
-
-# check() {
-#  cd $srcdir/xcache-$pkgver
-#  make test
-# }
-
-package() {
-   cd $srcdir/xcache-$pkgver
-   make INSTALL_ROOT=$pkgdir install
-
-   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
-
-   install -dm755 $pkgdir/usr/share/php-xcache/admin
-   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
-
-   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
-}

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 188200, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-06-12 18:44:23 UTC (rev 188201)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('7371a057be0f53ba5a5ed09fdf11ae77'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Deleted: testing-i686/xcache.ini
===
--- testing-i686/xcache.ini 2013-06-12 18:42:36 UTC (rev 188200)
+++ testing-i686/xcache.ini 2013-06-12 18:44:23 UTC (rev 188201)
@@ -1,3 +0,0 @@
-;extension=xcache.so
-xcache.size=64M
-xcache.var_size=64M

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 188200, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2013-06-12 18:44:23 UTC (rev 188201)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 188200, 
php-xcache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-06-12 18:44:23 UTC (rev 188201)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.0.2
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')

[arch-commits] Commit in php-xcache/repos (6 files)

2012-11-05 Thread Pierre Schmitz
Date: Monday, November 5, 2012 @ 05:22:46
  Author: pierre
Revision: 170203

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  php-xcache/repos/testing-i686/
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 170202, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 170202, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 170202, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 170202, php-xcache/trunk/xcache.ini)

---+
 testing-i686/PKGBUILD |   40 
 testing-i686/xcache.ini   |3 +++
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/xcache.ini |3 +++
 4 files changed, 86 insertions(+)

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 170202, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-11-05 10:22:46 UTC (rev 170203)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('671c8168de9e9e04725dfc4726113646'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 170202, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2012-11-05 10:22:46 UTC (rev 170203)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M

Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 170202, 
php-xcache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-11-05 10:22:46 UTC (rev 170203)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=3.0.0
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('671c8168de9e9e04725dfc4726113646'
+ '8fd9ce537ada9463c4b0c042243158c0')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   cp -r htdocs/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-x86_64/xcache.ini (from rev 170202, 
php-xcache/trunk/xcache.ini)
===
--- testing-x86_64/xcache.ini   (rev 0)
+++ testing-x86_64/xcache.ini   2012-11-05 10:22:46 UTC (rev 170203)
@@ -0,0 +1,3 @@
+;extension=xcache.so
+xcache.size=64M
+xcache.var_size=64M



[arch-commits] Commit in php-xcache/repos (6 files)

2012-07-16 Thread Pierre Schmitz
Date: Monday, July 16, 2012 @ 03:11:51
  Author: pierre
Revision: 163583

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  php-xcache/repos/testing-i686/
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 163582, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 163582, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 163582, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 163582, php-xcache/trunk/xcache.ini)

---+
 testing-i686/PKGBUILD |   40 
 testing-i686/xcache.ini   |3 +++
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/xcache.ini |3 +++
 4 files changed, 86 insertions(+)

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 163582, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-07-16 07:11:51 UTC (rev 163583)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
+ 'bba7ead3e592a7980aa91a8600973587')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 163582, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2012-07-16 07:11:51 UTC (rev 163583)
@@ -0,0 +1,3 @@
+;zend_extension=/usr/lib/php/modules/xcache.so
+xcache.size=64M
+xcache.var_size=64M

Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 163582, 
php-xcache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-07-16 07:11:51 UTC (rev 163583)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=2.0.1
+pkgrel=1
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('d3bc9645dc1b084c1eb45cfc4d8e9ccc'
+ 'bba7ead3e592a7980aa91a8600973587')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-x86_64/xcache.ini (from rev 163582, 
php-xcache/trunk/xcache.ini)
===
--- testing-x86_64/xcache.ini   (rev 0)
+++ testing-x86_64/xcache.ini   2012-07-16 07:11:51 UTC (rev 163583)
@@ -0,0 +1,3 @@
+;zend_extension=/usr/lib/php/modules/xcache.so
+xcache.size=64M
+xcache.var_size=64M



[arch-commits] Commit in php-xcache/repos (6 files)

2012-05-09 Thread Pierre Schmitz
Date: Wednesday, May 9, 2012 @ 12:57:00
  Author: pierre
Revision: 158775

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  php-xcache/repos/testing-i686/
  php-xcache/repos/testing-i686/PKGBUILD
(from rev 158774, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-i686/xcache.ini
(from rev 158774, php-xcache/trunk/xcache.ini)
  php-xcache/repos/testing-x86_64/
  php-xcache/repos/testing-x86_64/PKGBUILD
(from rev 158774, php-xcache/trunk/PKGBUILD)
  php-xcache/repos/testing-x86_64/xcache.ini
(from rev 158774, php-xcache/trunk/xcache.ini)

---+
 testing-i686/PKGBUILD |   40 
 testing-i686/xcache.ini   |3 +++
 testing-x86_64/PKGBUILD   |   40 
 testing-x86_64/xcache.ini |3 +++
 4 files changed, 86 insertions(+)

Copied: php-xcache/repos/testing-i686/PKGBUILD (from rev 158774, 
php-xcache/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-05-09 16:57:00 UTC (rev 158775)
@@ -0,0 +1,40 @@
+# $Id: $
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=2.0.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('0e30cdff075c635e475d70a5c37d0252'
+ 'bba7ead3e592a7980aa91a8600973587')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-i686/xcache.ini (from rev 158774, 
php-xcache/trunk/xcache.ini)
===
--- testing-i686/xcache.ini (rev 0)
+++ testing-i686/xcache.ini 2012-05-09 16:57:00 UTC (rev 158775)
@@ -0,0 +1,3 @@
+;zend_extension=/usr/lib/php/modules/xcache.so
+xcache.size=64M
+xcache.var_size=64M

Copied: php-xcache/repos/testing-x86_64/PKGBUILD (from rev 158774, 
php-xcache/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-05-09 16:57:00 UTC (rev 158775)
@@ -0,0 +1,40 @@
+# $Id: $
+# Maintainer: Pierre Schmitz pie...@archlinux.de
+
+pkgname=php-xcache
+pkgver=2.0.0
+pkgrel=3
+arch=('i686' 'x86_64')
+pkgdesc='A PHP opcode cacher'
+url='http://xcache.lighttpd.net/'
+depends=('php')
+license=('custom')
+source=(http://xcache.lighttpd.net/pub/Releases/${pkgver}/xcache-${pkgver}.tar.bz2;
+'xcache.ini')
+backup=('etc/php/conf.d/xcache.ini')
+md5sums=('0e30cdff075c635e475d70a5c37d0252'
+ 'bba7ead3e592a7980aa91a8600973587')
+
+build() {
+   cd $srcdir/xcache-$pkgver
+   phpize
+   ./configure --prefix=/usr
+   make
+}
+
+# check() {
+#  cd $srcdir/xcache-$pkgver
+#  make test
+# }
+
+package() {
+   cd $srcdir/xcache-$pkgver
+   make INSTALL_ROOT=$pkgdir install
+
+   install -Dm644 $srcdir/xcache.ini $pkgdir/etc/php/conf.d/xcache.ini
+
+   install -dm755 $pkgdir/usr/share/php-xcache/admin
+   install -m644 admin/* $pkgdir/usr/share/php-xcache/admin/
+
+   install -Dm644 COPYING $pkgdir/usr/share/licenses/php-xcache/COPYING
+}

Copied: php-xcache/repos/testing-x86_64/xcache.ini (from rev 158774, 
php-xcache/trunk/xcache.ini)
===
--- testing-x86_64/xcache.ini   (rev 0)
+++ testing-x86_64/xcache.ini   2012-05-09 16:57:00 UTC (rev 158775)
@@ -0,0 +1,3 @@
+;zend_extension=/usr/lib/php/modules/xcache.so
+xcache.size=64M
+xcache.var_size=64M