aboutsummaryrefslogtreecommitdiff
path: root/www/squid31
Commit message (Collapse)AuthorAgeFilesLines
* Make sure we don't delete mime.conf and squid.conf at packageAdrian Chadd2001-06-172-3/+5
| | | | | | | uninstallation time if they've been modified. Notes: svn path=/head/; revision=44141
* PR: 26339Adrian Chadd2001-04-102-2/+4
| | | | | | | Fix the diskd path issue. diskd should now be found by squid and work happy. Notes: svn path=/head/; revision=41203
* Add the latest patch - a HTCP (cache control protocol, not a HTTP extension)Adrian Chadd2001-04-032-2/+4
| | | | | | | fix. Notes: svn path=/head/; revision=40793
* Add some PATCHFILES to this port, and bump its PORTREVISION.Adrian Chadd2001-03-312-1/+9
| | | | | | | | | | | I ran off and updated the patch files on the squid website for 2.4.stable1, and then updated this port to use them. Note that diskd is still broken here - I haven't actually committed a fix to squid yet .. :-P Notes: svn path=/head/; revision=40652
* -pthread --> ${PTHREAD_LIBS}Maxim Sobolev2001-03-291-1/+1
| | | | | | | | | | -D_THREAD_SAFE --> ${PTHREAD_CFLAGS} Note: my first intention was to test this out on bento/beta, but per ade's requiest I opted to do it quickly. Notes: svn path=/head/; revision=40539
* .. and update the Makefile to indicate that its my port, built by me. :)Adrian Chadd2001-03-271-3/+3
| | | | Notes: svn path=/head/; revision=40437
* PR: 26059Adrian Chadd2001-03-275-63/+64
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Fix typo: othervise -> otherwise.Jimmy Olgeni2001-02-191-1/+1
| | | | Notes: svn path=/head/; revision=38479
* Some spaces -> tabs for ports/www.Jimmy Olgeni2001-02-051-1/+1
| | | | Notes: svn path=/head/; revision=37985
* Pass the maintainership bit to adrian (who happens to be a squid committer)Peter Wemm2001-01-121-1/+1
| | | | Notes: svn path=/head/; revision=37122
* Long overdue update. Add some vendor supplied patches.Peter Wemm2001-01-052-2/+12
| | | | | | | Nagged by: many folks Notes: svn path=/head/; revision=36814
* These patches are redundant, and have been for quite some time.Peter Wemm2001-01-052-33/+0
| | | | | | | The configure script used to override our manual settings, but no more. Notes: svn path=/head/; revision=36813
* Update to the latest 2.3.STABLE4 version plus official patches.Maxim Sobolev2000-07-284-29/+33
| | | | | | | | | PR: 20211 Submitted by: Naoki IDO <ido@hitachi-ms.co.jp> Reviewed by: adrian Notes: svn path=/head/; revision=31076
* As threatened on freebsd-ports: all startup scripts know about the twoThomas Gellekum2000-07-052-5/+22
| | | | | | | | | | options `start' and `stop' now (unless I have forgotten any). This allows us to call the scripts from /etc/rc.shutdown with the correct option. The (42 or so) ports that already DTRT before are unchanged. Notes: svn path=/head/; revision=30229
* Add an official patch.Maxim Sobolev2000-06-012-2/+3
| | | | | | | | | | | | | | Synopsis: "If you fill up your squid cache, CPU will go to 100% but the cache will not be cleaned up." PR: 18920 Submitted by: Mike Harding <mvh@ix.netcom.com> Obtained from: http://www.squid-cache.org/Versions/v2/2.3/bugs/ Notes: svn path=/head/; revision=29027
* Correct a typo.Steve Price2000-05-291-1/+1
| | | | | | | | PR: 16476 Submitted by: Christopher J. Michaels <cjm2@altavista.net> Notes: svn path=/head/; revision=28959
* Update from squid 2.3-stable2 to 2.3-stable3. Unfortunately the newPeter Wemm2000-05-172-23/+4
| | | | | | | | package version mechanism doesn't seem to have a place to show this new release. :-( Notes: svn path=/head/; revision=28504
* Update the squid23 port to fix a few loose ends:Peter Wemm2000-04-172-9/+30
| | | | | | | | | - the distributed patches got regenerated to have the correct paths - disable optimization because of gcc bugs (as recommended by squid folks) - list a few new --enable/--disable options Notes: svn path=/head/; revision=27702
* Update with the new PORTNAME/PORTVERSION variablesChris Piazza2000-04-101-4/+4
| | | | Notes: svn path=/head/; revision=27430
* Remove NO_LATEST_LINK - both squid ports had it, which obviously isn'tPeter Wemm2000-03-051-1/+0
| | | | | | | useful. Notes: svn path=/head/; revision=26567
* Update to squid 2.3-stable2. This has matured enough that it shouldPeter Wemm2000-03-052-3/+15
| | | | | | | probably be used instead of -stable1 now. Notes: svn path=/head/; revision=26566
* Update squid2.2-STABLE5 -> squid2.3-STABLE1 after a repo copy fromPeter Wemm2000-01-293-5/+6
| | | | | | | ports/www/squid22. Notes: svn path=/head/; revision=25256
* Update from squid-2.2.STABLE4 -> squid-2.2.STABLE5Peter Wemm1999-11-112-3/+3
| | | | Notes: svn path=/head/; revision=23017
* $Id$ -> $FreeBSD$Peter Wemm1999-08-311-1/+1
| | | | Notes: svn path=/head/; revision=21146
* echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuffMichael Haro1999-08-271-6/+6
| | | | | | | to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} Notes: svn path=/head/; revision=21034
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Update from 2.2-STABLE3 -> 2.2-STABLE4Peter Wemm1999-08-082-3/+3
| | | | Notes: svn path=/head/; revision=20613
* Don't require interaction on install while PACKAGE_BUILDING.Steve Price1999-06-221-1/+1
| | | | Notes: svn path=/head/; revision=19662
* s,/usr/local,${PREFIX},gMichael Haro1999-06-051-3/+3
| | | | Notes: svn path=/head/; revision=19220
* Update from squid 2.1 -> 2.2 after repository copy.Peter Wemm1999-05-233-11/+13
| | | | Notes: svn path=/head/; revision=18955
* Yet more WWW: fun.Michael Haro1999-05-031-1/+2
| | | | Notes: svn path=/head/; revision=18419
* Update the MASTER_SITES.Masafumi Max NAKANE1999-04-181-5/+5
| | | | Notes: svn path=/head/; revision=17963
* Update from squid 2.0 -> squid 2.1 (after repository copy)Peter Wemm1998-12-262-16/+11
| | | | Notes: svn path=/head/; revision=15627
* Add patches to bring up to 2.0 patchlevel 2Peter Wemm1998-10-192-3/+7
| | | | Notes: svn path=/head/; revision=14065
* Update from squid-1.2beta22 -> 2.0.RELEASE after a repository copy.Peter Wemm1998-10-063-21/+28
| | | | | | | | | 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. Notes: svn path=/head/; revision=13679
* Update from squid 1.2b20 -> 1.2b22Peter Wemm1998-06-092-9/+8
| | | | Notes: svn path=/head/; revision=11363
* Update from 1.2.beta19 -> 1.2.beta20 (+patch 1)Peter Wemm1998-04-262-8/+8
| | | | Notes: svn path=/head/; revision=10686
* Update squid-1.2b18 -> 1.2.b19 (with dist patch)Peter Wemm1998-04-104-17/+17
| | | | | | | Read ChangeLog for the large list of bugfixes/changes/new features. Notes: svn path=/head/; revision=10460
* Update squid-1.2beta17 -> 1.2beta18Peter Wemm1998-03-263-7/+10
| | | | 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
* Update squid 1.2.beta16 -> 1.2.beta17Peter Wemm1998-03-202-9/+8
| | | | Notes: svn path=/head/; revision=10235
* Include the regularly-scheduled post-beta-release patch.Peter Wemm1998-03-092-3/+4
| | | | Notes: svn path=/head/; revision=10080
* Update squid1.2.beta14 -> beta16.Peter Wemm1998-03-053-26/+23
| | | | | | | | | | Note: the b14 -> b15 change will loose your cache unless you take the steps on http://squid.nlanr.net/ to recover it. Read the Changelog for details, this is a fairly large update. Notes: svn path=/head/; revision=10048
* Define NO_LATEST_LINK for net/ncftp3 and www/squid12 because these areSatoshi Asami1998-02-161-1/+2
| | | | | | | | unstable betas with better versions in the tree. (There are probably more but these were the only ones I could pull off the top of my head.) Notes: svn path=/head/; revision=9754
* Argh.. yet another botch.. Sigh.. :-/Peter Wemm1998-02-141-3/+3
| | | | | | | Pointed out by: Evan Champion <evanc@synapse.net> Notes: svn path=/head/; revision=9717
* Include 1.2.beta14 patchesPeter Wemm1998-02-142-3/+4
| | | | | | | Submitted by: Evan Champion <evanc@synapse.net> Notes: svn path=/head/; revision=9710
* I forgot to strip the binaries in the new locations, I missed thisPeter Wemm1998-02-091-2/+7
| | | | | | | | | change in the Makefile Evan sent me. Submitted by: Evan Champion <evanc@piano.synapse.net> Notes: svn path=/head/; revision=9632
* 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
* Evan sent me a port update moments after I committed one. Pick out somePeter Wemm1998-02-083-11/+48
| | | | | | | | | | of the changes he's made.. (Although I'm not so sure about moving the cache to /var/spool/squid...) Reviewed by: Evan Champion <evanc@synapse.net> Notes: svn path=/head/; revision=9624