mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Update 1.1.beta16 -> 1.1.beta19
Mostly bug fixes. Reviewed by: Submitted by: Obtained from:
This commit is contained in:
parent
7c047963a4
commit
edd507d74b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4478
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
@ -1,13 +1,13 @@
|
||||
# New ports collection makefile for: squid
|
||||
# Version required: 1.1.beta16
|
||||
# Version required: 1.1.beta19
|
||||
# Date created: Thu Nov 7 00:53:18 WST 1996
|
||||
# Whom: Peter Wemm <peter@freebsd.org>
|
||||
#
|
||||
# $Id: Makefile,v 1.5 1996/11/12 08:26:06 peter Exp $
|
||||
# $Id: Makefile,v 1.6 1996/11/12 08:38:31 peter Exp $
|
||||
#
|
||||
|
||||
DISTNAME= squid-1.1.beta16
|
||||
PKGNAME= squid-1.1b16
|
||||
DISTNAME= squid-1.1.beta19
|
||||
PKGNAME= squid-1.1b19
|
||||
CATEGORIES+= www
|
||||
MASTER_SITES= \
|
||||
ftp://squid.nlanr.net/pub/squid-1.1.beta/ \
|
||||
@ -29,8 +29,8 @@ post-install:
|
||||
.for file in cachemgr.cgi client dnsserver ftpget pinger squid
|
||||
strip ${PREFIX}/sbin/${file}
|
||||
.endfor
|
||||
${MKDIR} ${PREFIX}/squid/logs
|
||||
${MKDIR} ${PREFIX}/squid/cache
|
||||
${MKDIR} -p ${PREFIX}/squid/logs
|
||||
${MKDIR} -p ${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; \
|
||||
|
@ -1 +1 @@
|
||||
MD5 (squid-1.1.beta16-src.tar.gz) = a961a3aa0c1a6f9c694967b9d25bbfc6
|
||||
MD5 (squid-1.1.beta19-src.tar.gz) = 86b2edf240d90ff259968853d4c55a4c
|
||||
|
@ -1 +1 @@
|
||||
Post-Harvest_cached WWW proxy cache and accelerator
|
||||
BETA Post-Harvest_cached WWW proxy cache and accelerator
|
||||
|
@ -1,7 +1,9 @@
|
||||
***** This is a BETA TEST version ******
|
||||
|
||||
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://www.nlanr.net/Squid/.
|
||||
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.
|
||||
@ -13,4 +15,4 @@ 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.
|
||||
I also _strongly_ suggest you to examine Web pages noted above.
|
||||
We also _strongly_ suggest you to examine Web pages noted above.
|
||||
|
Loading…
Reference in New Issue
Block a user