From 6c7cefe24e1ba90a8c9ddeb1c4b67d4bc003e9c9 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Tue, 6 Oct 1998 00:19:50 +0000 Subject: 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. --- www/squid23/Makefile | 41 +++++++++++++++++++++++++++-------------- www/squid23/distinfo | 2 +- www/squid23/pkg-descr | 6 ------ 3 files changed, 28 insertions(+), 21 deletions(-) (limited to 'www/squid23') diff --git a/www/squid23/Makefile b/www/squid23/Makefile index 81a94a08d5b4..a089411cfcc2 100644 --- a/www/squid23/Makefile +++ b/www/squid23/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: squid -# Version required: 1.2-beta22 +# Version required: 2.0.RELEASE # Date created: Thu Nov 7 00:53:18 WST 1996 # Whom: Peter Wemm # -# $Id: Makefile,v 1.50 1998/04/26 07:57:20 peter Exp $ +# $Id: Makefile,v 1.51 1998/06/09 15:08:06 peter Exp $ # -DISTNAME= squid-1.2.beta22 -PKGNAME= squid-1.2b22 +DISTNAME= squid-2.0.RELEASE +PKGNAME= squid-2.0 CATEGORIES= www MASTER_SITES= \ - ftp://squid.nlanr.net/pub/squid-1.2.beta/ \ - ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-1.2.beta/ \ - ftp://sunsite.auc.dk/pub/infosystems/squid/squid-1.2.beta/ \ - ftp://ftp.net.lut.ac.uk/squid/squid-1.2.beta/ + ftp://squid.nlanr.net/pub/squid-2/ \ + ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/ \ + ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/ \ + ftp://ftp.net.lut.ac.uk/squid/squid-2/ EXTRACT_SUFX= -src.tar.gz #PATCH_SITES+= http://squid.nlanr.net/Squid/1.2.beta/ @@ -21,7 +21,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= peter@freebsd.org -DIST_SUBDIR= squid1.2b22 +DIST_SUBDIR= squid2.0 GNU_CONFIGURE= yes # Follow the apache port's lead... CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ @@ -35,26 +35,26 @@ NO_LATEST_LINK= yes #CONFIGURE_ARGS+= --enable-dlmalloc # - Compile and use the supplied GNUregex routines instead of BSD regex. #CONFIGURE_ARGS+= --enable-gnuregex -# - Use tree function to store ACL lists -#CONFIGURE_ARGS+= --enable-splaytree # - Enable simple malloc debugging #CONFIGURE_ARGS+= --enable-xmalloc-debug # - Detailed trace of memory allocations #CONFIGURE_ARGS+= --enable-xmalloc-debug-count # - Show malloc statistics in cachemgr status pages #CONFIGURE_ARGS+= --enable-xmalloc-statistics +# - Enable CARP support +#CONFIGURE_ARGS+= --enable-carp # - Use ASYNC disk I/O (Requires real pthreads) #CONFIGURE_ARGS+= --enable-async-io # - Enable ICMP pinging for heirarchy stats and selection #CONFIGURE_ARGS+= --enable-icmp -# - Enable delay hack to limit bandwidth usage -#CONFIGURE_ARGS+= --enable-delay-hack +# - Enable delay pools to limit bandwidth usage +#CONFIGURE_ARGS+= --enable-delay-pools # - Enable generic memory use tracing #CONFIGURE+ARGS+= --enable-mem-gen-trace # - Enable logging of the User-Agent header #CONFIGURE_ARGS+= --enable-useragent-log # - Kill parent (eg: RunCache) on shutdown (use with great care!!) -#CONFIGURE_ARGS+= --enable-kill-parent +#CONFIGURE_ARGS+= --enable-kill-parent-hack # - Turn on SNMP server support #CONFIGURE_ARGS+= --enable-snmp # - Optimize time updates to one per second rather than calling gettimeofday() @@ -64,6 +64,19 @@ NO_LATEST_LINK= yes # - Enable ACL based on ethernet address (eg: for machines with dynamic DHCP # assigned IP addresses) #CONFIGURE_ARGS+= --enable-arp-acl +# - Enable HTCP protocol +#CONFIGURE_ARGS+= --enable-htcp +# - Enable Forw/Via database +#CONFIGURE_ARGS+= --enable-forw-via-db +# - Use Cache Digests - see http://squid.nlanr.net/Squid/FAQ/FAQ-16.html +#CONFIGURE_ARGS+= --enable-cache-digests +# - Select language for Error pages (see errors dir) +#CONFIGURE_ARGS+= --enable-err-language=lang +# (--enable-poll is not needed, it's detected correctly on 3.0) +# - Strict HTTP compliance +#CONFIGURE_ARGS+= --disable-http-violations +# - Enable Transparent Proxy support for IP-Filter systems (incl 3.0) +#CONFIGURE_ARGS+= --enable-ipf-transparent post-install: cd ${WRKSRC}/src; make install-pinger diff --git a/www/squid23/distinfo b/www/squid23/distinfo index b5e5279382c8..44d58de82429 100644 --- a/www/squid23/distinfo +++ b/www/squid23/distinfo @@ -1 +1 @@ -MD5 (squid1.2b22/squid-1.2.beta22-src.tar.gz) = 544edd19c6f1f396c6e6b3f8f846eec1 +MD5 (squid2.0/squid-2.0.RELEASE-src.tar.gz) = dc2da8400c003b1d16848ae4674b6f8e diff --git a/www/squid23/pkg-descr b/www/squid23/pkg-descr index 63aed7c3c1ff..bf7cae7f22f6 100644 --- a/www/squid23/pkg-descr +++ b/www/squid23/pkg-descr @@ -1,9 +1,3 @@ - ******** 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!! - 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. -- cgit v1.2.3