summaryrefslogtreecommitdiff
path: root/net-proxy/privoxy/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /net-proxy/privoxy/metadata.xml
reinit the tree, so we can have metadata
Diffstat (limited to 'net-proxy/privoxy/metadata.xml')
-rw-r--r--net-proxy/privoxy/metadata.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/net-proxy/privoxy/metadata.xml b/net-proxy/privoxy/metadata.xml
new file mode 100644
index 000000000000..ff0981277efe
--- /dev/null
+++ b/net-proxy/privoxy/metadata.xml
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>bircoph@gentoo.org</email>
+ </maintainer>
+ <longdescription>
+ Privoxy is a non-caching web proxy with advanced filtering
+ capabilities for 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 has application for both stand-alone
+ systems and multi-user networks.
+ </longdescription>
+ <use>
+ <flag name="editor">Enable the web-based actions file editor</flag>
+ <flag name="client-tags">Enable support for client-specific tags</flag>
+ <flag name="compression">Allow privoxy to compress buffered content before sending to the client, if it supports it</flag>
+ <flag name="extended-host-patterns">Enable and require PCRE syntax in host patterns. You must convert action files to PCRE, see privoxy-url-pattern-translator.pl Use at your own risk!</flag>
+ <flag name="external-filters">Allow to filter content with scripts and programs. Experimental</flag>
+ <flag name="fast-redirects">Support fast redirects</flag>
+ <flag name="force">Allow single-page disable (force load)</flag>
+ <flag name="graceful-termination">Allow to shutdown Privoxy through the webinterface</flag>
+ <flag name="ie-images">Enable a quick but not always reliable auto-detect whether requests from MS Internet Explorer are for an image or not</flag>
+ <flag name="image-blocking">Allows the +handle-as-image action, to send "blocked" images instead of HTML</flag>
+ <flag name="lfs">Support large files (&gt;2GB) on 32-bit systems</flag>
+ <flag name="png-images">Use PNG format instead of GIF for built-in images</flag>
+ <flag name="stats">Keep statistics</flag>
+ <flag name="toggle">Support temporary disable toggle via web interface</flag>
+ <flag name="tools">Install log parser, regression tester and user agent generator tools</flag>
+ <flag name="whitelists">Support trust files (white lists)</flag>
+ <flag name="zlib">Use <pkg>sys-libs/zlib</pkg> to decompress data before filtering</flag>
+ </use>
+ <upstream>
+ <remote-id type="sourceforge">ijbswa</remote-id>
+ </upstream>
+</pkgmetadata>