aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2001-12-19 17:14:21 +0800
committerwill <will@FreeBSD.org>2001-12-19 17:14:21 +0800
commit5b7f3e45e7c098cfd700d0cf1e6c823f5dc80019 (patch)
tree181655013cfd304bab9c1aedf239a07a5a1263d8
parent135d06f055613ee96585b92294bca981736d89a7 (diff)
downloadfreebsd-ports-gnome-5b7f3e45e7c098cfd700d0cf1e6c823f5dc80019.tar.gz
freebsd-ports-gnome-5b7f3e45e7c098cfd700d0cf1e6c823f5dc80019.tar.zst
freebsd-ports-gnome-5b7f3e45e7c098cfd700d0cf1e6c823f5dc80019.zip
Add squidpurge 1.17, a powerful object purging utility for the Squid
web proxy cache. PR: 31377 Submitted by: Dean Hollister <dean@odyssey.apana.org.au>
-rw-r--r--www/Makefile1
-rw-r--r--www/squidpurge/Makefile22
-rw-r--r--www/squidpurge/distinfo1
-rw-r--r--www/squidpurge/files/patch-Makefile11
-rw-r--r--www/squidpurge/pkg-comment1
-rw-r--r--www/squidpurge/pkg-descr11
-rw-r--r--www/squidpurge/pkg-plist1
7 files changed, 48 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 422da1eceb13..e3cb3d58624e 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -292,6 +292,7 @@
SUBDIR += squid24
SUBDIR += squidclients
SUBDIR += squidguard
+ SUBDIR += squidpurge
SUBDIR += squidtimes
SUBDIR += squirm
SUBDIR += squishdot
diff --git a/www/squidpurge/Makefile b/www/squidpurge/Makefile
new file mode 100644
index 000000000000..f212fcdd090e
--- /dev/null
+++ b/www/squidpurge/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: squid-purge
+# Date created: Fri Oct 19 23:00:00 WST 2001
+# Whom: Dean Hollister <dean@odyssey.apana.org.au>
+#
+# $FreeBSD$
+#
+
+PORTNAME= squidpurge
+PORTVERSION= 1.17
+CATEGORIES= www
+MASTER_SITES= http://www.cache.dfn.de/DFN-Cache/Development/Purge/
+DISTNAME= purge
+EXTRACT_SUFX= -20000921-src.tar.gz
+
+MAINTAINER= dean@odyssey.apana.org.au
+
+USE_GMAKE= yes
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/purge ${PREFIX}/sbin
+
+.include <bsd.port.mk>
diff --git a/www/squidpurge/distinfo b/www/squidpurge/distinfo
new file mode 100644
index 000000000000..f97420a90112
--- /dev/null
+++ b/www/squidpurge/distinfo
@@ -0,0 +1 @@
+MD5 (purge-20000921-src.tar.gz) = 8df42b5f278542cfc2645fd3071462be
diff --git a/www/squidpurge/files/patch-Makefile b/www/squidpurge/files/patch-Makefile
new file mode 100644
index 000000000000..9370708d907f
--- /dev/null
+++ b/www/squidpurge/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile Thu Sep 21 21:05:31 2000
++++ Makefile.orig Fri Oct 19 23:47:22 2001
+@@ -16,7 +16,7 @@
+ # === [1] ==================================================== generics section
+ #
+ CXX = g++ -ffor-scope -DHAS_BOOL -DHAS_PSIGNAL
+-CC = gcc
++CC = g++
+ LD = $(CC) # yes, I do mean gcc and not g++
+ CXXFLAGS = # -pg -g # -fprofile-arcs -ftest-coverage
+ SYSTEM = $(shell uname -s | tr '[a-z]' '[A-Z]' | tr -d '_ -/')
diff --git a/www/squidpurge/pkg-comment b/www/squidpurge/pkg-comment
new file mode 100644
index 000000000000..a54d561b0b83
--- /dev/null
+++ b/www/squidpurge/pkg-comment
@@ -0,0 +1 @@
+Powerful object purging utility for the Squid web proxy cache
diff --git a/www/squidpurge/pkg-descr b/www/squidpurge/pkg-descr
new file mode 100644
index 000000000000..64b207ecbb56
--- /dev/null
+++ b/www/squidpurge/pkg-descr
@@ -0,0 +1,11 @@
+Powerful purge utility for Squid. Includes support for wildcards in URLs.
+
+Full details of syntax and usage are at
+
+WWW: http://www.cache.dfn.de/DFN-Cache/Development/purge.html
+
+
+
+- Dean
+
+dean@odyssey.apana.org.au
diff --git a/www/squidpurge/pkg-plist b/www/squidpurge/pkg-plist
new file mode 100644
index 000000000000..5b1d5d216c14
--- /dev/null
+++ b/www/squidpurge/pkg-plist
@@ -0,0 +1 @@
+sbin/purge