head	1.16;
access;
symbols
	RELEASE_8_3_0:1.15
	RELEASE_9_0_0:1.15
	RELEASE_7_4_0:1.15
	RELEASE_8_2_0:1.15
	RELEASE_6_EOL:1.14
	RELEASE_8_1_0:1.14
	RELEASE_7_3_0:1.14
	RELEASE_8_0_0:1.14
	RELEASE_7_2_0:1.14
	RELEASE_7_1_0:1.14
	RELEASE_6_4_0:1.14
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.14
	RELEASE_6_3_0:1.14
	PRE_XORG_7:1.14
	RELEASE_4_EOL:1.14
	RELEASE_6_2_0:1.14
	RELEASE_6_1_0:1.14
	RELEASE_5_5_0:1.14
	RELEASE_6_0_0:1.13
	RELEASE_5_4_0:1.13
	RELEASE_4_11_0:1.13
	RELEASE_5_3_0:1.13
	RELEASE_4_10_0:1.12
	RELEASE_5_2_1:1.10
	RELEASE_5_2_0:1.10
	RELEASE_4_9_0:1.9
	old_RELEASE_5_1_0:1.6
	old_RELEASE_4_8_0:1.6
	old_RELEASE_5_0_0:1.5;
locks; strict;
comment	@# @;


1.16
date	2012.11.17.06.02.58;	author svnexp;	state Exp;
branches;
next	1.15;

1.15
date	2010.12.04.07.34.00;	author ade;	state Exp;
branches;
next	1.14;

1.14
date	2005.11.15.06.51.36;	author ade;	state Exp;
branches;
next	1.13;

1.13
date	2004.06.04.17.29.36;	author ade;	state Exp;
branches;
next	1.12;

1.12
date	2004.02.04.05.09.34;	author marcus;	state Exp;
branches;
next	1.11;

1.11
date	2004.01.19.00.56.11;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2003.11.17.12.29.06;	author trevor;	state Exp;
branches;
next	1.9;

1.9
date	2003.09.08.17.55.32;	author erwin;	state Exp;
branches;
next	1.8;

1.8
date	2003.07.30.18.39.30;	author krion;	state Exp;
branches;
next	1.7;

1.7
date	2003.07.15.10.01.26;	author nork;	state Exp;
branches;
next	1.6;

1.6
date	2003.02.21.14.01.30;	author knu;	state Exp;
branches;
next	1.5;

1.5
date	2002.12.15.16.56.53;	author alane;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.30.15.46.51;	author arved;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.27.13.35.52;	author nork;	state Exp;
branches;
next	1.2;

1.2
date	2002.11.23.07.50.34;	author nork;	state Exp;
branches;
next	1.1;

1.1
date	2002.11.22.21.17.10;	author nork;	state Exp;
branches;
next	;


desc
@@


1.16
log
@Switch exporter over
@
text
@# New ports collection makefile for:	privoxy+ipv6
# Date created:				17 June 2003
# Whom:					Lars Eggert
#
# $FreeBSD: head/www/privoxy+ipv6/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	privoxy+ipv6
PORTVERSION=	20030523
PORTREVISION=	2
CATEGORIES=	www ipv6
MASTER_SITES=	ftp://ftp.deepspace6.net/pub/ds6/sources/privoxy/
DISTNAME=	privoxy_CVS_${PORTVERSION}_ipv6_5

MAINTAINER=	lars.eggert@@gmx.net
COMMENT=	Privoxy is a web proxy with advanced filtering capabilities

WRKSRC=		${WRKDIR}/privoxy

ETCDIR=		${PREFIX}/etc/privoxy
USER=		nobody
GROUP=		nobody
DOCSDIR=	${PREFIX}/share/doc/${PORTNAME:S/+ipv6//}

USE_BZIP2=	yes
USE_GMAKE=	yes
USE_AUTOTOOLS=	autoheader213
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--prefix=${PREFIX} \
		--with-user=${USER} --with-group=${GROUP} \
		--sysconfdir=${ETCDIR} --localstatedir=/var

MAKEFILE=	GNUmakefile

MAN1=		privoxy.1

post-install:
	@@for file in config user.action; do \
		if [ ! -f ${ETCDIR}/$$file ]; then \
			${CP} ${ETCDIR}/$$file.sample ${ETCDIR}/$$file; \
			${CHOWN} ${USER}:${GROUP} ${ETCDIR}/$$file; \
			${CHMOD} ug+rw ${ETCDIR}/$$file; \
		fi; \
	done

.include <bsd.port.mk>
@


1.15
log
@Sync to new bsd.autotools.mk
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.14
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@d27 1
a27 1
USE_AUTOTOOLS=	autoheader:213
@


1.13
log
@Sync with new bsd.autotools.mk
@
text
@d27 1
a27 1
USE_AUTOHEADER_VER=213
@


1.12
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d27 1
a27 1
USE_AUTOHEADER=	yes
@


1.11
log
@Update maintainer's email address (prompted by detailed autoreply to
a message I just forwarded).
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.10
log
@USE_REINPLACE need be defined only when REINPLACE_CMD is used.
@
text
@d15 1
a15 1
MAINTAINER=	larse@@isi.edu
@


