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


1.5
date	2006.02.06.08.59.57;	author vs;	state dead;
branches;
next	1.4;

1.4
date	2005.11.25.23.13.58;	author pav;	state Exp;
branches;
next	1.3;

1.3
date	2005.07.23.17.38.48;	author kris;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.31.01.38.39;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.5
log
@Remove broken and expired ports japanese/gn-gnspool, www/adzap2squirm
@
text
@# New ports collection makefile for:	adzap2squirm
# Date created:				02 Sept 2003
# Whom:					Robert Muir <rmuir@@radford.edu>
#
# $FreeBSD: ports/www/adzap2squirm/Makefile,v 1.4 2005/11/25 23:13:58 pav Exp $
#

PORTNAME=	adzap2squirm
PORTVERSION=	1.0
CATEGORIES=	www
MASTER_SITES=	http://www.meredevice.com/files/  \
		http://adzapper.sourceforge.net/scripts/
DISTFILES=	adzap2squirm a2swrap update-zapper
EXTRACT_ONLY=

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Use and update adzap patterns with squirm

RUN_DEPENDS=	squirm:${PORTSDIR}/www/squirm

BROKEN=		"Unfetchable"
DEPRECATED=	"${BROKEN}"
EXPIRATION_DATE=2006-01-26

SQUID_UID?=	squid
SQUID_GID?=	squid
MAKE_ENV+=	SQUID_UID=${SQUID_UID} SQUID_GID=${SQUID_GID}

USE_REINPLACE=	yes
USE_PERL5_RUN=	yes
NO_BUILD=	yes
PKGMESSAGE=	${WRKDIR}/pkg-message

do-extract:
	${MKDIR} ${WRKSRC}
	${CP} ${FILESDIR}/pkg-message ${PKGMESSAGE}
.for DISTFILE in ${DISTFILES}
	${CP} ${DISTDIR}/${DISTFILE} ${WRKSRC}
.endfor

post-patch:
	${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/a2swrap
	${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${PKGMESSAGE}
	${REINPLACE_CMD} \
		-e "s,%%PREFIX%%,${PREFIX},g" \
		-e "s,%%FETCH_CMD%%,${FETCH_CMD},g" \
		${WRKSRC}/update-zapper

do-install:
.for DISTFILE in ${DISTFILES}
	${INSTALL_SCRIPT} ${WRKSRC}/${DISTFILE} ${PREFIX}/bin
.endfor
	${INSTALL} ${FILESDIR}/squirm.conf.zap ${PREFIX}/etc/squirm/
	${TOUCH} ${PREFIX}/etc/squirm/zap.patterns
	${CAT} ${WRKDIR}/pkg-message

.include <bsd.port.mk>
@


1.4
log
@- Unfetchable; detonate in two months
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@BROKEN: Unfetchable
@
text
@d19 1
a19 1
BROKEN=		Unfetchable
d21 3
a23 1
RUN_DEPENDS=	squirm:${PORTSDIR}/www/squirm
@


1.2
log
@Add SQUID_GID and SQUID_UID to the variables set, and pass them on
to MAKE_ENV so the install script works fine.

Noticed by:	bento
Informed maintainer.
@
text
@d19 2
@


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
@d21 4
@

