head	1.4;
access;
symbols
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	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/utils.cpp.old	Sun Oct 17 00:13:41 2004
+++ src/gui/utils.cpp	Sun Oct 17 00:14:26 2004
@@@@ -218,7 +218,7 @@@@
     int sn1  = file.findRev('/',-1);
     int sn2  = file.findRev('\\',-1);
     int sn   = (sn1>=0)?sn1:sn2;
-    QString dir = (sn<0) ? "./" : file.left( sn );
+    QString dir = (sn<0) ? QString("./") : file.left( sn );
 
 #ifdef _WIN32
 /* on windows, if directory is in the root of the drive (like "c:"),
@


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 8
a8 4
--- examples/Makefile.in.orig	Sat Feb  3 23:01:10 2001
+++ examples/Makefile.in	Sat Feb  3 23:01:36 2001
@@@@ -13,7 +13,7 @@@@
 examplesdir = $(docdir)
d10 2
a11 15
 INSTALL = @@INSTALL@@
-INSTALL_PROGRAM=@@INSTALL_PROGRAM@@
+INSTALL_DATA=@@INSTALL_DATA@@
 
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
@@@@ -24,7 +24,7 @@@@
 
 install:
 	$(mkinstalldirs) $(examplesdir)
-	$(INSTALL_PROGRAM) -m 0644 $(EXAMPLES) $(examplesdir)
+	$(INSTALL_DATA) $(EXAMPLES) $(examplesdir)
 
 uninstall:
 	list='$(EXAMPLES)'; for file in $$list; do \
@


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
@@

