Port details |
- volta High performance, low resource URI rewriter for Squid
- 0.3.0_1 www =2 0.3.0_1Version of this port present on the latest quarterly branch.
- Maintainer: mahlon@martini.nu
- Port Added: 2011-12-20 21:43:10
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD3CLAUSE
- WWW:
- http://projects.martini.nu/volta/
- Description:
- Volta is a high performance, low resource URI rewriter for use with the
Squid caching proxy server (http://www.squid-cache.org) With it, you
can dynamically alter URI requests that pass through Squid based on
various criteria.
It uses a state machine to parse URIs and rules, and a constant
database to store and access those rules. It can then either perform
conditional rewrites internally, or by evaluating Lua scripts.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/www/volta/ && make install clean
- To add the package, run one of these commands:
- pkg install www/volta
- pkg install volta
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: volta
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (volta-0.3.0.tgz) = 499e2ba9167b2b1663790961f13d1289bfcb9339d2032b7e2076314bc96fba5c
SIZE (volta-0.3.0.tgz) = 29458
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:
-
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libcdb.so : databases/tinycdb
- liblua-5.2.so : lang/lua52
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for volta-0.3.0_1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- www_volta
- USES:
- gmake pkgconfig lua:52 tar:tgz
- pkg-message:
- For install:
- To get volta up and running, you'll still need to do two things:
- Enable url rewriting from within the squid configuration file.
url_rewrite_program /usr/local/bin/volta -f /usr/local/etc/volta.db
url_rewrite_children 5 startup=1 idle=2 concurrency=50
- Create a volta rule database! For detailed instructions, please
reference /usr/local/share/doc/volta/README, or volta's website at:
https://bitbucket.org/mahlon/volta/
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
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.3.0_1 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.3.0_1 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.3.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.3.0_1 14 Apr 2020 15:49:37 |
mat |
USES=lua gained flavors.
Ports using USES=lua:module or lua:flavors will be flavored. A range of
supported lua versions can be set using XX-YY (or XX-, or -YY, or simply ZZ)
for ports not supporting all lua versions.
USES=lua sets LUA_FLAVOR that needs to be used on all dependencies of
flavored lua ports, in a similar way as PHP or Python flavors.
PR: 245038
Submitted by: andrew tao11 riddles org uk
Reviewed by: mat, kevans, russ haley gmail com
Approved by: mat (portmgr)
Differential Revision: https://reviews.freebsd.org/D16494 |
0.3.0_1 14 Aug 2019 12:25:09 |
mat |
Convert to UCL & cleanup pkg-message (categories w) |
0.3.0_1 10 Sep 2018 13:14:52 |
mat |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
0.3.0_1 29 Dec 2016 12:41:04 |
mat |
Cleanup NO_BUILD and NO_INSTALL usage.
Sponsored by: Absolight |
0.3.0_1 01 Apr 2016 14:33:58 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight |
0.3.0_1 14 Jan 2016 08:12:40 |
miwi |
- Update MASTER_SITES
PR: 206213
Submitted by: maintainer |
0.3.0_1 21 Jun 2015 02:14:38 |
pgollucci |
Update www/volta 0.2.0 -> 0.3.0
PR: 200771
Submitted by: mahlon@martini.nu (maintainer) |
0.2.0_1 29 Jul 2014 19:11:53 |
adamw |
Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by: portmgr (not really, but touches unstaged ports) |
0.2.0_1 10 Jan 2014 08:27:30 |
bapt |
Port to lua 5.2
Support stage |
0.2.0_1 10 Dec 2013 18:30:46 |
pawel |
Links dynamically to libcdb after databases/tinycdb update
PR: ports/184663
Submitted by: me
Approved by: bapt (portmgr) |
0.2.0 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
0.2.0 23 Apr 2013 14:20:28 |
bapt |
Finish converting the whole ports tree to USES=pkgconfig |
0.2.0 21 Feb 2013 02:25:42 |
miwi |
- Unbreak build |
0.2.0 26 Jul 2012 10:22:07 |
ak |
- Update to 0.2.0
PR: ports/170182
Submitted by: Mahlon E. Smith <mahlon@martini.nu> (maintainer) |
0.1.1 07 May 2012 18:42:49 |
pawel |
Update to version 0.1.1
PR: ports/167585
Submitted by: maintainer |
0.0.1 20 Dec 2011 21:41:42 |
pawel |
Volta is a high performance, low resource URI rewriter for use with the
Squid caching proxy server (http://www.squid-cache.org) With it, you
can dynamically alter URI requests that pass through Squid based on
various criteria.
It uses a state machine to parse URIs and rules, and a constant database
to store and access those rules.
WWW: http://projects.martini.nu/volta/
PR: ports/162935
Submitted by: Mahlon E. Smith |