From owner-freebsd-apache@FreeBSD.ORG Sun Jun 23 19:30:01 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E95DB11 for ; Sun, 23 Jun 2013 19:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 126121A49 for ; Sun, 23 Jun 2013 19:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5NJU0p6055191 for ; Sun, 23 Jun 2013 19:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5NJU0Ex055190; Sun, 23 Jun 2013 19:30:00 GMT (envelope-from gnats) Date: Sun, 23 Jun 2013 19:30:00 GMT Message-Id: <201306231930.r5NJU0Ex055190@freefall.freebsd.org> To: apache@FreeBSD.org From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/179256: commit references a PR X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jun 2013 19:30:01 -0000 The following reply was made to PR ports/179256; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/179256: commit references a PR Date: Sun, 23 Jun 2013 19:22:53 +0000 (UTC) Author: ohauer Date: Sun Jun 23 19:22:41 2013 New Revision: 321647 URL: http://svnweb.freebsd.org/changeset/ports/321647 Log: - new port www/mod_qos mod_qos is a quality of service module for the Apache web server implementing control mechanisms that can provide different levels of priority to different HTTP requests. WWW: http://opensource.adnovum.ch/mod_qos/ PR: ports/179256 Submitted by: Andrea Cervesato Added: head/www/mod_qos/ head/www/mod_qos/Makefile (contents, props changed) head/www/mod_qos/distinfo (contents, props changed) head/www/mod_qos/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sun Jun 23 18:45:19 2013 (r321646) +++ head/www/Makefile Sun Jun 23 19:22:41 2013 (r321647) @@ -523,6 +523,7 @@ SUBDIR += mod_proxy_html SUBDIR += mod_proxy_xml SUBDIR += mod_python3 + SUBDIR += mod_qos SUBDIR += mod_remoteip SUBDIR += mod_reproxy SUBDIR += mod_rivet Added: head/www/mod_qos/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_qos/Makefile Sun Jun 23 19:22:41 2013 (r321647) @@ -0,0 +1,22 @@ +# Created by: Andrea Cervesato +# $FreeBSD$ + +PORTNAME= mod_qos +PORTVERSION= 10.15 +CATEGORIES= www +MASTER_SITES= SF +MASTER_SITE_SUBDIR= mod-qos +DIST_SUBDIR= apache2 + +MAINTAINER= andrea@cervesato.it +COMMENT= Qos for Apache + +MAKE_JOBS_SAFE= yes + +USE_APACHE= 22+ +AP_GENPLIST= yes +AP_FAST_BUILD= yes + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2 + +.include Added: head/www/mod_qos/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_qos/distinfo Sun Jun 23 19:22:41 2013 (r321647) @@ -0,0 +1,2 @@ +SHA256 (apache2/mod_qos-10.15.tar.gz) = b036100e361c2b67f2b92535c6e00894bcd51967bb8a5ba806353b48c9c6b8e5 +SIZE (apache2/mod_qos-10.15.tar.gz) = 469922 Added: head/www/mod_qos/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/mod_qos/pkg-descr Sun Jun 23 19:22:41 2013 (r321647) @@ -0,0 +1,5 @@ +mod_qos is a quality of service module for the Apache web server implementing +control mechanisms that can provide different levels of priority to different +HTTP requests. + +WWW: http://opensource.adnovum.ch/mod_qos/ _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"