[arch-commits] Commit in fcgiwrap/repos (10 files)

Dave Reisner dreisner at archlinux.org
Fri Feb 12 01:31:23 UTC 2016


    Date: Friday, February 12, 2016 @ 02:31:22
  Author: dreisner
Revision: 161329

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

Added:
  fcgiwrap/repos/community-i686/LICENSE
    (from rev 161328, fcgiwrap/trunk/LICENSE)
  fcgiwrap/repos/community-i686/PKGBUILD
    (from rev 161328, fcgiwrap/trunk/PKGBUILD)
  fcgiwrap/repos/community-x86_64/LICENSE
    (from rev 161328, fcgiwrap/trunk/LICENSE)
  fcgiwrap/repos/community-x86_64/PKGBUILD
    (from rev 161328, fcgiwrap/trunk/PKGBUILD)
Deleted:
  fcgiwrap/repos/community-i686/LICENSE
  fcgiwrap/repos/community-i686/PKGBUILD
  fcgiwrap/repos/community-i686/fcgiwrap.service
  fcgiwrap/repos/community-x86_64/LICENSE
  fcgiwrap/repos/community-x86_64/PKGBUILD
  fcgiwrap/repos/community-x86_64/fcgiwrap.service

-----------------------------------+
 /LICENSE                          |   48 ++++++++++++++++++++++++++
 /PKGBUILD                         |   66 ++++++++++++++++++++++++++++++++++++
 community-i686/LICENSE            |   24 -------------
 community-i686/PKGBUILD           |   33 ------------------
 community-i686/fcgiwrap.service   |   13 -------
 community-x86_64/LICENSE          |   24 -------------
 community-x86_64/PKGBUILD         |   33 ------------------
 community-x86_64/fcgiwrap.service |   13 -------
 8 files changed, 114 insertions(+), 140 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2016-02-12 01:30:56 UTC (rev 161328)
+++ community-i686/LICENSE	2016-02-12 01:31:22 UTC (rev 161329)
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2007-2010 Grzegorz Nosek
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following
- * conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */

