This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITA] squid: Web Proxy Cache


Hi

I would like to adopt and maintain the squid package from Robert Collins.

 o http://www.squid-cache.org/                                            (Homepage)
 o http://www.squid-cache.org/Versions/v2/2.6/squid-2.6.STABLE17.tar.bz2  (Download location)


Here is the setup.hint file:

sdesc: "Web Proxy Cache"
ldesc: "Squid is a caching proxy for the Web supporting HTTP, HTTPS, FTP, and more.
It reduces bandwidth and improves response times by caching and reusing
frequently-requested web pages. Squid has extensive access controls and makes a great
server accelerator. It runs on Unix and Windows and is licensed under the GNU GPL."
category: Web
requires: cygwin openssl

-------------------------------- cut here ------------------------------------
#!/bin/bash

mkdir squid
cd squid

wget http://volkerzell.de/cygwin/ITP/squid/setup.hint
wget http://volkerzell.de/cygwin/ITP/squid/squid-2.6.STABLE17-1-src.tar.bz2
wget http://volkerzell.de/cygwin/ITP/squid/squid-2.6.STABLE17-1.tar.bz2
-------------------------------- cut here ------------------------------------

Ciao
  Volker


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]