head	1.14;
access;
symbols
	old_RELEASE_4_EOL:1.13
	old_RELEASE_6_2_0:1.13
	old_old_RELEASE_6_1_0:1.12
	old_old_RELEASE_5_5_0:1.12
	old_old_RELEASE_6_0_0:1.11
	old_old_RELEASE_5_4_0:1.11
	old_old_RELEASE_4_11_0:1.11
	old_old_RELEASE_5_3_0:1.11
	old_old_RELEASE_4_10_0:1.10
	old_old_RELEASE_5_2_1:1.9
	old_old_RELEASE_5_2_0:1.9
	old_old_RELEASE_4_9_0:1.9
	old_old_RELEASE_5_1_0:1.9
	old_old_RELEASE_4_8_0:1.9
	old_old_RELEASE_5_0_0:1.9
	old_old_old_RELEASE_4_7_0:1.9
	old_old_old_RELEASE_4_6_2:1.9
	old_old_old_RELEASE_4_6_1:1.9
	old_old_old_RELEASE_4_6_0:1.9
	old_old_old_RELEASE_5_0_DP1:1.9
	old_old_old_RELEASE_4_5_0:1.9
	old_old_old_RELEASE_4_4_0:1.9
	old_old_old_RELEASE_4_3_0:1.9
	old_old_old_RELEASE_4_2_0:1.8
	old_old_old_RELEASE_4_1_1:1.8
	old_old_old_RELEASE_4_1_0:1.8
	old_old_old_RELEASE_3_5_0:1.8
	old_old_old_RELEASE_4_0_0:1.8
	old_old_old_RELEASE_3_4_0:1.8
	old_old_old_RELEASE_3_3_0:1.8
	old_old_old_RELEASE_3_2_0:1.8
	old_old_old_RELEASE_3_1_0:1.7
	old_old_old_RELEASE_2_2_8:1.7
	old_old_old_RELEASE_3_0_0:1.7
	old_old_old_RELEASE_2_2_7:1.6
	old_old_old_RELEASE_2_2_6:1.6
	old_old_old_RELEASE_2_2_5:1.5
	old_old_old_RELEASE_2_2_1:1.5
	old_old_old_RELEASE_2_2_2:1.5
	old_old_old_squid_1_0b11:1.1.1.1
	old_old_old_SQUID:1.1.1;
locks; strict;
comment	@# @;


1.14
date	2007.02.07.08.42.30;	author pav;	state dead;
branches;
next	1.13;

1.13
date	2006.07.09.15.20.10;	author sem;	state Exp;
branches;
next	1.12;

1.12
date	2005.11.01.14.05.59;	author krion;	state Exp;
branches;
next	1.11;

1.11
date	2004.09.02.06.44.14;	author sem;	state Exp;
branches;
next	1.10;

1.10
date	2004.01.16.21.18.20;	author sergei;	state Exp;
branches;
next	1.9;

1.9
date	2001.03.27.12.28.47;	author adrian;	state Exp;
branches;
next	1.8;

1.8
date	99.05.03.04.41.35;	author mharo;	state Exp;
branches;
next	1.7;

1.7
date	98.10.06.00.19.50;	author peter;	state Exp;
branches;
next	1.6;

1.6
date	97.12.06.12.28.06;	author peter;	state Exp;
branches;
next	1.5;

1.5
date	96.12.07.06.25.28;	author peter;	state Exp;
branches;
next	1.4;

1.4
date	96.11.15.12.42.06;	author peter;	state Exp;
branches;
next	1.3;

1.3
date	96.11.06.16.37.20;	author peter;	state Exp;
branches;
next	1.2;

1.2
date	96.07.10.21.50.11;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	96.06.03.02.21.13;	author asami;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	96.06.03.02.21.13;	author asami;	state Exp;
branches;
next	;


desc
@@


1.14
log
@Rename

  www/squid -> www/squid25
  www/squid26 -> www/squid

thus effectively updating www/squid to 2.6.STABLE9

PR:		ports/108562
Submitted by:	Thomas-Martin Seck <tmseck@@netcologne.de> (maintainer)
Repocopies by:	marcus
@
text
@Squid is a high-performance proxy caching server for web clients,
supporting FTP, gopher, and HTTP data objects. Unlike traditional
caching software, Squid handles all requests in a single, non-blocking,
I/O-driven process.

Squid supports SSL, extensive access controls, and full request logging.
By using the lightweight Internet Cache Protocol, Squid caches can be
arranged in a hierarchy or mesh for additional bandwidth savings.

WWW: http://www.squid-cache.org/
@


1.13
log
@The squid developers have just released 2.6.STABLE1 as the new
stable Squid release. Because of the large amount changes introduced
in 2.6, we keep 2.5 as www/squid and make www/squid26.

New OPTIONS:
- WITH_/WITHOUT_SQUID_KQUEUE: use kqueue(2) support (defaults to yes)
- WITH_/WITHOUT_SQUID_WCCPV2: enable WCCPv2 support (defaults to no)
- WITH_/WITHOUT_SQUID_REFERER_LOG: enable referer-header logging (default no)
- make WITH_DEBUG a synonym for WITH_SQUID_STACKTRACES

