Christian Wiese
14 years ago
committed by
Christian Wiese
4 changed files with 106 additions and 0 deletions
@ -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
|
||||||
|
|
@ -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 |
@ -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' |
@ -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 <root@localdomain.pl> |
||||||
|
[M] The OpenSDE Community <list@opensde.org> |
||||||
|
|
||||||
|
[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/ |
Loading…
Reference in new issue