head	1.8;
access;
symbols
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2;
locks; strict;
comment	@# @;


1.8
date	2010.05.12.22.46.35;	author pgollucci;	state dead;
branches;
next	1.7;

1.7
date	2009.10.11.14.41.06;	author kuriyama;	state Exp;
branches;
next	1.6;

1.6
date	2009.05.17.07.24.30;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2009.05.07.08.01.37;	author pgollucci;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.04.21.24.52;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2004.08.18.16.21.50;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2004.01.13.15.04.50;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.05.12.34.45;	author clement;	state Exp;
branches;
next	;


desc
@@


1.8
log
@www/mod_extract_forwarded2||2010-05-12|Use www/mod_extract_forwarded instead

Wit hat:    apache@@
@
text
@# New ports collection makefile for:	mod_extract_forwarded2
# Date created:				Sun Nov  9
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
# $FreeBSD: ports/www/mod_extract_forwarded2/Makefile,v 1.7 2009/10/11 14:41:06 kuriyama Exp $
#

PORTNAME=	mod_extract_forwarded2
PORTVERSION=	0.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.cotds.org/${PORTNAME}/
DIST_SUBDIR=	apache2

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	An Apache module that can make proxied requests appear with client IP

MAKE_JOBS_SAFE=  yes

USE_APACHE=	20+
SHORTMODNAME=	extract_forwarded
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
CONFLICTS=	mod_extract_forwarded-1.* mod_extract_forwarded-2.*

PORTDOCS=	doc.html README

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif
	${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.7
log
@- Resurrect previous version of mod_extract_forwarded for apache
  1.3.x by repocopy.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d24 1
@


1.5
log
@- Fix LoadModule line in httpd.conf

PR:             ports/134301
Submitted by:   lwhsu
@
text
@d18 2
@


1.4
log
@- Convert to new USE_APACHE
- Use AP_FAST_BUILD and AP_GENPLIST
- Add SHA256
@
text
@d10 1
d19 1
@


1.3
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d17 4
a20 2
USE_APACHE=	yes
WITH_APACHE2=	yes
d23 1
a23 5
do-build:
	cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c

do-install:
	cd ${WRKSRC} && ${APXS} -A -i -n extract_forwarded ${PORTNAME}.la
@


1.2
log
@- Update my email address

Approved and reviewed by:    erwin (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	clement@@FreeBSD.org
@


1.1
log
@Add mod_extract_forwarded2 0.1,
an Apache module that can make proxied requests appear with client IP.

PR:             59094
Approved by:    erwin (mentor)
@
text
@d14 1
a14 1
MAINTAINER=	sheepkiller@@cultdeadsheep.or
@

