Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.28
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
27 May 2018 20:15:20
0.28
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
27 Feb 2018 13:25:37
0.28
|
sunpoet  |
Update to 0.28
- Add LICENSE
- Add NO_ARCH
- Update pkg-descr
- Take maintainership
Changes: http://search.cpan.org/dist/FCGI-ProcManager/ChangeLog |
27 Feb 2018 04:55:52
0.25
|
yuri  |
Maintainer reset for e-mails in domains without MX records
15 ports are affected.
$ dig absoludicrous.com MX | grep MX
; <<>> DiG 9.12.0 <<>> absoludicrous.com MX
;absoludicrous.com. IN MX
$ dig bsdforfe.com MX | grep MX
; <<>> DiG 9.12.0 <<>> bsdforfe.com MX
;bsdforfe.com. IN MX
$ dig vmailbox.org MX | grep MX
; <<>> DiG 9.12.0 <<>> vmailbox.org MX
;vmailbox.org. IN MX (Only the first 15 lines of the commit message are shown above ) |
23 May 2016 18:36:52
0.25
|
amdmi3  |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
01 Mar 2015 16:00:35
0.25
|
adamw  |
Update to 0.25.
Changes: https://metacpan.org/changes/distribution/FCGI-ProcManager
PR: 197729
Approved by: maintainer timeout (2 weeks) |
26 Nov 2014 13:08:38
0.24_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
05 Jan 2014 13:05:57
0.24
|
az  |
- stage support
Approved by: portmgr (blanket infrastructure) |
20 Sep 2013 23:36:54
0.24
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
02 Sep 2013 09:44:14
0.24
|
az  |
- convert to the new perl5 framework
Approved by: portmgr (bapt@, blanket) |
13 Jan 2012 04:16:18
0.24
|
sunpoet  |
- Update to 0.24
Changes: http://search.cpan.org/dist/FCGI-ProcManager/ChangeLog |
19 Mar 2011 12:38:54
0.19
|
miwi  |
- Get Rid MD5 support |
14 Aug 2009 19:46:14
0.19
|
araujo  |
- Update to 0.19.
PR: ports/137704
Submitted by: Sylvio Cesar <scjamorim@bsd.com.br>
Approved by: Peter Vereshagin <peter@vereshagin.org> (maintainer) |
07 Apr 2008 16:12:50
0.18
|
rafan  |
- Update to 0.18
PR: ports/122464
Submitted by: Yarodin <yarodin at gmail.com>
Approved by: Peter Vereshagin <peter at vereshagin.org> (maintainer) |
31 Dec 2007 00:28:05
0.17
|
miwi  |
FCGI::ProcManager is used to serve as a FastCGI process manager. By
re-implementing it in perl, developers can more finely tune performance in
their web applications, and can take advantage of copy-on-write semantics
prevalent in UNIX kernel process management. The process manager should
be invoked before the caller''s request loop
WWW: http://search.cpan.org/dist/FCGI-ProcManager/
PR: ports/119009
Submitted by: Peter <peter at vereshagin.org> |