1.9
log
@Update MASTER_SITES

PR:		56601
Submitted by:	maintainer
@
text
@a27 1
USE_REINPLACE=	yes
@


1.8
log
@Fix build, reported by bento
Removed blank line in pkg-plist

PR:		55073
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
@
text
@d12 1
a12 1
MASTER_SITES=	ftp://ftp.deepspace6.net/pub/sources/privoxy/
@


1.7
log
@Add privoxy+ipv6 20030523, is a web proxy with advanced filtering
capabilities & with support IPv6.

PR:		ports/53576
Submitted by:	Lars Eggert <larse@@isi.edu>
Repo copied by:	joe (cvs)
Approved by:	portmgr (no objections)
@
text
@d10 1
d27 1
a27 1
USE_AUTOCONF=	yes
a32 1

@


1.6
log
@De-pkg-comment.
@
text
@d1 3
a3 3
# New ports collection makefile for:	privoxy
# Date created:				21 November 2002
# Whom:					John von Essen
d8 5
a12 6
PORTNAME=	privoxy
PORTVERSION=	3.0.0
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	ijbswa
DISTNAME=	privoxy-3.0.0-stable-src
d14 1
a14 1
MAINTAINER=	john@@essenz.com
d17 1
a17 1
WRKSRC=		${WRKDIR}/privoxy-3.0.0-stable
d19 4
a22 1
PKGMESSAGE=	${WRKDIR}/pkg-message
d24 1
d26 1
a26 1
USE_AUTOCONF_VER=	253
d28 5
a37 30
post-patch:
	${REINPLACE_CMD} \
		-e 's,^\(confdir\) \.,\1 ${PREFIX}/etc/privoxy,' \
		-e 's,^\(logdir\) \.,\1 /tmp,' \
		-e 's,^\(actionsfile standard\),#\1,' \
		-e 's,^\(actionsfile user\),#\1,' \
	${WRKSRC}/config

pre-configure:
	@@cd ${WRKSRC}; ${AUTOHEADER}

pre-install:
	@@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
		${PKGDIR}/pkg-message.in > ${PKGMESSAGE}

do-install:
	@@${MKDIR} ${PREFIX}/etc/privoxy/templates
	@@${INSTALL_PROGRAM} ${WRKSRC}/privoxy ${PREFIX}/sbin
	@@${INSTALL_DATA} ${WRKSRC}/templates/[a-z]* ${PREFIX}/etc/privoxy/templates
.for file in config default.action default.filter trust
	@@${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/etc/privoxy
.endfor
	@@${INSTALL_MAN}  ${WRKSRC}/privoxy.1 ${MANPREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${PREFIX}/share/doc/privoxy-manual
	@@if [ -d ${WRKSRC}/doc/webserver/user-manual ]; then \
		${INSTALL_DATA} ${WRKSRC}/doc/webserver/user-manual/[a-z]* ${PREFIX}/share/doc/privoxy-manual; \
	fi
.endif

d39 7
a45 1
	@@${CAT} ${PKGMESSAGE}
@


1.5
log
@Don't run preconfigure in a subshell of a subshell... it seems to bork up
the path.

Approved by:	kris
@
text
@d16 1
@


1.4
log
@Fix autoconf usage

Reported by:	bento
@
text
@d38 1
a38 1
	@@(cd ${WRKSRC}; ${AUTOHEADER})
@


1.3
log
@o make install in port's Makefile.
o add new pkg-message.
o NOPORTDOCS support.
o set up minimum configuration.

Submitted by:	John von Essen <john@@essenz.com> (maintainer)
Submitted by:	Lars Eggert <larse@@ISI.EDU>
Reviewed by:	John von Essen <john@@essenz.com> (maintainer)
@
text
@d22 1
a22 1
USE_AUTOCONF=	yes
d38 1
a38 1
	@@(cd ${WRKSRC}; autoheader${USE_AUTOCONF_VER})
@


1.2
log
@PREFIX clean.
@
text
@d19 2
d30 6
a35 2
	@@${REINPLACE_CMD} -e 's,/usr/local,$${PREFIX},' \
					${WRKSRC}/GNUmakefile.in
d39 22
@


1.1
log
@Add privoxy 3.0.0, privoxy is a web proxy with advanced filtering
capabilities.

PR:		ports/45602
Submitted by:	John von Essen <john@@essenz.com>
@
text
@d21 1
d26 4
@

