From 18a41d682d6e91e0d28fce23eb75292f477bd620 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 11 Aug 2013 01:21:34 -0700 Subject: Sun Aug 11 01:21:31 PDT 2013 --- community/fcgiwrap/LICENSE | 24 ------------------------ community/fcgiwrap/PKGBUILD | 33 --------------------------------- community/fcgiwrap/fcgiwrap.service | 13 ------------- 3 files changed, 70 deletions(-) delete mode 100644 community/fcgiwrap/LICENSE delete mode 100644 community/fcgiwrap/PKGBUILD delete mode 100644 community/fcgiwrap/fcgiwrap.service (limited to 'community/fcgiwrap') diff --git a/community/fcgiwrap/LICENSE b/community/fcgiwrap/LICENSE deleted file mode 100644 index 84eacbe12..000000000 --- a/community/fcgiwrap/LICENSE +++ /dev/null @@ -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. - */ diff --git a/community/fcgiwrap/PKGBUILD b/community/fcgiwrap/PKGBUILD deleted file mode 100644 index 068d81a63..000000000 --- a/community/fcgiwrap/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 92086 2013-05-31 10:35:32Z seblu $ -# Maintainer: Lukas Fleischer -# Contributor: Aaron Bull Schaefer -# Contributor: Ron Huang - -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" -} diff --git a/community/fcgiwrap/fcgiwrap.service b/community/fcgiwrap/fcgiwrap.service deleted file mode 100644 index f59f18db2..000000000 --- a/community/fcgiwrap/fcgiwrap.service +++ /dev/null @@ -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 -- cgit v1.2.3-54-g00ecf