svn commit: r321647 - in head/www: . mod_qos

Olli Hauer ohauer at FreeBSD.org
Sun Jun 23 19:22:42 UTC 2013


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 at 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 at cervesato.it>
+# $FreeBSD$
+
+PORTNAME=	mod_qos
+PORTVERSION=	10.15
+CATEGORIES=	www
+MASTER_SITES=	SF
+MASTER_SITE_SUBDIR= mod-qos
+DIST_SUBDIR=	apache2
+
+MAINTAINER=	andrea at 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/


More information about the svn-ports-all mailing list