[arch-commits] Commit in php/repos/staging-x86_64 (16 files)

2018-01-21 Thread Jan de Groot via arch-commits
Date: Sunday, January 21, 2018 @ 22:41:58
  Author: jgc
Revision: 315214

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/PKGBUILD
(from rev 315213, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 315213, php/trunk/apache.conf)
  php/repos/staging-x86_64/apache.patch
(from rev 315213, php/trunk/apache.patch)
  php/repos/staging-x86_64/enchant-2.patch
(from rev 315213, php/trunk/enchant-2.patch)
  php/repos/staging-x86_64/generate_patches
(from rev 315213, php/trunk/generate_patches)
  php/repos/staging-x86_64/php-fpm.patch
(from rev 315213, php/trunk/php-fpm.patch)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 315213, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 315213, php/trunk/php.ini.patch)
Deleted:
  php/repos/staging-x86_64/PKGBUILD
  php/repos/staging-x86_64/apache.conf
  php/repos/staging-x86_64/apache.patch
  php/repos/staging-x86_64/enchant-2.patch
  php/repos/staging-x86_64/generate_patches
  php/repos/staging-x86_64/php-fpm.patch
  php/repos/staging-x86_64/php-fpm.tmpfiles
  php/repos/staging-x86_64/php.ini.patch

--+
 PKGBUILD |  670 ++---
 apache.conf  |   26 +-
 apache.patch |   40 +--
 enchant-2.patch  |  130 ++
 generate_patches |   96 +++
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  156 ++--
 8 files changed, 653 insertions(+), 615 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-21 22:41:46 UTC (rev 315213)
+++ PKGBUILD2018-01-21 22:41:58 UTC (rev 315214)
@@ -1,335 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-sodium'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=7.2.1
-pkgrel=3
-arch=('x86_64')
-license=('PHP')
-url='http://www.php.net'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libsodium' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
-checkdepends=('procps-ng')
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch' enchant-2.patch)
-sha512sums=('2445f2cff20214b521c48592e5ab42b770c291702178d7cb2a84912c81b7e5d2cc45948a3a4a7830194fa444708d544c73efbaa8e90c95ab77937f7feffb2ffc'
-'SKIP'
-
'65ea5cb38c1fc1874b2a4d08bc52443f9ed5dcc92cf99023a74292c78f9074516296f56c768f7efa8a1f0838feac47b356d3da6fdb1199419bebec3a93204ae6'
-
'eccbe1a0c7b2757ab3c982c871cc591a66ad70f085aaa0d44f93cacacedc7b8fd21b8d0c66471327ff070db1bab1ab83a802f6fa190f33bdd74c134975e3910e'
-
'87453c9f41204bc7a20cbf2a85ee44965f7754529e2c17fb60bdfe42ded7a894d6e7fcc30fe6c650ea5f92f95920161522ef3ce0f355686a2fed7f0857abdd5c'
-
'824e9a0d10063283357d49a81ab49bf834afd24f098482bdbaa9ab60bbad2b0dea6f5879259b73717d437626b02fb4f2d3ef68b7bcbb26bee274a7b61144720f'
-
'1606178f55dee8ca6a3cf47c7db486dca0c261bfffbaf4f69450a3497643910c65f8ee1543839ae4213d8b396afc6e5f86141accac553545c35fe234a50f56e6'
-
'47612d1c002234c48c5788b9e556517d286d9c79591249b9f1f429ed4cf61ce15aeb10953f67ee408281718d50fa32e55577743936bde03e0d15b420a57ec030')
-validpgpkeys=('B1B44D8F021E4E2D6021E995DC9FF8D3EE5AF27F'
-  '1729F83938DA44E27BA0F4D3DBDB397470D12172')
-
-prepare() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-   patch -p1 -i ../enchant-2.patch
-
-   rm tests/output/stream_isatty_*.phpt
-}
-
-build() {
-   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   --without-pear \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   

[arch-commits] Commit in php/repos/staging-x86_64 (14 files)

2017-11-22 Thread Pierre Schmitz
Date: Wednesday, November 22, 2017 @ 16:55:17
  Author: pierre
Revision: 310670

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/PKGBUILD
(from rev 310669, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 310669, php/trunk/apache.conf)
  php/repos/staging-x86_64/apache.patch
(from rev 310669, php/trunk/apache.patch)
  php/repos/staging-x86_64/generate_patches
(from rev 310669, php/trunk/generate_patches)
  php/repos/staging-x86_64/php-fpm.patch
(from rev 310669, php/trunk/php-fpm.patch)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 310669, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 310669, php/trunk/php.ini.patch)
Deleted:
  php/repos/staging-x86_64/PKGBUILD
  php/repos/staging-x86_64/apache.conf
  php/repos/staging-x86_64/apache.patch
  php/repos/staging-x86_64/generate_patches
  php/repos/staging-x86_64/php-fpm.patch
  php/repos/staging-x86_64/php-fpm.tmpfiles
  php/repos/staging-x86_64/php.ini.patch

--+
 PKGBUILD |  664 ++---
 apache.conf  |   26 +-
 apache.patch |   40 +--
 generate_patches |   96 +++
 php-fpm.patch|  148 +--
 php-fpm.tmpfiles |2 
 php.ini.patch|  194 +++
 7 files changed, 585 insertions(+), 585 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-11-22 16:51:23 UTC (rev 310669)
