head	1.13;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.6
	RELEASE_6_2_0:1.6
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.12;

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

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

1.10
date	2011.08.20.17.27.40;	author ohauer;	state Exp;
branches;
next	1.9;

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

1.8
date	2009.04.08.07.43.28;	author itetcu;	state Exp;
branches;
next	1.7;

1.7
date	2007.03.20.10.49.18;	author clement;	state Exp;
branches;
next	1.6;

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

1.5
date	2006.05.16.05.19.27;	author kuriyama;	state Exp;
branches;
next	1.4;

1.4
date	2005.12.04.16.39.10;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2005.12.04.00.44.14;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2005.12.04.00.18.11;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.11.14.15.18;	author clement;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# Created by: Clement Laforet <clement@@FreeBSD.org>
# $FreeBSD: head/www/mod_bw/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_bw
PORTVERSION=	0.8
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.ivn.cl/apache/files/source/
EXTRACT_SUFX=	.tgz
DIST_SUBDIR=	apache2

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Bandwidth and Connection control per Virtual Host or Directory

MAKE_JOBS_SAFE=  yes

WRKSRC=		${WRKDIR}/mod_bw
USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

SRC_FILE=	mod_bw.c
PORTDOCS=	LICENSE mod_bw.txt

post-install:
.ifndef NOPORTDOCS
	@@${MKDIR} ${DOCSDIR}
	@@cd ${WRKSRC} && \
		${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.12
log
@SVN rev 304723 on 2012-09-22 21:15:50Z by ohauer

- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@@
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.11
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d1 1
a1 4
# New ports collection makefile for:	mod_bw
# Date created:				Sep 11 2005
# Whom:					Clement Laforet <clement@@FreeBSD.org>
#
a2 1
#
d18 1
a18 1
USE_APACHE=	22+
@


1.10
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d22 3
a24 3
USE_APACHE=	20+
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.9
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d10 1
@


1.8
log
@Fix plist with -DNOPORT*.

Prompted by:	QAT QA run
Approved by:	maintainer timeout on QATMail
@
text
@d18 2
@


1.7
log
@- Update to 0.8
@
text
@d27 1
d31 1
@


1.6
log
@- Remove a patch chunk which was breaking runtime on FreeBSD 4.X

PR:		ports/97883
Submitted by:	Jeremy Chadwick <freebsd@@jdc.parodius.com>
Approved by:	maintainer timeout (apache; 4 months)
@
text
@d9 1
a9 2
PORTVERSION=	0.7
PORTREVISION=	1
d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	bwmod
@


1.5
log
@- Upgrade to 0.7.
- Fix compilation with apache-2.0 (actually apr-0.9).
- Add a patch for my debugging...
@
text
@d10 1
@


1.4
log
@- Convert to new USE_APACHE
- Add SHA256
@
text
@d9 1
a9 1
PORTVERSION=	0.6
d11 2
a12 2
MASTER_SITES=	http://www.ivn.cl/apache/
DISTNAME=	bw_mod-${PORTVERSION}
d19 1
d24 2
a25 2
SRC_FILE=	bw_mod-0.6.c
PORTDOCS=	APACHE2-LICENSE LICENSE bw_mod-0.6.txt
@


1.3
log
@- Fix future INDEX build failure

Reported by:		FreshPorts Sanity Daemon
Special thanks to:	dvl
@
text
@d19 1
a19 1
WANT_APACHE=	2
a25 2
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
d31 1
a31 1
.include <bsd.port.post.mk>
@


1.2
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
@d27 1
a27 1
.include "${PORTSDIR}/www/apache200/Makefile.modules.3rd"
@


1.1
log
@- Add mod_bw (officially known as bw_mod) v0.6

Bandwidth and Connection control per Virtual Host or Directory.
It can:
 * Restrict the number of simultaneous connections per vhost/dir
 * Limit the bandwidth for files on vhost/dir

WWW: http://www.ivn.cl/apache/
@
text
@d27 1
a27 1
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
@

