aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2011-08-21 18:37:48 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2011-08-21 18:37:48 +0000
commit0eeea5a293f9be2eec53d599ba4e608b4d0f4328 (patch)
treeb6e7842d607bb1941b55ba0f542571410dbc44a9 /www
parent06e6ff3128cb562e5b9783d72c1d933db92d864e (diff)
Notes
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/mod_setenvifplus/Makefile25
-rw-r--r--www/mod_setenvifplus/distinfo2
-rw-r--r--www/mod_setenvifplus/pkg-descr9
4 files changed, 37 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 42fa6cccc09e..eb1f702f05f2 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -557,6 +557,7 @@
SUBDIR += mod_security21
SUBDIR += mod_sed
SUBDIR += mod_sequester
+ SUBDIR += mod_setenvifplus
SUBDIR += mod_shapvh
SUBDIR += mod_smooth_streaming
SUBDIR += mod_sqlinclude
diff --git a/www/mod_setenvifplus/Makefile b/www/mod_setenvifplus/Makefile
new file mode 100644
index 000000000000..a77fc1d8a611
--- /dev/null
+++ b/www/mod_setenvifplus/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: mod_setenvifplus
+# Date created: 2010-11-29
+# Whom: Jim Riggs <ports@christianserving.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= mod_setenvifplus
+PORTVERSION= 0.12
+CATEGORIES= www
+MASTER_SITES= SF
+MASTER_SITE_SUBDIR= modsetenvifplus
+EXTRACT_SUFX= -src.tar.gz
+
+MAINTAINER= ports@christianserving.org
+COMMENT= Allows setting environment variables based on request attributes
+
+LICENSE= ASL
+
+USE_APACHE= 20+
+AP_FAST_BUILD= YES
+AP_GENPLIST= YES
+SRC_FILE= ${WRKSRC}/apache2/${MODULENAME}.c
+
+.include <bsd.port.mk>
diff --git a/www/mod_setenvifplus/distinfo b/www/mod_setenvifplus/distinfo
new file mode 100644
index 000000000000..8692164c26c9
--- /dev/null
+++ b/www/mod_setenvifplus/distinfo
@@ -0,0 +1,2 @@
+SHA256 (mod_setenvifplus-0.12-src.tar.gz) = 1ce3b297fb8fe9a2490d91ff979e8828a23829214a1dfb69d161c2832af59007
+SIZE (mod_setenvifplus-0.12-src.tar.gz) = 25254
diff --git a/www/mod_setenvifplus/pkg-descr b/www/mod_setenvifplus/pkg-descr
new file mode 100644
index 000000000000..706816ee4051
--- /dev/null
+++ b/www/mod_setenvifplus/pkg-descr
@@ -0,0 +1,9 @@
+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/