head	1.15;
access;
symbols
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.8
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.8
	RELEASE_6_2_0:1.8
	RELEASE_6_1_0:1.8
	RELEASE_5_5_0:1.8
	RELEASE_6_0_0:1.8
	RELEASE_5_4_0:1.8
	RELEASE_4_11_0:1.8
	RELEASE_5_3_0:1.8
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.5
	RELEASE_5_1_0:1.5
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.15
date	2012.01.01.19.30.43;	author ohauer;	state dead;
branches;
next	1.14;

1.14
date	2011.11.02.03.43.35;	author pgollucci;	state Exp;
branches;
next	1.13;

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

1.12
date	2011.08.27.09.54.33;	author ohauer;	state Exp;
branches;
next	1.11;

1.11
date	2011.08.20.19.00.07;	author ohauer;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.17.07.24.29;	author pgollucci;	state Exp;
branches;
next	1.9;

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

1.8
date	2004.08.18.16.21.49;	author clement;	state Exp;
branches;
next	1.7;

1.7
date	2003.11.07.09.12.52;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.10.27.01.31.51;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2003.02.20.19.15.28;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.48.25;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.47.18;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2002.09.09.18.30.06;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.10.22.17.18;	author will;	state Exp;
branches;
next	;


desc
@@


1.15
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@# New ports collection makefile for:	mod_auth_pam
# Date created:				7 April 2001
# Whom:					will
#
# $FreeBSD: ports/www/mod_color/Makefile,v 1.14 2011/11/02 03:43:35 pgollucci Exp $
#

PORTNAME=	mod_color
PORTVERSION=	0.3
CATEGORIES=	www
# mastersite disappeared in 2001
MASTER_SITES=	# http://www.dimensional.com/~bgiles/${PORTNAME}
DISTNAME=	${PORTNAME}
EXTRACT_SUFX=	.l

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Apache module that provides syntax coloring for various languages

DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2012-01-01

MAKE_JOBS_SAFE=  yes

USE_APACHE=	13
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

NO_WRKSUBDIR=	yes

do-extract:
	${MKDIR} ${WRKSRC}/
	${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}/

pre-build:
	lex -t -Psyncc ${WRKSRC}/${PORTNAME}.l > ${WRKSRC}/${PORTNAME}.c

.include <bsd.port.mk>
@


1.14
log
@- sync apache13 related EXPIRATION_DATE

With Hat:	apache@@
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.13
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d20 1
a20 1
EXPIRATION_DATE=	2011-11-01
@


1.12
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d20 1
a20 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.11
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d19 3
@


1.10
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d21 1
a21 1
USE_APACHE=	1.3
@


1.9
log
@- USE_APACHE=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
@
text
@d19 2
@


1.8
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d12 1
a12 1
MASTER_SITES=	# http://www.dimensional.com/~bgiles/mod_color/
d19 4
a22 1
USE_APACHE=	yes
d26 2
a27 6
	${MKDIR} ${WRKSRC}
	${CP} ${DISTDIR}/${DISTFILES} ${WRKSRC}

do-build:
	lex -t -Psyncc ${WRKSRC}/mod_color.l > ${WRKSRC}/mod_color.c
	@@cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c
d29 2
a30 2
do-install:
	${APXS} -i -A -n ${PORTNAME:S/_//g} ${WRKSRC}/${PORTNAME}.so
@


1.7
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@d16 1
a16 1
MAINTAINER=	ports@@FreeBSD.org
@


1.6
log
@Per distfile survey, note that mastersite disappeared years ago.
@
text
@d19 1
a19 5
BUILD_DEPENDS=	${APXS}:${APACHE_PORT}
RUN_DEPENDS=	${APXS}:${APACHE_PORT}

APXS?=		${LOCALBASE}/sbin/apxs
APACHE_PORT?=	${PORTSDIR}/www/apache13
@


1.5
log
@De-pkg-comment.
@
text
@d11 2
a12 1
MASTER_SITES=	http://www.dimensional.com/~bgiles/mod_color/
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	Apache module that provides syntax coloring for various languages

@


1.2
log
@support appache13-modssl by defining APACHE_PORT in /etc/make.conf
others variants of the apache ports can be used too.
@
text
@d17 2
@


1.1
log
@Add mod_color 0.3, an Apache module that provides syntax coloring for
various languages.
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
RUN_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
d21 1
@

