summaryrefslogtreecommitdiff
path: root/net/bfilter
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-05-13 16:48:24 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-05-13 16:48:24 +0000
commit038caeb407ff0d7306eaa9c36a1ccf3d1e6ba65a (patch)
tree1b8c0b6db9dc5897ff274a4afc1c3521d5e13552 /net/bfilter
parentNew port: gmime2 (diff)
New port: bfilter
Smart filtering HTTP proxy. PR: 52034 Submitted by: Kirill Ponomarew
Notes
Notes: svn path=/head/; revision=80914
Diffstat (limited to 'net/bfilter')
-rw-r--r--net/bfilter/Makefile24
-rw-r--r--net/bfilter/distinfo1
-rw-r--r--net/bfilter/pkg-descr8
-rw-r--r--net/bfilter/pkg-plist6
4 files changed, 39 insertions, 0 deletions
diff --git a/net/bfilter/Makefile b/net/bfilter/Makefile
new file mode 100644
index 000000000000..15445c43e35f
--- /dev/null
+++ b/net/bfilter/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: bfilter
+# Date created: 10.05.2003
+# Whom: Kirill Ponomarew <ponomarew@oberon.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= bfilter
+PORTVERSION= 0.8.1
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-${PORTVERSION}
+
+MAINTAINER= ponomarew@oberon.net
+COMMENT= Smart filtering HTTP proxy
+
+GNU_CONFIGURE= yes
+
+.if defined(WITH_DEBUG)
+CONFIGURE_ARGS+= --enable-debug
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/bfilter/distinfo b/net/bfilter/distinfo
new file mode 100644
index 000000000000..35786f827475
--- /dev/null
+++ b/net/bfilter/distinfo
@@ -0,0 +1 @@
+MD5 (bfilter-0.8.1.tar.gz) = 4b40a4c80932100b844bb4642831d778
diff --git a/net/bfilter/pkg-descr b/net/bfilter/pkg-descr
new file mode 100644
index 000000000000..856c550d063b
--- /dev/null
+++ b/net/bfilter/pkg-descr
@@ -0,0 +1,8 @@
+BFilter is a smart filtering HTTP proxy. It removes ads,
+webbugs, and popups. Unlike the majority of similar tools, it
+doesn't rely on a list of blocked URLs, but instead parses HTML
+on the fly, and detects ads using a set of heuristic rules.
+BFilter has a built-in JavaScript engine which detects popups
+and js-generated ads.
+
+WWW: http://bfilter.sourceforge.net
diff --git a/net/bfilter/pkg-plist b/net/bfilter/pkg-plist
new file mode 100644
index 000000000000..9079a2bf2975
--- /dev/null
+++ b/net/bfilter/pkg-plist
@@ -0,0 +1,6 @@
+bin/bfilter
+etc/bfilter/config
+etc/bfilter/config.default
+etc/bfilter/rules
+etc/bfilter/rules.local
+@dirrm /etc/bfilter