diff options
author | Will Andrews <will@FreeBSD.org> | 2001-12-19 09:14:21 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-12-19 09:14:21 +0000 |
commit | 2d479ec7240003abae96a086ef7a76b01d5c15b4 (patch) | |
tree | 06baa24ca002520ab05eadb95915717024212128 /www | |
parent | b532d1c416f33ddd862e3ed1037c5fa339a54f8b (diff) | |
download | ports-2d479ec7240003abae96a086ef7a76b01d5c15b4.tar.gz ports-2d479ec7240003abae96a086ef7a76b01d5c15b4.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/squidpurge/Makefile | 22 | ||||
-rw-r--r-- | www/squidpurge/distinfo | 1 | ||||
-rw-r--r-- | www/squidpurge/files/patch-Makefile | 11 | ||||
-rw-r--r-- | www/squidpurge/pkg-comment | 1 | ||||
-rw-r--r-- | www/squidpurge/pkg-descr | 11 | ||||
-rw-r--r-- | www/squidpurge/pkg-plist | 1 |
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 |