[arch-commits] Commit in nginx/repos (16 files)

2017-04-13 Thread Bartłomiej Piotrowski
Date: Thursday, April 13, 2017 @ 07:36:37
  Author: bpiotrowski
Revision: 292662

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

Added:
  nginx/repos/testing-i686/PKGBUILD
(from rev 292660, nginx/trunk/PKGBUILD)
  nginx/repos/testing-i686/logrotate
(from rev 292660, nginx/trunk/logrotate)
  nginx/repos/testing-i686/nginx.install
(from rev 292660, nginx/trunk/nginx.install)
  nginx/repos/testing-i686/service
(from rev 292660, nginx/trunk/service)
  nginx/repos/testing-x86_64/PKGBUILD
(from rev 292660, nginx/trunk/PKGBUILD)
  nginx/repos/testing-x86_64/logrotate
(from rev 292660, nginx/trunk/logrotate)
  nginx/repos/testing-x86_64/nginx.install
(from rev 292660, nginx/trunk/nginx.install)
  nginx/repos/testing-x86_64/service
(from rev 292660, nginx/trunk/service)
Deleted:
  nginx/repos/testing-i686/PKGBUILD
  nginx/repos/testing-i686/logrotate
  nginx/repos/testing-i686/nginx.install
  nginx/repos/testing-i686/service
  nginx/repos/testing-x86_64/PKGBUILD
  nginx/repos/testing-x86_64/logrotate
  nginx/repos/testing-x86_64/nginx.install
  nginx/repos/testing-x86_64/service

--+
 /PKGBUILD|  258 +
 /logrotate   |   20 +++
 /nginx.install   |   54 
 /service |   34 +
 testing-i686/PKGBUILD|  126 
 testing-i686/logrotate   |   10 -
 testing-i686/nginx.install   |   27 
 testing-i686/service |   17 --
 testing-x86_64/PKGBUILD  |  126 
 testing-x86_64/logrotate |   10 -
 testing-x86_64/nginx.install |   27 
 testing-x86_64/service   |   17 --
 12 files changed, 366 insertions(+), 360 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-13 07:36:34 UTC (rev 292661)
+++ testing-i686/PKGBUILD   2017-04-13 07:36:37 UTC (rev 292662)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.3
-pkgrel=5
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
- 'SKIP'
- '09862c34cd9593bc40da81f88c5fc4b2'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-  --with-ipv6
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2017-04-13 Thread Bartłomiej Piotrowski
Date: Thursday, April 13, 2017 @ 06:48:57
  Author: bpiotrowski
Revision: 292651

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 292650, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 292650, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 292650, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 292650, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 292650, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 292650, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 292650, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 292650, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  258 +++
 /logrotate |   20 +++
 /nginx.install |   54 +
 /service   |   34 +
 extra-i686/PKGBUILD|  126 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   27 
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  126 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   27 
 extra-x86_64/service   |   17 --
 12 files changed, 366 insertions(+), 360 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-13 06:48:48 UTC (rev 292650)
+++ extra-i686/PKGBUILD 2017-04-13 06:48:57 UTC (rev 292651)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.3
-pkgrel=4
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
- 'SKIP'
- '09862c34cd9593bc40da81f88c5fc4b2'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-  --with-ipv6
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2017-03-27 Thread Bartłomiej Piotrowski
Date: Monday, March 27, 2017 @ 11:01:18
  Author: bpiotrowski
Revision: 291725

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

Added:
  nginx/repos/testing-i686/PKGBUILD
(from rev 291724, nginx/trunk/PKGBUILD)
  nginx/repos/testing-i686/logrotate
(from rev 291724, nginx/trunk/logrotate)
  nginx/repos/testing-i686/nginx.install
(from rev 291724, nginx/trunk/nginx.install)
  nginx/repos/testing-i686/service
(from rev 291724, nginx/trunk/service)
  nginx/repos/testing-x86_64/PKGBUILD
(from rev 291724, nginx/trunk/PKGBUILD)
  nginx/repos/testing-x86_64/logrotate
(from rev 291724, nginx/trunk/logrotate)
  nginx/repos/testing-x86_64/nginx.install
(from rev 291724, nginx/trunk/nginx.install)
  nginx/repos/testing-x86_64/service
(from rev 291724, nginx/trunk/service)
Deleted:
  nginx/repos/testing-i686/PKGBUILD
  nginx/repos/testing-i686/logrotate
  nginx/repos/testing-i686/nginx.install
  nginx/repos/testing-i686/service
  nginx/repos/testing-x86_64/PKGBUILD
  nginx/repos/testing-x86_64/logrotate
  nginx/repos/testing-x86_64/nginx.install
  nginx/repos/testing-x86_64/service

--+
 /PKGBUILD|  252 +
 /logrotate   |   20 +++
 /nginx.install   |   54 
 /service |   34 +
 testing-i686/PKGBUILD|  126 
 testing-i686/logrotate   |   10 -
 testing-i686/nginx.install   |   27 
 testing-i686/service |   17 --
 testing-x86_64/PKGBUILD  |  126 
 testing-x86_64/logrotate |   10 -
 testing-x86_64/nginx.install |   27 
 testing-x86_64/service   |   17 --
 12 files changed, 360 insertions(+), 360 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-03-27 11:01:03 UTC (rev 291724)
+++ testing-i686/PKGBUILD   2017-03-27 11:01:18 UTC (rev 291725)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.3
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
- 'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-  --with-ipv6
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2017-03-26 Thread Sébastien Luttringer
Date: Sunday, March 26, 2017 @ 22:26:20
  Author: seblu
Revision: 291713

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 291712, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 291712, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 291712, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 291712, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 291712, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 291712, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 291712, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 291712, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  252 +++
 /logrotate |   20 +++
 /nginx.install |   54 +
 /service   |   34 +
 extra-i686/PKGBUILD|  126 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   27 
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  126 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   27 
 extra-x86_64/service   |   17 --
 12 files changed, 360 insertions(+), 360 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-03-26 22:25:44 UTC (rev 291712)
+++ extra-i686/PKGBUILD 2017-03-26 22:26:20 UTC (rev 291713)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.3
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
- 'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-  --with-ipv6
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2017-02-10 Thread Levente Polyak
Date: Friday, February 10, 2017 @ 11:39:41
  Author: anthraxx
Revision: 288541

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 288540, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 288540, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 288540, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 288540, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 288540, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 288540, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 288540, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 288540, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  252 +++
 /logrotate |   20 +++
 /nginx.install |   54 +
 /service   |   34 +
 extra-i686/PKGBUILD|  126 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   20 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  126 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   20 ---
 extra-x86_64/service   |   17 --
 12 files changed, 360 insertions(+), 346 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-10 11:39:20 UTC (rev 288540)
+++ extra-i686/PKGBUILD 2017-02-10 11:39:41 UTC (rev 288541)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.3
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('204a20cb4f0b0c9db746c630d89ff4ea'
- 'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-  --with-ipv6
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2017-02-01 Thread Bartłomiej Piotrowski
Date: Wednesday, February 1, 2017 @ 15:05:29
  Author: bpiotrowski
Revision: 287879

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 287878, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 287878, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 287878, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 287878, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 287878, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 287878, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 287878, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 287878, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  252 +++
 /logrotate |   20 +++
 /nginx.install |   40 ++
 /service   |   34 +
 extra-i686/PKGBUILD|  126 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   20 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  126 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   20 ---
 extra-x86_64/service   |   17 --
 12 files changed, 346 insertions(+), 346 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-01 15:05:15 UTC (rev 287878)
+++ extra-i686/PKGBUILD 2017-02-01 15:05:29 UTC (rev 287879)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.2
-pkgrel=4
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
- 'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
- '6a01fb17af86f03707c8ae60f98a2dc2')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-  --with-ipv6
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2017-01-18 Thread Levente Polyak
Date: Wednesday, January 18, 2017 @ 12:13:08
  Author: anthraxx
