Date: Sat, 10 May 2003 22:48:28 +0200 From: Kirill Ponomarew <ponomarew@oberon.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/52034: New port: net/bfilter Message-ID: <E19EbGe-000FgH-00@voodoo.oberon.net> Resent-Message-ID: <200305102050.h4AKo8T4057843@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 52034 >Category: ports >Synopsis: New port: net/bfilter >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat May 10 13:50:08 PDT 2003 >Closed-Date: >Last-Modified: >Originator: Kirill Ponomarew >Release: FreeBSD 4.8-RELEASE i386 >Organization: Oberon.net >Environment: >Description: New port: net/bfilter BFilter is a filtering web proxy. Features: # HTTP/0.9 - HTTP/1.1 support. # Persistent connections (HTTP/1.1 only). # Pipelining (HTTP/1.1 only). # HTTP compression. # Processing of HTML and XHTML pages; JPEG, GIF and PNG images. # All processing is done on the fly. It does not load the whole page or image before processing. # Heuristic and regex-based approaches to detect ads. # Detects and removes image, iframe, flash ads, popups and webbugs. # A javascript engine to combat js-generated ads and popups. # Deferred ad detection. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # net/bfilter/Makefile # net/bfilter/distinfo # net/bfilter/pkg-descr # net/bfilter/pkg-plist # echo x - net/bfilter/Makefile sed 's/^X//' >net/bfilter/Makefile << 'END-of-net/bfilter/Makefile' X# New ports collection makefile for: bfilter X# Date created: 10.05.2003 X# Whom: Kirill Ponomarew <ponomarew@oberon.net> X# X# $FreeBSD$ X# X XPORTNAME= bfilter XPORTVERSION= 0.8.1 XCATEGORIES= net XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} XDISTNAME= ${PORTNAME}-${PORTVERSION} X XMAINTAINER= ponomarew@oberon.net XCOMMENT= Smart filtering HTTP proxy X XGNU_CONFIGURE= yes X X.if defined(WITH_DEBUG) XCONFIGURE_ARGS+= --enable-debug X.endif X X.include <bsd.port.mk> END-of-net/bfilter/Makefile echo x - net/bfilter/distinfo sed 's/^X//' >net/bfilter/distinfo << 'END-of-net/bfilter/distinfo' XMD5 (bfilter-0.8.1.tar.gz) = 4b40a4c80932100b844bb4642831d778 END-of-net/bfilter/distinfo echo x - net/bfilter/pkg-descr sed 's/^X//' >net/bfilter/pkg-descr << 'END-of-net/bfilter/pkg-descr' XBFilter is a smart filtering HTTP proxy. It removes ads, Xwebbugs, and popups. Unlike the majority of similar tools, it Xdoesn't rely on a list of blocked URLs, but instead parses HTML Xon the fly, and detects ads using a set of heuristic rules. XBFilter has a built-in JavaScript engine which detects popups Xand js-generated ads. X XWWW: http://bfilter.sourceforge.net END-of-net/bfilter/pkg-descr echo x - net/bfilter/pkg-plist sed 's/^X//' >net/bfilter/pkg-plist << 'END-of-net/bfilter/pkg-plist' Xbin/bfilter Xetc/bfilter/config Xetc/bfilter/config.default Xetc/bfilter/rules Xetc/bfilter/rules.local X@dirrm /etc/bfilter END-of-net/bfilter/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E19EbGe-000FgH-00>