From cbd31d6b5c9a363b1efd2c8282a94a33c5110765 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 7 Feb 2011 13:54:38 +0100 Subject: [PATCH] fcgiwrap: Added fcgiwrap 1.0.3 - A simple FastCGI wrapper for CGI scripts --- www/fcgiwrap/0001-Makefile.in-prefix.patch | 30 ++++++++++++++++++++ www/fcgiwrap/fcgiwrap.cache | 28 ++++++++++++++++++ www/fcgiwrap/fcgiwrap.conf | 15 ++++++++++ www/fcgiwrap/fcgiwrap.desc | 33 ++++++++++++++++++++++ 4 files changed, 106 insertions(+) create mode 100644 www/fcgiwrap/0001-Makefile.in-prefix.patch create mode 100644 www/fcgiwrap/fcgiwrap.cache create mode 100644 www/fcgiwrap/fcgiwrap.conf create mode 100644 www/fcgiwrap/fcgiwrap.desc diff --git a/www/fcgiwrap/0001-Makefile.in-prefix.patch b/www/fcgiwrap/0001-Makefile.in-prefix.patch new file mode 100644 index 000000000..e250681d8 --- /dev/null +++ b/www/fcgiwrap/0001-Makefile.in-prefix.patch @@ -0,0 +1,30 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../fcgiwrap/0001-Makefile.in-prefix.patch +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +Description: + Don't use @prefix@ while defining {target,man8}dir because @sbindir@ and + @mandir@ will include the prefix by default. + +--- ./Makefile.in.orig 2011-02-07 13:36:14.910698451 +0100 ++++ ./Makefile.in 2011-02-07 13:38:21.898695404 +0100 +@@ -1,5 +1,5 @@ +-targetdir = $(DESTDIR)@prefix@@sbindir@ +-man8dir = $(DESTDIR)@prefix@@mandir@/man8 ++targetdir = $(DESTDIR)@sbindir@ ++man8dir = $(DESTDIR)@mandir@/man8 + + .PHONY: clean distclean + diff --git a/www/fcgiwrap/fcgiwrap.cache b/www/fcgiwrap/fcgiwrap.cache new file mode 100644 index 000000000..369482e38 --- /dev/null +++ b/www/fcgiwrap/fcgiwrap.cache @@ -0,0 +1,28 @@ + +[TIMESTAMP] 1297082819 Mon Feb 7 13:46:59 2011 +[BUILDTIME] 0 (5) +[SIZE] 0.03 MB, 7 files + +[DEP] autoconf +[DEP] automake +[DEP] bash +[DEP] binutils +[DEP] bzip2 +[DEP] coreutils +[DEP] diffutils +[DEP] fcgi +[DEP] fhs +[DEP] findutils +[DEP] gawk +[DEP] gcc +[DEP] glibc +[DEP] grep +[DEP] m4 +[DEP] make +[DEP] patch +[DEP] perl +[DEP] runit +[DEP] sed +[DEP] sysfiles +[DEP] tar +[DEP] util-linux-ng diff --git a/www/fcgiwrap/fcgiwrap.conf b/www/fcgiwrap/fcgiwrap.conf new file mode 100644 index 000000000..a60553ad0 --- /dev/null +++ b/www/fcgiwrap/fcgiwrap.conf @@ -0,0 +1,15 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../fcgiwrap/fcgiwrap.conf +# Copyright (C) 2011 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; version 2 of the License. A copy of the +# GNU General Public License can be found in the file COPYING. +# --- SDE-COPYRIGHT-NOTE-END --- + +hook_add preconf 1 'autoreconf -i' diff --git a/www/fcgiwrap/fcgiwrap.desc b/www/fcgiwrap/fcgiwrap.desc new file mode 100644 index 000000000..fdd6babbb --- /dev/null +++ b/www/fcgiwrap/fcgiwrap.desc @@ -0,0 +1,33 @@ +[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- +[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. +[COPY] +[COPY] Filename: package/.../fcgiwrap/fcgiwrap.desc +[COPY] Copyright (C) 2011 The OpenSDE Project +[COPY] +[COPY] More information can be found in the files COPYING and README. +[COPY] +[COPY] This program is free software; you can redistribute it and/or modify +[COPY] it under the terms of the GNU General Public License as published by +[COPY] the Free Software Foundation; version 2 of the License. A copy of the +[COPY] GNU General Public License can be found in the file COPYING. +[COPY] --- SDE-COPYRIGHT-NOTE-END --- + +[I] A simple FastCGI wrapper for CGI scripts + +[T] fcgiwrap is a simple server for running CGI applications over FastCGI. +[T] Its primary purpose is to provide clean CGI support to Nginx, and other web +[T] servers that only provide FastCGI supportC by default. + +[U] http://nginx.localdomain.pl/wiki/FcgiWrap + +[A] Grzegorz Nosek +[M] The OpenSDE Community + +[C] extra/server + +[L] OpenSource +[S] Stable +[V] 1.0.3 +[P] X -----5---9 800.000 + +[D] 3757927263 fcgiwrap-1.0.3.tar.gz http://github.com/downloads/gnosek/fcgiwrap/