Revision: 286911

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 286910, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 286910, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 286910, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 286910, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 286910, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 286910, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 286910, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 286910, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  252 +++
 /logrotate |   20 +++
 /nginx.install |   40 ++
 /service   |   34 +
 extra-i686/PKGBUILD|  126 -
 extra-i686/logrotate   |   11 -
 extra-i686/nginx.install   |   20 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  126 -
 extra-x86_64/logrotate |   11 -
 extra-x86_64/nginx.install |   20 ---
 extra-x86_64/service   |   17 --
 12 files changed, 346 insertions(+), 348 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-18 12:12:44 UTC (rev 286910)
+++ extra-i686/PKGBUILD 2017-01-18 12:13:08 UTC (rev 286911)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.2
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
- 'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
- '83ffd315fed235b8fff40a7cfa23a16d')
-
-_common_flags=(
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-  --with-ipv6
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2017-01-15 Thread Bartłomiej Piotrowski
Date: Sunday, January 15, 2017 @ 13:03:03
  Author: bpiotrowski
Revision: 286482

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 286481, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 286481, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 286481, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 286481, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 286481, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 286481, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 286481, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 286481, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  252 +++
 /logrotate |   22 +++
 /nginx.install |   40 ++
 /service   |   34 +
 extra-i686/PKGBUILD|  126 -
 extra-i686/logrotate   |   11 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  126 -
 extra-x86_64/logrotate |   11 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 348 insertions(+), 350 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-15 13:02:54 UTC (rev 286481)
+++ extra-i686/PKGBUILD 2017-01-15 13:03:03 UTC (rev 286482)
@@ -1,126 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.2
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
- 'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
- '83ffd315fed235b8fff40a7cfa23a16d')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_slice_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2016-11-18 Thread Bartłomiej Piotrowski
Date: Friday, November 18, 2016 @ 20:16:33
  Author: bpiotrowski
Revision: 281213

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 281212, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 281212, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 281212, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 281212, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 281212, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 281212, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 281212, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 281212, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  252 +++
 /logrotate |   22 +++
 /nginx.install |   42 +++
 /service   |   34 +
 extra-i686/PKGBUILD|  125 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  125 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 350 insertions(+), 346 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-18 20:16:25 UTC (rev 281212)
+++ extra-i686/PKGBUILD 2016-11-18 20:16:33 UTC (rev 281213)
@@ -1,125 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.2
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='https://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz{,.asc}
-service
-logrotate)
-validpgpkeys=('B0F4253373F8F6F510D42178520A9993A1C052F8') # Maxim Dounin 

-md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
- 'SKIP'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2016-11-06 Thread Bartłomiej Piotrowski
Date: Sunday, November 6, 2016 @ 13:50:48
  Author: bpiotrowski
Revision: 279908

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 279907, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 279907, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 279907, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 279907, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 279907, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 279907, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 279907, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 279907, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  250 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 +
 extra-i686/PKGBUILD|  123 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  123 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 346 insertions(+), 342 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-11-06 13:50:41 UTC (rev 279907)
+++ extra-i686/PKGBUILD 2016-11-06 13:50:48 UTC (rev 279908)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.2
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('e8f5f4beed041e63eb97f9f4f55f3085'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2016-10-27 Thread Sébastien Luttringer
Date: Thursday, October 27, 2016 @ 15:54:08
  Author: seblu
Revision: 279330

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 279329, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 279329, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 279329, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 279329, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 279329, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 279329, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 279329, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 279329, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  246 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 +
 extra-i686/PKGBUILD|  123 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  123 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 342 insertions(+), 342 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-10-27 15:53:09 UTC (rev 279329)
+++ extra-i686/PKGBUILD 2016-10-27 15:54:08 UTC (rev 279330)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.1
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('088292d9caf6059ef328aa7dda332e44'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2016-05-31 Thread Bartłomiej Piotrowski
Date: Tuesday, May 31, 2016 @ 20:12:16
  Author: bpiotrowski
Revision: 268786

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 268785, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 268785, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 268785, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 268785, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 268785, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 268785, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 268785, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 268785, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  246 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 +
 extra-i686/PKGBUILD|  122 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  122 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 342 insertions(+), 340 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-31 18:12:08 UTC (rev 268785)
+++ extra-i686/PKGBUILD 2016-05-31 18:12:16 UTC (rev 268786)
@@ -1,122 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.0
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('c184c873d2798c5ba92be95ed1209c02'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-  --with-http_v2_module
-  --with-mail
-  --with-mail_ssl_module
-  --with-stream
-  --with-stream_ssl_module
-  --with-threads
-)
-
-_stable_flags=(
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2016-04-30 Thread Sébastien Luttringer
Date: Sunday, May 1, 2016 @ 02:55:57
  Author: seblu
Revision: 266697

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 266696, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 266696, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 266696, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 266696, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 266696, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 266696, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 266696, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 266696, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  244 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 +
 extra-i686/PKGBUILD|  117 
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 --
 extra-x86_64/PKGBUILD  |  117 
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 --
 12 files changed, 340 insertions(+), 330 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-05-01 00:54:04 UTC (rev 266696)
+++ extra-i686/PKGBUILD 2016-05-01 00:55:57 UTC (rev 266697)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.10.0
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('c184c873d2798c5ba92be95ed1209c02'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-ipv6
-  --with-pcre-jit
-  --with-file-aio
-  --with-http_addition_module
-  --with-http_auth_request_module
-  --with-http_dav_module
-  --with-http_degradation_module
-  --with-http_flv_module
-  --with-http_geoip_module
-  --with-http_gunzip_module
-  --with-http_gzip_static_module
-  --with-http_mp4_module
-  --with-http_realip_module
-  --with-http_secure_link_module
-  --with-http_ssl_module
-  --with-http_stub_status_module
-  --with-http_sub_module
-)
-
-_stable_flags=(
-  --with-http_v2_module
-  --with-imap
-  --with-imap_ssl_module
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2016-04-26 Thread Sébastien Luttringer
Date: Tuesday, April 26, 2016 @ 16:52:54
  Author: seblu
Revision: 266166

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 266165, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 266165, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 266165, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 266165, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 266165, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 266165, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 266165, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 266165, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  234 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 ++
 extra-i686/PKGBUILD|  117 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  117 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 ---
 12 files changed, 330 insertions(+), 330 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-04-26 14:52:23 UTC (rev 266165)
+++ extra-i686/PKGBUILD 2016-04-26 14:52:54 UTC (rev 266166)
@@ -1,117 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.8.1
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('2e91695074dbdfbf1bcec0ada9fda462'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-_common_flags=(
-  --with-imap 
-  --with-imap_ssl_module 
-  --with-ipv6 
-  --with-pcre-jit 
-  --with-file-aio 
-  --with-http_addition_module 
-  --with-http_auth_request_module 
-  --with-http_dav_module 
-  --with-http_degradation_module 
-  --with-http_flv_module 
-  --with-http_geoip_module 
-  --with-http_gunzip_module 
-  --with-http_gzip_static_module 
-  --with-http_mp4_module 
-  --with-http_realip_module 
-  --with-http_secure_link_module 
-  --with-http_ssl_module 
-  --with-http_stub_status_module 
-  --with-http_sub_module 
-)
-
-_stable_flags=(
-  --with-http_spdy_module
-)
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
-${_common_flags[@]} \
-${_stable_flags[@]}
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2016-01-26 Thread Bartłomiej Piotrowski
Date: Tuesday, January 26, 2016 @ 18:25:04
  Author: bpiotrowski
Revision: 258599

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 258598, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 258598, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 258598, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 258598, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 258598, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 258598, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 258598, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 258598, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  222 +++
 /logrotate |   20 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  113 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  113 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 318 insertions(+), 322 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-26 17:24:44 UTC (rev 258598)
+++ extra-i686/PKGBUILD 2016-01-26 17:25:04 UTC (rev 258599)
@@ -1,113 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.8.0
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('3ca4a37931e9fa301964b8ce889da8cb'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_addition_module \
---with-http_auth_request_module \
---with-http_dav_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_geoip_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_mp4_module \
---with-http_realip_module \
---with-http_secure_link_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_sub_module \
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2015-10-02 Thread Bartłomiej Piotrowski
Date: Friday, October 2, 2015 @ 21:22:55
  Author: bpiotrowski
Revision: 248282

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 248281, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 248281, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 248281, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 248281, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 248281, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 248281, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 248281, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 248281, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  226 +++
 /logrotate |   20 +++
 /nginx.install |   42 +++
 /service   |   34 ++
 extra-i686/PKGBUILD|  112 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 ---
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  112 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 ---
 extra-x86_64/service   |   17 ---
 12 files changed, 322 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-10-02 19:22:27 UTC (rev 248281)
+++ extra-i686/PKGBUILD 2015-10-02 19:22:55 UTC (rev 248282)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski 
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin 
-# Contributor: Miroslaw Szot 
-# Contributor: Daniel Micay 
-
-pkgname=nginx
-pkgver=1.8.0
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('3ca4a37931e9fa301964b8ce889da8cb'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-"$pkgdir"/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\

[arch-commits] Commit in nginx/repos (16 files)

2015-04-21 Thread Bartłomiej Piotrowski
Date: Tuesday, April 21, 2015 @ 18:16:34
  Author: bpiotrowski
Revision: 237881

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 237880, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 237880, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 237880, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 237880, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 237880, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 237880, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 237880, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 237880, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  224 +++
 /logrotate |   20 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  112 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  112 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 320 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-21 16:16:20 UTC (rev 237880)
+++ extra-i686/PKGBUILD 2015-04-21 16:16:34 UTC (rev 237881)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.3
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('ea813aee2c344c2f5b66cdb24a472738'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d 

[arch-commits] Commit in nginx/repos (16 files)

2015-04-08 Thread Bartłomiej Piotrowski
Date: Wednesday, April 8, 2015 @ 20:50:33
  Author: bpiotrowski
Revision: 235755

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 235754, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 235754, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 235754, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 235754, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 235754, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 235754, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 235754, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 235754, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  224 +++
 /logrotate |   20 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  112 -
 extra-i686/logrotate   |   10 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  112 -
 extra-x86_64/logrotate |   10 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 320 insertions(+), 320 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-04-08 18:50:18 UTC (rev 235754)
+++ extra-i686/PKGBUILD 2015-04-08 18:50:33 UTC (rev 235755)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.2
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
- '5dd4d09914a4403b9df778ec1d66167c'
- '19a26a61c8afe78defb8b4544f79a9a0')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d 

[arch-commits] Commit in nginx/repos (16 files)

2014-10-13 Thread Bartłomiej Piotrowski
Date: Monday, October 13, 2014 @ 08:56:00
  Author: bpiotrowski
Revision: 224258

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 224257, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 224257, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 224257, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 224257, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 224257, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 224257, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 224257, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 224257, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  224 +++
 /logrotate |   20 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  112 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  112 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 320 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-10-13 06:55:44 UTC (rev 224257)
+++ extra-i686/PKGBUILD 2014-10-13 06:56:00 UTC (rev 224258)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.2
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('d1b55031ae6e4bce37f8776b94d8b930'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d 

[arch-commits] Commit in nginx/repos (16 files)

2014-09-16 Thread Bartłomiej Piotrowski
Date: Tuesday, September 16, 2014 @ 18:03:04
  Author: bpiotrowski
Revision: 221805

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 221804, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 221804, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 221804, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 221804, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 221804, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 221804, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 221804, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 221804, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  224 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  112 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  112 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 318 insertions(+), 318 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-09-16 16:02:56 UTC (rev 221804)
+++ extra-i686/PKGBUILD 2014-09-16 16:03:04 UTC (rev 221805)
@@ -1,112 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.1
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-makedepends=('hardening-wrapper')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('45e5a11f48b001644676f7767980a2bf'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d 

[arch-commits] Commit in nginx/repos (16 files)

2014-08-14 Thread Bartłomiej Piotrowski
Date: Thursday, August 14, 2014 @ 14:04:16
  Author: bpiotrowski
Revision: 219736

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 219735, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 219735, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 219735, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 219735, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 219735, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 219735, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 219735, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 219735, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  224 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  111 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  111 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 318 insertions(+), 316 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-14 12:03:56 UTC (rev 219735)
+++ extra-i686/PKGBUILD 2014-08-14 12:04:16 UTC (rev 219736)
@@ -1,111 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.1
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('45e5a11f48b001644676f7767980a2bf'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  install -Dm644 contrib/vim/ftdetect/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/ftdetect/nginx.vim
-  install -Dm644 contrib/vim/syntax/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/syntax/nginx.vim
-  install -Dm644 contrib/vim/indent/nginx.vim \
-$pkgdir/usr/share/vim/vimfiles/indent/nginx.vim
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv 

[arch-commits] Commit in nginx/repos (16 files)

2014-08-07 Thread Bartłomiej Piotrowski
Date: Thursday, August 7, 2014 @ 11:26:02
  Author: bpiotrowski
Revision: 219390

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 219389, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 219389, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 219389, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 219389, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 219389, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 219389, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 219389, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 219389, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  222 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   34 ++
 extra-i686/PKGBUILD|  103 ---
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  103 ---
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 316 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-07 09:25:54 UTC (rev 219389)
+++ extra-i686/PKGBUILD 2014-08-07 09:26:02 UTC (rev 219390)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.1
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('45e5a11f48b001644676f7767980a2bf'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rmdir $pkgdir/run
-
-  install -d $pkgdir/usr/share/man/man8/
-  gzip -9c 

[arch-commits] Commit in nginx/repos (16 files)

2014-08-05 Thread Bartłomiej Piotrowski
Date: Tuesday, August 5, 2014 @ 17:51:27
  Author: bpiotrowski
Revision: 219334

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 219333, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 219333, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 219333, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 219333, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 219333, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 219333, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 219333, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 219333, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  206 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   34 +++
 extra-i686/PKGBUILD|  103 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  103 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 300 insertions(+), 300 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-08-05 15:51:11 UTC (rev 219333)
+++ extra-i686/PKGBUILD 2014-08-05 15:51:27 UTC (rev 219334)
@@ -1,103 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.0
-pkgrel=5
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rmdir $pkgdir/run
-
-  install -d $pkgdir/usr/share/man/man8/
-  gzip -9c 

[arch-commits] Commit in nginx/repos (16 files)

2014-06-26 Thread Bartłomiej Piotrowski
Date: Thursday, June 26, 2014 @ 11:27:07
  Author: bpiotrowski
Revision: 215474

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 215473, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 215473, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 215473, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 215473, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 215473, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 215473, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 215473, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 215473, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  206 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   34 +++
 extra-i686/PKGBUILD|  100 
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   17 ---
 extra-x86_64/PKGBUILD  |  100 
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   17 ---
 12 files changed, 300 insertions(+), 294 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-06-26 09:26:45 UTC (rev 215473)
+++ extra-i686/PKGBUILD 2014-06-26 09:27:07 UTC (rev 215474)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.0
-pkgrel=4
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- '5dd4d09914a4403b9df778ec1d66167c'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rmdir $pkgdir/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in nginx/repos (16 files)

2014-05-22 Thread Bartłomiej Piotrowski
Date: Thursday, May 22, 2014 @ 11:14:19
  Author: bpiotrowski
Revision: 213381

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

Added:
  nginx/repos/testing-i686/PKGBUILD
(from rev 213380, nginx/trunk/PKGBUILD)
  nginx/repos/testing-i686/logrotate
(from rev 213380, nginx/trunk/logrotate)
  nginx/repos/testing-i686/nginx.install
(from rev 213380, nginx/trunk/nginx.install)
  nginx/repos/testing-i686/service
(from rev 213380, nginx/trunk/service)
  nginx/repos/testing-x86_64/PKGBUILD
(from rev 213380, nginx/trunk/PKGBUILD)
  nginx/repos/testing-x86_64/logrotate
(from rev 213380, nginx/trunk/logrotate)
  nginx/repos/testing-x86_64/nginx.install
(from rev 213380, nginx/trunk/nginx.install)
  nginx/repos/testing-x86_64/service
(from rev 213380, nginx/trunk/service)
Deleted:
  nginx/repos/testing-i686/PKGBUILD
  nginx/repos/testing-i686/logrotate
  nginx/repos/testing-i686/nginx.install
  nginx/repos/testing-i686/service
  nginx/repos/testing-x86_64/PKGBUILD
  nginx/repos/testing-x86_64/logrotate
  nginx/repos/testing-x86_64/nginx.install
  nginx/repos/testing-x86_64/service

--+
 /PKGBUILD|  200 +
 /logrotate   |   18 +++
 /nginx.install   |   42 
 /service |   34 ++
 testing-i686/PKGBUILD|  100 
 testing-i686/logrotate   |9 -
 testing-i686/nginx.install   |   21 
 testing-i686/service |   16 ---
 testing-x86_64/PKGBUILD  |  100 
 testing-x86_64/logrotate |9 -
 testing-x86_64/nginx.install |   21 
 testing-x86_64/service   |   16 ---
 12 files changed, 294 insertions(+), 292 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-22 09:14:10 UTC (rev 213380)
+++ testing-i686/PKGBUILD   2014-05-22 09:14:19 UTC (rev 213381)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.0
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- 'fed60747cefcf90dc9fbfa5fa93cacd1'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  

[arch-commits] Commit in nginx/repos (16 files)

2014-05-22 Thread Sébastien Luttringer
Date: Friday, May 23, 2014 @ 01:59:24
  Author: seblu
Revision: 213402

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

Added:
  nginx/repos/testing-i686/PKGBUILD
(from rev 213401, nginx/trunk/PKGBUILD)
  nginx/repos/testing-i686/logrotate
(from rev 213401, nginx/trunk/logrotate)
  nginx/repos/testing-i686/nginx.install
(from rev 213401, nginx/trunk/nginx.install)
  nginx/repos/testing-i686/service
(from rev 213401, nginx/trunk/service)
  nginx/repos/testing-x86_64/PKGBUILD
(from rev 213401, nginx/trunk/PKGBUILD)
  nginx/repos/testing-x86_64/logrotate
(from rev 213401, nginx/trunk/logrotate)
  nginx/repos/testing-x86_64/nginx.install
(from rev 213401, nginx/trunk/nginx.install)
  nginx/repos/testing-x86_64/service
(from rev 213401, nginx/trunk/service)
Deleted:
  nginx/repos/testing-i686/PKGBUILD
  nginx/repos/testing-i686/logrotate
  nginx/repos/testing-i686/nginx.install
  nginx/repos/testing-i686/service
  nginx/repos/testing-x86_64/PKGBUILD
  nginx/repos/testing-x86_64/logrotate
  nginx/repos/testing-x86_64/nginx.install
  nginx/repos/testing-x86_64/service

--+
 /PKGBUILD|  200 +
 /logrotate   |   18 +++
 /nginx.install   |   42 
 /service |   34 ++
 testing-i686/PKGBUILD|  100 
 testing-i686/logrotate   |9 -
 testing-i686/nginx.install   |   21 
 testing-i686/service |   17 ---
 testing-x86_64/PKGBUILD  |  100 
 testing-x86_64/logrotate |9 -
 testing-x86_64/nginx.install |   21 
 testing-x86_64/service   |   17 ---
 12 files changed, 294 insertions(+), 294 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2014-05-22 23:55:20 UTC (rev 213401)
+++ testing-i686/PKGBUILD   2014-05-22 23:59:24 UTC (rev 213402)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.6.0
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('8efa354f1c3c2ccf434a50d3fbe82340'
- '323e01bfce9b0c7b0da21c7001098566'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rmdir 

[arch-commits] Commit in nginx/repos (16 files)

2014-04-24 Thread Bartłomiej Piotrowski
Date: Thursday, April 24, 2014 @ 15:43:09
  Author: bpiotrowski
Revision: 211728

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

Added:
  nginx/repos/extra-i686/PKGBUILD
(from rev 211727, nginx/trunk/PKGBUILD)
  nginx/repos/extra-i686/logrotate
(from rev 211727, nginx/trunk/logrotate)
  nginx/repos/extra-i686/nginx.install
(from rev 211727, nginx/trunk/nginx.install)
  nginx/repos/extra-i686/service
(from rev 211727, nginx/trunk/service)
  nginx/repos/extra-x86_64/PKGBUILD
(from rev 211727, nginx/trunk/PKGBUILD)
  nginx/repos/extra-x86_64/logrotate
(from rev 211727, nginx/trunk/logrotate)
  nginx/repos/extra-x86_64/nginx.install
(from rev 211727, nginx/trunk/nginx.install)
  nginx/repos/extra-x86_64/service
(from rev 211727, nginx/trunk/service)
Deleted:
  nginx/repos/extra-i686/PKGBUILD
  nginx/repos/extra-i686/logrotate
  nginx/repos/extra-i686/nginx.install
  nginx/repos/extra-i686/service
  nginx/repos/extra-x86_64/PKGBUILD
  nginx/repos/extra-x86_64/logrotate
  nginx/repos/extra-x86_64/nginx.install
  nginx/repos/extra-x86_64/service

+
 /PKGBUILD  |  200 +++
 /logrotate |   18 +++
 /nginx.install |   42 +
 /service   |   30 ++
 extra-i686/PKGBUILD|  100 -
 extra-i686/logrotate   |9 -
 extra-i686/nginx.install   |   21 
 extra-i686/service |   15 ---
 extra-x86_64/PKGBUILD  |  100 -
 extra-x86_64/logrotate |9 -
 extra-x86_64/nginx.install |   21 
 extra-x86_64/service   |   15 ---
 12 files changed, 290 insertions(+), 290 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2014-04-24 13:42:55 UTC (rev 211727)
+++ extra-i686/PKGBUILD 2014-04-24 13:43:09 UTC (rev 211728)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-# Contributor: Daniel Micay danielmi...@gmail.com
-
-pkgname=nginx
-pkgver=1.4.7
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('aee151d298dcbfeb88b3f7dd3e7a4d17'
- '5c0cd4fd992596938b2d4fd98b2bac41'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-  rmdir $pkgdir/run
-}
-
-# vim:set ts=2 sw=2 et:

Copied: 

[arch-commits] Commit in nginx/repos (16 files)

2014-04-10 Thread Daniel Micay
Date: Thursday, April 10, 2014 @ 20:04:00
  Author: thestinger
Revision: 109140

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 109139, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 109139, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 109139, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 109139, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 109139, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 109139, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 109139, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 109139, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  200 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   30 +
 community-i686/PKGBUILD|   99 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   21 
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |   99 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   21 
 community-x86_64/service   |   14 --
 12 files changed, 290 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-04-10 18:03:17 UTC (rev 109139)
+++ community-i686/PKGBUILD 2014-04-10 18:04:00 UTC (rev 109140)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgname=nginx
-pkgver=1.4.7
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('aee151d298dcbfeb88b3f7dd3e7a4d17'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE 

[arch-commits] Commit in nginx/repos (16 files)

2014-03-18 Thread Bartłomiej Piotrowski
Date: Tuesday, March 18, 2014 @ 18:19:21
  Author: bpiotrowski
Revision: 107711

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 107710, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 107710, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 107710, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 107710, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 107710, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 107710, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 107710, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 107710, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  198 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   28 +
 community-i686/PKGBUILD|   99 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   21 
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |   99 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   21 
 community-x86_64/service   |   14 --
 12 files changed, 286 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-18 17:19:10 UTC (rev 107710)
+++ community-i686/PKGBUILD 2014-03-18 17:19:21 UTC (rev 107711)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgname=nginx
-pkgver=1.4.6
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('dee0fc2151cebde709c93ca20d8f239f'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE 

[arch-commits] Commit in nginx/repos (16 files)

2014-03-04 Thread Bartłomiej Piotrowski
Date: Tuesday, March 4, 2014 @ 17:35:59
  Author: bpiotrowski
Revision: 106490

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 106489, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 106489, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 106489, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 106489, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 106489, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 106489, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 106489, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 106489, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  198 +++
 /logrotate |   18 +++
 /nginx.install |   42 
 /service   |   28 +
 community-i686/PKGBUILD|   99 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   21 
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |   99 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   21 
 community-x86_64/service   |   14 --
 12 files changed, 286 insertions(+), 286 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-04 16:35:51 UTC (rev 106489)
+++ community-i686/PKGBUILD 2014-03-04 16:35:59 UTC (rev 106490)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgname=nginx
-pkgver=1.4.5
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=nginx.install
-source=($url/download/nginx-$pkgver.tar.gz
-service
-logrotate)
-md5sums=('1a635e9543570f0c881b8ec9db0c6898'
- 'ce9a06bcaf66ec4a3c4eb59b636e0dfd'
- '3441ce77cdd1aab6f0ab7e212698a8a7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-
-  sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-
-  rm $pkgdir/etc/nginx/*.default
-
-  install -d $pkgdir/var/lib/nginx
-  install -dm700 $pkgdir/var/lib/nginx/proxy
-
-  chmod 750 $pkgdir/var/log/nginx
-  chown http:log $pkgdir/var/log/nginx
-
-  install -d $pkgdir/usr/share/nginx
-  mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx
-
-  install -Dm644 ../logrotate $pkgdir/etc/logrotate.d/nginx
-  install -Dm644 ../service $pkgdir/usr/lib/systemd/system/nginx.service
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE

[arch-commits] Commit in nginx/repos (16 files)

2014-02-11 Thread Bartłomiej Piotrowski
Date: Tuesday, February 11, 2014 @ 18:09:36
  Author: bpiotrowski
Revision: 105603

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 105602, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 105602, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 105602, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 105602, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 105602, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 105602, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 105602, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 105602, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/install
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/install
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  198 +++
 /logrotate |   18 +++
 /service   |   28 +
 community-i686/PKGBUILD|   96 --
 community-i686/install |   21 
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   21 
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |   96 --
 community-x86_64/install   |   21 
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   21 
 community-x86_64/service   |   14 --
 13 files changed, 286 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-11 17:09:23 UTC (rev 105602)
+++ community-i686/PKGBUILD 2014-02-11 17:09:36 UTC (rev 105603)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgname=nginx
-pkgver=1.4.4
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=install
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
-'service'
-'logrotate')
-sha256sums=('7c989a58e5408c9593da0bebcd0e4ffc3d892d1316ba5042ddb0be5b0b4102b9'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=stderr \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-
-sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-rm $pkgdir/etc/nginx/*.default
-
-install -d $pkgdir/var/lib/nginx
-install -dm700 $pkgdir/var/lib/nginx/proxy
-
-chmod 750 $pkgdir/var/log/nginx
-chown http:log $pkgdir/var/log/nginx

[arch-commits] Commit in nginx/repos (16 files)

2013-12-24 Thread Bartłomiej Piotrowski
Date: Tuesday, December 24, 2013 @ 09:43:25
  Author: bpiotrowski
Revision: 102927

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 102926, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/install
(from rev 102926, nginx/trunk/install)
  nginx/repos/community-i686/logrotate
(from rev 102926, nginx/trunk/logrotate)
  nginx/repos/community-i686/service
(from rev 102926, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 102926, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/install
(from rev 102926, nginx/trunk/install)
  nginx/repos/community-x86_64/logrotate
(from rev 102926, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/service
(from rev 102926, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/install
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/install
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  192 +++
 /install   |   42 +
 /logrotate |   18 
 /service   |   28 ++
 community-i686/PKGBUILD|   96 -
 community-i686/install |   21 
 community-i686/logrotate   |9 --
 community-i686/service |   14 ---
 community-x86_64/PKGBUILD  |   96 -
 community-x86_64/install   |   21 
 community-x86_64/logrotate |9 --
 community-x86_64/service   |   14 ---
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-12-24 08:43:10 UTC (rev 102926)
+++ community-i686/PKGBUILD 2013-12-24 08:43:25 UTC (rev 102927)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgname=nginx
-pkgver=1.4.4
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=install
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
-'service'
-'logrotate')
-sha256sums=('7c989a58e5408c9593da0bebcd0e4ffc3d892d1316ba5042ddb0be5b0b4102b9'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-
-sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-rm $pkgdir/etc/nginx/*.default
-
-install -d $pkgdir/var/lib/nginx
-install -dm700 $pkgdir/var/lib/nginx/proxy
-
-chmod 750 $pkgdir/var/log/nginx
-chown http:log $pkgdir/var/log/nginx
-
-install -d $pkgdir/usr/share/nginx
-mv $pkgdir/etc/nginx/html/ 

[arch-commits] Commit in nginx/repos (16 files)

2013-11-20 Thread Bartłomiej Piotrowski
Date: Wednesday, November 20, 2013 @ 10:06:39
  Author: bpiotrowski
Revision: 101228

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 101227, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/install
(from rev 101227, nginx/trunk/install)
  nginx/repos/community-i686/logrotate
(from rev 101227, nginx/trunk/logrotate)
  nginx/repos/community-i686/service
(from rev 101227, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 101227, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/install
(from rev 101227, nginx/trunk/install)
  nginx/repos/community-x86_64/logrotate
(from rev 101227, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/service
(from rev 101227, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/install
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/install
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  192 +++
 /install   |   42 +
 /logrotate |   18 
 /service   |   28 ++
 community-i686/PKGBUILD|   96 -
 community-i686/install |   21 
 community-i686/logrotate   |9 --
 community-i686/service |   14 ---
 community-x86_64/PKGBUILD  |   96 -
 community-x86_64/install   |   21 
 community-x86_64/logrotate |9 --
 community-x86_64/service   |   14 ---
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-20 09:06:24 UTC (rev 101227)
+++ community-i686/PKGBUILD 2013-11-20 09:06:39 UTC (rev 101228)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgname=nginx
-pkgver=1.4.3
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=install
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
-'service'
-'logrotate')
-sha256sums=('ae123885c923a6c3f5bab0a8b7296ef21c4fdf6087834667ebbc16338177de84'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-
-sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-rm $pkgdir/etc/nginx/*.default
-
-install -d $pkgdir/var/lib/nginx
-install -dm700 $pkgdir/var/lib/nginx/proxy
-
-chmod 750 $pkgdir/var/log/nginx
-chown http:log $pkgdir/var/log/nginx
-
-install -d $pkgdir/usr/share/nginx
-mv $pkgdir/etc/nginx/html/ 

[arch-commits] Commit in nginx/repos (16 files)

2013-10-10 Thread Sébastien Luttringer
Date: Thursday, October 10, 2013 @ 09:58:09
  Author: seblu
Revision: 98429

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 98428, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/install
(from rev 98428, nginx/trunk/install)
  nginx/repos/community-i686/logrotate
(from rev 98428, nginx/trunk/logrotate)
  nginx/repos/community-i686/service
(from rev 98428, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 98428, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/install
(from rev 98428, nginx/trunk/install)
  nginx/repos/community-x86_64/logrotate
(from rev 98428, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/service
(from rev 98428, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/install
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/install
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  192 +++
 /install   |   42 +
 /logrotate |   18 
 /service   |   28 ++
 community-i686/PKGBUILD|   96 -
 community-i686/install |   21 
 community-i686/logrotate   |9 --
 community-i686/service |   14 ---
 community-x86_64/PKGBUILD  |   96 -
 community-x86_64/install   |   21 
 community-x86_64/logrotate |9 --
 community-x86_64/service   |   14 ---
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-10-10 07:57:57 UTC (rev 98428)
+++ community-i686/PKGBUILD 2013-10-10 07:58:09 UTC (rev 98429)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgname=nginx
-pkgver=1.4.2
-pkgrel=4
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-url='http://nginx.org'
-license=('custom')
-depends=('pcre' 'zlib' 'openssl')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-install=install
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
-'service'
-'logrotate')
-sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
-
-build() {
-cd $pkgname-$pkgver
-./configure \
---prefix=/etc/nginx \
---conf-path=/etc/nginx/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/run/nginx.pid \
---lock-path=/run/lock/nginx.lock \
---user=http \
---group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=/var/lib/nginx/client-body \
---http-proxy-temp-path=/var/lib/nginx/proxy \
---http-fastcgi-temp-path=/var/lib/nginx/fastcgi \
---http-scgi-temp-path=/var/lib/nginx/scgi \
---http-uwsgi-temp-path=/var/lib/nginx/uwsgi \
---with-imap \
---with-imap_ssl_module \
---with-ipv6 \
---with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_mp4_module \
---with-http_secure_link_module \
---with-http_sub_module
-make
-}
-
-package() {
-cd $pkgname-$pkgver
-make DESTDIR=$pkgdir install
-
-sed -e 's|\user\s\+\w\+;|user html;|g' \
--e '44s|html|/usr/share/nginx/html|' \
--e '54s|html|/usr/share/nginx/html|' \
--i $pkgdir/etc/nginx/nginx.conf
-rm $pkgdir/etc/nginx/*.default
-
-install -d $pkgdir/var/lib/nginx
-install -dm700 $pkgdir/var/lib/nginx/proxy
-
-chmod 750 $pkgdir/var/log/nginx
-chown http:log $pkgdir/var/log/nginx
-
-install -d $pkgdir/usr/share/nginx
-mv $pkgdir/etc/nginx/html/ $pkgdir/usr/share/nginx

[arch-commits] Commit in nginx/repos (16 files)

2013-08-30 Thread Sébastien Luttringer
Date: Friday, August 30, 2013 @ 12:03:50
  Author: seblu
Revision: 96471

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

Added:
  nginx/repos/community-testing-i686/PKGBUILD
(from rev 96470, nginx/trunk/PKGBUILD)
  nginx/repos/community-testing-i686/logrotate
(from rev 96470, nginx/trunk/logrotate)
  nginx/repos/community-testing-i686/nginx.install
(from rev 96470, nginx/trunk/nginx.install)
  nginx/repos/community-testing-i686/service
(from rev 96470, nginx/trunk/service)
  nginx/repos/community-testing-x86_64/PKGBUILD
(from rev 96470, nginx/trunk/PKGBUILD)
  nginx/repos/community-testing-x86_64/logrotate
(from rev 96470, nginx/trunk/logrotate)
  nginx/repos/community-testing-x86_64/nginx.install
(from rev 96470, nginx/trunk/nginx.install)
  nginx/repos/community-testing-x86_64/service
(from rev 96470, nginx/trunk/service)
Deleted:
  nginx/repos/community-testing-i686/PKGBUILD
  nginx/repos/community-testing-i686/logrotate
  nginx/repos/community-testing-i686/nginx.install
  nginx/repos/community-testing-i686/service
  nginx/repos/community-testing-x86_64/PKGBUILD
  nginx/repos/community-testing-x86_64/logrotate
  nginx/repos/community-testing-x86_64/nginx.install
  nginx/repos/community-testing-x86_64/service

+
 /PKGBUILD  |  256 +++
 /logrotate |   18 ++
 /nginx.install |   44 +
 /service   |   28 +++
 community-testing-i686/PKGBUILD|  128 ---
 community-testing-i686/logrotate   |9 -
 community-testing-i686/nginx.install   |   22 --
 community-testing-i686/service |   14 -
 community-testing-x86_64/PKGBUILD  |  128 ---
 community-testing-x86_64/logrotate |9 -
 community-testing-x86_64/nginx.install |   22 --
 community-testing-x86_64/service   |   14 -
 12 files changed, 346 insertions(+), 346 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-08-30 10:03:38 UTC (rev 96470)
+++ community-testing-i686/PKGBUILD 2013-08-30 10:03:50 UTC (rev 96471)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgbase=nginx
-pkgname=(nginx nginx-extra)
-pkgver=1.4.2
-pkgrel=2
-arch=('i686' 'x86_64')
-makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
-url='http://nginx.org'
-license=('custom')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
-'http://web.iti.upv.es/~sto/nginx/ngx_http_auth_pam_module-1.2.tar.gz'
-'service'
-'logrotate')
-sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
-'5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
-
-_base_options=(
-'--prefix=/etc/nginx'
-'--conf-path=/etc/nginx/nginx.conf'
-'--sbin-path=/usr/bin/nginx'
-'--pid-path=/run/nginx.pid'
-'--lock-path=/run/lock/nginx.lock'
-'--user=http'
-'--group=http'
-'--http-log-path=/var/log/nginx/access.log'
-'--error-log-path=/var/log/nginx/error.log'
-'--http-client-body-temp-path=/var/lib/nginx/client-body'
-'--http-proxy-temp-path=/var/lib/nginx/proxy'
-'--http-fastcgi-temp-path=/var/lib/nginx/fastcgi'
-'--http-scgi-temp-path=/var/lib/nginx/scgi'
-'--http-uwsgi-temp-path=/var/lib/nginx/uwsgi'
-'--with-imap'
-'--with-imap_ssl_module'
-'--with-ipv6'
-'--with-pcre-jit'
-'--with-file-aio'
-'--with-http_dav_module'
-'--with-http_gunzip_module'
-'--with-http_gzip_static_module'
-'--with-http_realip_module'
-'--with-http_spdy_module'
-'--with-http_ssl_module'
-'--with-http_stub_status_module'
-)
-
-prepare() {
-cp -a $pkgname-$pkgver $pkgname-extra-$pkgver
-}
-
-build() {
-msg2 'Build standard version'
-cd $srcdir/$pkgname-$pkgver
-./configure ${_base_options[@]}
-make
-
-msg2 'Build extra version'
-cd $srcdir/$pkgname-extra-$pkgver
-./configure ${_base_options[@]} \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
---with-http_geoip_module \
-

[arch-commits] Commit in nginx/repos (16 files)

2013-08-30 Thread Sébastien Luttringer
Date: Saturday, August 31, 2013 @ 03:00:34
  Author: seblu
Revision: 96524

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

Added:
  nginx/repos/community-testing-i686/PKGBUILD
(from rev 96523, nginx/trunk/PKGBUILD)
  nginx/repos/community-testing-i686/install
(from rev 96523, nginx/trunk/install)
  nginx/repos/community-testing-i686/logrotate
(from rev 96523, nginx/trunk/logrotate)
  nginx/repos/community-testing-i686/service
(from rev 96523, nginx/trunk/service)
  nginx/repos/community-testing-x86_64/PKGBUILD
(from rev 96523, nginx/trunk/PKGBUILD)
  nginx/repos/community-testing-x86_64/install
(from rev 96523, nginx/trunk/install)
  nginx/repos/community-testing-x86_64/logrotate
(from rev 96523, nginx/trunk/logrotate)
  nginx/repos/community-testing-x86_64/service
(from rev 96523, nginx/trunk/service)
Deleted:
  nginx/repos/community-testing-i686/PKGBUILD
  nginx/repos/community-testing-i686/logrotate
  nginx/repos/community-testing-i686/nginx.install
  nginx/repos/community-testing-i686/service
  nginx/repos/community-testing-x86_64/PKGBUILD
  nginx/repos/community-testing-x86_64/logrotate
  nginx/repos/community-testing-x86_64/nginx.install
  nginx/repos/community-testing-x86_64/service

+
 /PKGBUILD  |  192 +++
 /logrotate |   18 ++
 /service   |   28 
 community-testing-i686/PKGBUILD|  128 
 community-testing-i686/install |   21 +++
 community-testing-i686/logrotate   |9 -
 community-testing-i686/nginx.install   |   22 ---
 community-testing-i686/service |   14 --
 community-testing-x86_64/PKGBUILD  |  128 
 community-testing-x86_64/install   |   21 +++
 community-testing-x86_64/logrotate |9 -
 community-testing-x86_64/nginx.install |   22 ---
 community-testing-x86_64/service   |   14 --
 13 files changed, 280 insertions(+), 346 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2013-08-31 01:00:22 UTC (rev 96523)
+++ community-testing-i686/PKGBUILD 2013-08-31 01:00:34 UTC (rev 96524)
@@ -1,128 +0,0 @@
-# $Id$
-# Maintainer: Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Maintainer: Sébastien Luttringer
-# Contributor: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-pkgbase=nginx
-pkgname=(nginx nginx-extra)
-pkgver=1.4.2
-pkgrel=3
-arch=('i686' 'x86_64')
-makedepends=('pcre' 'zlib' 'openssl' 'gd' 'geoip' 'passenger')
-url='http://nginx.org'
-license=('custom')
-backup=('etc/nginx/fastcgi.conf'
-'etc/nginx/fastcgi_params'
-'etc/nginx/koi-win'
-'etc/nginx/koi-utf'
-'etc/nginx/mime.types'
-'etc/nginx/nginx.conf'
-'etc/nginx/scgi_params'
-'etc/nginx/uwsgi_params'
-'etc/nginx/win-utf'
-'etc/logrotate.d/nginx')
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz;
-'http://web.iti.upv.es/~sto/nginx/ngx_http_auth_pam_module-1.2.tar.gz'
-'service'
-'logrotate')
-sha256sums=('5361ffb7b0ebf8b1a04369bc3d1295eaed091680c1c58115f88d56c8e51f3611'
-'5a85970ba61a99f55a26d2536a11d512b39bbd622f5737d25a9a8c10db81efa9'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'272907d3213d69dac3bd6024d6d150caa23cb67d4f121e4171f34ba5581f9e98')
-
-_base_options=(
-'--prefix=/etc/nginx'
-'--conf-path=/etc/nginx/nginx.conf'
-'--sbin-path=/usr/bin/nginx'
-'--pid-path=/run/nginx.pid'
-'--lock-path=/run/lock/nginx.lock'
-'--user=http'
-'--group=http'
-'--http-log-path=/var/log/nginx/access.log'
-'--error-log-path=/var/log/nginx/error.log'
-'--http-client-body-temp-path=/var/lib/nginx/client-body'
-'--http-proxy-temp-path=/var/lib/nginx/proxy'
-'--http-fastcgi-temp-path=/var/lib/nginx/fastcgi'
-'--http-scgi-temp-path=/var/lib/nginx/scgi'
-'--http-uwsgi-temp-path=/var/lib/nginx/uwsgi'
-'--with-imap'
-'--with-imap_ssl_module'
-'--with-ipv6'
-'--with-pcre-jit'
-'--with-file-aio'
-'--with-http_dav_module'
-'--with-http_gunzip_module'
-'--with-http_gzip_static_module'
-'--with-http_realip_module'
-'--with-http_spdy_module'
-'--with-http_ssl_module'
-'--with-http_stub_status_module'
-)
-
-prepare() {
-cp -a $pkgname-$pkgver $pkgname-extra-$pkgver
-}
-
-build() {
-msg2 'Build standard version'
-cd $srcdir/$pkgname-$pkgver
-./configure ${_base_options[@]}
-make
-
-msg2 'Build extra version'
-cd $srcdir/$pkgname-extra-$pkgver
-./configure ${_base_options[@]} \
---with-http_addition_module \
---with-http_degradation_module \
---with-http_flv_module \
-

[arch-commits] Commit in nginx/repos (16 files)

2013-07-17 Thread Bartłomiej Piotrowski
Date: Wednesday, July 17, 2013 @ 21:28:57
  Author: bpiotrowski
Revision: 94240

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 94239, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 94239, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 94239, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 94239, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 94239, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 94239, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 94239, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 94239, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  204 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  102 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  102 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-17 19:28:38 UTC (rev 94239)
+++ community-i686/PKGBUILD 2013-07-17 19:28:57 UTC (rev 94240)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.4.1
-pkgrel=4
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   

[arch-commits] Commit in nginx/repos (16 files)

2013-07-09 Thread Bartłomiej Piotrowski
Date: Tuesday, July 9, 2013 @ 09:18:03
  Author: bpiotrowski
Revision: 93729

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 93728, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 93728, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 93728, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 93728, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 93728, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 93728, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 93728, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 93728, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  204 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  102 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  102 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-07-09 07:17:40 UTC (rev 93728)
+++ community-i686/PKGBUILD 2013-07-09 07:18:03 UTC (rev 93729)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.4.1
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-  

[arch-commits] Commit in nginx/repos (16 files)

2013-05-17 Thread Bartłomiej Piotrowski
Date: Friday, May 17, 2013 @ 08:59:15
  Author: bpiotrowski
Revision: 90996

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 90995, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 90995, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 90995, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 90995, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 90995, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 90995, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 90995, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 90995, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  204 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  102 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  102 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-17 06:58:53 UTC (rev 90995)
+++ community-i686/PKGBUILD 2013-05-17 06:59:15 UTC (rev 90996)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.4.1
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
-'05fdc0c0483410944b988d7f4beabb00bec4a44a41bd13ebc9b78585da7d3f9b'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/bin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   

[arch-commits] Commit in nginx/repos (16 files)

2013-05-12 Thread Bartłomiej Piotrowski
Date: Sunday, May 12, 2013 @ 08:32:22
  Author: bpiotrowski
Revision: 90389

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 90388, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 90388, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 90388, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 90388, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 90388, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 90388, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 90388, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 90388, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  204 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  102 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  102 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-12 06:32:07 UTC (rev 90388)
+++ community-i686/PKGBUILD 2013-05-12 06:32:22 UTC (rev 90389)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.4.1
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('bca5d1e89751ba29406185e1736c390412603a7e6b604f5b4575281f6565d119'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-  

[arch-commits] Commit in nginx/repos (16 files)

2013-05-07 Thread Bartłomiej Piotrowski
Date: Tuesday, May 7, 2013 @ 14:27:35
  Author: bpiotrowski
Revision: 90146

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 90145, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 90145, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 90145, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 90145, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 90145, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 90145, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 90145, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 90145, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  204 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  102 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  102 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 280 insertions(+), 280 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-07 12:27:08 UTC (rev 90145)
+++ community-i686/PKGBUILD 2013-05-07 12:27:35 UTC (rev 90146)
@@ -1,102 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.4.0
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('84aeb7a131fccff036dc80283dd98c989d2844eb84359cfe7c4863475de923a9'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gunzip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_spdy_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-  

[arch-commits] Commit in nginx/repos (16 files)

2013-04-24 Thread Bartłomiej Piotrowski
Date: Wednesday, April 24, 2013 @ 17:32:13
  Author: bpiotrowski
Revision: 6

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 5, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 5, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 5, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 5, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 5, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 5, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 5, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 5, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  200 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  100 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  100 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 276 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-24 15:31:58 UTC (rev 5)
+++ community-i686/PKGBUILD 2013-04-24 15:32:13 UTC (rev 6)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.2.8
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('d2947c98c5bed311b1e6c04e35a730af92e40e2e6bfe9201fa7f404987457137'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   -e '44s|html|/usr/share/nginx/html|' \
-   -e 

[arch-commits] Commit in nginx/repos (16 files)

2013-04-24 Thread Bartłomiej Piotrowski
Date: Thursday, April 25, 2013 @ 06:37:43
  Author: bpiotrowski
Revision: 88940

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 88939, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 88939, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 88939, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 88939, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 88939, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 88939, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 88939, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 88939, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  204 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  100 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  100 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 280 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-25 04:37:15 UTC (rev 88939)
+++ community-i686/PKGBUILD 2013-04-25 04:37:43 UTC (rev 88940)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('84aeb7a131fccff036dc80283dd98c989d2844eb84359cfe7c4863475de923a9'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   -e '44s|html|/usr/share/nginx/html|' \
-   -e 

[arch-commits] Commit in nginx/repos (16 files)

2013-04-02 Thread Bartłomiej Piotrowski
Date: Tuesday, April 2, 2013 @ 21:17:59
  Author: bpiotrowski
Revision: 87542

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 87541, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 87541, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 87541, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 87541, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 87541, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 87541, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 87541, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 87541, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  200 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|  100 ---
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   15 --
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |  100 ---
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   15 --
 community-x86_64/service   |   14 --
 12 files changed, 276 insertions(+), 276 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-04-02 19:17:04 UTC (rev 87541)
+++ community-i686/PKGBUILD 2013-04-02 19:17:59 UTC (rev 87542)
@@ -1,100 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.2.7
-pkgrel=5
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'9523a1fdd5eb61bf62f3049f6ee088b198e36d5edcce2d9b08bbeb2930aa5a16')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   -e '44s|html|/usr/share/nginx/html|' \
-   -e 

[arch-commits] Commit in nginx/repos (16 files)

2013-03-22 Thread Evangelos Foutras
Date: Friday, March 22, 2013 @ 21:04:56
  Author: foutrelis
Revision: 86846

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 86845, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 86845, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 86845, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 86845, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 86845, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 86845, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 86845, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 86845, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 /PKGBUILD  |  200 +++
 /logrotate |   18 +++
 /nginx.install |   30 +
 /service   |   28 +
 community-i686/PKGBUILD|   97 --
 community-i686/logrotate   |9 -
 community-i686/nginx.install   |   19 ---
 community-i686/service |   14 --
 community-x86_64/PKGBUILD  |   97 --
 community-x86_64/logrotate |9 -
 community-x86_64/nginx.install |   19 ---
 community-x86_64/service   |   14 --
 12 files changed, 276 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-22 20:04:36 UTC (rev 86845)
+++ community-i686/PKGBUILD 2013-03-22 20:04:56 UTC (rev 86846)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.2.7
-pkgrel=4
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'a21b564eaf83b4b4ce3a436e895bd37e000677fb314b89818f89f30caca6e6d9')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   -e '44s|html|/usr/share/nginx/html|' \
-   -e 

[arch-commits] Commit in nginx/repos (16 files)

2013-02-23 Thread Bartłomiej Piotrowski
Date: Saturday, February 23, 2013 @ 21:47:41
  Author: bpiotrowski
Revision: 84730

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 84729, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 84729, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 84729, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 84729, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 84729, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 84729, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 84729, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 84729, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 community-i686/PKGBUILD|  194 +++
 community-i686/logrotate   |   18 +--
 community-i686/nginx.install   |   38 +++
 community-i686/service |   28 ++---
 community-x86_64/PKGBUILD  |  194 +++
 community-x86_64/logrotate |   18 +--
 community-x86_64/nginx.install |   38 +++
 community-x86_64/service   |   28 ++---
 8 files changed, 278 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-23 20:47:17 UTC (rev 84729)
+++ community-i686/PKGBUILD 2013-02-23 20:47:41 UTC (rev 84730)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.2.7
-pkgrel=2
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'b0ef6c00e0e94926588242ed910b387922e513d5152fcdb651dc06e2b84e7d85')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   -e '44s|html|/usr/share/nginx/html|' \
-   -e '54s|html|/usr/share/nginx/html|' \
-   -i $pkgdir/etc/nginx/nginx.conf
-   rm $pkgdir/etc/nginx/*.default
-
-   install -d 

[arch-commits] Commit in nginx/repos (16 files)

2013-02-23 Thread Evangelos Foutras
Date: Sunday, February 24, 2013 @ 01:14:35
  Author: foutrelis
Revision: 84738

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

Added:
  nginx/repos/community-i686/PKGBUILD
(from rev 84737, nginx/trunk/PKGBUILD)
  nginx/repos/community-i686/logrotate
(from rev 84737, nginx/trunk/logrotate)
  nginx/repos/community-i686/nginx.install
(from rev 84737, nginx/trunk/nginx.install)
  nginx/repos/community-i686/service
(from rev 84737, nginx/trunk/service)
  nginx/repos/community-x86_64/PKGBUILD
(from rev 84737, nginx/trunk/PKGBUILD)
  nginx/repos/community-x86_64/logrotate
(from rev 84737, nginx/trunk/logrotate)
  nginx/repos/community-x86_64/nginx.install
(from rev 84737, nginx/trunk/nginx.install)
  nginx/repos/community-x86_64/service
(from rev 84737, nginx/trunk/service)
Deleted:
  nginx/repos/community-i686/PKGBUILD
  nginx/repos/community-i686/logrotate
  nginx/repos/community-i686/nginx.install
  nginx/repos/community-i686/service
  nginx/repos/community-x86_64/PKGBUILD
  nginx/repos/community-x86_64/logrotate
  nginx/repos/community-x86_64/nginx.install
  nginx/repos/community-x86_64/service

+
 community-i686/PKGBUILD|  194 +++
 community-i686/logrotate   |   18 +--
 community-i686/nginx.install   |   38 +++
 community-i686/service |   28 ++---
 community-x86_64/PKGBUILD  |  194 +++
 community-x86_64/logrotate |   18 +--
 community-x86_64/nginx.install |   38 +++
 community-x86_64/service   |   28 ++---
 8 files changed, 278 insertions(+), 278 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-02-24 00:12:50 UTC (rev 84737)
+++ community-i686/PKGBUILD 2013-02-24 00:14:35 UTC (rev 84738)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer:  Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer:  Bartłomiej Piotrowski nos...@bpiotrowski.pl
-# Contributor: Miroslaw Szot m...@czlug.icis.pcz.pl
-
-_cfgdir=/etc/nginx
-_tmpdir=/var/lib/nginx
-
-pkgname=nginx
-pkgver=1.2.7
-pkgrel=3
-pkgdesc='Lightweight HTTP server and IMAP/POP3 proxy server'
-arch=('i686' 'x86_64')
-depends=('pcre' 'zlib' 'openssl' 'geoip')
-makedepends=('passenger')
-url=http://nginx.org;
-license=('custom')
-install=nginx.install
-backup=(${_cfgdir:1}/fastcgi.conf
-   ${_cfgdir:1}/fastcgi_params
-   ${_cfgdir:1}/koi-win
-   ${_cfgdir:1}/koi-utf
-   ${_cfgdir:1}/mime.types
-   ${_cfgdir:1}/nginx.conf
-   ${_cfgdir:1}/scgi_params
-   ${_cfgdir:1}/uwsgi_params
-   ${_cfgdir:1}/win-utf
-   etc/logrotate.d/nginx)
-source=(http://nginx.org/download/nginx-$pkgver.tar.gz
-   service
-   logrotate)
-sha256sums=('2457a878943fb409ec4fcb46b43af222d06a584f93228e17a4f02b0e7bfc9de3'
-'77da8ce4d8378048606a25e09270ee187d6b226ee750b6cb4313af5549f5156a'
-'a21b564eaf83b4b4ce3a436e895bd37e000677fb314b89818f89f30caca6e6d9')
-
-build() {
-   cd $srcdir/$pkgname-$pkgver
-
-   ./configure \
---prefix=$_cfgdir \
---conf-path=$_cfgdir/nginx.conf \
---sbin-path=/usr/sbin/nginx \
---pid-path=/var/run/nginx.pid \
---lock-path=/var/lock/nginx.lock \
---user=http --group=http \
---http-log-path=/var/log/nginx/access.log \
---error-log-path=/var/log/nginx/error.log \
---http-client-body-temp-path=$_tmpdir/client-body \
---http-proxy-temp-path=$_tmpdir/proxy \
---http-fastcgi-temp-path=$_tmpdir/fastcgi \
---http-scgi-temp-path=$_tmpdir/scgi \
---http-uwsgi-temp-path=$_tmpdir/uwsgi \
---with-imap --with-imap_ssl_module \
---with-ipv6 --with-pcre-jit \
---with-file-aio \
---with-http_dav_module \
---with-http_geoip_module \
---with-http_gzip_static_module \
---with-http_realip_module \
---with-http_ssl_module \
---with-http_stub_status_module \
---add-module=/usr/lib/passenger/ext/nginx \
-#--with-http_mp4_module \
-#--with-http_addition_module \
-#--with-http_xslt_module \
-#--with-http_image_filter_module \
-#--with-http_sub_module \
-#--with-http_flv_module \
-#--with-http_random_index_module \
-#--with-http_secure_link_module \
-#--with-http_degradation_module \
-#--with-http_perl_module \
-
-   make
-}
-
-package() {
-   cd $srcdir/$pkgname-$pkgver
-   make DESTDIR=$pkgdir install
-
-   sed -e 's|\user\s\+\w\+;|user html;|g' \
-   -e '44s|html|/usr/share/nginx/html|' \
-   -e '54s|html|/usr/share/nginx/html|' \
-   -i $pkgdir/etc/nginx/nginx.conf
-   rm $pkgdir/etc/nginx/*.default
-
-   install -d