From owner-svn-ports-all@FreeBSD.ORG Sun Jun 23 19:22:42 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 95891F8D; Sun, 23 Jun 2013 19:22:42 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 6B6B81A19; Sun, 23 Jun 2013 19:22:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5NJMghc049818; Sun, 23 Jun 2013 19:22:42 GMT (envelope-from ohauer@svn.freebsd.org) Received: (from ohauer@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5NJMfKe049814; Sun, 23 Jun 2013 19:22:41 GMT (envelope-from ohauer@svn.freebsd.org) Message-Id: <201306231922.r5NJMfKe049814@svn.freebsd.org> From: Olli Hauer Date: Sun, 23 Jun 2013 19:22:41 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321647 - in head/www: . mod_qos X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jun 2013 19:22:42 -0000 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/