From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 7 19:00:24 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFE5C106567E for ; Thu, 7 Jul 2011 19:00:24 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 90AF98FC12 for ; Thu, 7 Jul 2011 19:00:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p67J0OtF062696 for ; Thu, 7 Jul 2011 19:00:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p67J0OuY062695; Thu, 7 Jul 2011 19:00:24 GMT (envelope-from gnats) Resent-Date: Thu, 7 Jul 2011 19:00:24 GMT Resent-Message-Id: <201107071900.p67J0OuY062695@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, Jim Riggs Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 374061065670 for ; Thu, 7 Jul 2011 19:00:03 +0000 (UTC) (envelope-from postmaster@christianserving.org) Received: from zion.christianserving.org (zion.christianserving.org [66.128.242.154]) by mx1.freebsd.org (Postfix) with ESMTP id 288B78FC17 for ; Thu, 7 Jul 2011 19:00:00 +0000 (UTC) Received: by zion.christianserving.org (Postfix, from userid 0) id 4FF2F234EBB; Thu, 7 Jul 2011 14:00:00 -0500 (CDT) Message-Id: <20110707190000.4FF2F234EBB@zion.christianserving.org> Date: Thu, 7 Jul 2011 14:00:00 -0500 (CDT) From: Jim Riggs To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/158709: [NEW PORT] www/mod_setenvifplus: Allows setting environment variables based on request attributes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jul 2011 19:00:24 -0000 >Number: 158709 >Category: ports >Synopsis: [NEW PORT] www/mod_setenvifplus: Allows setting environment variables based on request attributes >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: Thu Jul 07 19:00:23 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Jim Riggs >Release: FreeBSD 8.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD portwork 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 >Description: The mod_setenvifplus module allows you to set environment variables according to whether different aspects of the request match regular expressions you specify. These environment variables can be used by other parts of the server to make decisions about actions to be taken, e.g. by using mod_qos or to propagate supplemental information to the appliaction via HTTP header data. mod_setenvifplus is derived from the standard Apache modules mod_setenvif and mod_headers. WWW: http://modsetenvifplus.sourceforge.net/ Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- mod_setenvifplus-0.12.shar begins here --- # 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_setenvifplus # mod_setenvifplus/distinfo # mod_setenvifplus/pkg-descr # mod_setenvifplus/Makefile # echo c - mod_setenvifplus mkdir -p mod_setenvifplus > /dev/null 2>&1 echo x - mod_setenvifplus/distinfo sed 's/^X//' >mod_setenvifplus/distinfo << '988df6f27e465a04ec6208a063894bac' XSHA256 (mod_setenvifplus-0.12-src.tar.gz) = 1ce3b297fb8fe9a2490d91ff979e8828a23829214a1dfb69d161c2832af59007 XSIZE (mod_setenvifplus-0.12-src.tar.gz) = 25254 988df6f27e465a04ec6208a063894bac echo x - mod_setenvifplus/pkg-descr sed 's/^X//' >mod_setenvifplus/pkg-descr << '558dfaf071eb418138ee7d02db4f46ad' XThe mod_setenvifplus module allows you to set environment variables Xaccording to whether different aspects of the request match regular Xexpressions you specify. These environment variables can be used by Xother parts of the server to make decisions about actions to be taken, Xe.g. by using mod_qos or to propagate supplemental information to the Xappliaction via HTTP header data. mod_setenvifplus is derived from the Xstandard Apache modules mod_setenvif and mod_headers. X XWWW: http://modsetenvifplus.sourceforge.net/ 558dfaf071eb418138ee7d02db4f46ad echo x - mod_setenvifplus/Makefile sed 's/^X//' >mod_setenvifplus/Makefile << '24084c1f3129447be2c5c83123bb009b' X# New ports collection makefile for: mod_setenvifplus X# Date created: 2010-11-29 X# Whom: Jim Riggs X# X# $FreeBSD$ X# X XPORTNAME= mod_setenvifplus XPORTVERSION= 0.12 XCATEGORIES= www XMASTER_SITES= SF XMASTER_SITE_SUBDIR= modsetenvifplus/${PORTVERSION} XEXTRACT_SUFX= -src.tar.gz X XMAINTAINER= ports@christianserving.org XCOMMENT= Allows setting environment variables based on request attributes X XLICENSE= ASL X XUSE_APACHE= 2.0+ XAP_FAST_BUILD= YES XAP_GENPLIST= YES XSRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c X X.include 24084c1f3129447be2c5c83123bb009b exit --- mod_setenvifplus-0.12.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: