summaryrefslogtreecommitdiff
path: root/www/squid26/pkg-plist (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Massive upgrade to 2.5-stable3. Thanks!Adrian Chadd2003-07-271-3/+0
| | | | | | | | PR: ports/54153 Submitted by: Jon Noack <noackjr@alumni.rice.edu> Notes: svn path=/head/; revision=85662
* Update the port to squid-2.5.stable1.Adrian Chadd2002-10-141-30/+819
| | | | | | | | | | | | | | Notable features: * I'm building _all_ of the error page languages now * I'm building a handful of the helper modules (the ones that don't require ldap or samba to be installed) * underscores in hostnames are enabled - every few weeks we squid people get emails asking why someone can't get to some_user.geocities.com . Bad geocities. :) Notes: svn path=/head/; revision=68009
* Misc. fixes:Jimmy Olgeni2001-08-311-37/+37
| | | | | | | | | | | * Sort pkg-plist * Replace %B%f with %B/%f (%B does not contain the trailing '/') * Rewrote tests using || rather than &&. With &&, if the condition fails then the test returns false, and sysinstall's pkg_add would fail at install time. Notes: svn path=/head/; revision=47229
* Make sure we don't delete mime.conf and squid.conf at packageAdrian Chadd2001-06-171-2/+4
| | | | | | | uninstallation time if they've been modified. Notes: svn path=/head/; revision=44141
* PR: 26059Adrian Chadd2001-03-271-38/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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..) Notes: svn path=/head/; revision=40434
* Try to remove ${LOCALBASE}/squid at deinstall time, if it is empty.Jimmy Olgeni2001-03-131-0/+3
| | | | | | | Reported by: bento logs Notes: svn path=/head/; revision=39751
* Update squid2.2-STABLE5 -> squid2.3-STABLE1 after a repo copy fromPeter Wemm2000-01-291-0/+1
| | | | | | | ports/www/squid22. Notes: svn path=/head/; revision=25256
* Update from squid 2.1 -> 2.2 after repository copy.Peter Wemm1999-05-231-1/+4
| | | | Notes: svn path=/head/; revision=18955
* Update squid-1.2beta17 -> 1.2beta18Peter Wemm1998-03-261-0/+1
| | | | Notes: svn path=/head/; revision=10318
* Add missing files to PLISTPeter Wemm1998-03-221-0/+5
| | | | | | | Approved by: asame Notes: svn path=/head/; revision=10279
* Some backend clients were moved from sbin to libexec..Peter Wemm1998-02-081-4/+4
| | | | | | | Submitted by: Evan Champion <evanc@synapse.net> Notes: svn path=/head/; revision=9625
* Missing PLIST entriesPeter Wemm1998-02-081-0/+2
| | | | Notes: svn path=/head/; revision=9622
* This port doesn't install etc/squid/mib.txt.default, it installs mib.txt.Satoshi Asami1997-12-181-1/+1
| | | | Notes: svn path=/head/; revision=9127
* Initial squid 1.2beta8 port. As the squid www page says:Peter Wemm1997-12-061-3/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | "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. Notes: svn path=/head/; revision=9004
* Update 1.1.8+patches -> 1.1.9.Peter Wemm1997-03-311-4/+5
| | | | | | | See ChangeLog for the (large) list of changes. Notes: svn path=/head/; revision=6075
* Squid-1.1.beta13. This was a little unusual in that the www/squid ncvsPeter Wemm1996-11-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | files were repository copied to www/squid11, then this commit brings it to 1.1.b13. (This was Satoshi's idea :-) It preserves the history) Squid-1.0 and 1.1 are under parallel development, kinda like when we had 2.1-stable and 2.2-current in parallel development. The 1.0 code is well polished, and 1.1 is "on the bleeding edge" as such. The features and performance are much improved, but it can be a bit hair-raising. I personally have no major hassles with 1.1beta13. Among the nicer things that this version has over 1.0: - URL redirector.. ie: you can rewrite url's of sites with "mirrors" so that you don't have 15 copies of the same files. - optional ident logging - improved acl's - dramatically improved cache directory structure (scales much better with gigantic disk caches) - much improved DNS ttl handling (esp. with resolver hack) - more control over neighbor status; parent, sibling etc. - much improved refresh rules to help combat stupid sites that needlessly set the Expires: field to zero when it doesn't need to be. (This is fine when it's genuinely needed, but some sites really abuse it to to attempt to negate caching to get inflated hit counts etc) Reviewed by: Submitted by: Obtained from: Notes: svn path=/head/; revision=4317
* Update from squid-1.0.0 to 1.0.20. There are a large number of bug fixesPeter Wemm1996-11-061-8/+11
| | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=4314
* Upgrade from 1.0 beta11 to 1.0 release.Satoshi Asami1996-07-101-1/+0
| | | | | | | Submitted by: Andrew Stesin <stesin@elvisti.kiev.ua> Notes: svn path=/head/; revision=3363
* A post-harvest www cache proxy.Satoshi Asami1996-06-031-0/+9
Submitted by: Andrew V. Stesin <stesin@elvisti.kiev.ua> and Peter Stubbs <PETERS@staidan.qld.edu.au> Notes: svn path=/head/; revision=3166