notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/fcgiwrap/pkg-descr
SVNWeb

Number of commits found: 4

Wed, 7 Sep 2022
[ 21:58 Stefan Eßer (se) search for other commits by this committer ]    commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4  commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4  commit hash:fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4  fb16dfe  (Only the first 10 of 27964 ports in this commit are shown above. View all ports for this commit)
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)
Thu, 19 May 2016
[ 10:53 amdmi3 search for other commits by this committer ] Original commit   Revision:415500 (Only the first 10 of 853 ports in this commit are shown above. View all ports for this commit)
- Fix trailing whitespace in pkg-descrs, categories [p-x]*

Approved by:	portmgr blanket
Mon, 31 Dec 2012
[ 12:53 bapt search for other commits by this committer ] Original commit   Revision:309737
Remove shlib numbers
Trim headers
Tue, 20 Jul 2010
[ 13:03 jadawin search for other commits by this committer ] Original commit 
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>

Number of commits found: 4