head	1.18;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.13
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.18
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.17;

1.17
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.16;

1.16
date	2011.08.20.17.27.45;	author ohauer;	state Exp;
branches;
next	1.15;

1.15
date	2011.03.17.15.59.43;	author miwi;	state Exp;
branches;
next	1.14;

1.14
date	2011.03.17.15.57.37;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2010.06.03.04.45.33;	author pgollucci;	state Exp;
branches;
next	1.12;

1.12
date	2010.06.03.03.06.04;	author pgollucci;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.30.17.34.18;	author pav;	state Exp;
branches;
next	1.10;

1.10
date	2010.01.29.14.00.37;	author gahr;	state Exp;
branches;
next	1.9;

1.9
date	2009.05.21.20.45.32;	author pgollucci;	state Exp;
branches;
next	1.8;

1.8
date	2008.12.17.17.42.08;	author stefan;	state Exp;
branches;
next	1.7;

1.7
date	2008.04.07.14.13.31;	author jadawin;	state Exp;
branches;
next	1.6;

1.6
date	2008.03.31.14.51.22;	author jadawin;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.15.16.51.01;	author vs;	state Exp;
branches;
next	1.4;

1.4
date	2005.03.01.08.45.21;	author ahze;	state Exp;
branches;
next	1.3;

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

1.2
date	2004.08.02.09.53.03;	author krion;	state Exp;
branches;
next	1.1;

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


desc
@@


1.18
log
@Switch exporter over
@
text
@# New ports collection makefile for:	mod_proxy_html
# Date created:		2004-07-29
# Whom:			David Lay <dsl@@webize.com.au>
#
# $FreeBSD: head/www/mod_proxy_html/Makefile 302724 2012-08-18 14:29:08Z ohauer $
#

PORTNAME=	mod_proxy_html
PORTVERSION=	3.1.2
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://apache.webthing.com/${PORTNAME}/
DISTNAME=	${PORTNAME}
DIST_SUBDIR=	mod_proxy_html

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Apache module for rewriting HTML links in proxied content

RUN_DEPENDS=	${LOCALBASE}/${APACHEMODDIR}/mod_xml2enc.so:${PORTSDIR}/www/mod_xml2enc

MAKE_JOBS_SAFE=	yes

SUB_FILES=	pkg-message
USE_APACHE=	22+
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
SHORTMODNAME=	proxy_html
USE_BZIP2=	yes
USE_GNOME=	libxml2

AP_INC+=	${LOCALBASE}/include/libxml2 -I${WRKSRC}
AP_LIB+=	${LOCALBASE}/lib
AP_EXTRAS+=	-lxml2

PLIST_FILES=	%%DOCSDIR%%/COPYING %%DOCSDIR%%/README \
		%%DOCSDIR%%/proxy_html.conf
PLIST_DIRS=	%%DOCSDIR%%

post-install:
	${MKDIR} ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/COPYING ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR}
	${INSTALL_MAN} ${WRKSRC}/proxy_html.conf ${DOCSDIR}
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.17
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.16
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d25 2
a26 2
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
d28 1
a28 1
USE_BZIP2=	YES
@


1.15
log
@- Bump PORTREVISION after dependency change
@
text
@d24 1
a24 1
USE_APACHE=	2.2+
@


1.14
log
@- Add www/mod_xml2enc to the dependency

PR:		155204
Submitted by:	Marin Atanasov Nikolov <dnaeon@@gmail.com>
@
text
@d10 1
@


1.13
log
@- Is only for www/apache22+

Reported by:    pointy hat (via pav)
@
text
@d13 1
a13 1
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
d18 2
@


1.12
log
@- Send to apache@@
@
text
@d21 1
a21 1
USE_APACHE=	2.0+
@


