Port details |
- varnish-libvmod-querystring Varnish Module (vmod) for query string manipulation
- v2.0.3_4 www =2 v2.0.3_3Version of this port present on the latest quarterly branch.
- Maintainer: zi@FreeBSD.org
- Port Added: 2020-10-29 17:57:44
- Last Update: 2024-08-05 14:41:47
- Commit Hash: 4dcfd42
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv1
- WWW:
- https://github.com/Dridi/libvmod-querystring
- Description:
- The purpose of this module is to give you a fine-grained control over a URL's
query-string in Varnish Cache. It's possible to remove the query-string,
clean it, sort its parameters or filter it to only keep a subset of them.
This can greatly improve your hit ratio and efficiency with Varnish, because
by default two URLs with the same path but different query-strings are also
different. This is what the RFCs mandate but probably not what you usually
want for your web site or application.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- varnish-libvmod-querystring>0:www/varnish-libvmod-querystring
- To install the port:
- cd /usr/ports/www/varnish-libvmod-querystring/ && make install clean
- To add the package, run one of these commands:
- pkg install www/varnish-libvmod-querystring
- pkg install varnish-libvmod-querystring
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: varnish-libvmod-querystring
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1649430745
SHA256 (Dridi-libvmod-querystring-v2.0.3_GH0.tar.gz) = 4f7f54778bf808949cedcb360b925a3251c84a8d3a0d9ffdc722342f5ea6e89b
SIZE (Dridi-libvmod-querystring-v2.0.3_GH0.tar.gz) = 28082
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:
-
- rst2man : textproc/py-docutils@py311
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- varnish7>=7 : www/varnish7
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- varnish7>=7 : www/varnish7
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for varnish-libvmod-querystring-v2.0.3_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_varnish-libvmod-querystring
- USES:
- autoreconf libtool pkgconfig python:build varnish:7
- 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 |
v2.0.3_4 05 Aug 2024 14:41:47 |
Danilo G. Baio (dbaio) |
www/varnish-*: Bump PORTREVISION to chase www/varnish7 update
Necessary to avoid ABI mismatch. |
v2.0.3_3 26 Mar 2024 09:10:28 |
Gleb Popov (arrowd) |
www/varnish-libvmod-querystring: Move manpages to share/man
Approved by: portmgr (blanket) |
v2.0.3_2 02 Dec 2023 18:42:35 |
Danilo G. Baio (dbaio) |
www/varnish-*: Bump PORTREVISION to chase www/varnish7 update
Necessary to avoid ABI mismatch. |
v2.0.3_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
v2.0.3_1 28 Nov 2022 23:59:44 |
Ryan Steinmetz (zi) |
www/varnish-libvmod-querystring: Bump PORTREVISION after varnish update |
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) |
v2.0.3 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 ) |
v2.0.3 08 Apr 2022 15:16:05 |
Ryan Steinmetz (zi) |
www/varnish-libvmod-querystring: Update to 2.0.3, support varnish 7 |
v2.0.2_1 13 May 2021 17:59:21 |
Ryan Steinmetz (zi) |
www/varnish-libvmod-querystring: Fix compatibility with varnish 6.6, bump
PORTREVISION |
v2.0.2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
v2.0.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
v2.0.2 22 Mar 2021 10:17:44 |
danfe |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
v2.0.2 29 Oct 2020 17:57:36 |
zi |
New port: www/varnish-libvmod-querystring:
The purpose of this module is to give you a fine-grained control over a URL's
query-string in Varnish Cache. It's possible to remove the query-string,
clean it, sort its parameters or filter it to only keep a subset of them.
This can greatly improve your hit ratio and efficiency with Varnish, because
by default two URLs with the same path but different query-strings are also
different. This is what the RFCs mandate but probably not what you usually
want for your web site or application.
WWW: https://github.com/Dridi/libvmod-querystring |