aboutsummaryrefslogtreecommitdiffstats
path: root/security/fwbuilder/pkg-descr
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2001-03-21 14:51:00 +0800
committerdinoex <dinoex@FreeBSD.org>2001-03-21 14:51:00 +0800
commita268c54a90237fe411f4581b9f3970bd3e1bcaf1 (patch)
tree784789cc4cf8c1429eae2450b29852c3ddb3429e /security/fwbuilder/pkg-descr
parent12669d0c10ec2b0b7341ad264faf771b4601fd1a (diff)
downloadfreebsd-ports-gnome-a268c54a90237fe411f4581b9f3970bd3e1bcaf1.tar.gz
freebsd-ports-gnome-a268c54a90237fe411f4581b9f3970bd3e1bcaf1.tar.zst
freebsd-ports-gnome-a268c54a90237fe411f4581b9f3970bd3e1bcaf1.zip
Firewall Builder consists of object-oriented GUI and set of policy compilers
for various firewall platforms. In Firewall Builder, firewall policy is a set of rules, each rule consists of abstract objects which represent real network objects and services (hosts, routers, firewalls, networks, protocols). Firewall Builder helps user maintain database of objects and allows policy editing using simple drag-and-drop operations. WWW: http://www.crocodile.org/~vadim/fwbuilder/ - New checksum, Archive on sourceforge.net had changed. - use new version of gtkmm PR: 24837 Submitted by: roman@xpert.com
Diffstat (limited to 'security/fwbuilder/pkg-descr')
-rw-r--r--security/fwbuilder/pkg-descr20
1 files changed, 20 insertions, 0 deletions
diff --git a/security/fwbuilder/pkg-descr b/security/fwbuilder/pkg-descr
new file mode 100644
index 000000000000..e6968c1ca2bb
--- /dev/null
+++ b/security/fwbuilder/pkg-descr
@@ -0,0 +1,20 @@
+Firewall Builder consists of object-oriented GUI and set of policy compilers
+for various firewall platforms. In Firewall Builder, firewall policy is a set
+of rules, each rule consists of abstract objects which represent real network
+objects and services (hosts, routers, firewalls, networks, protocols).
+Firewall Builder helps user maintain database of objects and allows policy
+editing using simple drag-and-drop operations.
+
+Preferences and objects databases are stored in XML format.
+GUI and policy compilers are completely independent. Support for a new firewall
+platform can be added to GUI without any changes done to the program, although
+new policy compiler must be written. This provides for consistent abstract
+model and the same GUI for different firewall platforms. Currently three most
+popular free firewalls are supported: ipchains, iptables and ipfilter.
+Because of this, Firewall Builder can be used to manage firewalls built on
+variety of platforms including, but not limited to, Linux running ipchains or
+iptables and FreeBSD or Solaris running ipfilter.
+
+WWW: http://www.crocodile.org/~vadim/fwbuilder/
+
+Roman Shterenzon <roman@xpert.com>