summaryrefslogtreecommitdiff
path: root/www/squid25
diff options
context:
space:
mode:
Diffstat (limited to 'www/squid25')
-rw-r--r--www/squid25/Makefile105
-rw-r--r--www/squid25/distinfo2
-rw-r--r--www/squid25/files/patch-ak18
-rw-r--r--www/squid25/files/patch-al15
-rw-r--r--www/squid25/pkg-comment1
-rw-r--r--www/squid25/pkg-descr17
-rw-r--r--www/squid25/pkg-install41
-rw-r--r--www/squid25/pkg-plist66
8 files changed, 0 insertions, 265 deletions
diff --git a/www/squid25/Makefile b/www/squid25/Makefile
deleted file mode 100644
index 9800ce37626d..000000000000
--- a/www/squid25/Makefile
+++ /dev/null
@@ -1,105 +0,0 @@
-# New ports collection makefile for: squid
-# Version required: 2.1.PATCH2
-# Date created: Thu Nov 7 00:53:18 WST 1996
-# Whom: Peter Wemm <peter@freebsd.org>
-#
-# $Id: Makefile,v 1.54 1998/12/26 15:55:47 peter Exp $
-#
-
-DISTNAME= squid-2.1.PATCH2
-PKGNAME= squid-2.1
-CATEGORIES= www
-MASTER_SITES= \
- ftp://squid.nlanr.net/pub/squid-2/STABLE/ \
- ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/squid-2/STABLE/ \
- ftp://sunsite.auc.dk/pub/infosystems/squid/squid-2/STABLE/ \
- ftp://ftp.net.lut.ac.uk/squid/squid-2/STABLE/
-EXTRACT_SUFX= -src.tar.gz
-
-PATCH_SITES= http://squid.nlanr.net/Squid/v2/2.1/
-PATCHFILES= squid-2.1.PATCH2-clientHandleIMSReply-leak.patch
-
-MAINTAINER= peter@freebsd.org
-
-DIST_SUBDIR= squid2.1
-PATCH_DIST_STRIP= -p0
-GNU_CONFIGURE= yes
-# Follow the apache port's lead...
-CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \
- --localstatedir=${PREFIX}/squid
-STRIP= # won't install scripts correctly othervise.
-MAKEFILE= makefile
-NO_LATEST_LINK= yes
-
-# Some other configure options..
-# - Compile and use the malloc package from Doug Lea
-#CONFIGURE_ARGS+= --enable-dlmalloc
-# - Compile and use the supplied GNUregex routines instead of BSD regex.
-#CONFIGURE_ARGS+= --enable-gnuregex
-# - 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 threads, apparently runs on 3.0 libc_r)
-#CONFIGURE_ARGS+= --enable-async-io
-# - Enable ICMP pinging for heirarchy stats and selection
-#CONFIGURE_ARGS+= --enable-icmp
-# - 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-hack
-# - Turn on SNMP server support
-#CONFIGURE_ARGS+= --enable-snmp
-# - Optimize time updates to one per second rather than calling gettimeofday()
-#CONFIGURE_ARGS+= --enable-time-hack
-# - Set an explicit hostname in cachemgr.cgi
-#CONFIGURE_ARGS+= --enable-cachemgr-hostname=some.hostname
-# - 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
-.for file in client squid
- if [ -f ${PREFIX}/sbin/${file} ] ; then \
- strip ${PREFIX}/sbin/${file} ; \
- fi
-.endfor
-.for file in cachemgr.cgi dnsserver pinger unlinkd
- if [ -f ${PREFIX}/libexec/${file} ] ; then \
- strip ${PREFIX}/libexec/${file} ; \
- fi
-.endfor
- ${MKDIR} ${PREFIX}/squid/logs
- ${MKDIR} ${PREFIX}/squid/cache
- @if [ ! -f ${PREFIX}/etc/rc.d/squid.sh ]; then \
- echo "Installing ${PREFIX}/etc/rc.d/squid.sh startup file."; \
- echo "#!/bin/sh" > ${PREFIX}/etc/rc.d/squid.sh; \
- echo "if [ -x /usr/local/sbin/RunCache -a -f /usr/local/etc/squid/squid.conf ]; then" >> ${PREFIX}/etc/rc.d/squid.sh; \
- echo " (cd /tmp; /usr/local/sbin/RunCache >/dev/null 2>&1 &) ; echo -n ' squid'" >> ${PREFIX}/etc/rc.d/squid.sh; \
- echo "fi" >> ${PREFIX}/etc/rc.d/squid.sh; \
- chmod 751 ${PREFIX}/etc/rc.d/squid.sh; \
- fi
-
-.include <bsd.port.mk>
diff --git a/www/squid25/distinfo b/www/squid25/distinfo
deleted file mode 100644
index ec5e43f0d529..000000000000
--- a/www/squid25/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (squid2.1/squid-2.1.PATCH2-src.tar.gz) = 71c6b2437e562224d43dcde5765001f8
-MD5 (squid2.1/squid-2.1.PATCH2-clientHandleIMSReply-leak.patch) = c5416dc4a2c0fa09a27790b575a19d9c
diff --git a/www/squid25/files/patch-ak b/www/squid25/files/patch-ak
deleted file mode 100644
index 77563eb0b0f6..000000000000
--- a/www/squid25/files/patch-ak
+++ /dev/null
@@ -1,18 +0,0 @@
-*** /tmp/configure.in Sat Feb 7 21:20:29 1998
---- configure.in Sat Feb 7 21:24:48 1998
-***************
-*** 19,31 ****
- REGEXLIB='' # -lregex
- LIBREGEX='' # libregex.a
-
-- dnl use directory structure of cached as default (hack)
-- if test "$libexecdir" = '${exec_prefix}/libexec'; then
-- libexecdir='${bindir}'
-- localstatedir='${prefix}'
--
-- fi
--
- dnl use .exe suffix for executables on cygwin32 platform
- case "$host_os" in
- cygwin32)
---- 19,24 ----
diff --git a/www/squid25/files/patch-al b/www/squid25/files/patch-al
deleted file mode 100644
index 169be61b6251..000000000000
--- a/www/squid25/files/patch-al
+++ /dev/null
@@ -1,15 +0,0 @@
---- configure.orig Fri Feb 27 13:51:13 1998
-+++ configure Thu Mar 5 14:39:57 1998
-@@ -611,12 +611,6 @@
- REGEXLIB='' # -lregex
- LIBREGEX='' # libregex.a
-
--if test "$libexecdir" = '${exec_prefix}/libexec'; then
-- libexecdir='${bindir}'
-- localstatedir='${prefix}'
--
--fi
--
- case "$host_os" in
- cygwin32)
- exec_suffix=".exe"
diff --git a/www/squid25/pkg-comment b/www/squid25/pkg-comment
deleted file mode 100644
index eec4966b0f07..000000000000
--- a/www/squid25/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-The successful WWW proxy cache and accelerator
diff --git a/www/squid25/pkg-descr b/www/squid25/pkg-descr
deleted file mode 100644
index 646e01da5b32..000000000000
--- a/www/squid25/pkg-descr
+++ /dev/null
@@ -1,17 +0,0 @@
-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.
-
-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.
-
-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@nlanr.net>, where you will find some support and help.
-We also _strongly_ suggest you to examine Web pages noted above.
-
-WWW: http://squid.nlanr.net/Squid/
diff --git a/www/squid25/pkg-install b/www/squid25/pkg-install
deleted file mode 100644
index f2088a460b3a..000000000000
--- a/www/squid25/pkg-install
+++ /dev/null
@@ -1,41 +0,0 @@
-#!/bin/sh
-
-PKGNAME=$1
-
-case $2 in
- PRE-INSTALL)
- ;;
- POST-INSTALL)
- echo "==> Post-installation configuration of ${PKGNAME}"
- echo ""
- echo " o you DO need running nameservice to start and run ${PKGNAME}"
- echo ""
- echo " o use the ${PKGNAME} proxy and caching WWW Server by"
- echo " configuring your WWW Navigator (Netscape, Mosaic,...)"
- echo " to use it as a proxy server."
- echo ""
- echo "==> Press Enter to edit the ${PKGNAME} config file."
- echo " (The defaults are reasonable; and the file is well commented)"
- tput md
- echo " You'd certainly like to pay attention to the"
- echo " ACTUAL locations of cache \"spool\", logfiles, pidfile!"
- tput me
- read skip
- chown root:wheel ${PREFIX:-/usr/local}/etc/squid/squid.conf*
- chmod 644 ${PREFIX:-/usr/local}/etc/squid/squid.conf*
- [ -f ${PREFIX:-/usr/local}/etc/squid/squid.conf ] || \
- cp -fp ${PREFIX:-/usr/local}/etc/squid/squid.conf.default \
- ${PREFIX:-/usr/local}/etc/squid/squid.conf
- [ -f ${PREFIX:-/usr/local}/etc/squid/mime.conf ] || \
- cp -fp ${PREFIX:-/usr/local}/etc/squid/mime.conf.default \
- ${PREFIX:-/usr/local}/etc/squid/mime.conf
- ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid/squid.conf \
- ${PREFIX:-/usr/local}/etc/squid/mime.conf
- ;;
- *)
- echo "Unexpected Argument $2!!!"
- exit 1
- ;;
-esac
-exit 0
-
diff --git a/www/squid25/pkg-plist b/www/squid25/pkg-plist
deleted file mode 100644
index c42faf762dbf..000000000000
--- a/www/squid25/pkg-plist
+++ /dev/null
@@ -1,66 +0,0 @@
-etc/rc.d/squid.sh
-etc/squid/errors/ERR_ACCESS_DENIED
-etc/squid/errors/ERR_CACHE_ACCESS_DENIED
-etc/squid/errors/ERR_CACHE_MGR_ACCESS_DENIED
-etc/squid/errors/ERR_CANNOT_FORWARD
-etc/squid/errors/ERR_CLIENT_ABORT
-etc/squid/errors/ERR_CONNECT_FAIL
-etc/squid/errors/ERR_DNS_FAIL
-etc/squid/errors/ERR_FORWARDING_DENIED
-etc/squid/errors/ERR_FTP_DISABLED
-etc/squid/errors/ERR_FTP_FAILURE
-etc/squid/errors/ERR_FTP_PUT_CREATED
-etc/squid/errors/ERR_FTP_PUT_ERROR
-etc/squid/errors/ERR_FTP_PUT_MODIFIED
-etc/squid/errors/ERR_INVALID_REQ
-etc/squid/errors/ERR_INVALID_URL
-etc/squid/errors/ERR_LIFETIME_EXP
-etc/squid/errors/ERR_NO_RELAY
-etc/squid/errors/ERR_ONLY_IF_CACHED_MISS
-etc/squid/errors/ERR_READ_ERROR
-etc/squid/errors/ERR_READ_TIMEOUT
-etc/squid/errors/ERR_SOCKET_FAILURE
-etc/squid/errors/ERR_UNSUP_REQ
-etc/squid/errors/ERR_URN_RESOLVE
-etc/squid/errors/ERR_WRITE_ERROR
-etc/squid/errors/ERR_ZERO_SIZE_OBJECT
-etc/squid/icons/anthony-binhex.gif
-etc/squid/icons/anthony-bomb.gif
-etc/squid/icons/anthony-box.gif
-etc/squid/icons/anthony-box2.gif
-etc/squid/icons/anthony-c.gif
-etc/squid/icons/anthony-compressed.gif
-etc/squid/icons/anthony-dir.gif
-etc/squid/icons/anthony-dirup.gif
-etc/squid/icons/anthony-dvi.gif
-etc/squid/icons/anthony-f.gif
-etc/squid/icons/anthony-image.gif
-etc/squid/icons/anthony-image2.gif
-etc/squid/icons/anthony-layout.gif
-etc/squid/icons/anthony-link.gif
-etc/squid/icons/anthony-movie.gif
-etc/squid/icons/anthony-pdf.gif
-etc/squid/icons/anthony-portal.gif
-etc/squid/icons/anthony-ps.gif
-etc/squid/icons/anthony-quill.gif
-etc/squid/icons/anthony-script.gif
-etc/squid/icons/anthony-sound.gif
-etc/squid/icons/anthony-tar.gif
-etc/squid/icons/anthony-tex.gif
-etc/squid/icons/anthony-text.gif
-etc/squid/icons/anthony-unknown.gif
-etc/squid/icons/anthony-xbm.gif
-etc/squid/icons/anthony-xpm.gif
-etc/squid/mib.txt
-etc/squid/mime.conf.default
-etc/squid/squid.conf.default
-libexec/cachemgr.cgi
-libexec/dnsserver
-libexec/pinger
-libexec/unlinkd
-sbin/RunAccel
-sbin/RunCache
-sbin/client
-sbin/squid
-@exec mkdir -p %D/squid/cache
-@exec mkdir -p %D/squid/logs