|
Lines 2-10
Link Here
|
| 2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= privoxy |
4 |
PORTNAME= privoxy |
| 5 |
PORTVERSION= 3.0.24 |
5 |
PORTVERSION= 3.0.26 |
| 6 |
CATEGORIES= www ipv6 |
6 |
CATEGORIES= www ipv6 |
| 7 |
MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 |
7 |
MASTER_SITES= https://www.privoxy.org/sf-download-mirror/Sources/${PORTVERSION}%20(stable)/ \ |
|
|
8 |
SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 |
| 8 |
DISTNAME= privoxy-${PORTVERSION}-stable-src |
9 |
DISTNAME= privoxy-${PORTVERSION}-stable-src |
| 9 |
|
10 |
|
| 10 |
MAINTAINER= fk@fabiankeil.de |
11 |
MAINTAINER= fk@fabiankeil.de |
|
Lines 33-46
GROUPS= privoxy
Link Here
|
| 33 |
CPPFLAGS+= -I${LOCALBASE}/include |
34 |
CPPFLAGS+= -I${LOCALBASE}/include |
| 34 |
LDFLAGS+= -L${LOCALBASE}/lib |
35 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 35 |
|
36 |
|
| 36 |
OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME COMPRESSION DEBUG \ |
37 |
OPTIONS_DEFINE= ACCEPT_FILTER BROKEN_STRPTIME BUMP_FD_SETSIZE COMPRESSION \ |
| 37 |
DOCS EDITOR FORCE PRIVOXY_TOOLS TOGGLE |
38 |
DEBUG DOCS EDITOR FORCE PRIVOXY_TOOLS TOGGLE |
| 38 |
|
39 |
|
| 39 |
ACCEPT_FILTER_DESC= Support for accf_http(9) |
40 |
ACCEPT_FILTER_DESC= Support for accf_http(9) |
| 40 |
BROKEN_STRPTIME_DESC= Enable workaround for standards/173421 |
41 |
BROKEN_STRPTIME_DESC= Enable workaround for standards/173421 |
| 41 |
COMPRESSION_DESC= Support compression of buffered content |
42 |
COMPRESSION_DESC= Support compression of buffered content |
| 42 |
DOCS_DESC= Let Privoxy serve the user manual |
43 |
DOCS_DESC= Let Privoxy serve the user manual |
| 43 |
EDITOR_DESC= Support use of the web-based action editor |
44 |
EDITOR_DESC= Support use of the web-based action editor |
|
|
45 |
BUMP_FD_SETSIZE_DESC= Support more client connections at the same time |
| 44 |
FORCE_DESC= Support bypassing of blocks |
46 |
FORCE_DESC= Support bypassing of blocks |
| 45 |
PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. |
47 |
PRIVOXY_TOOLS_DESC= Install Privoxy-Log-Parser, uagen, etc. |
| 46 |
TOGGLE_DESC= Support for remote toggling |
48 |
TOGGLE_DESC= Support for remote toggling |
|
Lines 53-58
ACCEPT_FILTER_CONFIGURE_ON= --enable-accept-filter
Link Here
|
| 53 |
|
55 |
|
| 54 |
BROKEN_STRPTIME_CONFIGURE_ON= --enable-strptime-sanity-checks |
56 |
BROKEN_STRPTIME_CONFIGURE_ON= --enable-strptime-sanity-checks |
| 55 |
|
57 |
|
|
|
58 |
BUMP_FD_SETSIZE_CONFIGURE_ON= --with-fdsetsize=8192 |
| 59 |
|
| 56 |
COMPRESSION_CONFIGURE_ON= --enable-compression |
60 |
COMPRESSION_CONFIGURE_ON= --enable-compression |
| 57 |
|
61 |
|
| 58 |
DEBUG_CONFIGURE_ON= --with-debug |
62 |
DEBUG_CONFIGURE_ON= --with-debug |