Copied: fcgiwrap/repos/community-i686/LICENSE (from rev 161328, fcgiwrap/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2016-02-12 01:31:22 UTC (rev 161329)
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2007-2010 Grzegorz Nosek
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-12 01:30:56 UTC (rev 161328)
+++ community-i686/PKGBUILD	2016-02-12 01:31:22 UTC (rev 161329)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
-# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
-
-pkgname=fcgiwrap
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='A simple server for running CGI applications over FastCGI.'
-arch=('i686' 'x86_64')
-url='http://nginx.localdomain.pl/wiki/FcgiWrap'
-license=('MIT')
-depends=('fcgi' 'systemd')
-source=("https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz"
-        'LICENSE')
-md5sums=('d14f56bda6758a6e02aa7b3fb125cbce'
-         '5aee62c27b4308f25ab32f05da387366')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  autoreconf --install
-  # Here --sbindir is implicitly prefixed by /usr
-  ./configure --prefix=/usr --mandir=/share/man --sbindir=/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fcgiwrap/repos/community-i686/PKGBUILD (from rev 161328, fcgiwrap/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-12 01:31:22 UTC (rev 161329)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
+# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
+
+pkgname=fcgiwrap
+pkgver=1.1.0
+pkgrel=4
+pkgdesc='A simple server for running CGI applications over FastCGI.'
+arch=('i686' 'x86_64')
+url='http://nginx.localdomain.pl/wiki/FcgiWrap'
+license=('MIT')
+depends=('fcgi' 'systemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz"
+        'LICENSE')
+md5sums=('d14f56bda6758a6e02aa7b3fb125cbce'
+         '5aee62c27b4308f25ab32f05da387366')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf --install
+  # Here --sbindir is implicitly prefixed by /usr
+  ./configure --prefix=/usr --mandir=/share/man --sbindir=/bin --with-systemd
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-i686/fcgiwrap.service
===================================================================
--- community-i686/fcgiwrap.service	2016-02-12 01:30:56 UTC (rev 161328)
+++ community-i686/fcgiwrap.service	2016-02-12 01:31:22 UTC (rev 161329)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Simple server for running CGI applications over FastCGI
-After=syslog.target network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-Restart=on-abort
-PIDFile=/var/run/fcgiwrap.pid
-ExecStart=/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9001 -u http -g http -- /usr/sbin/fcgiwrap
-ExecStop=/usr/bin/kill -15 $MAINPID
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/LICENSE
===================================================================
--- community-x86_64/LICENSE	2016-02-12 01:30:56 UTC (rev 161328)
+++ community-x86_64/LICENSE	2016-02-12 01:31:22 UTC (rev 161329)
@@ -1,24 +0,0 @@
-/*
- * Copyright (c) 2007-2010 Grzegorz Nosek
- *
- * Permission is hereby granted, free of charge, to any person
- * obtaining a copy of this software and associated documentation
- * files (the "Software"), to deal in the Software without
- * restriction, including without limitation the rights to use,
- * copy, modify, merge, publish, distribute, sublicense, and/or sell
- * copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following
- * conditions:
- *
- * The above copyright notice and this permission notice shall be
- * included in all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
- * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
- * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
- * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
- * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
- * OTHER DEALINGS IN THE SOFTWARE.
- */

Copied: fcgiwrap/repos/community-x86_64/LICENSE (from rev 161328, fcgiwrap/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2016-02-12 01:31:22 UTC (rev 161329)
@@ -0,0 +1,24 @@
+/*
+ * Copyright (c) 2007-2010 Grzegorz Nosek
+ *
+ * Permission is hereby granted, free of charge, to any person
+ * obtaining a copy of this software and associated documentation
+ * files (the "Software"), to deal in the Software without
+ * restriction, including without limitation the rights to use,
+ * copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the
+ * Software is furnished to do so, subject to the following
+ * conditions:
+ *
+ * The above copyright notice and this permission notice shall be
+ * included in all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ * OTHER DEALINGS IN THE SOFTWARE.
+ */

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-12 01:30:56 UTC (rev 161328)
+++ community-x86_64/PKGBUILD	2016-02-12 01:31:22 UTC (rev 161329)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
-# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
-
-pkgname=fcgiwrap
-pkgver=1.1.0
-pkgrel=3
-pkgdesc='A simple server for running CGI applications over FastCGI.'
-arch=('i686' 'x86_64')
-url='http://nginx.localdomain.pl/wiki/FcgiWrap'
-license=('MIT')
-depends=('fcgi' 'systemd')
-source=("https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz"
-        'LICENSE')
-md5sums=('d14f56bda6758a6e02aa7b3fb125cbce'
-         '5aee62c27b4308f25ab32f05da387366')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  autoreconf --install
-  # Here --sbindir is implicitly prefixed by /usr
-  ./configure --prefix=/usr --mandir=/share/man --sbindir=/bin
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-  install -Dm0644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: fcgiwrap/repos/community-x86_64/PKGBUILD (from rev 161328, fcgiwrap/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-12 01:31:22 UTC (rev 161329)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
+# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
+
+pkgname=fcgiwrap
+pkgver=1.1.0
+pkgrel=4
+pkgdesc='A simple server for running CGI applications over FastCGI.'
+arch=('i686' 'x86_64')
+url='http://nginx.localdomain.pl/wiki/FcgiWrap'
+license=('MIT')
+depends=('fcgi' 'systemd')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/${pkgver}.tar.gz"
+        'LICENSE')
+md5sums=('d14f56bda6758a6e02aa7b3fb125cbce'
+         '5aee62c27b4308f25ab32f05da387366')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  autoreconf --install
+  # Here --sbindir is implicitly prefixed by /usr
+  ./configure --prefix=/usr --mandir=/share/man --sbindir=/bin --with-systemd
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 ../LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Deleted: community-x86_64/fcgiwrap.service
===================================================================
--- community-x86_64/fcgiwrap.service	2016-02-12 01:30:56 UTC (rev 161328)
+++ community-x86_64/fcgiwrap.service	2016-02-12 01:31:22 UTC (rev 161329)
@@ -1,13 +0,0 @@
-[Unit]
-Description=Simple server for running CGI applications over FastCGI
-After=syslog.target network.target remote-fs.target nss-lookup.target
-
-[Service]
-Type=forking
-Restart=on-abort
-PIDFile=/var/run/fcgiwrap.pid
-ExecStart=/usr/bin/spawn-fcgi -a 127.0.0.1 -p 9001 -u http -g http -- /usr/sbin/fcgiwrap
-ExecStop=/usr/bin/kill -15 $MAINPID
-
-[Install]
-WantedBy=multi-user.target



More information about the arch-commits mailing list