aboutsummaryrefslogtreecommitdiff
path: root/security/fwbuilder2
diff options
context:
space:
mode:
Diffstat (limited to 'security/fwbuilder2')
-rw-r--r--security/fwbuilder2/Makefile48
-rw-r--r--security/fwbuilder2/distinfo2
-rw-r--r--security/fwbuilder2/files/patch-aa14
-rw-r--r--security/fwbuilder2/pkg-descr18
-rw-r--r--security/fwbuilder2/pkg-plist70
5 files changed, 0 insertions, 152 deletions
diff --git a/security/fwbuilder2/Makefile b/security/fwbuilder2/Makefile
deleted file mode 100644
index 3ce96d5c6ae4..000000000000
--- a/security/fwbuilder2/Makefile
+++ /dev/null
@@ -1,48 +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.10
-CATEGORIES= security
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-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
-
-USE_QT_VER= 3
-
-QTDIR?= ${X11BASE}
-
-USE_OPENSSL= yes
-USE_GETOPT_LONG= 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}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-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/fwbuilder2/distinfo b/security/fwbuilder2/distinfo
deleted file mode 100644
index df86ac0ef149..000000000000
--- a/security/fwbuilder2/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 (fwbuilder-2.0.10.tar.gz) = 3a0946ed322df40be9814124ac7a9cfd
-SHA256 (fwbuilder-2.0.10.tar.gz) = f6cc322aa5c98f541651a866e426ff28c331235f3740641d7918b919a9319c41
diff --git a/security/fwbuilder2/files/patch-aa b/security/fwbuilder2/files/patch-aa
deleted file mode 100644
index c4d56a641e17..000000000000
--- a/security/fwbuilder2/files/patch-aa
+++ /dev/null
@@ -1,14 +0,0 @@
---- qmake.inc.in.linux 2005-04-27 19:17:10.000000000 -0700
-+++ qmake.inc.in 2005-04-27 19:17:38.000000000 -0700
-@@ -33,11 +33,6 @@
- LIBS += $$LIBS_FWBUILDER
-
- 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/fwbuilder2/pkg-descr b/security/fwbuilder2/pkg-descr
deleted file mode 100644
index 630225955878..000000000000
--- a/security/fwbuilder2/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/fwbuilder2/pkg-plist b/security/fwbuilder2/pkg-plist
deleted file mode 100644
index 3540db152081..000000000000
--- a/security/fwbuilder2/pkg-plist
+++ /dev/null
@@ -1,70 +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%%/ReleaseNotes_2.0.5.html
-%%DOCSDIR%%/ReleaseNotes_2.0.5.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.6.html
-%%DOCSDIR%%/ReleaseNotes_2.0.6.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.7.html
-%%DOCSDIR%%/ReleaseNotes_2.0.7.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.8.html
-%%DOCSDIR%%/ReleaseNotes_2.0.8.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.9.html
-%%DOCSDIR%%/ReleaseNotes_2.0.9.txt
-%%DOCSDIR%%/ReleaseNotes_2.0.10.html
-%%DOCSDIR%%/ReleaseNotes_2.0.10.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/fwsm.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/fwsm_os.xml
-%%DATADIR%%/os/unknown_os.xml
-%%DATADIR%%/locale/fwbuilder_de.qm
-%%DATADIR%%/locale/fwbuilder_es.qm
-%%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%%