diff options
author | asami <asami@FreeBSD.org> | 1996-07-11 05:50:18 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-07-11 05:50:18 +0800 |
commit | 6df0fa60c997364b1282aad9c26129b83953e5ce (patch) | |
tree | 419cc808c5786a1034802d068869bdf0acdc7874 /www/squid30 | |
parent | 79ac79cfbc5550c4d5c295ba4ee4ea2a63b23561 (diff) | |
download | freebsd-ports-gnome-6df0fa60c997364b1282aad9c26129b83953e5ce.tar.gz freebsd-ports-gnome-6df0fa60c997364b1282aad9c26129b83953e5ce.tar.zst freebsd-ports-gnome-6df0fa60c997364b1282aad9c26129b83953e5ce.zip |
Upgrade from 1.0 beta11 to 1.0 release.
Submitted by: Andrew Stesin <stesin@elvisti.kiev.ua>
Diffstat (limited to 'www/squid30')
-rw-r--r-- | www/squid30/Makefile | 13 | ||||
-rw-r--r-- | www/squid30/distinfo | 2 | ||||
-rw-r--r-- | www/squid30/pkg-comment | 2 | ||||
-rw-r--r-- | www/squid30/pkg-descr | 8 | ||||
-rw-r--r-- | www/squid30/pkg-install | 9 | ||||
-rw-r--r-- | www/squid30/pkg-plist | 1 |
6 files changed, 24 insertions, 11 deletions
diff --git a/www/squid30/Makefile b/www/squid30/Makefile index 0207ae8f4d12..1befb9b30298 100644 --- a/www/squid30/Makefile +++ b/www/squid30/Makefile @@ -1,21 +1,22 @@ # New ports collection makefile for: squid -# Version required: 1.0.beta11 +# Version required: 1.0.0 # Date created: Fri May 17 04:02:53 EET DST 1996 # Whom: Andrew Stesin <stesin@elvisti.kiev.ua> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/06/03 02:21:13 asami Exp $ # -DISTNAME= squid-1.0.beta11 -PKGNAME= squid-1.0b11 +DISTNAME= squid-1.0.0 +PKGNAME= squid-1.0 CATEGORIES+= www -MASTER_SITES= ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/ \ +MASTER_SITES= \ ftp://www.nlanr.net/Software/Squid/ \ + ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/ \ ftp://ftp.net.lut.ac.uk/squid/ EXTRACT_SUFX= -src.tar.gz -MAINTAINER= stesin@elvisti.kiev.ua +MAINTAINER= stesin@elvisti.kiev.ua GNU_CONFIGURE= yes CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc diff --git a/www/squid30/distinfo b/www/squid30/distinfo index 5b8bf8d65dc9..ebf12fa6b2c4 100644 --- a/www/squid30/distinfo +++ b/www/squid30/distinfo @@ -1 +1 @@ -MD5 (squid-1.0.beta11-src.tar.gz) = f94d88cf76ef3b3076f271ace113780e +MD5 (squid-1.0.0-src.tar.gz) = a16ecec2fc688234607f6f60c9ef4e3e diff --git a/www/squid30/pkg-comment b/www/squid30/pkg-comment index f03c05776742..4df36232a32c 100644 --- a/www/squid30/pkg-comment +++ b/www/squid30/pkg-comment @@ -1 +1 @@ -Post-Harvest_cached WWW accelerator +Post-Harvest_cached WWW proxy cache and accelerator diff --git a/www/squid30/pkg-descr b/www/squid30/pkg-descr index 325c5a5df976..4a03e4124d58 100644 --- a/www/squid30/pkg-descr +++ b/www/squid30/pkg-descr @@ -6,3 +6,11 @@ The Squid home page is http://www.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/. + +FreeBSD PORTER'S NOTES. To this moment, Squid is poorly 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. +I also _strongly_ suggest you to examine Web pages noticed above. +If you have comments/questions/suggestions about FreeBSD port -- ask +me. Andrew Stesin. + diff --git a/www/squid30/pkg-install b/www/squid30/pkg-install index e476199106d7..8f5ca748d66f 100644 --- a/www/squid30/pkg-install +++ b/www/squid30/pkg-install @@ -20,11 +20,16 @@ case $2 in echo "" echo "==> Press Enter to edit the ${PKGNAME} config file." echo " (The defaults are reasonable; and the file is well commented)" - echo " You'd probably like to pay attention to the" - echo " ACTUAL locations of BOTH cache \"spool\" AND logfiles." + 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.conf* chmod 644 ${PREFIX:-/usr/local}/etc/squid.conf* + [ -f ${PREFIX:-/usr/local}/etc/squid.conf ] || \ + cp -fp ${PREFIX:-/usr/local}/etc/squid.conf.default \ + ${PREFIX:-/usr/local}/etc/squid.conf ${EDITOR:-vi} ${PREFIX:-/usr/local}/etc/squid.conf ;; *) diff --git a/www/squid30/pkg-plist b/www/squid30/pkg-plist index dc5f780eea8d..b5d11ef67b1e 100644 --- a/www/squid30/pkg-plist +++ b/www/squid30/pkg-plist @@ -6,4 +6,3 @@ bin/dnsserver bin/ftpget bin/cachemgr.cgi etc/squid.conf.default -etc/squid.conf |