summaryrefslogtreecommitdiff
path: root/www/squid/pkg
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-05-23 21:27:20 +0000
committertron <tron@pkgsrc.org>1998-05-23 21:27:20 +0000
commitb307255bb55991470ae763e2e39ebc51d7791988 (patch)
treef9bdabb37452dfb6746a3518c85678d490767aae /www/squid/pkg
parent9bd65f8a62e38c98e4ecc2ed991557780dab5bb1 (diff)
downloadpkgsrc-b307255bb55991470ae763e2e39ebc51d7791988.tar.gz
New "squid-1.1.21" package based on FreeBSD port adapted by Rene Hexel
in PR pkg/5314.
Diffstat (limited to 'www/squid/pkg')
-rw-r--r--www/squid/pkg/COMMENT1
-rw-r--r--www/squid/pkg/DESCR16
-rw-r--r--www/squid/pkg/INSTALL26
-rw-r--r--www/squid/pkg/PLIST14
4 files changed, 57 insertions, 0 deletions
diff --git a/www/squid/pkg/COMMENT b/www/squid/pkg/COMMENT
new file mode 100644
index 00000000000..4df36232a32
--- /dev/null
+++ b/www/squid/pkg/COMMENT
@@ -0,0 +1 @@
+Post-Harvest_cached WWW proxy cache and accelerator
diff --git a/www/squid/pkg/DESCR b/www/squid/pkg/DESCR
new file mode 100644
index 00000000000..bf7cae7f22f
--- /dev/null
+++ b/www/squid/pkg/DESCR
@@ -0,0 +1,16 @@
+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.
+The Squid home page is http://squid.nlanr.net/Squid/.
+
+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/pkg/INSTALL b/www/squid/pkg/INSTALL
new file mode 100644
index 00000000000..cef017b461e
--- /dev/null
+++ b/www/squid/pkg/INSTALL
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+PKGNAME=$1
+
+case $2 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 \"squid.conf.default\" to \"squid.conf\" and edit it"
+ echo " as required. You should pay attention to the ACTUAL"
+ echo " locations of the cache \"spool\" logfiles and pidfile."
+ echo ""
+ ;;
+ *)
+ echo "Unexpected Argument $2!!!"
+ exit 1
+ ;;
+esac
+exit 0
diff --git a/www/squid/pkg/PLIST b/www/squid/pkg/PLIST
new file mode 100644
index 00000000000..8bfce39cbde
--- /dev/null
+++ b/www/squid/pkg/PLIST
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 1998/05/23 21:27:22 tron Exp $
+sbin/RunAccel
+sbin/RunCache
+sbin/cachemgr.cgi
+sbin/client
+sbin/dnsserver
+sbin/ftpget
+sbin/pinger
+sbin/squid
+sbin/unlinkd
+etc/rc.d/squid.sh
+etc/squid/squid.conf.default
+@unexec rm -f %D/etc/squid/squid.conf
+@dirrm etc/squid