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

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri May 31 00:13:35 UTC 2013


    Date: Friday, May 31, 2013 @ 02:13:34
  Author: seblu
Revision: 92039

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

Added:
  fcgiwrap/repos/community-i686/LICENSE
    (from rev 92038, fcgiwrap/trunk/LICENSE)
  fcgiwrap/repos/community-i686/PKGBUILD
    (from rev 92038, fcgiwrap/trunk/PKGBUILD)
  fcgiwrap/repos/community-i686/fcgiwrap.service
    (from rev 92038, fcgiwrap/trunk/fcgiwrap.service)
  fcgiwrap/repos/community-x86_64/LICENSE
    (from rev 92038, fcgiwrap/trunk/LICENSE)
  fcgiwrap/repos/community-x86_64/PKGBUILD
    (from rev 92038, fcgiwrap/trunk/PKGBUILD)
  fcgiwrap/repos/community-x86_64/fcgiwrap.service
    (from rev 92038, fcgiwrap/trunk/fcgiwrap.service)
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                         |   64 ++++++++++++++++++++++++++++++++++++
 /fcgiwrap.service                 |   26 ++++++++++++++
 community-i686/LICENSE            |   24 -------------
 community-i686/PKGBUILD           |   32 ------------------
 community-i686/fcgiwrap.service   |   13 -------
 community-x86_64/LICENSE          |   24 -------------
 community-x86_64/PKGBUILD         |   32 ------------------
 community-x86_64/fcgiwrap.service |   13 -------
 9 files changed, 138 insertions(+), 138 deletions(-)

Deleted: community-i686/LICENSE
===================================================================
--- community-i686/LICENSE	2013-05-31 00:13:24 UTC (rev 92038)
+++ community-i686/LICENSE	2013-05-31 00:13:34 UTC (rev 92039)
@@ -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 92038, fcgiwrap/trunk/LICENSE)
===================================================================
--- community-i686/LICENSE	                        (rev 0)
+++ community-i686/LICENSE	2013-05-31 00:13:34 UTC (rev 92039)
@@ -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	2013-05-31 00:13:24 UTC (rev 92038)
+++ community-i686/PKGBUILD	2013-05-31 00:13:34 UTC (rev 92039)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
-# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
-
-pkgname=fcgiwrap
-pkgver=1.1.0
-pkgrel=1
-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
-  ./configure --prefix=/usr --mandir=/share/man
-  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 92038, fcgiwrap/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-31 00:13:34 UTC (rev 92039)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
+# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
+
+pkgname=fcgiwrap
+pkgver=1.1.0
+pkgrel=2
+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
+  ./configure --prefix=/usr --mandir=/share/man --sbindir=/usr/bin
+  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	2013-05-31 00:13:24 UTC (rev 92038)
+++ community-i686/fcgiwrap.service	2013-05-31 00:13:34 UTC (rev 92039)
@@ -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

Copied: fcgiwrap/repos/community-i686/fcgiwrap.service (from rev 92038, fcgiwrap/trunk/fcgiwrap.service)
===================================================================
--- community-i686/fcgiwrap.service	                        (rev 0)
+++ community-i686/fcgiwrap.service	2013-05-31 00:13:34 UTC (rev 92039)
@@ -0,0 +1,13 @@
+[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	2013-05-31 00:13:24 UTC (rev 92038)
+++ community-x86_64/LICENSE	2013-05-31 00:13:34 UTC (rev 92039)
@@ -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 92038, fcgiwrap/trunk/LICENSE)
===================================================================
--- community-x86_64/LICENSE	                        (rev 0)
+++ community-x86_64/LICENSE	2013-05-31 00:13:34 UTC (rev 92039)
@@ -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	2013-05-31 00:13:24 UTC (rev 92038)
+++ community-x86_64/PKGBUILD	2013-05-31 00:13:34 UTC (rev 92039)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
-# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
-
-pkgname=fcgiwrap
-pkgver=1.1.0
-pkgrel=1
-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
-  ./configure --prefix=/usr --mandir=/share/man
-  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 92038, fcgiwrap/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-31 00:13:34 UTC (rev 92039)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+# Contributor: Aaron Bull Schaefer <aaron at elasticdog.com>
+# Contributor: Ron Huang <ronhuang+aur at gmail dot com>
+
+pkgname=fcgiwrap
+pkgver=1.1.0
+pkgrel=2
+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
+  ./configure --prefix=/usr --mandir=/share/man --sbindir=/usr/bin
+  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	2013-05-31 00:13:24 UTC (rev 92038)
+++ community-x86_64/fcgiwrap.service	2013-05-31 00:13:34 UTC (rev 92039)
@@ -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

Copied: fcgiwrap/repos/community-x86_64/fcgiwrap.service (from rev 92038, fcgiwrap/trunk/fcgiwrap.service)
===================================================================
--- community-x86_64/fcgiwrap.service	                        (rev 0)
+++ community-x86_64/fcgiwrap.service	2013-05-31 00:13:34 UTC (rev 92039)
@@ -0,0 +1,13 @@
+[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