View | Details | Raw Unified | Return to bug 170182
Collapse All | Expand All

(-)volta/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	volta
8
PORTNAME=	volta
9
DISTVERSION=	0.1.1
9
DISTVERSION=	0.2.0
10
CATEGORIES=	www
10
CATEGORIES=	www
11
MASTER_SITES=	http://dl.dropbox.com/u/7234177/Releases/ \
11
MASTER_SITES=	http://dl.dropbox.com/u/7234177/Releases/ \
12
		http://projects.martini.nu/volta/chrome/site/
12
		http://projects.martini.nu/volta/chrome/site/
(-)volta/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (volta-0.1.1.tgz) = 596e54a59d19a84ff2d9019d0f4742ebcd33b9c4ab4a62e977df44242762d880
1
SHA256 (volta-0.2.0.tgz) = 9857c08cddafd935238a756d13822a6240ac1f79ed3a33f84805b60532e523d6
2
SIZE (volta-0.1.1.tgz) = 29240
2
SIZE (volta-0.2.0.tgz) = 29357
(-)volta/pkg-descr (-2 / +3 lines)
Lines 3-9 Link Here
3
can dynamically alter URI requests that pass through Squid based on
3
can dynamically alter URI requests that pass through Squid based on
4
various criteria.
4
various criteria.
5
5
6
It uses a state machine to parse URIs and rules, and a constant database
6
It uses a state machine to parse URIs and rules, and a constant
7
to store and access those rules.
7
database to store and access those rules. It can then either perform
8
conditional rewrites internally, or by evaluating Lua scripts. 
8
9
9
WWW: http://projects.martini.nu/volta/
10
WWW: http://projects.martini.nu/volta/

Return to bug 170182