summaryrefslogtreecommitdiff
path: root/www/squidpurge
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-12-19 09:14:21 +0000
committerWill Andrews <will@FreeBSD.org>2001-12-19 09:14:21 +0000
commit2d479ec7240003abae96a086ef7a76b01d5c15b4 (patch)
tree06baa24ca002520ab05eadb95915717024212128 /www/squidpurge
parentAdd adpcm 1.2, an Intel/DVI IMA ADPCM codec library. (diff)
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>
Notes
Notes: svn path=/head/; revision=51801
Diffstat (limited to 'www/squidpurge')
-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
6 files changed, 47 insertions, 0 deletions
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