head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2006.02.06.08.59.57;	author vs;	state dead;
branches;
next	1.1;

1.1
date	2004.01.08.01.43.26;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove broken and expired ports japanese/gn-gnspool, www/adzap2squirm
@
text
@--- update-zapper.orig	Sun Jan  5 05:28:38 2003
+++ update-zapper	Tue Sep  2 23:01:53 2003
@@@@ -8,15 +8,16 @@@@
 #
 
 masterurl=http://adzapper.sourceforge.net/scripts/squid_redirect
-zapper=/usr/local/etc/squid_redirect	## hack to suit your site
-pidfile=/var/run/squid-noads.pid	## hack to suit, again
+zapper=%%PREFIX%%/etc/squirm/squid_redirect	## hack to suit your site
+pidfile=%%PREFIX%%/squid/logs/squid.pid	## hack to suit, again
 
 tmp=/tmp/newzapper$$
-if wget -q --cache=off -O $tmp "$masterurl"
+if %%FETCH_CMD%% -q -o  $tmp "$masterurl"
 then
     [ ! -s "$tmp" ] \
     || cmp -s "$tmp" "$zapper" \
-    || ( cat "$tmp" >"$zapper" || exit 1
+    || ( cat "$tmp" | sed -e "s@@\|)@@\|\.\*)@@g" -e "s@@(\|@@(\.\*\|@@g" >"$zapper" || exit 1
+	(cd %%PREFIX%%/etc/squirm && %%PREFIX%%/bin/a2swrap)
 	 [ -s "$pidfile" ] && kill -1 `cat "$pidfile"`
        )
 fi
@


1.1
log
@new port: www/adzap2squirm

	adzap2Squirm is a Perl script to take an Ad Zapper pattern
	file (or the original Ad Zapper script itself, which includes
	the patterns) and write out a corresponding file of patterns
	which Squirm can use for ad zapping.  This port also includes
	a modified update-zapper (from the Ad Zapper) so that updates
	of the ad definitions can be run through cron

PR:		ports/56359
Submitted by:	rmuir@@radford.edu
@
text
@@

