head	1.7;
access;
symbols
	RELEASE_8_3_0:1.5
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.5
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	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.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.03.06;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.05.23.19.36;	author dougb;	state Exp;
branches;
next	1.5;

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

1.4
date	2010.01.12.07.00.47;	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	2006.05.13.04.41.20;	author edwin;	state Exp;
branches;
next	1.1;

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


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:	spreadlogd
# Date created:			08 May 2005
# Whom:				Meno Abels <meno.abels@@adviser.com>
#
# $FreeBSD: head/www/spreadlogd/Makefile 302141 2012-08-05 23:19:36Z dougb $
#

PORTNAME=	spreadlogd
PORTVERSION=	1.4.2
CATEGORIES=	www net
MASTER_SITES=	http://www.lethargy.org/mod_log_spread/

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	The backend of mod_log_spread

LIB_DEPENDS=	spread.1:${PORTSDIR}/net/spread

MAKEFILE=	makefile

USE_RC_SUBR=	spreadlogd

PLIST_FILES=	sbin/spreadlogd etc/spreadlogd.conf.sample

.if !defined(NOPORTDOCS)
PORTDOCS=	README Artistic.txt
.endif

post-patch:
	@@${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|' ${WRKSRC}/spreadlogd.c

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/spreadlogd ${PREFIX}/sbin
	${INSTALL} ${WRKSRC}/spreadlogd.conf ${PREFIX}/etc/spreadlogd.conf.sample
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

.include <bsd.port.mk>
@


1.6
log
@SVN rev 302141 on 2012-08-05 23:19:36Z by dougb

Move the rc.d scripts of the form *.sh.in to *.in

Where necessary add $FreeBSD$ to the file

No PORTREVISION bump necessary because this is a no-op
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Assign some ports to apache@@
@
text
@d20 1
a20 2
USE_RC_SUBR=	spreadlogd.sh
SUB_FILES=	spreadlogd.sh
@


1.4
log
@- Adopt
@
text
@d13 1
a13 1
MAINTAINER=	pgollucci@@FreeBSD.org
@


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
@Remove USE_REINPLACE from categories starting with W
@
text
@d13 1
a13 1
MAINTAINER=	meno.abels@@adviser.com
@


1.1
log
@Add spreadlogd.

If you kill -HUP or kill the spreadlogd process, it will not actually process
the signal until after it has received its next message from Spread. You can
move you log files to new names and then kill -HUP and it will reopen the log
files. This is useful for seamless log rotation without losing any messages.

Spread is really cool. It is a poweful group communication toolkit developed
at the Center for Networking and Distributed Systems at the Johns Hopkins
University (http://www.spread.org/ and http://www.cnds.jhu.edu/, respectively).

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

PR:		ports/80877
Submitted by:	Meno Abels <meno.abels@@adviser.com>
@
text
@a18 1
USE_REINPLACE=	yes
@

