head	1.10;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.10
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.08.20.17.27.44;	author ohauer;	state Exp;
branches;
next	1.8;

1.8
date	2010.06.07.05.28.48;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.27.22.56.56;	author pgollucci;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2009.08.16.08.14.46;	author linimon;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.21.20.45.30;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.04.29.01.35.47;	author pgollucci;	state Exp;
branches;
next	1.1;

1.1
date	2007.01.22.07.48.39;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection Makefile for:	mod_line_edit
#
# Date created:		10/01/2007
# Whom:			Dominic Marks <dom@@goodforbusiness.co.uk>
#
# $FreeBSD: head/www/mod_line_edit/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	mod_line_edit
PORTVERSION=	1.0.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://apache.webthing.com/mod_line_edit/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
DISTNAME=	${PORTNAME}.c
EXTRACT_SUFX=	

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Apache module for simple text rewriting

MAKE_JOBS_SAFE=  yes

WRKSRC=	${WRKDIR}

USE_APACHE=	22+

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

pre-fetch:
	@@${MKDIR} ${WRKDIR}/

do-extract:
	@@${DO_NADA}

post-fetch:
	@@${CP} ${DISTDIR}/${PORTNAME}.c ${WRKDIR}/

.include <bsd.port.mk>
@


1.9
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.8
log
@- Convert to AP_FAST_BUILD / AP_GENPLIST
- Pet Portlint
@
text
@d25 1
a25 1
USE_APACHE=	2.2+
@


1.7
log
@- Only for 2.2+
- While here, tidy the pkg-plist a bit

Reported by:    QAT
With Hat:       apache@@
@
text
@d15 2
a16 1
DISTFILES=	mod_line_edit.c
d23 2
d27 6
a35 3
pre-fetch:
	@@${MKDIR} ${WRKDIR}

d37 1
a37 7
	@@${CP} ${DISTDIR}/mod_line_edit.c ${WRKDIR}

do-build:
	@@(cd ${WRKDIR} && ${APXS} -c mod_line_edit.c)

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


1.6
log
@Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
@
text
@d22 1
a22 1
USE_APACHE=	2.0+
@


1.5
log
@- pass to perl@@
@
text
@d14 1
@


1.4
log
@Reset dom@@helenmarks.co.uk due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


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

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d16 1
a16 1
MAINTAINER=	dom@@helenmarks.co.uk
@


1.2
log
@- Fix pkg-plist
- USE_APACHE=yes is deprecated
- Bump PORTREVISION

PR:             ports/133623
Approved by:    maintainer timeout (2 weeks)
Submitted by:   me
@
text
@d19 2
@


1.1
log
@mod_line_edit is a general-purpose filter for text documents. It
operates as a simple on-the-fly line editor, applying
search-and-replace rules defined in a configuration or .htaccess
file.

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

PR:		ports/108053
Submitted by:	Dominic Marks <dom at goodforbusiness.co.uk>
@
text
@d11 1
d19 1
a19 2
USE_APACHE=	yes
WITH_APACHE2=	yes
@