Removed OPTIONS:
- WITH_SQUID_CUSTOM_LOG: the code is now part of mainline squid and can
  be configured via squid.conf
- WITH_/WITHOUT_SQUID_UNDERSCORES: no longer configurable
- WITH_/WITHOUT_SQUID_CHECK_HOSTNAME: no longer configurable
- WITH_/WITHOUT_SQUID_RCNG: the start script is now rc.d only

Changed default:

- CARP support is enabled by default in squid 2.6 and needs to be
  explicitly disabled defining WITHOUT_SQUID_CARP

Port infrastructural changes:
- no longer check for invalid user/group id; this problem should no longer
  be an issue (if it ever was one, but you never know) and remove the
  'changeuser:' target
- use files/squid.in instead of files/squid.sh.in as template
- remove ancient information about Harvest from pkg-descr, tighten COMMENT
- add some HTTP mirror sites taken from
  <http://www.squid-cache.org/Mirrors/http-mirrors.html> as additional
  PATCH_SITES (thanks to Robert Backhaus for the initial submission)
- ICAP support is not yet available, the squid-devel CVS is not synchronized
  with mainline squid as I write this so mark WITH_SQUID_ICAP as IGNORE for
  now. I'll add the necessary patches ASAP.
- spell "squid" as "Squid" when referring to the project as this seems to be
  the spelling the Squid project prefers
- some cosmetic changes in macro definitions

PR:		ports/99750
Submitted by:	Thomas-Martin Seck <tmseck_at_netcologne.de> (squid maintainer)
@
text
@@


1.12
log
@Update to 2.5.STABLE12

PR:		ports/88327
Submitted by:	maintainer
@
text
@d1 4
a4 3
This is the Squid Internet Object Cache developed by the National
Laboratory for Applied Networking Research (NLANR) and Internet
volunteers.  This software is freely available for anyone to use.
d6 3
a8 9
This software is based on the Harvest Object Cache developed by
the University of Colorado and the University of Southern California.
The Harvest home page is http://harvest.cs.colorado.edu/.

ARPA funding for the Harvest project has ended, the squid project has
continued development of the cache where Harvest finished.

This port provides many configuration options, most of which are
available via 'make config'.
@


