head	1.14;
access;
symbols
	RELEASE_8_3_0:1.11
	RELEASE_9_0_0:1.11
	RELEASE_7_4_0:1.10
	RELEASE_8_2_0:1.10
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.5
	RELEASE_7_0_0:1.5
	RELEASE_6_3_0:1.5
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.4
	RELEASE_4_10_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.11.17.06.02.41;	author svnexp;	state Exp;
branches;
next	1.13;

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

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

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

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

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

1.8
date	2010.05.25.20.17.32;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2009.05.21.20.45.30;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2008.11.26.04.53.43;	author chinsan;	state Exp;
branches;
next	1.5;

1.5
date	2005.01.24.05.19.03;	author leeym;	state Exp;
branches;
next	1.4;

1.4
date	2004.05.19.09.05.27;	author krion;	state Exp;
branches;
next	1.3;

1.3
date	2004.05.11.21.39.57;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2004.05.11.01.37.22;	author eik;	state Exp;
branches;
next	1.1;

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


desc
@@


1.14
log
@Switch exporter over
@
text
@# Created by: Gea-Suan Lin <gslin@@ccca.nctu.edu.tw>
# $FreeBSD: head/www/mod_limitipconn2/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_limitipconn
PORTVERSION=	0.23
PORTREVISION=	3
CATEGORIES=	www
MASTER_SITES=	http://dominia.org/djao/limit/
PKGNAMEPREFIX=	${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR=	apache2

MAINTAINER=	ychsiao@@ychsiao.org
COMMENT=	Allows you to limit the number of simultaneous connexions

MAKE_JOBS_SAFE=	yes

LATEST_LINK=	mod_limitipconn2

USE_APACHE=	22
USE_BZIP2=	yes

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

PLIST_FILES+=	${APACHEMODDIR}/${PORTNAME}.so

PORTDOCS=	ChangeLog INSTALL README

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

.include <bsd.port.mk>
@


1.13
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.12
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_limitipconn2
# Date created:				18 November 2003
# Whom:					Gea-Suan Lin <gslin@@ccca.nctu.edu.tw>
#
a2 1
#
d19 1
a19 1
USE_APACHE=	22+
@


1.11
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d23 2
a24 2
USE_APACHE=	20+
USE_BZIP2=	YES
@


1.10
log
@- Fix pkg-plist
  Fix AP_AST_BUILD -> AP_FAST_BUILD

Reported by:    erwin via pointyhat
@
text
@d10 1
a10 1
PORTREVISION=	2
d23 1
a23 1
USE_APACHE=	2.0+
@


1.9
log
@- Convert to AP_FAST_BUILD / AP_GENPLIST

PR:             ports/147632
Submitted by:   pgollucci (myself)
Approved by:    maintainer timeout (ychsiao@@ychsiao.org; 16 days)

Feature safe:   yes
@
text
@d10 1
a10 1
PORTREVISION=	1
d26 1
a26 1
AP_AST_BUILD=	yes
@


1.8
log
@Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
@
text
@d10 1
d19 1
a19 1
MAKE_JOBS_SAFE=  yes
d26 2
a27 1
PORTDOCS=	ChangeLog INSTALL README
d29 1
a29 2
do-build:
	@@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
d31 1
a31 2
do-install:
	@@(cd ${WRKSRC} && ${APXS} -i -A -n ${PORTNAME:S/mod_//} ${PORTNAME}.la)
d33 1
d35 1
a35 1
	@@${MKDIR} ${DOCSDIR}
d37 1
a37 1
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
@


1.7
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d12 1
@


1.6
log
@- Update to 0.23

PR:		ports/129064
Submitted by:	Sunpoet Po-Chuan Hsieh <sunpoet@@sunpoet.net>
Approved by:	maintainer
@
text
@d17 2
@


1.5
log
@- update maintainer's email address

PR:		76601
Submitted by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	0.22
d19 2
a20 2
USE_APACHE=	YES
WITH_APACHE2=	YES
@


1.4
log
@- Add LATEST_LINK

PR:		ports/66838
Submitted by:	maintainer
@
text
@d14 1
a14 1
MAINTAINER=	ychsiao@@ychsiao.idv.tw
@


1.3
log
@Pass maintainership to submitter.
PR:		ports/66532
Submitted by:	Yuan-Chung Hsiao <ychsiao_at_ychsiao dot idv dot tw>
@
text
@d17 2
@


1.2
log
@Drop maintainership.

PR:		66502
Submitted by:	Gea-Suan Lin <gslin@@netnews.NCTU.edu.tw> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@Add mod_limitipconn2 0.22,
allows you to limit the number of simultaneous connexions.

PR:		59416
Submitted by:	Gea-Suan Lin <gslin@@ccca.nctu.edu.tw>
Approved by:    erwin (mentor) (implicitly)
@
text
@d14 1
a14 1
MAINTAINER=	gslin@@ccca.nctu.edu.tw
@

