From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jun 3 08:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.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 A15AE578 for ; Mon, 3 Jun 2013 08:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 870B11E90 for ; Mon, 3 Jun 2013 08:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r538o0xA086276 for ; Mon, 3 Jun 2013 08:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r538o0ea086275; Mon, 3 Jun 2013 08:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Jun 2013 08:50:00 GMT Resent-Message-Id: <201306030850.r538o0ea086275@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrea Cervesato Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B2B6C521 for ; Mon, 3 Jun 2013 08:42:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id 8B3D81E62 for ; Mon, 3 Jun 2013 08:42:36 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r538gagO090344 for ; Mon, 3 Jun 2013 08:42:36 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r538garX090343; Mon, 3 Jun 2013 08:42:36 GMT (envelope-from nobody) Message-Id: <201306030842.r538garX090343@oldred.freebsd.org> Date: Mon, 3 Jun 2013 08:42:36 GMT From: Andrea Cervesato To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/179250: New port www/mod_qos X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jun 2013 08:50:00 -0000 >Number: 179250 >Category: ports >Synopsis: New port www/mod_qos >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jun 03 08:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrea Cervesato >Release: Freebsd 9.1 >Organization: SoTeHa s.r.l. >Environment: FreeBSD repository.soteha.inc 9.1-RELEASE-p3 FreeBSD 9.1-RELEASE-p3 #0: Mon Apr 29 18:27:25 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: New port www/mod_qos >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # mod_qos # mod_qos/Makefile # mod_qos/distinfo # mod_qos/pkg-descr # echo c - mod_qos mkdir -p mod_qos > /dev/null 2>&1 echo x - mod_qos/Makefile sed 's/^X//' >mod_qos/Makefile << 'b270dd7528d004303c6a25c79a3c9478' X# New ports collection makefile for: mod_qos X# Date created: 03/06/2013 X# Whom: Andrea Cervesato X# X# $FreeBSD$ X# X XPORTNAME= mod_qos XPORTVERSION= 10.15 XPORTREVISION= 1 XCATEGORIES= www XMASTER_SITES= SF XMASTER_SITE_SUBDIR= /mod-qos XDIST_SUBDIR= apache2 X XMAINTAINER= andrea@cervesato.it XCOMMENT= Qos for Apache X XMAKE_JOBS_SAFE= yes X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/apache2 XUSE_APACHE= 22+ XAP_FAST_BUILD= yes X X.include b270dd7528d004303c6a25c79a3c9478 echo x - mod_qos/distinfo sed 's/^X//' >mod_qos/distinfo << '822e4801b07a293b220f1d1f24ee3faf' XSHA256 (apache2/mod_qos-10.15.tar.gz) = b036100e361c2b67f2b92535c6e00894bcd51967bb8a5ba806353b48c9c6b8e5 XSIZE (apache2/mod_qos-10.15.tar.gz) = 469922 822e4801b07a293b220f1d1f24ee3faf echo x - mod_qos/pkg-descr sed 's/^X//' >mod_qos/pkg-descr << '9413bc9dc3535c6de692a96343af6e5a' Xmod_qos is a quality of service module for the Apache web server implementing Xcontrol mechanisms that can provide different levels of priority to different XHTTP requests. X XWWW: http://opensource.adnovum.ch/mod_qos/ 9413bc9dc3535c6de692a96343af6e5a exit >Release-Note: >Audit-Trail: >Unformatted: