diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-21 01:43:08 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-21 01:43:08 +0000 |
commit | 64966517187681a8c95516c895e941a05a4cb878 (patch) | |
tree | 9b95eda8ea731bea47a0756edf3de64b2920a6f5 | |
parent | 3358e1bbb61c5fde0da4a1fd09619e66b5306f6d (diff) | |
download | ports-64966517187681a8c95516c895e941a05a4cb878.tar.gz ports-64966517187681a8c95516c895e941a05a4cb878.zip |
Notes
-rw-r--r-- | www/privoxy/Makefile | 15 | ||||
-rw-r--r-- | www/privoxy/distinfo | 4 | ||||
-rw-r--r-- | www/privoxy/pkg-descr | 9 |
3 files changed, 16 insertions, 12 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 1c00141410d7..4a7f0725c476 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= privoxy -PORTVERSION= 3.0.17 +PORTVERSION= 3.0.18 CATEGORIES= www ipv6 MASTER_SITES= SF/ijbswa/Sources/${PORTVERSION}%20%28stable%29 DISTNAME= privoxy-${PORTVERSION}-stable-src @@ -32,14 +32,15 @@ CONFLICTS= privoxy-devel-[0-9]* MAN1= privoxy.1 -CPPFLAGS+= -I${LOCALBASE}/include/ +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS= ACCEPT_FILTER "Enable support for accf_http(9)" Off \ + COMPRESSION "Allow compression of buffered content" Off \ DEBUG "Build with debugging symbols" Off \ - EDITOR "Allow to enable the webbased action editor" On \ - FORCE "Allows to optionally bypass blocks" On \ - PRIVOXY_TOOLS "Install Privoxy-Log-Parser, uagen etc." Off \ + EDITOR "Allow use of the web-based action editor" On \ + FORCE "Allow blocks to be bypassed" On \ + PRIVOXY_TOOLS "Install Privoxy-Log-Parser, uagen, etc." Off \ TOGGLE "Support for remote toggling" On .include <bsd.port.pre.mk> @@ -48,6 +49,10 @@ OPTIONS= ACCEPT_FILTER "Enable support for accf_http(9)" Off \ CONFIGURE_ARGS+= --enable-accept-filter .endif +.if defined(WITH_COMPRESSION) +CONFIGURE_ARGS+= --enable-compression +.endif + .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --with-debug .endif diff --git a/www/privoxy/distinfo b/www/privoxy/distinfo index a0657570cf26..b4659720bcd3 100644 --- a/www/privoxy/distinfo +++ b/www/privoxy/distinfo @@ -1,2 +1,2 @@ -SHA256 (privoxy-3.0.17-stable-src.tar.gz) = d1de36dc141180a5ab5e910507551564e958cc23a7d8daaa411e1564c208cd77 -SIZE (privoxy-3.0.17-stable-src.tar.gz) = 1670102 +SHA256 (privoxy-3.0.18-stable-src.tar.gz) = 81203c60d7862a531cc0438d740abc66a07d9c91a2df24357b36ba38d3104e27 +SIZE (privoxy-3.0.18-stable-src.tar.gz) = 1720020 diff --git a/www/privoxy/pkg-descr b/www/privoxy/pkg-descr index c64caa55e9c9..b0d9d33f8cff 100644 --- a/www/privoxy/pkg-descr +++ b/www/privoxy/pkg-descr @@ -1,8 +1,7 @@ Privoxy is a non-caching web proxy with advanced filtering capabilities for -enhancing privacy, modifying web page data, managing HTTP cookies, controlling -access, and removing ads, banners, pop-ups and other obnoxious Internet junk. -Privoxy has a flexible configuration and can be customized to suit individual -needs and tastes. Privoxy has application for both stand-alone systems and -multi-user networks. +enhancing privacy, modifying web page data and HTTP headers, controlling +access, and removing ads and other obnoxious Internet junk. Privoxy has a +flexible configuration and can be customized to suit individual needs and +tastes. It may be used in both stand-alone systems and multi-user networks. WWW: http://www.privoxy.org/ |