aboutsummaryrefslogtreecommitdiff
path: root/www/squidpurge
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-07-02 00:35:44 +0000
committerPatrick Li <pat@FreeBSD.org>2002-07-02 00:35:44 +0000
commit7cc96e69922782bac43b2c0ba38a180808b4ec5f (patch)
tree32ffc3528ec3a94d8d1e623075a057ac3b67eee5 /www/squidpurge
parenta0d16dc33bdb0c332d8f449118cf90e5cec23112 (diff)
downloadports-7cc96e69922782bac43b2c0ba38a180808b4ec5f.tar.gz
ports-7cc96e69922782bac43b2c0ba38a180808b4ec5f.zip
Notes
Diffstat (limited to 'www/squidpurge')
-rw-r--r--www/squidpurge/Makefile3
-rw-r--r--www/squidpurge/files/patch-README20
-rw-r--r--www/squidpurge/files/patch-conffile.hh11
-rw-r--r--www/squidpurge/pkg-descr1
4 files changed, 33 insertions, 2 deletions
diff --git a/www/squidpurge/Makefile b/www/squidpurge/Makefile
index b48fda612545..d0c6bde8221c 100644
--- a/www/squidpurge/Makefile
+++ b/www/squidpurge/Makefile
@@ -1,4 +1,4 @@
-# New ports collection makefile for: squid-purge
+# New ports collection makefile for: squidpurge
# Date created: Fri Oct 19 23:00:00 WST 2001
# Whom: Dean Hollister <dean@odyssey.apana.org.au>
#
@@ -7,6 +7,7 @@
PORTNAME= squidpurge
PORTVERSION= 1.17
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.cache.dfn.de/DFN-Cache/Development/Purge/ \
http://www.wa.apana.org.au/~dean/sources/ \
diff --git a/www/squidpurge/files/patch-README b/www/squidpurge/files/patch-README
new file mode 100644
index 000000000000..3bfa6c3828a7
--- /dev/null
+++ b/www/squidpurge/files/patch-README
@@ -0,0 +1,20 @@
+--- README.orig Fri Jun 28 07:45:03 2002
++++ README Fri Jun 28 07:46:06 2002
+@@ -73,7 +73,7 @@
+ [-P #] [-s] [-v] [-C dir [-H]] [-n]
+
+ -a display a little rotating thingy to indicate that I am alive (tty only).
+- -c c squid.conf location, default "/usr/local/squid/etc/squid.conf".
++ -c c squid.conf location, default "/usr/local/etc/squid/squid.conf".
+ -C dir base directory for content extraction (copy-out mode).
+ -d l debug level, an OR of different debug options.
+ -e re single regular expression per -e instance (use quotes!).
+@@ -111,7 +111,7 @@
+ of Squid-2 cache_dir specifications, and will automatically try
+ to use the correct one.
+
+- default: /usr/local/squid/etc/squid.conf
++ default: /usr/local/etc/squid/squid.conf
+
+ -C cd if you want to rescue files from your cache, you need to specify
+ the directory into which the files will be copied. Please note
diff --git a/www/squidpurge/files/patch-conffile.hh b/www/squidpurge/files/patch-conffile.hh
new file mode 100644
index 000000000000..ff438555a902
--- /dev/null
+++ b/www/squidpurge/files/patch-conffile.hh
@@ -0,0 +1,11 @@
+--- conffile.hh.orig Wed May 22 11:03:47 2002
++++ conffile.hh Wed May 22 11:04:20 2002
+@@ -55,7 +55,7 @@
+
+
+ #ifndef DEFAULT_SQUID_CONF
+-#define DEFAULT_SQUID_CONF "/usr/local/squid/etc/squid.conf"
++#define DEFAULT_SQUID_CONF "/usr/local/etc/squid/squid.conf"
+ #endif // DEFAULT_SQUID_CONF
+
+ #include <stdio.h> // FILE*
diff --git a/www/squidpurge/pkg-descr b/www/squidpurge/pkg-descr
index 64b207ecbb56..6ea65a6121e8 100644
--- a/www/squidpurge/pkg-descr
+++ b/www/squidpurge/pkg-descr
@@ -7,5 +7,4 @@ WWW: http://www.cache.dfn.de/DFN-Cache/Development/purge.html
- Dean
-
dean@odyssey.apana.org.au