head	1.11;
access;
symbols
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2012.01.01.19.30.46;	author ohauer;	state dead;
branches;
next	1.10;

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

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

1.8
date	2011.08.27.09.54.35;	author ohauer;	state Exp;
branches;
next	1.7;

1.7
date	2011.08.20.19.00.09;	author ohauer;	state Exp;
branches;
next	1.6;

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

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

1.4
date	2008.12.27.21.15.30;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2007.02.27.09.57.22;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2005.09.06.11.14.14;	author vs;	state Exp;
branches;
next	1.1;

1.1
date	2005.05.14.11.07.08;	author jylefort;	state Exp;
branches;
next	;


desc
@@


1.11
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_log_spread
# Date created:			08 May 2005
# Whom:				Meno Abels <meno.abels@@adviser.com>
#
# $FreeBSD: ports/www/mod_log_spread/Makefile,v 1.10 2011/11/02 03:43:36 pgollucci Exp $
#

PORTNAME=	mod_log_spread
PORTVERSION=	1.0.4
PORTREVISION=	1
CATEGORIES=	www net
MASTER_SITES=	http://www.lethargy.org/${PORTNAME}/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	An Apache module interfacing with spread

LIB_DEPENDS=	spread.1:${PORTSDIR}/net/spread
BUILD_DEPENDS=	${APXS}:${PORTSDIR}/${APACHE_PORT}
RUN_DEPENDS=	${BUILD_DEPENDS}

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

AP_INC=	${LOCALBASE}/include
AP_LIB=	${LOCALBASE}/lib -lspread

PORTDOCS=	CHANGELOG INSTALL LICENSE README README.spread \
		error_log_spread.pl sample_configurations.txt \
		spreadlogd.README spread.html

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

.include <bsd.port.mk>
@


1.10
log
@- sync apache13 related EXPIRATION_DATE

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


1.9
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
@d22 1
a22 1
EXPIRATION_DATE=	2011-11-01
@


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

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


1.7
log
@- USE_APACHE=  /1.3/13/  /2.0/20/ /2.2/22/
@
text
@d21 3
@


1.6
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d23 1
a23 1
USE_APACHE=	1.3
@


1.5
log
@- USE_APACHE=yes is deprecated
- use APACHE_PORT
- Convert to AP_FAST_BUILD/AP_GENPLIST
@
text
@d21 2
@


1.4
log
@Unmaintained www/mod_* ports over to apache@@ maintainer
mod_$lang excluded

Approved by:    portmgr (erwin)
@
text
@d10 1
d12 1
a12 1
MASTER_SITES=	http://www.lethargy.org/mod_log_spread/
d18 1
a18 1
BUILD_DEPENDS=	${APXS}:${PORTSDIR}/www/apache13
d21 6
a26 1
USE_APACHE=	yes
a27 1
.if !defined(NOPORTDOCS)
a30 4
.endif

do-build:
	cd ${WRKSRC} && ${APXS} -c -I ${PREFIX}/include -L ${PREFIX}/lib -l spread mod_log_spread.c
d32 1
a32 2
do-install:
	${APXS} -i -a -n log_spread ${WRKSRC}/mod_log_spread.so
d34 1
a34 1
	@@${MKDIR} ${DOCSDIR}
d36 1
a36 1
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
@


1.3
log
@Reset meno.abels@@adviser.com due to maintainer-timeouts and no response
to email.

Hat:		portmgr
@
text
@d13 1
a13 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@Set flags for libspread

PR:		ports/85252
Submitted by:	Brian Candler via maintainer
@
text
@d13 1
a13 1
MAINTAINER=	meno.abels@@adviser.com
@


1.1
log
@Add mod_log_spread.

mod_log_spread is a patch to Apache's mod_log_config, which provides
an interface for spread to multicast access logs. It utilizes the
group communication toolkit Spread, developed at Johns Hopkins
University's Center for Networking and Distributed Systems.
mod_log_spread was developed to solve the problem of collecting
consolidated access logs for large web farms. In particular, the
solution needed to be scalable to hundreds of machines, utilize a
reliable network transport, allow machines to added or dropped on
the fly, and impose minimal performance impact on the webservers.
Current version is 1.0.3p3. This makes a fix to a stupid vhost
logging bug as well as providing a complete and flexible log-writing
solution.

WWW: http://www.lethargy.org/mod_log_spread/

PR:		ports/80876
Submitted by:	Meno Abels <meno.abels@@adviser.com>
@
text
@d29 1
a29 1
	cd ${WRKSRC} && ${APXS} -I${PREFIX}/include -c mod_log_spread.c
@