1.11
log
@- Reset maintainership

   ----- The following addresses had permanent fatal errors -----
   <dsl@@bitwizards.com.au>
       (reason: 550 No Such User Here")
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.10
log
@- Update to 3.1.2

Approved by:	maintainer (implicit, mail address bounces with a 550)
Approved by:	portmgr (itectu, because of the above)
@
text
@d15 1
a15 1
MAINTAINER=	dsl@@bitwizards.com.au
@


1.9
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d9 1
a9 1
PORTVERSION=	3.0.1
d13 1
d18 1
a18 1
MAKE_JOBS_SAFE=  yes
d28 1
a28 1
AP_INC+=	${LOCALBASE}/include/libxml2
@


1.8
log
@Update to 3.0.1.

PR:		128048
Submitted by:	nick kew <nick@@webthing.com>
Patch by:	maintainer
@
text
@d17 2
@


1.7
log
@- Fix build
- Update pkg-descr
- Bump PORTREVISION

Pointyhat to:	jadawin
Approved by:	David Lay (maintainer), tabthorpe (mentor)
@
text
@d9 1
a9 2
PORTVERSION=	3.0.0
PORTREVISION=	1
a12 1
EXTRACT_SUFX=	.tgz
d22 1
d29 4
d34 4
@


1.6
log
@- Update to 3.0.0

PR:		ports/121822
Submitted by:	valerio.daelli@@gmail.com
Approved by:	David Lay <dsl@@bitwizards.com.au> (maintainer), tabthorpe (mentor)
@
text
@d10 1
d20 4
a24 2
USE_APACHE?=2.2
NO_WRKSUBDIR=	yes
d26 3
a28 8
XML2_INC=	${LOCALBASE}/include/libxml2
XML2_LIB=	${LOCALBASE}/lib

do-build:
	@@(cd ${WRKDIR}/${PORTNAME} && ${APXS} -c -I ${XML2_INC} -L ${XML2_LIB} -lxml2 ${PORTNAME}.c)

do-install:
	@@(cd ${WRKDIR}/${PORTNAME} && ${APXS} -A -i ${PORTNAME}.la)
@


1.5
log
@Update to 2.5.1

PR:		ports/86142
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.5.1
d13 1
a13 1
EXTRACT_SUFX=	.c
d18 1
d20 1
a20 2
USE_APACHE=	yes
WITH_APACHE2=	yes
a25 4
do-extract:
	@@${MKDIR} ${WRKDIR}
	@@${CP} -p ${DISTDIR}/${DISTFILES} ${WRKDIR}/${PORTNAME}.c

d27 1
a27 1
	@@(cd ${WRKSRC} && ${APXS} -c -I ${XML2_INC} -L ${XML2_LIB} -lxml2 ${PORTNAME}.c)
d30 1
a30 1
	@@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la)
@


1.4
log
@- Update to 2.4.3

PR:		ports/78178
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	2.4.3
d15 1
a15 1
MAINTAINER=	dsl@@webize.com.au
@


1.3
log
@BROKEN: Size mismatch
@
text
@d9 1
a9 1
PORTVERSION=	2.2
a17 2
BROKEN=		Size mismatch

@


1.2
log
@Update to 2.2

PR:		ports/69892
Submitted by:	maintainer
@
text
@d18 2
@


1.1
log
@New port: www/mod_proxy_html: rewrite HTML links in proxied content

	mod_proxy_html is an output filter to rewrite HTML links
	in a proxy situation, to ensure that links work for users
	outside the proxy.  It serves the same purpose as Apache's
	ProxyPassReverse directive does for HTTP headers, and is
	an essential component of a reverse proxy.

	WWW: http://apache.webthing.com/mod_proxy_html/

	- David Lay <dsl@@webize.com.au>

PR:		ports/69737
Submitted by:	David Lay <dsl@@webize.com.au>
@
text
@d9 1
a9 1
PORTVERSION=	2.1
d35 3
a37 3
	@@${ECHO} "================================================================================"
	@@${ECHO} "Enable mod_proxy_html in Apache's config manually."
	@@${ECHO} "================================================================================"
@

