notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
p5-FCGI-Spawn FastCGI server for CGI-like applications multiprocessing
0.16.7_1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.16.7_1Version of this port present on the latest quarterly branch.
Maintainer: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2008-01-12 16:11:38
Last Update: 2022-09-07 21:58:51
Commit Hash: fb16dfe
Also Listed In: perl5
License: LGPL21
WWW:
https://metacpan.org/release/FCGI-Spawn
Description:
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.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (14 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-FCGI-Spawn-0.16.7_1/catalog.mk
  2. /usr/local/share/licenses/p5-FCGI-Spawn-0.16.7_1/LICENSE
  3. /usr/local/share/licenses/p5-FCGI-Spawn-0.16.7_1/LGPL21
  4. bin/fcgi_spawn
  5. etc/fcgi_spawn/fcgi_spawn.conf.sample
  6. lib/perl5/site_perl/FCGI/Spawn.pm
  7. lib/perl5/site_perl/FCGI/Spawn/BinUtils.pm
  8. lib/perl5/site_perl/man/man1/fcgi_spawn.1.gz
  9. lib/perl5/site_perl/man/man3/FCGI::Spawn.3.gz
  10. lib/perl5/site_perl/man/man3/FCGI::Spawn::BinUtils.3.gz
  11. share/doc/p5-FCGI-Spawn/README
  12. @owner
  13. @group
  14. @mode
Collapse this list.
Dependency lines:
  • p5-FCGI-Spawn>0:www/p5-FCGI-Spawn
To install the port:
cd /usr/ports/www/p5-FCGI-Spawn/ && make install clean
To add the package, run one of these commands:
  • pkg install www/p5-FCGI-Spawn
  • pkg install p5-FCGI-Spawn
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: p5-FCGI-Spawn
Flavors: there is no flavor information for this port.
distinfo:
SHA256 (FCGI-Spawn-0.16.7.tar.gz) = 22ea38ecf0ff21ad811f1c3c14a4dcd3f628752db03542ca094b58e8cc6003c5 SIZE (FCGI-Spawn-0.16.7.tar.gz) = 30436

Packages (timestamps in pop-ups are UTC):
p5-FCGI-Spawn
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.16.7_10.16.7_10.16.7_10.16.7_10.16.7_1-0.16.7_1-
FreeBSD:13:quarterly0.16.7_10.16.7_10.16.7_10.16.7_10.16.7_10.16.7_10.16.7_10.16.7_1
FreeBSD:14:latest0.16.7_10.16.7_10.16.7_10.16.7_10.16.7_10.16.7_1-0.16.7_1
FreeBSD:14:quarterly0.16.7_10.16.7_1-0.16.7_10.16.7_10.16.7_10.16.7_10.16.7_1
FreeBSD:15:latest0.16.7_10.16.7_1n/a0.16.7_1n/a0.16.7_10.16.7_10.16.7_1
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. p5-CGI-Fast>=0 : www/p5-CGI-Fast
  2. p5-Const-Fast>0 : devel/p5-Const-Fast
  3. p5-FCGI>0 : www/p5-FCGI
  4. p5-FCGI-ProcManager>0 : www/p5-FCGI-ProcManager
  5. perl5>=5.32.r0<5.33 : lang/perl5.32
  6. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. p5-CGI-Fast>=0 : www/p5-CGI-Fast
  2. p5-Const-Fast>0 : devel/p5-Const-Fast
  3. p5-FCGI>0 : www/p5-FCGI
  4. p5-FCGI-ProcManager>0 : www/p5-FCGI-ProcManager
  5. perl5>=5.32.r0<5.33 : lang/perl5.32
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for p5-FCGI-Spawn-0.16.7_1: DOCS=on: Build and/or install documentation MYSQL=off: MySQL dependency to run on RC start PGSQL=off: PgSQL dependency to run on RC start ===> Use 'make config' to modify these settings
Options name:
www_p5-FCGI-Spawn
USES:
perl5
pkg-message:
For install:
For the first time, check all the docs supplied wwith the package. To run the fcgi_spawn on boot time, create the system user for it, and group, too. After that, assuming you name them "fcgi", add this to your rc.conf: fcgi_spawn_enable="YES" fcgi_spawn_username="fcgi" fcgi_spawn_groupname="fcgi" You may want to set fcgi_spawn_flags also according to taste.
Master Sites:
Expand this list (12 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/FCGI/
  2. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/FCGI/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/FCGI/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/FCGI/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/modules/by-module/FCGI/
  7. http://backpan.perl.org/modules/by-module/FCGI/
  8. http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/FCGI/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/modules/by-module/FCGI/
  10. https://cpan.metacpan.org/modules/by-module/
  11. https://cpan.metacpan.org/modules/by-module/FCGI/
  12. https://www.cpan.org/modules/by-module/FCGI/
Collapse this list.

Number of commits found: 32

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.16.7_1
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.16.7_1
20 Jul 2022 14:23:26
commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90commit hash: e915e756715f12e5e0e46993b1265f44690b4a90 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
www: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *
  *  <hvo.pm@xs4all.nl>
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron LI <aly@aaronly.me>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Abel Chow <achow@transoft.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Adrian Steinmann <ast@marabu.ch>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.16.7_1
06 Apr 2021 14:31:13
commit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937dcommit hash: 135fdeebb99c3569e42d8162b265e15d29bd937d files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
all: Remove all other $FreeBSD keywords.
0.16.7_1
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.16.7_1
14 Aug 2019 12:25:09
Revision:508913Original commit files touched by this commit
mat search for other commits by this committer
Convert to UCL & cleanup pkg-message (categories w)
0.16.7_1
06 Oct 2018 13:06:45
Revision:481365Original commit files touched by this commit
des search for other commits by this committer
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.

Approved by:	portmgr (adamw)
0.16.7_1
27 May 2018 20:15:20
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
Update WWW

search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
0.16.7_1
09 Mar 2018 21:49:26
Revision:464022Original commit files touched by this commit
sunpoet search for other commits by this committer
Add LICENSE

- Add removed Perl core module to *_DEPENDS
- Add NO_ARCH
- Add missing OPTIONS_DEFINE=DOCS
- Remove no-op "${ECHO} ${WITH_MYSQL} ${SUB_LIST}" which seems for debugging
purpose
- Convert to options target helper
- Sort PLIST
- Pass maintainership to perl@
0.16.7_1
27 Feb 2018 04:55:52
Revision:463107Original commit files touched by this commit
yuri search for other commits by this committer
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 View all of this commit message)
0.16.7_1
23 May 2016 18:36:52
Revision:415738Original commit files touched by this commit
amdmi3 search for other commits by this committer
Convert tab after WWW: in pkg-descrs to single space as per PHB

Approved by:	portmgr blanket
0.16.7_1
01 Apr 2016 14:33:58
Revision:412351Original commit files touched by this commit
mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.

With hat:	portmgr
Sponsored by:	Absolight
0.16.7_1
14 Sep 2015 12:19:50
Revision:396892Original commit files touched by this commit
mat search for other commits by this committer
Make it so that the default Perl is always called perl5.

- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
  Though you should note that only the default version can be used to
  install Perl modules, and the non default Perl versions cannot use the
  modules installed via ports if they contain .so as they are installed
  in a version specific directory.

Reviewed by:	bapt (the Mk bits)
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3542
0.16.7_1
16 Jul 2015 04:02:15
Revision:392266Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Drop @dirrm* from plist

Approved by:	portmgr blanket
0.16.7_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
0.16.7
07 Feb 2014 08:28:06
Revision:343193Original commit files touched by this commit
ehaupt search for other commits by this committer
Support staging.
0.16.7
20 Sep 2013 23:36:54
Revision:327776Original commit files touched by this commit
bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
0.16.7
14 Sep 2013 14:47:57
Revision:327292Original commit files touched by this commit
az search for other commits by this committer
- convert to the new perl5 framework
- convert USE_GMAKE to Uses

Approved by:	portmgr (bapt@, blanket)
0.16.7
04 Jun 2013 10:02:00
Revision:319846Original commit files touched by this commit
bapt search for other commits by this committer
Convert to new options framework
0.16.7
27 Feb 2013 10:22:11
Revision:313043Original commit files touched by this commit
culot search for other commits by this committer
- Update to 0.16.7 [1]
- Add TEST_DEPENDS
- Trim Makefile's header
- Pet portlint(1) by converting spaces into tabs in Makefile

Changes:        http://search.cpan.org/dist/FCGI-Spawn/Changes
PR:             ports/173698 [1] (based on)
Submitted by:   Peter Vereshagin <peter@vereshagin.org> (maintainer)
0.16.1
30 Jun 2012 14:31:06
Original commit files touched by this commit
az search for other commits by this committer
- Remove SITE_PERL from *_DEPENDS

Approved by: portmgr@ (bapt@)
0.16.1
14 Jan 2012 08:57:23
Original commit files touched by this commit
dougb search for other commits by this committer
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.
0.16.1
19 Mar 2011 12:38:54
Original commit files touched by this commit
miwi search for other commits by this committer
- Get Rid MD5 support
0.16.1
16 Apr 2010 20:11:40
Original commit files touched by this commit
dougb search for other commits by this committer
Hard-code /etc/rc.subr instead of the no longer functional %%RC_SUBR%%

While I'm here remove an empty BEFORE: line
0.15.1
14 Apr 2010 14:12:41
Original commit files touched by this commit
skreuzer search for other commits by this committer
Include a message upon port installation
0.15.1
14 Apr 2010 13:58:53
Original commit files touched by this commit
skreuzer search for other commits by this committer
I forgot to add some new files so the Previous commit was incomplete.

PR:             ports/144262
Submitted by:   Peter Vereshagin <peter@vereshagin.org>
0.16.1
14 Apr 2010 13:48:02
Original commit files touched by this commit
skreuzer search for other commits by this committer
Update to 0.16.1

PR:             ports/144262
Submitted by:   Peter Vereshagin <peter@vereshagin.org>
0.15.1
16 Dec 2009 19:04:11
Original commit files touched by this commit
pgollucci search for other commits by this committer
- Update to 0.15

PR:             ports/141556
Approved by:    maintainer
Submitted by:   myself (pgollucci@)
0.14
14 Aug 2009 19:47:18
Original commit files touched by this commit
araujo search for other commits by this committer
- Update to 0.14.

PR:             ports/137705
Submitted by:   Sylvio Cesar <scjamorim@bsd.com.br>
Approved by:    Peter Vereshagin <peter@vereshagin.org> (maintainer)
0.13
01 Sep 2008 14:20:49
Original commit files touched by this commit
rafan search for other commits by this committer
- Update to 0.13

PR:             ports/127007
Submitted by:   Peter Vereshagin <peter at vereshagin.org> (maintainer)
0.12
26 Feb 2008 20:04:31
Original commit files touched by this commit
gabor search for other commits by this committer
- Update to 0.12
- Fix WWW

PR:             ports/121012
Submitted by:   Felippe de Meirelles Motta <lippemail@gmail.com>
Approved by:    maintainer
0.1
12 Jan 2008 16:11:30
Original commit files touched by this commit
miwi search for other commits by this committer
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>

Number of commits found: 32