diff options
author | kim <kim@pkgsrc.org> | 1998-10-09 17:49:20 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 1998-10-09 17:49:20 +0000 |
commit | 95d58b0b91fc02d3944ebdcce06af7bc233a52e4 (patch) | |
tree | 3e0e4639fce2a51f6bbc7ea6b8791ea4b467c393 /www/squid-current/pkg | |
parent | 0bd9ceb37aa96077b64c3f55851e54b86eb791c5 (diff) | |
download | pkgsrc-95d58b0b91fc02d3944ebdcce06af7bc233a52e4.tar.gz |
A package to track the current version of squid.
Diffstat (limited to 'www/squid-current/pkg')
-rw-r--r-- | www/squid-current/pkg/COMMENT | 1 | ||||
-rw-r--r-- | www/squid-current/pkg/DESCR | 15 | ||||
-rw-r--r-- | www/squid-current/pkg/INSTALL | 31 | ||||
-rw-r--r-- | www/squid-current/pkg/PLIST | 10 |
4 files changed, 57 insertions, 0 deletions
diff --git a/www/squid-current/pkg/COMMENT b/www/squid-current/pkg/COMMENT new file mode 100644 index 00000000000..4df36232a32 --- /dev/null +++ b/www/squid-current/pkg/COMMENT @@ -0,0 +1 @@ +Post-Harvest_cached WWW proxy cache and accelerator diff --git a/www/squid-current/pkg/DESCR b/www/squid-current/pkg/DESCR new file mode 100644 index 00000000000..23fd31028a5 --- /dev/null +++ b/www/squid-current/pkg/DESCR @@ -0,0 +1,15 @@ +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. diff --git a/www/squid-current/pkg/INSTALL b/www/squid-current/pkg/INSTALL new file mode 100644 index 00000000000..93071e03b21 --- /dev/null +++ b/www/squid-current/pkg/INSTALL @@ -0,0 +1,31 @@ +#!/bin/sh +# +# $NetBSD: INSTALL,v 1.1.1.1 1998/10/09 17:49:20 kim Exp $ +# + +PKGNAME=$1 +DEFCONF=$2 + +case $3 in + PRE-INSTALL) + ;; + POST-INSTALL) + 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 " o copy \"${DEFCONF}\" to \"/etc/squid.conf\"" + echo " and edit it as required. You should pay attention to" + echo " the ACTUAL locations of the cache \"spool\" logfiles" + echo " and pidfile." + echo "" + ;; + *) + echo "Unexpected Argument $3!!!" + exit 1 + ;; +esac +exit 0 diff --git a/www/squid-current/pkg/PLIST b/www/squid-current/pkg/PLIST new file mode 100644 index 00000000000..027ad2abf53 --- /dev/null +++ b/www/squid-current/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/10/09 17:49:20 kim Exp $ +etc/rc.d/squid.sh +libexec/cachemgr.cgi +libexec/dnsserver +libexec/pinger +libexec/unlinkd +sbin/RunAccel +sbin/RunCache +sbin/client +sbin/squid |