delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2006/08/09/02:49:32

X-Spam-Check-By: sourceware.org
Message-Id: <announce.44D90441.1040400@x-ray.at>
Date: Tue, 08 Aug 2006 23:38:09 +0200
From: Reini Urban <rurban AT x-ray DOT at>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.8.0.6) Gecko/20060729 SeaMonkey/1.0.4
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: [ANNOUNCEMENT] New packages: fcgi-2.4.0-2
Reply-To: cygwin AT cygwin DOT com
X-Mailer: Perl5 Mail::Internet v1.74
X-IsSubscribed: yes
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com

--------------010407000206010000040905
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

fcgi-2.4.0-2, with the accompaning libraries libfcgi0 and libfcgi-devel 
has been added to the cygwin repository.

I attached the README for full info.

Note that first tests with the only official combination so far: 
lighttpd-1.4.9 and clisp-2.39 crashed clisp. This is not a fastcgi 
problem. But you can easily use the cgi wrapper to let any cgi use the 
fastcgi advantages.

If you have questions or comments, please send them to
the Cygwin mailing list at: cygwin AT cygwin DOT com .

               *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce
mailing list, look at the "List-Unsubscribe: " tag in
the email header of this message. Send email to the
address specified there. It will be in the format:

cygwin-announce-unsubscribe-you=yourdomain DOT com AT cygwin DOT com

If you need more information on unsubscribing, start
reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing
that is available starting at this URL.


--------------010407000206010000040905
Content-Type: text/plain;
 name="fcgi-2.4.0.README"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="fcgi-2.4.0.README"

fcgi
------------------------------------------
FastCGI A High-Performance Gateway Interface.

Static library and a cgi-wrapper to create fastcgi enabled applications. 
End users will most likely not need that.
FastCGI is a fast, open, and secure Web server interface that
solves the performance problems inherent in CGI without introducing
any of the new problems associated with writing applications to
lower-level Web server APIs. Modules to support FastCGI can be plugged
into Web server APIs such as Apache API, NSAPI, and ISAPI.

Runtime requirements:
  cygwin-1.5.20-1 or newer

Build requirements:
  cygwin
  gcc-core
  automake
  autoconf
  binutils

Canonical homepage:
  http://fastcgi.com/

Canonical download:
  http://fastcgi.com/dist/fcgi-2.4.0.tar.gz

------------------------------------

Build instructions:
  tar xfj fcgi-<VERSION>-<CYGREL>-src.tar.bz2
    if you use setup to install this src package, it will be
	 unpacked under /usr/src automatically
  cd /usr/src
  cygport fcgi-<VERSION>-<CYGREL>.cygport all

This will create:
  /usr/src/fcgi-<VERSION>-<CYGREL>.tar.bz2
  /usr/src/fcgi-<VERSION>-<CYGREL>-src.tar.bz2
  /usr/src/libfcgi0-<VERSION>-<CYGREL>.tar.bz2
  /usr/src/libfcgi-devel-<VERSION>-<CYGREL>.tar.bz2

Or use 'cygport fcgi-<VERSION>-<CYGREL>.cygport prep' 
to get a patched source directory.

-------------------------------------------

Files included in the fcgi package:

  /usr/bin/cgi-fcgi.exe
  /usr/lib/fcgi/examples/authorizer.exe
  /usr/lib/fcgi/examples/echo-cpp.exe
  /usr/lib/fcgi/examples/echo-x.exe
  /usr/lib/fcgi/examples/echo.exe
  /usr/lib/fcgi/examples/log-dump.exe
  /usr/lib/fcgi/examples/size.exe
  /usr/lib/fcgi/examples/threaded.exe
  /usr/share/doc/Cygwin/fcgi-2.4.0.README
  /usr/share/doc/fcgi-2.4.0/INSTALL
  /usr/share/doc/fcgi-2.4.0/LICENSE.TERMS
  /usr/share/doc/fcgi-2.4.0/README
  /usr/share/doc/fcgi-2.4.0/examples/authorizer.c
  /usr/share/doc/fcgi-2.4.0/examples/authorizer.mak
  /usr/share/doc/fcgi-2.4.0/examples/echo-cpp.cpp
  /usr/share/doc/fcgi-2.4.0/examples/echo-cpp.mak
  /usr/share/doc/fcgi-2.4.0/examples/echo-x.c
  /usr/share/doc/fcgi-2.4.0/examples/echo.c
  /usr/share/doc/fcgi-2.4.0/examples/echo.mak
  /usr/share/doc/fcgi-2.4.0/examples/echox.mak
  /usr/share/doc/fcgi-2.4.0/examples/log-dump.c
  /usr/share/doc/fcgi-2.4.0/examples/size.c
  /usr/share/doc/fcgi-2.4.0/examples/size.mak
  /usr/share/doc/fcgi-2.4.0/examples/threaded.c
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/ap_guida.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/ap_guide.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/apaman.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/ch1inta1.gif
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/ch1intra.gif
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/ch1intro.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/ch2c.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/ch3perl.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/ch4tcl.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/cover.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-prog-guide/covera.gif
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-whitepaper/fastcgi.htm
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-whitepaper/img00001.gif
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-whitepaper/img00002.gif
  /usr/share/doc/fcgi-2.4.0/html/fastcgi-whitepaper/img00003.gif
  /usr/share/doc/fcgi-2.4.0/html/fcgi-devel-kit.htm
  /usr/share/doc/fcgi-2.4.0/html/fcgi-java.htm
  /usr/share/doc/fcgi-2.4.0/html/fcgi-perf.htm
  /usr/share/doc/fcgi-2.4.0/html/fcgi-perl.htm
  /usr/share/doc/fcgi-2.4.0/html/fcgi-spec.html
  /usr/share/doc/fcgi-2.4.0/html/fcgi-tcl.htm
  /usr/share/doc/fcgi-2.4.0/html/omi-logo.gif
  /usr/share/doc/fcgi-2.4.0/html/overview.html
  /usr/share/doc/fcgi-2.4.0/html/www5-api-workshop.html
  /usr/share/doc/fcgi-2.4.0/images/aplib-hd.gif
  /usr/share/doc/fcgi-2.4.0/images/divider.gif
  /usr/share/doc/fcgi-2.4.0/images/fcgi-hd.gif
  /usr/share/doc/fcgi-2.4.0/images/mail-hd.gif
  /usr/share/doc/fcgi-2.4.0/images/navbar.gif
  /usr/share/doc/fcgi-2.4.0/images/serv-hd.gif
  /usr/share/doc/fcgi-2.4.0/images/words-hd.gif
  /usr/share/man/man1/cgi-fcgi.1.gz
  /usr/share/man/man3/FCGI_Accept.3.gz
  /usr/share/man/man3/FCGI_Finish.3.gz
  /usr/share/man/man3/FCGI_SetExitStatus.3.gz
  /usr/share/man/man3/FCGI_StartFilterData.3.gz

Files included in the libfcgi0 package:
  /usr/bin/cygfcgi-0.dll
  /usr/bin/cygfcgi++-0.dll 

Files included in the libfcgi-devel package:
  /usr/include/fastcgi.h
  /usr/include/fcgi_config.h
  /usr/include/fcgi_stdio.h
  /usr/include/fcgiapp.h
  /usr/include/fcgimisc.h
  /usr/include/fcgio.h
  /usr/include/fcgios.h
  /usr/lib/libfcgi++.a
  /usr/lib/libfcgi++.la
  /usr/lib/libfcgi.a
  /usr/lib/libfcgi.la

------------------

Port Notes:

----------  fcgi-2.4.0-2 -----------
added shared libraries
split into fcgi, libfcg0 and libfcgi-devel packages

----------  fcgi-2.4.0-1 (not released) -----------
Initial cygwin release. (for clisp-2.39-1)

Cygwin port maintained by: Reini Urban <rurban AT x-ray DOT at>
Address all questions to the Cygwin mailing list at <cygwin AT cygwin DOT com>


--------------010407000206010000040905
Content-Type: text/plain; charset=us-ascii

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/
--------------010407000206010000040905--

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019