[arch-commits] Commit in xdebug/repos (16 files)
Date: Monday, June 3, 2013 @ 15:37:54 Author: spupykin Revision: 92281 archrelease: copy trunk to community-i686, community-x86_64 Added: xdebug/repos/community-i686/PKGBUILD (from rev 92280, xdebug/trunk/PKGBUILD) xdebug/repos/community-i686/xdebug-5.2.ini (from rev 92280, xdebug/trunk/xdebug-5.2.ini) xdebug/repos/community-i686/xdebug.ini (from rev 92280, xdebug/trunk/xdebug.ini) xdebug/repos/community-i686/xdebug.install (from rev 92280, xdebug/trunk/xdebug.install) xdebug/repos/community-x86_64/PKGBUILD (from rev 92280, xdebug/trunk/PKGBUILD) xdebug/repos/community-x86_64/xdebug-5.2.ini (from rev 92280, xdebug/trunk/xdebug-5.2.ini) xdebug/repos/community-x86_64/xdebug.ini (from rev 92280, xdebug/trunk/xdebug.ini) xdebug/repos/community-x86_64/xdebug.install (from rev 92280, xdebug/trunk/xdebug.install) Deleted: xdebug/repos/community-i686/PKGBUILD xdebug/repos/community-i686/xdebug-5.2.ini xdebug/repos/community-i686/xdebug.ini xdebug/repos/community-i686/xdebug.install xdebug/repos/community-x86_64/PKGBUILD xdebug/repos/community-x86_64/xdebug-5.2.ini xdebug/repos/community-x86_64/xdebug.ini xdebug/repos/community-x86_64/xdebug.install -+ /PKGBUILD | 98 ++ /xdebug-5.2.ini | 10 +++ /xdebug.ini | 10 +++ /xdebug.install | 36 + community-i686/PKGBUILD | 49 --- community-i686/xdebug-5.2.ini |5 - community-i686/xdebug.ini |5 - community-i686/xdebug.install | 18 -- community-x86_64/PKGBUILD | 49 --- community-x86_64/xdebug-5.2.ini |5 - community-x86_64/xdebug.ini |5 - community-x86_64/xdebug.install | 18 -- 12 files changed, 154 insertions(+), 154 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-06-03 13:37:24 UTC (rev 92280) +++ community-i686/PKGBUILD 2013-06-03 13:37:54 UTC (rev 92281) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Jonathan Wiersma -# Contributor: Jonathan Wiersma -# Contributor: sracker - -pkgname=xdebug -pkgver=2.2.2 -pkgrel=2 -pkgdesc="PHP debugging extension" -arch=('i686' 'x86_64') -url="http://www.xdebug.org"; -license=('GPL') -depends=('php') -install="${pkgname}.install" -backup=('etc/php/conf.d/xdebug.ini') -source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz - xdebug-5.2.ini - xdebug.ini) -md5sums=('5687bca6270b9668721090d780c7c966' - '6b7fdbbe0bf381bda40e77e29981f439' - '68de800943369d4c76bdf7eb35c8463b') - -build() { - cd $srcdir/$pkgname-$pkgver - phpize - ./configure --prefix=/usr --enable-xdebug - make - - cd debugclient - ./configure --prefix=/usr - make -} - -package() { - local PHPVER=`php -r 'echo phpversion();'` - - cd $srcdir/$pkgname-$pkgver/debugclient - make DESTDIR=$pkgdir install - - cd $srcdir/$pkgname-$pkgver - if [ "$PHPVER" \< "5.3.0" ] ; then -install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so -install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini - else -install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so -install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini - fi -} Copied: xdebug/repos/community-i686/PKGBUILD (from rev 92280, xdebug/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-06-03 13:37:54 UTC (rev 92281) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Jonathan Wiersma +# Contributor: Jonathan Wiersma +# Contributor: sracker + +pkgname=xdebug +pkgver=2.2.3 +pkgrel=1 +pkgdesc="PHP debugging extension" +arch=('i686' 'x86_64') +url="http://www.xdebug.org"; +license=('GPL') +depends=('php') +install="${pkgname}.install" +backup=('etc/php/conf.d/xdebug.ini') +source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz + xdebug-5.2.ini + xdebug.ini) +md5sums=('e49cec9861b45dc0b36eae33bf8a14fa' + '6b7fdbbe0bf381bda40e77e29981f439' + '68de800943369d4c76bdf7eb35c8463b') + +build() { + cd $srcdir/$pkgname-$pkgver + phpize + ./configure --prefix=/usr --enable-xdebug + make + + cd debugclient + ./configure --prefix=/usr + make +} + +package() { + local PHPVER=`php -r 'echo phpversion();'` + + cd $srcdir/$pkgname-$pkgver/debugclient + make DESTDIR=$pkgdir install + + cd $srcdir/$pkgname-$pkgver + if [ "$PHPVER" \< "5.3.0" ] ; then +install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so +install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini + else +install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/mo
[arch-commits] Commit in xdebug/repos (16 files)
Date: Monday, April 22, 2013 @ 12:32:02 Author: spupykin Revision: 88795 archrelease: copy trunk to community-i686, community-x86_64 Added: xdebug/repos/community-i686/PKGBUILD (from rev 88794, xdebug/trunk/PKGBUILD) xdebug/repos/community-i686/xdebug-5.2.ini (from rev 88794, xdebug/trunk/xdebug-5.2.ini) xdebug/repos/community-i686/xdebug.ini (from rev 88794, xdebug/trunk/xdebug.ini) xdebug/repos/community-i686/xdebug.install (from rev 88794, xdebug/trunk/xdebug.install) xdebug/repos/community-x86_64/PKGBUILD (from rev 88794, xdebug/trunk/PKGBUILD) xdebug/repos/community-x86_64/xdebug-5.2.ini (from rev 88794, xdebug/trunk/xdebug-5.2.ini) xdebug/repos/community-x86_64/xdebug.ini (from rev 88794, xdebug/trunk/xdebug.ini) xdebug/repos/community-x86_64/xdebug.install (from rev 88794, xdebug/trunk/xdebug.install) Deleted: xdebug/repos/community-i686/PKGBUILD xdebug/repos/community-i686/xdebug-5.2.ini xdebug/repos/community-i686/xdebug.ini xdebug/repos/community-i686/xdebug.install xdebug/repos/community-x86_64/PKGBUILD xdebug/repos/community-x86_64/xdebug-5.2.ini xdebug/repos/community-x86_64/xdebug.ini xdebug/repos/community-x86_64/xdebug.install -+ /PKGBUILD | 98 ++ /xdebug-5.2.ini | 10 +++ /xdebug.ini | 10 +++ /xdebug.install | 36 + community-i686/PKGBUILD | 49 --- community-i686/xdebug-5.2.ini |5 - community-i686/xdebug.ini |5 - community-i686/xdebug.install | 18 -- community-x86_64/PKGBUILD | 49 --- community-x86_64/xdebug-5.2.ini |5 - community-x86_64/xdebug.ini |5 - community-x86_64/xdebug.install | 18 -- 12 files changed, 154 insertions(+), 154 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-04-22 10:31:38 UTC (rev 88794) +++ community-i686/PKGBUILD 2013-04-22 10:32:02 UTC (rev 88795) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Jonathan Wiersma -# Contributor: Jonathan Wiersma -# Contributor: sracker - -pkgname=xdebug -pkgver=2.2.2 -pkgrel=1 -pkgdesc="PHP debugging extension" -arch=('i686' 'x86_64') -url="http://www.xdebug.org"; -license=('GPL') -depends=('php') -install="${pkgname}.install" -backup=('etc/php/conf.d/xdebug.ini') -source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz - xdebug-5.2.ini - xdebug.ini) -md5sums=('5687bca6270b9668721090d780c7c966' - '6b7fdbbe0bf381bda40e77e29981f439' - '68de800943369d4c76bdf7eb35c8463b') - -build() { - local PHPVER=`php -r 'echo phpversion();'` - - cd $srcdir/$pkgname-$pkgver - phpize - ./configure --prefix=/usr --enable-xdebug - make - - cd debugclient - ./configure --prefix=/usr - make -} - -package() { - cd $srcdir/$pkgname-$pkgver/debugclient - make DESTDIR=$pkgdir install - - cd $srcdir/$pkgname-$pkgver - if [ "$PHPVER" \< "5.3.0" ] ; then -install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/xdebug.so -install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini - else -install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so -install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini - fi -} Copied: xdebug/repos/community-i686/PKGBUILD (from rev 88794, xdebug/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-04-22 10:32:02 UTC (rev 88795) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Jonathan Wiersma +# Contributor: Jonathan Wiersma +# Contributor: sracker + +pkgname=xdebug +pkgver=2.2.2 +pkgrel=2 +pkgdesc="PHP debugging extension" +arch=('i686' 'x86_64') +url="http://www.xdebug.org"; +license=('GPL') +depends=('php') +install="${pkgname}.install" +backup=('etc/php/conf.d/xdebug.ini') +source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz + xdebug-5.2.ini + xdebug.ini) +md5sums=('5687bca6270b9668721090d780c7c966' + '6b7fdbbe0bf381bda40e77e29981f439' + '68de800943369d4c76bdf7eb35c8463b') + +build() { + cd $srcdir/$pkgname-$pkgver + phpize + ./configure --prefix=/usr --enable-xdebug + make + + cd debugclient + ./configure --prefix=/usr + make +} + +package() { + local PHPVER=`php -r 'echo phpversion();'` + + cd $srcdir/$pkgname-$pkgver/debugclient + make DESTDIR=$pkgdir install + + cd $srcdir/$pkgname-$pkgver + if [ "$PHPVER" \< "5.3.0" ] ; then +install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so +install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini + else +install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/
[arch-commits] Commit in xdebug/repos (16 files)
Date: Friday, April 19, 2013 @ 12:32:46 Author: spupykin Revision: 88528 archrelease: copy trunk to community-i686, community-x86_64 Added: xdebug/repos/community-i686/PKGBUILD (from rev 88527, xdebug/trunk/PKGBUILD) xdebug/repos/community-i686/xdebug-5.2.ini (from rev 88527, xdebug/trunk/xdebug-5.2.ini) xdebug/repos/community-i686/xdebug.ini (from rev 88527, xdebug/trunk/xdebug.ini) xdebug/repos/community-i686/xdebug.install (from rev 88527, xdebug/trunk/xdebug.install) xdebug/repos/community-x86_64/PKGBUILD (from rev 88527, xdebug/trunk/PKGBUILD) xdebug/repos/community-x86_64/xdebug-5.2.ini (from rev 88527, xdebug/trunk/xdebug-5.2.ini) xdebug/repos/community-x86_64/xdebug.ini (from rev 88527, xdebug/trunk/xdebug.ini) xdebug/repos/community-x86_64/xdebug.install (from rev 88527, xdebug/trunk/xdebug.install) Deleted: xdebug/repos/community-i686/PKGBUILD xdebug/repos/community-i686/xdebug-5.2.ini xdebug/repos/community-i686/xdebug.ini xdebug/repos/community-i686/xdebug.install xdebug/repos/community-x86_64/PKGBUILD xdebug/repos/community-x86_64/xdebug-5.2.ini xdebug/repos/community-x86_64/xdebug.ini xdebug/repos/community-x86_64/xdebug.install -+ /PKGBUILD | 98 ++ /xdebug-5.2.ini | 10 +++ /xdebug.ini | 10 +++ /xdebug.install | 36 + community-i686/PKGBUILD | 45 - community-i686/xdebug-5.2.ini |5 - community-i686/xdebug.ini |5 - community-i686/xdebug.install | 18 -- community-x86_64/PKGBUILD | 45 - community-x86_64/xdebug-5.2.ini |5 - community-x86_64/xdebug.ini |5 - community-x86_64/xdebug.install | 18 -- 12 files changed, 154 insertions(+), 146 deletions(-) Deleted: community-i686/PKGBUILD === --- community-i686/PKGBUILD 2013-04-19 10:32:24 UTC (rev 88527) +++ community-i686/PKGBUILD 2013-04-19 10:32:46 UTC (rev 88528) @@ -1,45 +0,0 @@ -# $Id$ -# Maintainer: Sergej Pupykin -# Maintainer: Jonathan Wiersma -# Contributor: Jonathan Wiersma -# Contributor: sracker - -pkgname=xdebug -pkgver=2.2.1 -pkgrel=1 -pkgdesc="PHP debugging extension" -arch=('i686' 'x86_64') -url="http://www.xdebug.org"; -license=('GPL') -depends=('php') -install="${pkgname}.install" -backup=('etc/php/conf.d/xdebug.ini') -source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz - xdebug-5.2.ini - xdebug.ini) -md5sums=('5e5c467e920240c20f165687d7ac3709' - '6b7fdbbe0bf381bda40e77e29981f439' - '68de800943369d4c76bdf7eb35c8463b') - -build() { - local PHPVER=`php -r 'echo phpversion();'` - - cd $srcdir/$pkgname-$pkgver - phpize - ./configure --prefix=/usr --enable-xdebug - make - - cd debugclient - ./configure --prefix=/usr - make - make DESTDIR=$pkgdir install - - cd $srcdir/$pkgname-$pkgver - if [ "$PHPVER" \< "5.3.0" ] ; then -install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/xdebug.so -install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini - else -install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so -install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.d/xdebug.ini - fi -} Copied: xdebug/repos/community-i686/PKGBUILD (from rev 88527, xdebug/trunk/PKGBUILD) === --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2013-04-19 10:32:46 UTC (rev 88528) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Sergej Pupykin +# Maintainer: Jonathan Wiersma +# Contributor: Jonathan Wiersma +# Contributor: sracker + +pkgname=xdebug +pkgver=2.2.2 +pkgrel=1 +pkgdesc="PHP debugging extension" +arch=('i686' 'x86_64') +url="http://www.xdebug.org"; +license=('GPL') +depends=('php') +install="${pkgname}.install" +backup=('etc/php/conf.d/xdebug.ini') +source=(http://www.xdebug.org/files/$pkgname-$pkgver.tgz + xdebug-5.2.ini + xdebug.ini) +md5sums=('5687bca6270b9668721090d780c7c966' + '6b7fdbbe0bf381bda40e77e29981f439' + '68de800943369d4c76bdf7eb35c8463b') + +build() { + local PHPVER=`php -r 'echo phpversion();'` + + cd $srcdir/$pkgname-$pkgver + phpize + ./configure --prefix=/usr --enable-xdebug + make + + cd debugclient + ./configure --prefix=/usr + make +} + +package() { + cd $srcdir/$pkgname-$pkgver/debugclient + make DESTDIR=$pkgdir install + + cd $srcdir/$pkgname-$pkgver + if [ "$PHPVER" \< "5.3.0" ] ; then +install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/xdebug.so +install -D -m 644 $srcdir/xdebug-5.2.ini $pkgdir/etc/php/conf.d/xdebug.ini + else +install -D -m 744 modules/xdebug.so $pkgdir/usr/lib/php/modules/xdebug.so +install -D -m 644 $srcdir/xdebug.ini $pkgdir/etc/php/conf.