head	1.4;
access;
symbols
	old_RELEASE_5_4_0:1.3
	old_RELEASE_4_11_0:1.3
	old_RELEASE_4_8_0:1.1
	old_RELEASE_5_0_0:1.1
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1
	old_RELEASE_4_5_0:1.1
	old_RELEASE_4_4_0:1.1
	old_RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2005.05.13.02.03.55;	author vanilla;	state dead;
branches;
next	1.3;

1.3
date	2004.10.27.15.46.11;	author vanilla;	state Exp;
branches;
next	1.2;

1.2
date	2003.05.21.17.12.04;	author foxfair;	state dead;
branches;
next	1.1;

1.1
date	2001.03.21.06.51.00;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Upgrade to 2.0.5.

PR:		ports/80957
Submitted by:	maintainer
@
text
@--- src/gui/ObjectManipulator.cpp.old	Sun Oct 17 00:19:22 2004
+++ src/gui/ObjectManipulator.cpp	Sun Oct 17 00:19:41 2004
@@@@ -97,6 +97,7 @@@@
 #include "fwbuilder/IntervalGroup.h"
 
 #include <iostream>
+#include <algorithm>
 
 using namespace std;
 using namespace libfwbuilder;
@


1.3
log
@Fix build on 4-stable

PR:		ports/72808
Submitted by:	maintainer
@
text
@@


1.2
log
@PR:		52520
Update fwbuilder to 1.0.10 RC5 and unlock BROKEN bit in the Makefile.
Pass maintainer's hat to Sergey Lyubka <devnull@@uptsoft.com> who is
also the maintainer of libfwbuilder.
@
text
@d1 4
a4 4
--- etc/Makefile.in.orig	Sat Feb  3 23:10:14 2001
+++ etc/Makefile.in	Sat Feb  3 23:10:40 2001
@@@@ -11,7 +11,7 @@@@
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
d6 2
a7 3
 INSTALL = @@INSTALL@@
-INSTALL_PROGRAM = @@INSTALL_PROGRAM@@ 
+INSTALL_DATA = @@INSTALL_DATA@@ 
d9 2
a10 15
 all: fwbuilder_prefs.xml
 
@@@@ -27,9 +27,9 @@@@
 
 install: objects_init.xml fwbuilder_prefs.xml
 	$(mkinstalldirs) $(datadir)
-	$(INSTALL_PROGRAM) objects_init.xml $(datadir)
-	$(INSTALL_PROGRAM) fwbuilder_prefs.xml $(datadir)
-	$(INSTALL_PROGRAM) fwbuilder.dtd $(datadir)
+	$(INSTALL_DATA) objects_init.xml $(datadir)
+	$(INSTALL_DATA) fwbuilder_prefs.xml $(datadir)
+	$(INSTALL_DATA) fwbuilder.dtd $(datadir)
 
 uninstall: 
 	rm -f $(datadir)/objects_init.xml
@


1.1
log
@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
@
text
@@

