summaryrefslogtreecommitdiff
path: root/security/fwbuilder-devel
diff options
context:
space:
mode:
Diffstat (limited to 'security/fwbuilder-devel')
-rw-r--r--security/fwbuilder-devel/Makefile50
-rw-r--r--security/fwbuilder-devel/distinfo2
-rw-r--r--security/fwbuilder-devel/files/patch-aa13
-rw-r--r--security/fwbuilder-devel/files/patch-ab11
-rw-r--r--security/fwbuilder-devel/files/patch-ac10
-rw-r--r--security/fwbuilder-devel/files/patch-ad10
-rw-r--r--security/fwbuilder-devel/files/patch-ae10
-rw-r--r--security/fwbuilder-devel/pkg-descr18
-rw-r--r--security/fwbuilder-devel/pkg-plist54
9 files changed, 0 insertions, 178 deletions
diff --git a/security/fwbuilder-devel/Makefile b/security/fwbuilder-devel/Makefile
deleted file mode 100644
index 2a3b6c65ad35..000000000000
--- a/security/fwbuilder-devel/Makefile
+++ /dev/null
@@ -1,50 +0,0 @@
-# New ports collection makefile for: fwbuilder
-# Date Created: 3 Feb 2001
-# Whom: Roman Shterenzon <roman@xpert.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= fwbuilder
-PORTVERSION= 2.0.4
-PORTREVISION= 0
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}/fwbuilder/
-MASTER_SITE_SUBDIR= fwbuilder
-
-MAINTAINER= vadim@fwbuilder.org
-COMMENT= Firewall Builder GUI and policy compilers
-
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-LIB_DEPENDS= fwbuilder.6:${PORTSDIR}/security/libfwbuilder
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-.endif
-
-USE_QT_VER= 3
-
-QTDIR?= ${X11BASE}
-
-USE_OPENSSL= yes
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib" \
- QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-CONFIGURE_ARGS+= --with-docdir=${DOCSDIR} --with-qtdir=${QTDIR}
-MAKE_ARGS+= QTDIR="${QTDIR}" \
- QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
-INSTALLS_SHLIB= yes
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-
-MAN1= fwbuilder.1 \
- fwblookup.1 \
- fwbedit.1 \
- fwb_compile_all.1 \
- fwb_install.1 \
- fwb_ipt.1 \
- fwb_ipf.1 \
- fwb_ipfw.1 \
- fwb_pf.1
-
-.include <bsd.port.mk>
diff --git a/security/fwbuilder-devel/distinfo b/security/fwbuilder-devel/distinfo
deleted file mode 100644
index b62bc85f0ce0..000000000000
--- a/security/fwbuilder-devel/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (fwbuilder-2.0.4.tar.gz) = a63df33d38f4845cc5721cee9a10640b
-SIZE (fwbuilder-2.0.4.tar.gz) = 1064789
diff --git a/security/fwbuilder-devel/files/patch-aa b/security/fwbuilder-devel/files/patch-aa
deleted file mode 100644
index 8fb67188dfc8..000000000000
--- a/security/fwbuilder-devel/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- qmake.inc.in.old Sat Oct 16 23:56:08 2004
-+++ qmake.inc.in Sat Oct 16 23:56:20 2004
-@@ -37,10 +37,6 @@
-
- PKGLOCALEDIR = $$res.path/locale
-
-- QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter
-- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
-- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter
-- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter
- }
- }
-
diff --git a/security/fwbuilder-devel/files/patch-ab b/security/fwbuilder-devel/files/patch-ab
deleted file mode 100644
index ad8c73d9bcdb..000000000000
--- a/security/fwbuilder-devel/files/patch-ab
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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:"),
diff --git a/security/fwbuilder-devel/files/patch-ac b/security/fwbuilder-devel/files/patch-ac
deleted file mode 100644
index 12e05cb7ad36..000000000000
--- a/security/fwbuilder-devel/files/patch-ac
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gui/FWBTree.cpp.old Sun Oct 17 00:16:10 2004
-+++ src/gui/FWBTree.cpp Sun Oct 17 00:17:21 2004
-@@ -51,6 +51,7 @@
- #include "fwbuilder/IntervalGroup.h"
-
- #include <iostream>
-+#include <algorithm>
-
- using namespace std;
- using namespace libfwbuilder;
diff --git a/security/fwbuilder-devel/files/patch-ad b/security/fwbuilder-devel/files/patch-ad
deleted file mode 100644
index b4d5ff617560..000000000000
--- a/security/fwbuilder-devel/files/patch-ad
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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;
diff --git a/security/fwbuilder-devel/files/patch-ae b/security/fwbuilder-devel/files/patch-ae
deleted file mode 100644
index ec5432747d90..000000000000
--- a/security/fwbuilder-devel/files/patch-ae
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/gui/listOfLibraries.cpp.old Sun Oct 17 00:23:48 2004
-+++ src/gui/listOfLibraries.cpp Sun Oct 17 00:24:01 2004
-@@ -38,6 +38,7 @@
- #include <qfile.h>
-
- #include <iostream>
-+#include <algorithm>
-
- using namespace std;
- using namespace libfwbuilder;
diff --git a/security/fwbuilder-devel/pkg-descr b/security/fwbuilder-devel/pkg-descr
deleted file mode 100644
index 630225955878..000000000000
--- a/security/fwbuilder-devel/pkg-descr
+++ /dev/null
@@ -1,18 +0,0 @@
-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.fwbuilder.org/
diff --git a/security/fwbuilder-devel/pkg-plist b/security/fwbuilder-devel/pkg-plist
deleted file mode 100644
index 6b90b86fe148..000000000000
--- a/security/fwbuilder-devel/pkg-plist
+++ /dev/null
@@ -1,54 +0,0 @@
-bin/fwb_compile_all
-bin/fwb_install
-bin/fwb_ipf
-bin/fwb_ipfw
-bin/fwb_ipt
-bin/fwb_pf
-bin/fwbedit
-bin/fwblookup
-bin/fwbuilder
-%%DOCSDIR%%/AUTHORS
-%%DOCSDIR%%/COPYING
-%%DOCSDIR%%/Credits
-%%DOCSDIR%%/ChangeLog
-%%DOCSDIR%%/README.floppyfw
-%%DOCSDIR%%/README.ipf
-%%DOCSDIR%%/README.ipfw
-%%DOCSDIR%%/README.ipt
-%%DOCSDIR%%/README.pf
-%%DOCSDIR%%/ReleaseNotes_2_0.html
-%%DOCSDIR%%/ReleaseNotes_2_0.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.1.html
-%%DOCSDIR%%/ReleaseNotes_2.0.1.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.2.html
-%%DOCSDIR%%/ReleaseNotes_2.0.2.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.3.html
-%%DOCSDIR%%/ReleaseNotes_2.0.3.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.4.html
-%%DOCSDIR%%/ReleaseNotes_2.0.4.txt
-%%DOCSDIR%%/PatchAcceptancePolicy.txt
-%%DATADIR%%/objects_init.xml
-%%DATADIR%%/templates.xml
-%%DATADIR%%/resources.xml
-%%DATADIR%%/platform/iptables.xml
-%%DATADIR%%/platform/ipf.xml
-%%DATADIR%%/platform/pf.xml
-%%DATADIR%%/platform/ipfw.xml
-%%DATADIR%%/platform/pix.xml
-%%DATADIR%%/platform/unknown.xml
-%%DATADIR%%/os/linux24.xml
-%%DATADIR%%/os/linksys.xml
-%%DATADIR%%/os/macosx.xml
-%%DATADIR%%/os/freebsd.xml
-%%DATADIR%%/os/openbsd.xml
-%%DATADIR%%/os/solaris.xml
-%%DATADIR%%/os/pix_os.xml
-%%DATADIR%%/os/unknown_os.xml
-%%DATADIR%%/locale/fwbuilder_fr.qm
-%%DATADIR%%/locale/fwbuilder_ja.qm
-%%DATADIR%%/locale/fwbuilder_ru.qm
-@dirrm %%DOCSDIR%%
-@dirrm %%DATADIR%%/platform
-@dirrm %%DATADIR%%/os
-@dirrm %%DATADIR%%/locale
-@dirrm %%DATADIR%%