Port details |
- mod_setenvifplus Allows setting environment variables based on request attributes
- 0.40 www
=3 0.40Version of this port present on the latest quarterly branch. - Maintainer: joneum@FreeBSD.org
 - Port Added: 2011-08-21 18:38:11
- Last Update: 2023-11-06 10:03:47
- Commit Hash: 06df180
- People watching this port, also watch:: prestashop, courier-authlib-userdb, rubygem-fluent-plugin-file-alternative, nagios-check_hdd_health, pure-ftpd
- License: APACHE20
- WWW:
- https://modsetenvifplus.sourceforge.net/
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap24-mod_setenvifplus>0:www/mod_setenvifplus
- To install the port:
- cd /usr/ports/www/mod_setenvifplus/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_setenvifplus
- pkg install ap24-mod_setenvifplus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ap24-mod_setenvifplus
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1599253195
SHA256 (apache2/mod_setenvifplus-0.40-src.tar.gz) = 13cdc9767c085060228dadbc3977c8b020de58a2d5e232fa38a611081903986b
SIZE (apache2/mod_setenvifplus-0.40-src.tar.gz) = 160754
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache24
- Runtime dependencies:
-
- apxs : www/apache24
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- www_mod_setenvifplus
- USES:
- apache
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.40 06 Nov 2023 10:03:47
    |
Rodrigo Osorio (rodrigo)  |
*/*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems
Approved by: portmgr (blanket)
PR: 274888 |
0.40 25 Jan 2023 17:54:07
    |
Muhammad Moinur Rahman (bofh)  |
Mk/Uses/apache.mk: Refactor after removal of older versions
apache22 and apache25 had been removed a long time ago however the
apache.mk file has never been refactored and is out of sync from the
file Mk/bsd.default-versions.mk. These changes refactors the removals of
the older versions. In addition:
- Move some keywords like USE_APACHE, USE_APACHE_BUILD, USE_APACHE_RUN
from SANITY_DEPRECATED to SANITY_UNSUPPORTED
- Remove apache versions from ports Makefiles as currently there is only
one available version in the tree. However the version checks are
still valid and should work flawlessly whenever a new version is
added. For example USES=apache:2.2+ are simply replaced with
USES=apache. As currently there are no other versions available for
test this could not be checked on it's own ground.
- Update FOO_USE=APACHE=yes to FOO_USES=apache
- Remove trailing whitespaces
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D38113 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.40 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.40 20 Jul 2022 14:23:26
    |
Tobias C. Berner (tcberner)  |
www: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
*
* <hvo.pm@xs4all.nl>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron LI <aly@aaronly.me>
* Aaron Zauner <az_mail@gmx.at>
* Abel Chow <achow@transoft.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Adrian Steinmann <ast@marabu.ch>
* Akinori MUSHA aka knu <knu@idaemons.org> (Only the first 15 lines of the commit message are shown above ) |
0.40 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.40 04 Sep 2020 21:37:18
  |
joneum  |
Update to 0.40
Sponsored by: Netzkommune GmbH |
0.38 15 Mar 2019 09:40:47
  |
joneum  |
Update to 0.38
Sponsored by: Netzkommune GmbH |
0.37 11 Nov 2018 11:54:36
  |
joneum  |
Fix WWW |
0.37 11 Nov 2018 11:50:11
  |
joneum  |
Update to 0.37
- Add LICENSE_FILE
This update fix a build error with FreeBSD 13:
/wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:179:18:
error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct
evp_cipher_ctx_st')
EVP_CIPHER_CTX cipher_ctx;
^
/usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct
evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
^
/wrkdirs/usr/ports/www/mod_setenvifplus/work/mod_setenvifplus-0.22/apache2/mod_setenvifplus.c:227:18:
error: variable has incomplete type 'EVP_CIPHER_CTX' (aka 'struct
evp_cipher_ctx_st')
EVP_CIPHER_CTX cipher_ctx;
^
/usr/include/openssl/ossl_typ.h:90:16: note: forward declaration of 'struct
evp_cipher_ctx_st'
typedef struct evp_cipher_ctx_st EVP_CIPHER_CTX;
MFH: 2018Q4
Sponsored by: Netzkommune GmbH |
0.22 01 Nov 2018 15:53:53
  |
joneum  |
Take maintainership |
0.22 01 Nov 2018 15:42:21
  |
tobik  |
Reset Jim Riggs' ports by his request
- Take maintainership of net/ifstated
PR: 232887
Submitted by: Jim Riggs <ports@christianserving.org> |
0.22 11 Mar 2018 17:38:46
  |
brnrd  |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
0.22 14 May 2015 10:15:09
  |
mat  |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.22 30 Dec 2013 20:55:19
  |
ohauer  |
- rename AL2 to APACHE20 in Mk/bsd.licenses.db.mk
- svn move Templates/Licenses/AL2 Templates/Licenses/APACHE20
- add APACHE10 and APACHE11 to Mk/bsd.licenses.db.mk
- add entry in UPDATING
- bulk change all ports AL2 => APACHE20
- math/openfst/pkg-plist: remove share/licenses/openfst-1.3.4
PR: ports/184785
Submitted by: ohauer
Reviewed by: tabthorpe
Approved by: portmgr (tabthorpe@) |
0.22 15 Dec 2013 22:11:21
  |
ohauer  |
- add stage support
- add license
- minor cleanups
with hat apache@ |
0.22 20 Sep 2013 23:36:54
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.22 20 Apr 2013 17:38:32
  |
ohauer  |
- update mod_setenvifplus to version 0.22
Changes:
Version 0.22
- Directive SetStatusPlus verifies if configured status code is
allowed (known by Apache).
- Modifed cookie processing/parser.
Version 0.21
- New directive CookieEncPlus (supports "simple" cookie formats only).
Version 0.20
- New directive SetStatusPlus.
- ResponseHeaderPlus set/add may modify the Content-Type header too.
Feature safe: yes
PR: 177440
Submitted by: ohauer
Approved by: Jim Riggs <ports@christianserving.org> (maintainer) |
0.19 02 Nov 2012 20:28:36
  |
ohauer  |
- update mod_webkit to version 1.1 [1]
- update mod_setenvifplus to version 0.19 [2]
noted by portscout (no changes except version number) [1]
old version no longer fetchable [1][2]
Feature safe: yes
PR: 171900 [2]
Submitted by: ohauer [2]
Approved by: maintainer timeout [2] |
0.13 18 Aug 2012 14:29:11
 |
ohauer  |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
0.13 14 Feb 2012 19:16:42
 |
pgollucci  |
- Update to 0.13
PR: ports/165078
Submitted by: myself (pgollucci)
Approved by: ports@christianserving.org (maintainer)
Sponsored by: Apache Software Foundation (ASF) |
0.12 09 Jan 2012 15:41:08
 |
tabthorpe  |
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch
PR: ports/163521
Submitted by: Pedro Giffuni <pfg apache.org>
Hat: portmgr
Exp run by: pav |
0.12 21 Aug 2011 18:37:48
 |
ohauer  |
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/
PR: ports/158709
Submitted by: Jim Riggs <ports at christianserving.org> |