aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2013-06-23 19:22:41 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2013-06-23 19:22:41 +0000
commit998668793b3988fa738243b8a90c53073510ae79 (patch)
treeb7fe6590528d48f357b4c2cfb53e20aa0e6f2133 /www
parentb7ae9eb1b0693ddbca1a15a90ecbdbe80de83a2f (diff)
downloadports-998668793b3988fa738243b8a90c53073510ae79.tar.gz
ports-998668793b3988fa738243b8a90c53073510ae79.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_qos/Makefile22
-rw-r--r--www/mod_qos/distinfo2
-rw-r--r--www/mod_qos/pkg-descr5
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/