+++ PKGBUILD2017-11-22 16:55:17 UTC (rev 310670)
@@ -1,332 +0,0 @@
-# $Id$
-# Maintainer: Pierre Schmitz 
-
-pkgbase=php
-pkgname=('php'
- 'php-cgi'
- 'php-apache'
- 'php-fpm'
- 'php-embed'
- 'php-phpdbg'
- 'php-dblib'
- 'php-enchant'
- 'php-gd'
- 'php-imap'
- 'php-intl'
- 'php-mcrypt'
- 'php-odbc'
- 'php-pgsql'
- 'php-pspell'
- 'php-snmp'
- 'php-sqlite'
- 'php-tidy'
- 'php-xsl')
-pkgver=7.1.11
-pkgrel=3
-arch=('x86_64')
-license=('PHP')
-url='http://www.php.net'
-makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix' 'freetds' 'pcre')
-checkdepends=('procps-ng')
-source=("https://php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
-'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
-sha256sums=('074093e9d7d21afedc5106904218a80a47b854abe368d2728ed22184c884893e'
-'SKIP'
-'258b33b6531b1128d9804c8b608b6013423a421edcf764747042d07e79ec6df3'
-'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'7d982a3cefb3eaec0b3458340e4991c2959c10d1518ecb7c1d041884b14efc73'
-'640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'78f60b1d9f3a0ef8af77208feed76e303b3a13e93b80613c1e5a729004a5343c')
-validpgpkeys=('A917B1ECDA84AEC2B568FED6F50ABC807BD5DCD0'
-  '528995BFEDFBA7191D46839EF9BA0ADA31CBD89E')
-
-prepare() {
-   cd ${srcdir}/${pkgbase}-${pkgver}
-
-   patch -p0 -i ${srcdir}/apache.patch
-   patch -p0 -i ${srcdir}/php-fpm.patch
-   patch -p0 -i ${srcdir}/php.ini.patch
-}
-
-build() {
-   local _phpconfig="--srcdir=../${pkgbase}-${pkgver} \
-   --config-cache \
-   --prefix=/usr \
-   --sbindir=/usr/bin \
-   --sysconfdir=/etc/php \
-   --localstatedir=/var \
-   --with-layout=GNU \
-   --with-config-file-path=/etc/php \
-   --with-config-file-scan-dir=/etc/php/conf.d \
-   --disable-rpath \
-   --mandir=/usr/share/man \
-   --without-pear \
-   "
-
-   local _phpextensions="\
-   --enable-bcmath=shared \
-   --enable-calendar=shared \
-   --enable-dba=shared \
-   --enable-exif=shared \
-   --enable-ftp=shared \
-   --enable-gd-native-ttf \
-   --enable-intl=shared \
-   --enable-mbstring \
-   --enable-shmop=shared \
-   --enable-soap=shared \
-   --enable-sockets=shared \
-   --enable-sysvmsg=shared \
-   --enable-sysvsem=shared \
-   --enable-sysvshm=shared \
-   --enable-zip=shared \
-   --with-bz2=shared \
-   --with-curl=shared \
-   --with-db4=/usr \
-   --with-enchant=shared,/usr \
-   --with-freetype-dir=/usr \
-   --with-gd=shared,/usr \
-   --with-gdbm \
-   --with-gettext=shared \
-   --with-gmp=shared \
-   --with-iconv=shared \
-   --with-imap-ssl \
-

[arch-commits] Commit in php/repos (staging-x86_64 testing-x86_64)

2011-07-02 Thread Stéphane Gaudreault
Date: Saturday, July 2, 2011 @ 17:42:41
  Author: stephane
Revision: 130148

db-move: moved php from [staging] to [testing] (x86_64)

Added:
  php/repos/testing-x86_64/
Deleted:
  php/repos/staging-x86_64/



[arch-commits] Commit in php/repos (staging-x86_64)

2011-06-15 Thread Pierre Schmitz
Date: Wednesday, June 15, 2011 @ 04:33:41
  Author: pierre
Revision: 127448

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/



[arch-commits] Commit in php/repos (staging-x86_64)

2011-06-01 Thread Pierre Schmitz
Date: Wednesday, June 1, 2011 @ 08:12:41
  Author: pierre
Revision: 126097

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/



[arch-commits] Commit in php/repos (staging-x86_64)

2011-03-05 Thread Pierre Schmitz
Date: Saturday, March 5, 2011 @ 11:26:58
  Author: pierre
Revision: 112637

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/



[arch-commits] Commit in php/repos (staging-x86_64 testing-x86_64)

2011-03-05 Thread Eric Bélanger
Date: Saturday, March 5, 2011 @ 14:09:15
  Author: eric
Revision: 112660

db-move: moved php from [staging] to [testing] (x86_64)

Added:
  php/repos/testing-x86_64/
Deleted:
  php/repos/staging-x86_64/



[arch-commits] Commit in php/repos (staging-x86_64 testing-x86_64)

2010-12-07 Thread andyrtr
Date: Tuesday, December 7, 2010 @ 05:00:43
  Author: andyrtr
Revision: 102323

db-move: moved php from [staging] to [testing] (x86_64)

Added:
  php/repos/testing-x86_64/
Deleted:
  php/repos/staging-x86_64/



[arch-commits] Commit in php/repos (staging-x86_64)

2010-12-06 Thread Pierre Schmitz
Date: Monday, December 6, 2010 @ 07:37:59
  Author: pierre
Revision: 102176

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/



[arch-commits] Commit in php/repos (staging-x86_64 testing-x86_64)

2010-10-29 Thread Allan McRae
Date: Friday, October 29, 2010 @ 21:20:45
  Author: allan
Revision: 97395

db-move: moved php from [staging] to [testing] (x86_64)

Added:
  php/repos/testing-x86_64/
Deleted:
  php/repos/staging-x86_64/



[arch-commits] Commit in php/repos (staging-x86_64)

2010-10-22 Thread Pierre Schmitz
Date: Friday, October 22, 2010 @ 04:23:29
  Author: pierre
Revision: 96552

archrelease: copy trunk to staging-x86_64

Added:
  php/repos/staging-x86_64/