diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-06-24 03:22:41 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-06-24 03:22:41 +0800 |
commit | e11e54fd45d1d91b9f66f7fdcfe8b226b7bc49b1 (patch) | |
tree | b7fe6590528d48f357b4c2cfb53e20aa0e6f2133 /www | |
parent | a7d451e5e7b4218607516551f9b32d948b86c41f (diff) | |
download | freebsd-ports-gnome-e11e54fd45d1d91b9f66f7fdcfe8b226b7bc49b1.tar.gz freebsd-ports-gnome-e11e54fd45d1d91b9f66f7fdcfe8b226b7bc49b1.tar.zst freebsd-ports-gnome-e11e54fd45d1d91b9f66f7fdcfe8b226b7bc49b1.zip |
- 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>
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_qos/Makefile | 22 | ||||
-rw-r--r-- | www/mod_qos/distinfo | 2 | ||||
-rw-r--r-- | www/mod_qos/pkg-descr | 5 |
4 files changed, 30 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index b57b82f5166e..b9f725c8c2b3 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/mod_qos/Makefile b/www/mod_qos/Makefile new file mode 100644 index 000000000000..4540acd03cf4 --- /dev/null +++ b/www/mod_qos/Makefile @@ -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> diff --git a/www/mod_qos/distinfo b/www/mod_qos/distinfo new file mode 100644 index 000000000000..cfaa872267bc --- /dev/null +++ b/www/mod_qos/distinfo @@ -0,0 +1,2 @@ +SHA256 (apache2/mod_qos-10.15.tar.gz) = b036100e361c2b67f2b92535c6e00894bcd51967bb8a5ba806353b48c9c6b8e5 +SIZE (apache2/mod_qos-10.15.tar.gz) = 469922 diff --git a/www/mod_qos/pkg-descr b/www/mod_qos/pkg-descr new file mode 100644 index 000000000000..6faf4edd0719 --- /dev/null +++ b/www/mod_qos/pkg-descr @@ -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/ |