| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
14 Jan 2012 08:57:23
0.16.1
|
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. |
19 Mar 2011 12:38:54
0.16.1
|
miwi  |
- Get Rid MD5 support |
16 Apr 2010 20:11:40
0.16.1
|
dougb  |
Hard-code /etc/rc.subr instead of the no longer functional %%RC_SUBR%%
While I'm here remove an empty BEFORE: line |
14 Apr 2010 14:12:41
0.15.1
|
skreuzer  |
Include a message upon port installation |
14 Apr 2010 13:58:53
0.15.1
|
skreuzer  |
I forgot to add some new files so the Previous commit was incomplete.
PR: ports/144262
Submitted by: Peter Vereshagin <peter@vereshagin.org> |
14 Apr 2010 13:48:02
0.16.1
|
skreuzer  |
Update to 0.16.1
PR: ports/144262
Submitted by: Peter Vereshagin <peter@vereshagin.org> |
16 Dec 2009 19:04:11
0.15.1
|
pgollucci  |
- Update to 0.15
PR: ports/141556
Approved by: maintainer
Submitted by: myself (pgollucci@) |
14 Aug 2009 19:47:18
0.14
|
araujo  |
- Update to 0.14.
PR: ports/137705
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Peter Vereshagin <peter@vereshagin.org> (maintainer) |
01 Sep 2008 14:20:49
0.13
|
rafan  |
- Update to 0.13
PR: ports/127007
Submitted by: Peter Vereshagin <peter at vereshagin.org> (maintainer) |
26 Feb 2008 20:04:31
0.12
|
gabor  |
- Update to 0.12
- Fix WWW
PR: ports/121012
Submitted by: Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by: maintainer |
12 Jan 2008 16:11:30
0.1
|
miwi  |
FCGI::Spawn is used to serve as a FastCGI process manager. Besides
the features the FCGI::ProcManager posess itself, the FCGI::Spawn
is targeted as web server admin understandable instance for building
the own fastcgi server with copy-on-write memory sharing among forks
and with single input parameters like socket path and processes number.
Another thing to mention is that it is able to execute any file pointed
by Web server. So we have the daemon that is hot ready for hosting
providing.
WWW: http://search.cpan.org/dist/FCGI-ProcManager/
PR: ports/119010
Submitted by: Peter <peter at vereshagin.org> |