1.11
log
@Implement vendor patches for the following issues:
- try to prevent crashes of the digest helper (squid bug #1031)
- correct parsing of the acl_time directive when multiple time specifications
  are given (squid bug #1060)
- correct "cachemgr config" output for http_header_* directives
  (squid bug #1056)
- recognize the Content-Disposition header to be able to specify
  http_header_access directives using it (squid bug #961)

See <http://www.squid-cache.org/Versions/v2/2.5/bugs/> for further
information.

Reimplement the rcNG support. See UPDATING for details.

PR:		ports/71260
Submitted by:	maintainer
@
text
@d12 2
a13 1
Please see this port's Makefile for a list of compilation options.
a14 1
You can find further information on the project's website at
@


1.10
log
@- configure squid to run under a dedicated "squid" user by default; make use
  of SQUID_{UID,GID} which other squid-related ports already implemented.
  The user/group will be created on the fly if they do not already exist.
- introduce WITH_SQUID_LDAP_AUTH to pull in the necessary bits to compile and
  use the ldap_auth helper
- install some more authentication helper applications by default
- install helper applications to ${PREFIX}/libexec/squid instead of
  ${PREFIX}/libexec, add notes about it in pkg-install and pkg-descr
- cleanup the pre-installation tasks and move them from Makefile and pkg-plist
  into the pkg-install script; make 'make install' and 'pkg_add' actually do
  the same thing
- introduce a pkg-deinstall script
- make squid.sh rcNG compatible (when either /etc/rc_subr or
  ${PREFIX}/etc/rc_subr is present, the first one will be used, otherwise the
  script will work as a "rc classic" script so no additional dependency on
  the rc_subr port should be needed)
- some Makefile cleanups:
  + the squid installation procedure now correctly strips binaries, so there
    is no need to do this manually anymore
  + generate those parts of pkg-plist dynamically that may be affected by user
    set tunables (currently the localized error pages and helper applications)
  + document the available configuration options in a slightly different style
  + remove some obsolete variable declarations and comments
  + honor NOPORTDOCS
- add CONFLICTS
- add another vendor patch, see
  http://www.squid-cache.org/bugs/show_bug.cgi?id=890 for a thorough
  explanation of what has been fixed.
- since we can no longer take the presence of Lithuanian error pages for
  granted, wrap the workaround for the errorpages.patch with '.if exists()'
- bump PORTREVISION

PR:		61315
Submitted by:	maintainer
@
text
@a13 7
*** UPDATE NOTICE ***
Starting from Version 2.5.4_6 the default user:group changed from
nobody:nogroup to squid:squid. You can restore the old behavior
of this port by specifying SQUID_UID=nobody SQUID_GID=nogroup in
your make environment. Helper applications are now installed to
$PREFIX/libexec/squid instead of $PREFIX/libexec, too.

a14 1

@


1.9
log
@PR:		26059

Update the squid-2.4 port to actually _be_ squid-2.4 . Phew.
This port builds, installs, packages, pkg_delete's cleanly.

I'm going to run it through some more linting and tidying up before
I'm completely done with it.

Differences from squid22/squid23 :

* install-pinger isn't built. I'll tackle this later, possibly by creating
  a squid user/group. I don't like having suid binaries installed,
  even more so when 99% of the users of this port won't even enable
  ICMP pinging.

* I've enabled the lru and heap replacement policies. LRU is used by
  default, the beauty here is that the user can choose one or the other
  without needing a recompile.

* I've enabled ufs (sync), diskd (async) and null (no caching, only proxying).
  This again lets users choose what they want without needing a recompile.
  The default is still a 100mb cache in /usr/local/squid/cache/ running
  ufs. I would change it to diskd but if the user hasn't tweaked their
  sysV shm/msg parameters sufficiently they'll just be puzzled when squid
  gives mysterious sysV errors (and if they load it up enough to have UFS
  become an issue, they'd be better off reading the squid FAQ anyhow..)
@
text
@d12 10
a21 4
FreeBSD PORTER'S NOTES. To this moment, Squid is not well documented.
But you aren't lost in space: there is a mailing list,
<squid-users@@squid-cache.org>, where you will find some support and help.
We also _strongly_ suggest you to examine Web pages noted above.
@


1.8
log
@Yet more WWW: fun.
@
text
@d14 1
a14 1
<squid-users@@nlanr.net>, where you will find some support and help.
d17 1
a17 1
WWW: http://squid.nlanr.net/Squid/
@


1.7
log
@Update from squid-1.2beta22 -> 2.0.RELEASE after a repository copy.
Squid 2.0 is the-version-formerly-known-as-1.2.
v2.0 has NOVM-like functionality internally, so there's no seperate
NOVM version.  v1.1.* is no longer officially supported.
@
text
@a3 1
The Squid home page is http://squid.nlanr.net/Squid/.
d16 2
@


1.6
log
@Initial squid 1.2beta8 port.  As the squid www page says:
"We are currently in a beta-test period for Squid-1.2. If you like
seeing Squid coredump frequently, please join us!"

"This is BETA software. Do not run this on your production systems.
Logfile formats are subject (and likely) to change at any time without
warning.

Here is a brief list of the major features of this version:
   HTTP/1.1 persisitent connections.
   Lower VM usage; in-transit objects are not held fully in memory.
   Totally independent swap directories.
   Customizable error texts.
   FTP supported internally; no more ftpget.
   Asynchronous disk operations (optional, requires pthreads library).
   Internal icons for FTP and gopher directories.
   snprintf() used everywhere instead of sprintf().
   ...and many more!
"
As well, there is support for using MD5 or SHA hashes of URL's in the
cache index for space (and speed?) savings, SNMP support, poll(2) is
used by default, etc.

Please see  http://squid.nlanr.net/Squid/1.2.beta/  before using.
@
text
@a0 6
		******** WARNING *********
		THIS IS BETA SOFTWARE!!!!!
		**************************
DO NOT USE THIS UNLESS YOU ARE PREPARED TO DEAL WITH SERVER
CRASHES AND THINGS LIKE LOG/INDEX FORMAT CHANGES!!

@


1.5
log
@Update 1.1.beta28 -> 1.1.0
@
text
@d1 6
@


1.4
log
@Update 1.1.beta16 -> 1.1.beta19

Mostly bug fixes.
Reviewed by:
Submitted by:
Obtained from:
@
text
@a0 2
           ***** This is a BETA TEST version ******

@


1.3
log
@Update from squid-1.0.0 to 1.0.20.  There are a large number of bug fixes
and stability measures.

This port installs in a "FreeBSD-native" tree (like apache) rather than
with a mini hierarchy under /usr/local/squid/{bin,etc,cache,logs,...}

(the default behavior seems to have changed between 1.0.0 and 1.0.20)

Also, build a rc.d/squid.sh script.
@
text
@d1 2
d6 1
a6 1
The Squid home page is http://www.nlanr.net/Squid/.
d18 1
a18 1
I also _strongly_ suggest you to examine Web pages noted above.
@


1.2
log
@Upgrade from 1.0 beta11 to 1.0 release.

Submitted by:	Andrew Stesin <stesin@@elvisti.kiev.ua>
@
text
@d10 4
a13 1
FreeBSD PORTER'S NOTES. To this moment, Squid is poorly documented.
d16 1
a16 4
I also _strongly_ suggest you to examine Web pages noticed above.
If you have comments/questions/suggestions about FreeBSD port -- ask
me.  Andrew Stesin.

@


1.1
log
@Initial revision
@
text
@d9 8
@


1.1.1.1
log
@A post-harvest www cache proxy.

Submitted by:	Andrew V. Stesin <stesin@@elvisti.kiev.ua> and Peter Stubbs <PETERS@@staidan.qld.edu.au>
@
text
@@
