Date: Sun, 23 Jun 2013 19:30:00 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: apache@FreeBSD.org Subject: Re: ports/179256: commit references a PR Message-ID: <201306231930.r5NJU0Ex055190@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <andrea.cervesato@gmail.com> 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 <andrea@cervesato.it> +# $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 <bsd.port.mk> 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306231930.r5NJU0Ex055190>