Port details |
- varnish-libvmod-querystring Varnish Module (vmod) for query string manipulation
- v2.0.3_1 www
=0 v2.0.3_1Version of this port present on the latest quarterly branch. - Maintainer: zi@FreeBSD.org
 - Port Added: 2020-10-29 17:57:44
- Last Update: 2022-11-28 23:59:44
- Commit Hash: 5632d03
- License: GPLv1
- 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.
¦ ¦ ¦ ¦ 
- 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@py39
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.9 : lang/python39
- varnish7>=7 : www/varnish7
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : 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_1:
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:3.5+,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_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 |