head	1.7;
access;
symbols
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	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
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2006.12.12.15.29.34;	author vd;	state dead;
branches;
next	1.6;

1.6
date	2006.10.04.13.19.37;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.04.00.18.12;	author clement;	state Exp;
branches;
next	1.4;

1.4
date	2005.09.11.13.25.40;	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	2003.10.08.10.49.08;	author roam;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Remove expired leaf ports:
2006-12-01 x11/XFree86-aoutlibs: Requires a.out ld.so and support libraries
2006-12-10 x11/linux-XFree86-libs: superseeded by linux-xorg-libs port
2006-12-04 www/mod_v2h: No longer available for download, the website is gone
2006-12-04 www/mod_injection: No longer available for download, the website is gone
@
text
@# New ports collection makefile for:	mod_injection
# Date created:				Sun Oct  5
# Whom:					Clement Laforet <sheepkiller@@cultdeadsheep.org>
#
# $FreeBSD: ports/www/mod_injection/Makefile,v 1.6 2006/10/04 13:19:37 pav Exp $
#

PORTNAME=	mod_injection
PORTVERSION=	0.3.1
CATEGORIES=	www
MASTER_SITES=	http://pmade.org/distfiles/oss-releases/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Injects text in the HTTP response after a HTML tag

BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache20
RUN_DEPENDS=	${BUILD_DEPENDS}

APXS?=		${LOCALBASE}/sbin/apxs

EXPIRATION_DATE=2006-12-04
DEPRECATED=	No longer available for download, the website is gone

do-build:
	@@(cd ${WRKSRC}/src && ${APXS} -c ${PORTNAME}.c)

do-install:
	@@(cd ${WRKSRC}/src && ${APXS} -A -i ${PORTNAME}.la)
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${CP} -Rf ${WRKSRC}/docs/* ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.6
log
@- Remove www, deprecated, schedule for scraping in two months.
  The website is gone

Approved by:	apache (clement)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
@
text
@d21 3
@


1.4
log
@- Fix fetch

Reported by:	pointyhat via kris
@
text
@d16 1
a16 1
BUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
@


1.3
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d11 1
a11 1
MASTER_SITES=	http://pmade.org/software/mod_injection/download/
@


1.2
log
@- Update my email address

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


1.1
log
@Add mod_injection 0.3.1 - an Apache module allowing the injection of
text after any given HTML tag or text string.

PR:		57658
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d13 1
a13 1
MAINTAINER=	sheepkiller@@cultdeadsheep.org
@

