| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
31 Dec 2012 12:53:31
1.0.3_5
|
bapt  |
Remove shlib numbers
Trim headers |
18 Nov 2012 16:33:31
1.0.3_5
|
hrs  |
Fix rc.d script to support systems before and after ${name}_fib is introduced
into rc.subr. Bump PORTREVISION.
Feature safe: yes |
27 Jan 2012 08:05:14
1.0.3_4
|
bapt  |
- Enable multiprofile fcgiwrap rc script modeled over the nginx rc script
- pet portlint
- bump portrevision
PR: ports/164186
Submitted by: srdjan.rosic@gmail.com |
14 Jan 2012 08:57:23
1.0.3_3
|
dougb  |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
15 May 2011 02:49:17
1.0.3_3
|
dougb  |
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""
These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.
In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.
In a few places, add $FreeBSD$
No functional changes, so no PORTREVISION bumps |
19 Mar 2011 12:38:54
1.0.3_3
|
miwi  |
- Get Rid MD5 support |
04 Dec 2010 07:34:27
1.0.3_3
|
ade  |
Sync to new bsd.autotools.mk |
01 Dec 2010 07:13:56
1.0.3_3
|
bapt  |
- s/login/LOGIN/ in rc script
- cleaner way to handle pre_cmd
- cleanup pid file left behind
Reported by: dougb |
29 Nov 2010 11:47:07
1.0.3_3
|
bapt  |
Fix rc script when fcgiwrap_user is not set
bump portrevision |
22 Nov 2010 13:46:46
1.0.3_2
|
bapt  |
Fix typo in rc script |
16 Oct 2010 11:52:47
1.0.3_2
|
ade  |
Punt autoconf267->autoconf268 |
15 Sep 2010 18:35:24
1.0.3_2
|
ade  |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
23 Aug 2010 13:39:41
1.0.3_1
|
bapt  |
- remove useless addition of ${fcgiwrap_flags} to command_args
Reported by: dougb
Approved by: jadawin (co-mentor) |
17 Aug 2010 19:40:37
1.0.3_1
|
bapt  |
- Add rc script
Approved by: tabthorpe (mentor) |
28 Jul 2010 17:31:01
1.0.3
|
bapt  |
Change maintainer address to my new @FreeBSD.org
Approved by: jadawin@ (co-mentor) |
20 Jul 2010 13:03:00
1.0.3
|
jadawin  |
fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes
to provide clean CGI support to Nginx (and other web servers that may need it).
Features:
* very lightweight (84KB of private memory per instance)
* fixes broken CR/LF in headers
* handles environment in a sane way (CGI scripts get HTTP-related env. vars
* from FastCGI parameters and inherit all the others from fcgiwrap's
* environment)
* no configuration, so you can run several sites off the same fcgiwrap pool
* passes CGI stderr output to fcgiwrap's stderr (this is by design but
* stderr could be also passed to FastCGI stderr stream)
WWW: http://nginx.localdomain.pl/wiki/FcgiWrap
PR: ports/148649
Submitted by: Bapt <baptiste.daroussin at gmail.com> |