From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 18 04:50:17 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D96C16A4CE for ; Tue, 18 Nov 2003 04:50:17 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A073243FDD for ; Tue, 18 Nov 2003 04:50:15 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hAICoFFY073401 for ; Tue, 18 Nov 2003 04:50:15 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hAICoFaZ073400; Tue, 18 Nov 2003 04:50:15 -0800 (PST) (envelope-from gnats) Resent-Date: Tue, 18 Nov 2003 04:50:15 -0800 (PST) Resent-Message-Id: <200311181250.hAICoFaZ073400@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C2C516A4CE for ; Tue, 18 Nov 2003 04:43:06 -0800 (PST) Received: from netnews.NCTU.edu.tw (ccreader.nctu.edu.tw [140.113.54.119]) by mx1.FreeBSD.org (Postfix) with ESMTP id 281C843FDD for ; Tue, 18 Nov 2003 04:43:05 -0800 (PST) (envelope-from gslin@netnews.NCTU.edu.tw) Received: by netnews.NCTU.edu.tw (Postfix, from userid 1000) id 2296C6F; Tue, 18 Nov 2003 20:42:58 +0800 (CST) Message-Id: <20031118124258.2296C6F@netnews.NCTU.edu.tw> Date: Tue, 18 Nov 2003 20:42:58 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/59416: New port: www/mod_limitipconn2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Gea-Suan Lin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 12:50:17 -0000 >Number: 59416 >Category: ports >Synopsis: New port: www/mod_limitipconn2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Nov 18 04:50:14 PST 2003 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 4.8-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD netnews.NCTU.edu.tw 4.8-RELEASE-p10 FreeBSD 4.8-RELEASE-p10 #3: Fri Sep 26 06:05:41 CST 2003 root@netnews.NCTU.edu.tw:/da0/usr.obj/da0/usr.src/sys/NETNEWS i386 >Description: I have ported the original mod_limitipconn module to Apache 2.0. The Apache 2.0 port includes all the features of the Apache 1.3 version, including proxy tracking and MIME type inclusion/exclusion. WWW: http://dominia.org/djao/limitipconn2.html >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mod_limitipconn2/ # mod_limitipconn2/Makefile # mod_limitipconn2/distinfo # mod_limitipconn2/pkg-descr # mod_limitipconn2/pkg-plist # echo c - mod_limitipconn2/ mkdir -p mod_limitipconn2/ > /dev/null 2>&1 echo x - mod_limitipconn2/Makefile sed 's/^X//' >mod_limitipconn2/Makefile << 'END-of-mod_limitipconn2/Makefile' X# New ports collection makefile for: mod_limitipconn2 X# Date created: 18 November 2003 X# Whom: Gea-Suan Lin X# X# $FreeBSD$ X# X XPORTNAME= mod_limitipconn2 XPORTVERSION= 0.22 XCATEGORIES= www XMASTER_SITES= http://dominia.org/djao/limit/ XDISTNAME= mod_limitipconn-${PORTVERSION} X XMAINTAINER= gslin@ccca.nctu.edu.tw XCOMMENT= Limit the number of simultaneous connections from a single client IP address for apache2 X XNO_BUILD= yes XUSE_APACHE= yes X Xdo-install: X ${APXS} -c -i -A -n 'limitipconn' ${WRKSRC}/mod_limitipconn.c X X.include END-of-mod_limitipconn2/Makefile echo x - mod_limitipconn2/distinfo sed 's/^X//' >mod_limitipconn2/distinfo << 'END-of-mod_limitipconn2/distinfo' XMD5 (mod_limitipconn-0.22.tar.gz) = 0f4beb9eb4e7b815ca472ccfe11451b3 END-of-mod_limitipconn2/distinfo echo x - mod_limitipconn2/pkg-descr sed 's/^X//' >mod_limitipconn2/pkg-descr << 'END-of-mod_limitipconn2/pkg-descr' XI have ported the original mod_limitipconn module to Apache 2.0. The Apache X2.0 port includes all the features of the Apache 1.3 version, including proxy Xtracking and MIME type inclusion/exclusion. X XWWW: http://dominia.org/djao/limitipconn2.html END-of-mod_limitipconn2/pkg-descr echo x - mod_limitipconn2/pkg-plist sed 's/^X//' >mod_limitipconn2/pkg-plist << 'END-of-mod_limitipconn2/pkg-plist' Xlibexec/apache2/mod_limitipconn.so END-of-mod_limitipconn2/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: