summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2022-05-25 21:39:58 +0000
committerwiz <wiz@pkgsrc.org>2022-05-25 21:39:58 +0000
commitbdf381a3c4f620b7c2ad27c4214041283171e7fe (patch)
tree088fc0ff26bfb633407a235a358c252e68a1e030 /security
parente052e9f90b89c7c65f2eb3ea8cb9583e3b12cb84 (diff)
downloadpkgsrc-bdf381a3c4f620b7c2ad27c4214041283171e7fe.tar.gz
{lib,}fwbuilder: remove
No upstream development since 2012, fwbuilder does not build in any recent bulk builds.
Diffstat (limited to 'security')
-rw-r--r--security/Makefile4
-rw-r--r--security/fwbuilder/DESCR14
-rw-r--r--security/fwbuilder/Makefile51
-rw-r--r--security/fwbuilder/PLIST353
-rw-r--r--security/fwbuilder/distinfo16
-rw-r--r--security/fwbuilder/patches/patch-aa15
-rw-r--r--security/fwbuilder/patches/patch-ab37
-rw-r--r--security/fwbuilder/patches/patch-ac30
-rw-r--r--security/fwbuilder/patches/patch-ad14
-rw-r--r--security/fwbuilder/patches/patch-ae14
-rw-r--r--security/fwbuilder/patches/patch-configure.in23
-rw-r--r--security/fwbuilder/patches/patch-src_gui_main.cpp26
-rw-r--r--security/fwbuilder/patches/patch-src_libfwbuilder_qmake.inc.in15
-rw-r--r--security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp15
-rw-r--r--security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_uint128.h19
-rw-r--r--security/fwbuilder/patches/patch-src_libgui_startup__tip__url.h15
-rw-r--r--security/libfwbuilder/DESCR14
-rw-r--r--security/libfwbuilder/Makefile31
-rw-r--r--security/libfwbuilder/PLIST166
-rw-r--r--security/libfwbuilder/buildlink3.mk19
-rw-r--r--security/libfwbuilder/distinfo10
-rw-r--r--security/libfwbuilder/patches/patch-aa12
-rw-r--r--security/libfwbuilder/patches/patch-ab34
-rw-r--r--security/libfwbuilder/patches/patch-ac12
-rw-r--r--security/libfwbuilder/patches/patch-ad12
-rw-r--r--security/libfwbuilder/patches/patch-ae12
26 files changed, 1 insertions, 982 deletions
diff --git a/security/Makefile b/security/Makefile
index 7f137cd3e47..b0a403066e2 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.862 2022/05/18 14:17:34 wiz Exp $
+# $NetBSD: Makefile,v 1.863 2022/05/25 21:39:58 wiz Exp $
#
COMMENT= Security and cryptography tools and libraries
@@ -97,7 +97,6 @@ SUBDIR+= fail2ban
SUBDIR+= flawfinder
SUBDIR+= fprint-demo
SUBDIR+= fsh
-SUBDIR+= fwbuilder
SUBDIR+= gcr
SUBDIR+= gnome-keyring
SUBDIR+= gnu-crypto
@@ -168,7 +167,6 @@ SUBDIR+= libdecaf
SUBDIR+= libdes
SUBDIR+= libfido2
SUBDIR+= libfprint
-SUBDIR+= libfwbuilder
SUBDIR+= libgabe
SUBDIR+= libgcrypt
SUBDIR+= libgfshare
diff --git a/security/fwbuilder/DESCR b/security/fwbuilder/DESCR
deleted file mode 100644
index d6bb6957b64..00000000000
--- a/security/fwbuilder/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-Firewall Builder is a multi-platform firewall configuration and
-management tool. It consists of a GUI and a set of policy compilers for
-various firewall platforms. Firewall Builder uses an object-oriented
-approach, it helps administrators maintain a database of network
-objects and allows policy editing using simple drag-and-drop
-operations. Firewall Builder currently supports
-
- iptables,
- IP Filter,
- ipfw,
- OpenBSD PF, and
- Cisco PIX
-
-fwbuilder provides the GUI frontend and the policy compilers.
diff --git a/security/fwbuilder/Makefile b/security/fwbuilder/Makefile
deleted file mode 100644
index 05aff0f385c..00000000000
--- a/security/fwbuilder/Makefile
+++ /dev/null
@@ -1,51 +0,0 @@
-# $NetBSD: Makefile,v 1.55 2022/04/18 19:11:59 adam Exp $
-
-DISTNAME= fwbuilder-5.1.0.3599
-PKGREVISION= 12
-CATEGORIES= security net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.fwbuilder.org/
-COMMENT= Firewall Builder GUI
-LICENSE= gnu-gpl-v2
-
-CONFLICTS= fwbuilder-[0-9]*
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_TOOLS+= aclocal autoconf automake gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-distcc
-#UNLIMIT_RESOURCES+= datasize
-
-INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
-
-.include "../../mk/compiler.mk"
-
-.if !empty(PKGSRC_COMPILER:Mclang)
-SUBST_CLASSES+= fix-endl
-SUBST_STAGE.fix-endl= pre-configure
-SUBST_MESSAGE.fix-endl= Fixing QTextStream endl for Clang.
-SUBST_FILES.fix-endl= src/iptlib/CompilerDriver_ipt_run.cpp
-SUBST_FILES.fix-endl+= src/cisco_lib/CompilerDriver_iosacl_run.cpp
-SUBST_FILES.fix-endl+= src/cisco_lib/CompilerDriver_pix_run.cpp
-SUBST_FILES.fix-endl+= src/cisco_lib/CompilerDriver_procurve_acl_run.cpp
-SUBST_SED.fix-endl= -e '/script <<.*endl/s/endl/"\n"/g'
-.endif
-
-pre-configure:
- cd ${WRKSRC} && libtoolize -c -f -i && aclocal && autoconf
-
-.include "../../mk/resolv.buildlink3.mk"
-.include "../../net/net-snmp/buildlink3.mk"
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../devel/cppunit/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../security/libfwbuilder/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../sysutils/desktop-file-utils/desktopdb.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/fwbuilder/PLIST b/security/fwbuilder/PLIST
deleted file mode 100644
index ca72c7bebd7..00000000000
--- a/security/fwbuilder/PLIST
+++ /dev/null
@@ -1,353 +0,0 @@
-@comment $NetBSD: PLIST,v 1.8 2015/03/29 15:28:43 rodent Exp $
-bin/fwb_iosacl
-bin/fwb_ipf
-bin/fwb_ipfw
-bin/fwb_ipt
-bin/fwb_pf
-bin/fwb_pix
-bin/fwb_procurve_acl
-bin/fwbedit
-bin/fwbuilder
-man/man1/fwb_iosacl.1
-man/man1/fwb_ipf.1
-man/man1/fwb_ipfw.1
-man/man1/fwb_ipt.1
-man/man1/fwb_pf.1
-man/man1/fwb_pix.1
-man/man1/fwbedit.1
-man/man1/fwbuilder.1
-share/applications/fwbuilder.desktop
-share/doc/${PKGNAME}/AUTHORS
-share/doc/${PKGNAME}/COPYING
-share/doc/${PKGNAME}/ChangeLog
-share/doc/${PKGNAME}/Credits
-share/doc/${PKGNAME}/FWBuilder-Routing-LICENSE.txt
-share/doc/${PKGNAME}/PatchAcceptancePolicy.txt
-share/doc/${PKGNAME}/README.floppyfw
-share/doc/${PKGNAME}/README.iosacl
-share/doc/${PKGNAME}/README.ipf
-share/doc/${PKGNAME}/README.ipfw
-share/doc/${PKGNAME}/README.ipt
-share/doc/${PKGNAME}/README.pf
-share/doc/${PKGNAME}/README.pix
-share/doc/${PKGNAME}/README.pix_routing
-share/doc/${PKGNAME}/README.policy_import
-share/doc/${PKGNAME}/README.routing
-share/${PKGNAME}/configlets/bsd/bridge_interface
-share/${PKGNAME}/configlets/bsd/bridge_port
-share/${PKGNAME}/configlets/bsd/carp_interface
-share/${PKGNAME}/configlets/bsd/ifconfig_interface
-share/${PKGNAME}/configlets/bsd/kernel_vars
-share/${PKGNAME}/configlets/bsd/pfsync_interface
-share/${PKGNAME}/configlets/bsd/shell_functions
-share/${PKGNAME}/configlets/bsd/tools
-share/${PKGNAME}/configlets/bsd/update_addresses
-share/${PKGNAME}/configlets/bsd/update_bridge
-share/${PKGNAME}/configlets/bsd/update_carp
-share/${PKGNAME}/configlets/bsd/update_pfsync
-share/${PKGNAME}/configlets/bsd/update_vlans
-share/${PKGNAME}/configlets/dd-wrt-jffs/check_utilities
-share/${PKGNAME}/configlets/dd-wrt-jffs/installer_commands_reg_user
-share/${PKGNAME}/configlets/dd-wrt-jffs/installer_commands_root
-share/${PKGNAME}/configlets/dd-wrt-jffs/routing_functions
-share/${PKGNAME}/configlets/dd-wrt-jffs/script_skeleton
-share/${PKGNAME}/configlets/dd-wrt-jffs/top_comment
-share/${PKGNAME}/configlets/dd-wrt-nvram/check_utilities
-share/${PKGNAME}/configlets/dd-wrt-nvram/installer_commands_reg_user
-share/${PKGNAME}/configlets/dd-wrt-nvram/installer_commands_root
-share/${PKGNAME}/configlets/dd-wrt-nvram/routing_functions
-share/${PKGNAME}/configlets/dd-wrt-nvram/script_skeleton
-share/${PKGNAME}/configlets/dd-wrt-nvram/top_comment
-share/${PKGNAME}/configlets/freebsd/carp_interface
-share/${PKGNAME}/configlets/freebsd/ifconfig_interface
-share/${PKGNAME}/configlets/freebsd/installer_commands_reg_user
-share/${PKGNAME}/configlets/freebsd/installer_commands_root
-share/${PKGNAME}/configlets/freebsd/kernel_vars
-share/${PKGNAME}/configlets/freebsd/rc_conf_bridge_port
-share/${PKGNAME}/configlets/freebsd/rc_conf_carp_interface
-share/${PKGNAME}/configlets/freebsd/rc_conf_ifconfig_interface
-share/${PKGNAME}/configlets/freebsd/rc_conf_kernel_vars
-share/${PKGNAME}/configlets/freebsd/rc_conf_pfsync_interface
-share/${PKGNAME}/configlets/freebsd/routing_functions
-share/${PKGNAME}/configlets/freebsd/tools
-share/${PKGNAME}/configlets/fwsm_os/failover_commands_2
-share/${PKGNAME}/configlets/fwsm_os/failover_commands_3_2
-share/${PKGNAME}/configlets/fwsm_os/failover_interface_2
-share/${PKGNAME}/configlets/fwsm_os/failover_interface_3_2
-share/${PKGNAME}/configlets/fwsm_os/installer_commands_post_config
-share/${PKGNAME}/configlets/fwsm_os/installer_commands_pre_config
-share/${PKGNAME}/configlets/fwsm_os/installer_commands_reg_user
-share/${PKGNAME}/configlets/fwsm_os/ntp
-share/${PKGNAME}/configlets/fwsm_os/regular_interface_2
-share/${PKGNAME}/configlets/fwsm_os/regular_interface_3_2
-share/${PKGNAME}/configlets/fwsm_os/snmp
-share/${PKGNAME}/configlets/fwsm_os/ssh
-share/${PKGNAME}/configlets/fwsm_os/vlan_parent_interface_2
-share/${PKGNAME}/configlets/fwsm_os/vlan_parent_interface_3_2
-share/${PKGNAME}/configlets/fwsm_os/vlan_subinterface_2
-share/${PKGNAME}/configlets/fwsm_os/vlan_subinterface_3_2
-share/${PKGNAME}/configlets/ios/installer_commands_post_config
-share/${PKGNAME}/configlets/ios/installer_commands_pre_config
-share/${PKGNAME}/configlets/ios/installer_commands_reg_user
-share/${PKGNAME}/configlets/ios/safety_net_acl
-share/${PKGNAME}/configlets/ios/script_skeleton
-share/${PKGNAME}/configlets/ios/top_comment
-share/${PKGNAME}/configlets/ipcop/automatic_rules
-share/${PKGNAME}/configlets/ipcop/installer_commands_reg_user
-share/${PKGNAME}/configlets/ipcop/installer_commands_root
-share/${PKGNAME}/configlets/ipcop/kernel_vars
-share/${PKGNAME}/configlets/ipcop/script_skeleton
-share/${PKGNAME}/configlets/ipcop/shell_functions
-share/${PKGNAME}/configlets/ipcop/update_addresses
-share/${PKGNAME}/configlets/ipcop/update_bonding
-share/${PKGNAME}/configlets/ipcop/update_bridge
-share/${PKGNAME}/configlets/ipcop/update_vlans
-share/${PKGNAME}/configlets/ipf/activation
-share/${PKGNAME}/configlets/ipf/script_skeleton
-share/${PKGNAME}/configlets/ipf/top_comment
-share/${PKGNAME}/configlets/ipfw/script_skeleton
-share/${PKGNAME}/configlets/ipfw/top_comment
-share/${PKGNAME}/configlets/linux24/automatic_rules
-share/${PKGNAME}/configlets/linux24/block_action
-share/${PKGNAME}/configlets/linux24/check_utilities
-share/${PKGNAME}/configlets/linux24/configure_interfaces
-share/${PKGNAME}/configlets/linux24/conntrack
-share/${PKGNAME}/configlets/linux24/constants
-share/${PKGNAME}/configlets/linux24/installer_commands_reg_user
-share/${PKGNAME}/configlets/linux24/installer_commands_root
-share/${PKGNAME}/configlets/linux24/ip_forwarding
-share/${PKGNAME}/configlets/linux24/kernel_vars
-share/${PKGNAME}/configlets/linux24/load_modules
-share/${PKGNAME}/configlets/linux24/prolog_epilog_functions
-share/${PKGNAME}/configlets/linux24/reset_iptables
-share/${PKGNAME}/configlets/linux24/routing_functions
-share/${PKGNAME}/configlets/linux24/run_time_address_tables
-share/${PKGNAME}/configlets/linux24/run_time_wrappers
-share/${PKGNAME}/configlets/linux24/script_body_iptables_restore
-share/${PKGNAME}/configlets/linux24/script_body_iptables_shell
-share/${PKGNAME}/configlets/linux24/script_body_single_rule
-share/${PKGNAME}/configlets/linux24/script_skeleton
-share/${PKGNAME}/configlets/linux24/shell_functions
-share/${PKGNAME}/configlets/linux24/status_action
-share/${PKGNAME}/configlets/linux24/stop_action
-share/${PKGNAME}/configlets/linux24/top_comment
-share/${PKGNAME}/configlets/linux24/update_addresses
-share/${PKGNAME}/configlets/linux24/update_bonding
-share/${PKGNAME}/configlets/linux24/update_bridge
-share/${PKGNAME}/configlets/linux24/update_vlans
-share/${PKGNAME}/configlets/linux24/verify_interfaces
-share/${PKGNAME}/configlets/macosx/installer_commands_reg_user
-share/${PKGNAME}/configlets/macosx/installer_commands_root
-share/${PKGNAME}/configlets/macosx/kernel_vars
-share/${PKGNAME}/configlets/macosx/tools
-share/${PKGNAME}/configlets/openbsd/installer_commands_reg_user
-share/${PKGNAME}/configlets/openbsd/installer_commands_root
-share/${PKGNAME}/configlets/openbsd/kernel_vars
-share/${PKGNAME}/configlets/openbsd/routing_functions
-share/${PKGNAME}/configlets/openbsd/tools
-share/${PKGNAME}/configlets/openwrt/check_utilities
-share/${PKGNAME}/configlets/openwrt/installer_commands_reg_user
-share/${PKGNAME}/configlets/openwrt/installer_commands_root
-share/${PKGNAME}/configlets/openwrt/load_modules
-share/${PKGNAME}/configlets/openwrt/script_skeleton
-share/${PKGNAME}/configlets/openwrt/top_comment
-share/${PKGNAME}/configlets/pf/activation
-share/${PKGNAME}/configlets/pf/rc_conf_activation
-share/${PKGNAME}/configlets/pf/rc_conf_skeleton
-share/${PKGNAME}/configlets/pf/rc_conf_top_comment
-share/${PKGNAME}/configlets/pf/script_skeleton
-share/${PKGNAME}/configlets/pf/top_comment
-share/${PKGNAME}/configlets/pix_os/failover_commands_6
-share/${PKGNAME}/configlets/pix_os/failover_commands_7
-share/${PKGNAME}/configlets/pix_os/failover_interface_6
-share/${PKGNAME}/configlets/pix_os/failover_interface_7
-share/${PKGNAME}/configlets/pix_os/installer_commands_post_config
-share/${PKGNAME}/configlets/pix_os/installer_commands_pre_config
-share/${PKGNAME}/configlets/pix_os/installer_commands_reg_user
-share/${PKGNAME}/configlets/pix_os/ntp
-share/${PKGNAME}/configlets/pix_os/regular_interface_6
-share/${PKGNAME}/configlets/pix_os/regular_interface_7
-share/${PKGNAME}/configlets/pix_os/script_skeleton
-share/${PKGNAME}/configlets/pix_os/snmp
-share/${PKGNAME}/configlets/pix_os/ssh
-share/${PKGNAME}/configlets/pix_os/top_comment
-share/${PKGNAME}/configlets/pix_os/vlan_parent_interface_6
-share/${PKGNAME}/configlets/pix_os/vlan_parent_interface_7
-share/${PKGNAME}/configlets/pix_os/vlan_subinterface_6
-share/${PKGNAME}/configlets/pix_os/vlan_subinterface_7
-share/${PKGNAME}/configlets/procurve/installer_commands_post_config
-share/${PKGNAME}/configlets/procurve/installer_commands_pre_config
-share/${PKGNAME}/configlets/procurve/installer_commands_reg_user
-share/${PKGNAME}/configlets/procurve/safety_net_acl
-share/${PKGNAME}/configlets/procurve/script_skeleton
-share/${PKGNAME}/configlets/procurve/top_comment
-share/${PKGNAME}/configlets/secuwall/installer_commands_reg_user
-share/${PKGNAME}/configlets/secuwall/installer_commands_root
-share/${PKGNAME}/configlets/secuwall/management_rules
-share/${PKGNAME}/configlets/secuwall/script_skeleton
-share/${PKGNAME}/configlets/solaris/installer_commands_reg_user
-share/${PKGNAME}/configlets/solaris/installer_commands_root
-share/${PKGNAME}/configlets/solaris/kernel_vars
-share/${PKGNAME}/configlets/solaris/tools
-share/${PKGNAME}/configlets/sveasoft/installer_commands_reg_user
-share/${PKGNAME}/configlets/sveasoft/installer_commands_root
-share/${PKGNAME}/configlets/sveasoft/script_skeleton
-share/${PKGNAME}/configlets/sveasoft/shell_functions
-share/${PKGNAME}/configlets/sveasoft/top_comment
-share/${PKGNAME}/fwbuilder.dtd
-share/${PKGNAME}/help/en_US/cluster_interfaces.png
-share/${PKGNAME}/help/en_US/create_and_add_to_group.png
-share/${PKGNAME}/help/en_US/ipcopAdvancedDialog.html
-share/${PKGNAME}/help/en_US/ipcoposAdvancedDialog.html
-share/${PKGNAME}/help/en_US/ipfw_Classify.html
-share/${PKGNAME}/help/en_US/iptAdvancedDialog.html
-share/${PKGNAME}/help/en_US/iptables_Branch.html
-share/${PKGNAME}/help/en_US/iptables_Classify.html
-share/${PKGNAME}/help/en_US/iptables_Route.html
-share/${PKGNAME}/help/en_US/iptables_Tag.html
-share/${PKGNAME}/help/en_US/iptables_rule_options.html
-share/${PKGNAME}/help/en_US/linux24AdvancedDialog.html
-share/${PKGNAME}/help/en_US/main.html
-share/${PKGNAME}/help/en_US/new_bridge_interfaces.png
-share/${PKGNAME}/help/en_US/pfAdvancedDialog.html
-share/${PKGNAME}/help/en_US/pf_Branch.html
-share/${PKGNAME}/help/en_US/pf_Classify.html
-share/${PKGNAME}/help/en_US/pf_Route.html
-share/${PKGNAME}/help/en_US/pf_Tag.html
-share/${PKGNAME}/help/en_US/pf_rule_options.html
-share/${PKGNAME}/help/en_US/pix-failover-group-1.png
-share/${PKGNAME}/help/en_US/pix-failover-groups-mapping.png
-share/${PKGNAME}/help/en_US/pix-statesync-group-1.png
-share/${PKGNAME}/help/en_US/pix-statesync-group-mapping.png
-share/${PKGNAME}/help/en_US/release_notes_4.0.0.html
-share/${PKGNAME}/help/en_US/release_notes_4.0.1.html
-share/${PKGNAME}/help/en_US/release_notes_4.1.0.html
-share/${PKGNAME}/help/en_US/release_notes_4.1.1.html
-share/${PKGNAME}/help/en_US/release_notes_4.1.2.html
-share/${PKGNAME}/help/en_US/release_notes_4.1.3.html
-share/${PKGNAME}/help/en_US/release_notes_4.2.0.html
-share/${PKGNAME}/help/en_US/release_notes_4.2.1.html
-share/${PKGNAME}/help/en_US/release_notes_4.2.2.html
-share/${PKGNAME}/help/en_US/release_notes_5.0.0.html
-share/${PKGNAME}/help/en_US/release_notes_5.0.1.html
-share/${PKGNAME}/help/en_US/release_notes_5.1.0.html
-share/${PKGNAME}/help/en_US/state_sync_configuration.png
-share/${PKGNAME}/help/en_US/tip01.html
-share/${PKGNAME}/help/en_US/tip02.html
-share/${PKGNAME}/help/en_US/tip03.html
-share/${PKGNAME}/help/en_US/tip04.html
-share/${PKGNAME}/help/en_US/tip05.html
-share/${PKGNAME}/help/en_US/tip06.html
-share/${PKGNAME}/help/en_US/tip07.html
-share/${PKGNAME}/help/en_US/tip08.html
-share/${PKGNAME}/help/en_US/tip09.html
-share/${PKGNAME}/help/en_US/tip10.html
-share/${PKGNAME}/help/en_US/vlan_interfaces.png
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.0.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.1.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.10.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.11.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.12.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.13.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.14.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.2.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.3.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.4.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.5.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.6.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.7.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.8.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.10.9.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.9.0.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.9.1.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.9.2.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.9.3.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.9.4.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_0.9.5.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_1.0.0.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_1.0.1.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_1.0.2.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_10.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_11.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_12.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_13.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_14.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_15.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_16.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_17.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_18.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_19.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.0.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.1.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.10.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.11.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.12.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.2.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.3.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.4.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.5.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.6.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.7.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.8.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.9.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.0.99.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.0.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.1.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.10.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.11.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.12.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.13.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.14.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.15.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.16.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.17.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.18.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.19.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.2.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.3.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.4.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.5.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.6.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.7.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.8.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.9.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_2.1.99.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_20.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_21.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_3.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_4.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_5.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_6.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_7.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_8.xslt
-share/${PKGNAME}/migration/FWObjectDatabase_9.xslt
-share/${PKGNAME}/objects_init.xml
-share/${PKGNAME}/os/dd-wrt-jffs.xml
-share/${PKGNAME}/os/dd-wrt-nvram.xml
-share/${PKGNAME}/os/endian.xml
-share/${PKGNAME}/os/freebsd.xml
-share/${PKGNAME}/os/fwsm_os.xml
-share/${PKGNAME}/os/ios.xml
-share/${PKGNAME}/os/ipcop.xml
-share/${PKGNAME}/os/linux24.xml
-share/${PKGNAME}/os/macosx.xml
-share/${PKGNAME}/os/oneshield.xml
-share/${PKGNAME}/os/openbsd.xml
-share/${PKGNAME}/os/openwrt.xml
-share/${PKGNAME}/os/pix_os.xml
-share/${PKGNAME}/os/procurve.xml
-share/${PKGNAME}/os/secuwall.xml
-share/${PKGNAME}/os/solaris.xml
-share/${PKGNAME}/os/sveasoft.xml
-share/${PKGNAME}/os/unknown_os.xml
-share/${PKGNAME}/platform/fwsm.xml
-share/${PKGNAME}/platform/iosacl.xml
-share/${PKGNAME}/platform/ipf.xml
-share/${PKGNAME}/platform/ipfw.xml
-share/${PKGNAME}/platform/iptables.xml
-share/${PKGNAME}/platform/pf.xml
-share/${PKGNAME}/platform/pix.xml
-share/${PKGNAME}/platform/procurve_acl.xml
-share/${PKGNAME}/platform/unknown.xml
-share/${PKGNAME}/resources.xml
-share/${PKGNAME}/templates.xml
diff --git a/security/fwbuilder/distinfo b/security/fwbuilder/distinfo
deleted file mode 100644
index 7ca8e809312..00000000000
--- a/security/fwbuilder/distinfo
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:17:05 nia Exp $
-
-BLAKE2s (fwbuilder-5.1.0.3599.tar.gz) = d73c8a982c356ebe224d5b9d666044d67cf5713d875fd9af305eb0c4fb0107fa
-SHA512 (fwbuilder-5.1.0.3599.tar.gz) = 3a0d726736ad841a070a26b101fe4a5388a082e99146554fc60af53c10b1f01ccdd1206046502d355afdb0819ea28f7b309f6ae62b087b3de5da75d8dd56b62c
-Size (fwbuilder-5.1.0.3599.tar.gz) = 7182573 bytes
-SHA1 (patch-aa) = 92a8962a12882507d4b8eb3e536899c3638b9cd9
-SHA1 (patch-ab) = e1d7c25ffdcd5e6b89b5b9339fb8a3ac26515b54
-SHA1 (patch-ac) = bf432946fa9e69e2ea7ef1ddce1af95baa678c43
-SHA1 (patch-ad) = 33189f54678ac147be99bf4d126afde38665b13e
-SHA1 (patch-ae) = d0a20d6592c54065d26c1008e6b40e1e4d7fcdc7
-SHA1 (patch-configure.in) = b8c65d446b5761f835ea3275476c395f8426d6d7
-SHA1 (patch-src_gui_main.cpp) = 36b869852d9ed25aa1124f79ff926fe060558c08
-SHA1 (patch-src_libfwbuilder_qmake.inc.in) = 43043c98224da7c3050b1a1d9b7a01a7950a5c30
-SHA1 (patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp) = bd56835ae173bad81d239f6030076080c330d6e1
-SHA1 (patch-src_libfwbuilder_src_fwbuilder_uint128.h) = e978e3892ff84442f8384871ac8e784cb7ee079b
-SHA1 (patch-src_libgui_startup__tip__url.h) = d20d06a16e674f7b638109a8614d60e7c3eb0150
diff --git a/security/fwbuilder/patches/patch-aa b/security/fwbuilder/patches/patch-aa
deleted file mode 100644
index 0fd639cc499..00000000000
--- a/security/fwbuilder/patches/patch-aa
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2015/03/29 15:28:43 rodent Exp $
-
-Fix build on Darwin.
-
---- src/common/init.cpp.orig 2012-03-23 06:10:54.000000000 +0000
-+++ src/common/init.cpp
-@@ -26,7 +26,7 @@ std::string ee;
- QString user_name;
-
-
--#if defined(Q_OS_WIN32) || defined(Q_OS_MACX)
-+#if defined(Q_OS_WIN32)
- extern void init_win();
- void init(char * const*)
- {
diff --git a/security/fwbuilder/patches/patch-ab b/security/fwbuilder/patches/patch-ab
deleted file mode 100644
index cc31fbf9fb6..00000000000
--- a/security/fwbuilder/patches/patch-ab
+++ /dev/null
@@ -1,37 +0,0 @@
-$NetBSD: patch-ab,v 1.4 2015/03/29 15:28:43 rodent Exp $
-
-Don't build with debugging symbols by default nor hardcode compiler flags.
-
---- qmake.inc.in.orig 2012-03-23 06:10:54.000000000 +0000
-+++ qmake.inc.in
-@@ -17,7 +17,7 @@ CPPUNIT_LIBS = @CPPUNIT_LIBS@
-
- # CONFIG -= nostrip
- # CONFIG += release
--CONFIG += debug
-+#CONFIG += debug
-
- unix {
- PREFIX = @PREFIX@
-@@ -36,11 +36,10 @@ unix {
- OBJECTS_DIR = .obj
-
- QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter
-- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
-+ QMAKE_CFLAGS_RELEASE += @CXXFLAGS@
- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter
-- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter
-+ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@
-
-- !macx {
-
- exec_prefix = @EXEC_PREFIX@
- DESTDIR =
-@@ -68,7 +67,6 @@ unix {
- CONFIG += warn_on
-
- # DEFINES += __STDC_FORMAT_MACROS
-- }
- }
-
- win32 {
diff --git a/security/fwbuilder/patches/patch-ac b/security/fwbuilder/patches/patch-ac
deleted file mode 100644
index 8aa60fd6ff9..00000000000
--- a/security/fwbuilder/patches/patch-ac
+++ /dev/null
@@ -1,30 +0,0 @@
-$NetBSD: patch-ac,v 1.6 2015/03/29 15:28:43 rodent Exp $
-
-Fix build on Darwin.
-
---- src/res/res.pro.orig 2012-03-23 06:10:54.000000000 +0000
-+++ src/res/res.pro
-@@ -17,6 +17,7 @@ win32 {
- QMAKE_RUN_CC = @echo > /dev/null
- QMAKE_RUN_CXX = @echo > /dev/null
- QMAKE_LINK = @echo > /dev/null
-+ QMAKE_LIBTOOL = @echo > /dev/null
- }
-
- TARGET = res
-@@ -40,7 +41,6 @@ INSTALLS += res_help_en_US
- INSTALLS += res_configlets
-
- unix {
--!macx {
- res_desktop.files = fwbuilder.desktop
- INSTALLS += res_desktop
-
-@@ -78,7 +78,6 @@ unix {
- INSTALLS += app_icon_512x512
- }
- }
--}
-
-
-
diff --git a/security/fwbuilder/patches/patch-ad b/security/fwbuilder/patches/patch-ad
deleted file mode 100644
index 54e3ed2728d..00000000000
--- a/security/fwbuilder/patches/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ad,v 1.6 2015/03/29 15:28:43 rodent Exp $
-
-Use libtool.
-
---- src/tools/tools.pro.orig 2012-03-23 06:10:54.000000000 +0000
-+++ src/tools/tools.pro
-@@ -13,6 +13,7 @@ unix {
- QMAKE_RUN_CC = @true
- QMAKE_RUN_CXX = @true
- QMAKE_LINK = @true
-+ QMAKE_LIBTOOL = @true
- }
-
- macx {
diff --git a/security/fwbuilder/patches/patch-ae b/security/fwbuilder/patches/patch-ae
deleted file mode 100644
index 0b0e0bf056e..00000000000
--- a/security/fwbuilder/patches/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ae,v 1.5 2015/03/29 15:28:43 rodent Exp $
-
-Use libtool.
-
---- doc/doc.pro.orig 2012-03-23 06:10:54.000000000 +0000
-+++ doc/doc.pro
-@@ -17,6 +17,7 @@ win32 {
- QMAKE_RUN_CC = @echo > /dev/null
- QMAKE_RUN_CXX = @echo > /dev/null
- QMAKE_LINK = @echo > /dev/null
-+ QMAKE_LIBTOOL = @echo > /dev/null
- }
-
- TARGET = doc
diff --git a/security/fwbuilder/patches/patch-configure.in b/security/fwbuilder/patches/patch-configure.in
deleted file mode 100644
index 2965ab77476..00000000000
--- a/security/fwbuilder/patches/patch-configure.in
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-configure.in,v 1.3 2016/04/21 10:44:41 jperkin Exp $
-
-Fix MANDIR and DEFAULT_RES_DIR.
-
---- configure.in.orig 2012-03-23 06:10:54.000000000 +0000
-+++ configure.in
-@@ -492,7 +492,7 @@ case ${host} in
- OS_MACOSX=1
- MANDIR="${PREFIX}/share/man/"
- AC_MSG_RESULT(MacOSX)
-- DEFAULT_RES_DIR="../Resources"
-+ DEFAULT_RES_DIR="${PREFIX}/share/fwbuilder-${VERSION}"
- ;;
-
- *-*-solaris*)
-@@ -567,6 +567,7 @@ case ${host} in
- DEFAULT_RES_DIR="${PREFIX}/share/fwbuilder-${VERSION}"
- ;;
- esac
-+MANDIR="$mandir"
-
- if test "x$with_templatedir" != "x"; then
- RES_DIR="${with_templatedir}"
diff --git a/security/fwbuilder/patches/patch-src_gui_main.cpp b/security/fwbuilder/patches/patch-src_gui_main.cpp
deleted file mode 100644
index 7b1d41d43dc..00000000000
--- a/security/fwbuilder/patches/patch-src_gui_main.cpp
+++ /dev/null
@@ -1,26 +0,0 @@
-$NetBSD: patch-src_gui_main.cpp,v 1.2 2015/03/29 15:28:43 rodent Exp $
-
-Fix buildling on Mac OS X.
-
---- src/gui/main.cpp.orig 2012-03-23 06:10:54.000000000 +0000
-+++ src/gui/main.cpp
-@@ -72,9 +72,6 @@
- #include "fwbuilder/Constants.h"
-
-
--#if defined(Q_WS_MAC)
--extern void connectOdocHandler();
--#endif
-
- #ifndef INIT2
- #define INIT2
-@@ -257,9 +254,6 @@ int main( int argc, char *argv[] )
- // connecting to right slot
- app->connect(app, SIGNAL(lastWindowClosed()), app, SLOT(quit()));
-
--#if defined(Q_WS_MAC)
-- connectOdocHandler();
--#endif
-
- // setup single shot timer to call startupLoad()
- QTimer::singleShot(500, mw, SLOT(startupLoad()));
diff --git a/security/fwbuilder/patches/patch-src_libfwbuilder_qmake.inc.in b/security/fwbuilder/patches/patch-src_libfwbuilder_qmake.inc.in
deleted file mode 100644
index 28559f557de..00000000000
--- a/security/fwbuilder/patches/patch-src_libfwbuilder_qmake.inc.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_libfwbuilder_qmake.inc.in,v 1.1 2015/03/29 15:28:43 rodent Exp $
-
-LIBDIR does not expand.
-
---- src/libfwbuilder/qmake.inc.in.orig 2012-03-23 06:10:54.000000000 +0000
-+++ src/libfwbuilder/qmake.inc.in
-@@ -43,7 +43,7 @@ unix {
- exec_prefix = @EXEC_PREFIX@
- DESTDIR =
-
-- target.path = @LIBDIR@
-+ target.path = @libdir@
- dtd.path = @RES_DIR@/
- migration.path = @RES_DIR@/migration
- doc.path = @DOCDIR@
diff --git a/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp b/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp
deleted file mode 100644
index 398dcdf160e..00000000000
--- a/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_libfwbuilder_src_fwbuilder_AddressRange.cpp,v 1.1 2017/06/17 19:52:13 joerg Exp $
-
-Adding integer to a char[] string doesn't do the right thing.
-
---- src/libfwbuilder/src/fwbuilder/AddressRange.cpp.orig 2017-06-10 17:41:07.168361613 +0000
-+++ src/libfwbuilder/src/fwbuilder/AddressRange.cpp
-@@ -79,7 +79,7 @@ FWObject& AddressRange::shallowDuplicate
- const AddressRange *n = dynamic_cast<const AddressRange *>(o);
- if (n==NULL)
- throw(FWException(
--"Attempt to copy incompatible object to AddressRange: objectID="+o->getId()));
-+"Attempt to copy incompatible object to AddressRange: objectID="+std::to_string(o->getId())));
-
- start_address = n->getRangeStart();
- end_address = n->getRangeEnd();
diff --git a/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_uint128.h b/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_uint128.h
deleted file mode 100644
index 937065e0efa..00000000000
--- a/security/fwbuilder/patches/patch-src_libfwbuilder_src_fwbuilder_uint128.h
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-src_libfwbuilder_src_fwbuilder_uint128.h,v 1.1 2017/06/17 19:52:13 joerg Exp $
-
-Avoid User Defined Literals. Drop effectively redundant casts that
-actually introduce warnings.
-
---- src/libfwbuilder/src/fwbuilder/uint128.h.orig 2017-06-10 17:34:20.490231501 +0000
-+++ src/libfwbuilder/src/fwbuilder/uint128.h
-@@ -466,9 +466,9 @@ public:
- {
- char buf[33];
- if (hi)
-- sprintf(buf, "%"PRIX64"%08"PRIX64, (unsigned long long)hi,(unsigned long long)lo);
-+ sprintf(buf, "%" PRIX64"%08" PRIX64, hi, lo);
- else
-- sprintf(buf,"%"PRIX64,(unsigned long long)lo);
-+ sprintf(buf,"%" PRIX64, lo);
- return buf;
- }
-
diff --git a/security/fwbuilder/patches/patch-src_libgui_startup__tip__url.h b/security/fwbuilder/patches/patch-src_libgui_startup__tip__url.h
deleted file mode 100644
index 5ea38a098b3..00000000000
--- a/security/fwbuilder/patches/patch-src_libgui_startup__tip__url.h
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_libgui_startup__tip__url.h,v 1.1 2017/06/17 19:52:13 joerg Exp $
-
-Avoid User Defined Literals.
-
---- src/libgui/startup_tip_url.h.orig 2017-06-10 17:39:29.007229821 +0000
-+++ src/libgui/startup_tip_url.h
-@@ -29,7 +29,7 @@
-
- #include "../../VERSION.h"
-
--#define STARTUP_TIP_URL "http://update.fwbuilder.org/tips/gettip.cgi?v="VERSION
-+#define STARTUP_TIP_URL "http://update.fwbuilder.org/tips/gettip.cgi?v=" VERSION
-
- #endif
-
diff --git a/security/libfwbuilder/DESCR b/security/libfwbuilder/DESCR
deleted file mode 100644
index 89cb9f5b265..00000000000
--- a/security/libfwbuilder/DESCR
+++ /dev/null
@@ -1,14 +0,0 @@
-Firewall Builder is a multi-platform firewall configuration and
-management tool. It consists of a GUI and a set of policy compilers for
-various firewall platforms. Firewall Builder uses an object-oriented
-approach, it helps administrators maintain a database of network
-objects and allows policy editing using simple drag-and-drop
-operations. Firewall Builder currently supports
-
- iptables,
- IP Filter,
- ipfw,
- OpenBSD PF, and
- Cisco PIX
-
-libfwbuilder provides the back-end functionality in a library.
diff --git a/security/libfwbuilder/Makefile b/security/libfwbuilder/Makefile
deleted file mode 100644
index b2e5a2f6bd6..00000000000
--- a/security/libfwbuilder/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.60 2022/04/18 19:10:05 adam Exp $
-
-DISTNAME= libfwbuilder-4.1.3
-PKGREVISION= 29
-CATEGORIES= security net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fwbuilder/}
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= http://www.fwbuilder.org/
-COMMENT= Firewall Builder API
-LICENSE= gnu-gpl-v2
-
-USE_LANGUAGES= c c++
-USE_LIBTOOL= yes
-USE_TOOLS+= aclocal autoconf automake gmake
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --without-distcc
-
-INSTALL_MAKE_FLAGS+= INSTALL_ROOT=${DESTDIR}
-
-pre-configure:
- cd ${WRKSRC} && libtoolize -c -f -i && aclocal && autoconf
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../net/net-snmp/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.include "../../x11/qt4-tools/buildlink3.mk"
-.include "../../mk/pthread.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/security/libfwbuilder/PLIST b/security/libfwbuilder/PLIST
deleted file mode 100644
index 509866fa2a3..00000000000
--- a/security/libfwbuilder/PLIST
+++ /dev/null
@@ -1,166 +0,0 @@
-@comment $NetBSD: PLIST,v 1.12 2011/04/12 13:41:17 adam Exp $
-bin/libfwbuilder-config-4
-include/fwb-4/fwbuilder/Address.h
-include/fwb-4/fwbuilder/AddressRange.h
-include/fwb-4/fwbuilder/AddressTable.h
-include/fwb-4/fwbuilder/BackgroundOp.h
-include/fwb-4/fwbuilder/Cluster.h
-include/fwb-4/fwbuilder/ClusterGroup.h
-include/fwb-4/fwbuilder/Constants.h
-include/fwb-4/fwbuilder/CustomService.h
-include/fwb-4/fwbuilder/DNSName.h
-include/fwb-4/fwbuilder/Dispatch.h
-include/fwb-4/fwbuilder/FWException.h
-include/fwb-4/fwbuilder/FWIntervalReference.h
-include/fwb-4/fwbuilder/FWObject.h
-include/fwb-4/fwbuilder/FWObjectDatabase.h
-include/fwb-4/fwbuilder/FWObjectReference.h
-include/fwb-4/fwbuilder/FWOptions.h
-include/fwb-4/fwbuilder/FWReference.h
-include/fwb-4/fwbuilder/FWServiceReference.h
-include/fwb-4/fwbuilder/FailoverClusterGroup.h
-include/fwb-4/fwbuilder/Firewall.h
-include/fwb-4/fwbuilder/Group.h
-include/fwb-4/fwbuilder/Host.h
-include/fwb-4/fwbuilder/HostsFile.h
-include/fwb-4/fwbuilder/ICMP6Service.h
-include/fwb-4/fwbuilder/ICMPService.h
-include/fwb-4/fwbuilder/IPRoute.h
-include/fwb-4/fwbuilder/IPService.h
-include/fwb-4/fwbuilder/IPv4.h
-include/fwb-4/fwbuilder/IPv6.h
-include/fwb-4/fwbuilder/Inet6AddrMask.h
-include/fwb-4/fwbuilder/InetAddr.h
-include/fwb-4/fwbuilder/InetAddrMask.h
-include/fwb-4/fwbuilder/Interface.h
-include/fwb-4/fwbuilder/InterfaceData.h
-include/fwb-4/fwbuilder/Interval.h
-include/fwb-4/fwbuilder/IntervalGroup.h
-include/fwb-4/fwbuilder/Library.h
-include/fwb-4/fwbuilder/Logger.h
-include/fwb-4/fwbuilder/Management.h
-include/fwb-4/fwbuilder/MultiAddress.h
-include/fwb-4/fwbuilder/NAT.h
-include/fwb-4/fwbuilder/Network.h
-include/fwb-4/fwbuilder/NetworkIPv6.h
-include/fwb-4/fwbuilder/ObjectGroup.h
-include/fwb-4/fwbuilder/ObjectMatcher.h
-include/fwb-4/fwbuilder/ObjectMirror.h
-include/fwb-4/fwbuilder/Policy.h
-include/fwb-4/fwbuilder/Pool.h
-include/fwb-4/fwbuilder/Resources.h
-include/fwb-4/fwbuilder/Routing.h
-include/fwb-4/fwbuilder/Rule.h
-include/fwb-4/fwbuilder/RuleElement.h
-include/fwb-4/fwbuilder/RuleSet.h
-include/fwb-4/fwbuilder/SecuwallMgmtFile.h
-include/fwb-4/fwbuilder/Service.h
-include/fwb-4/fwbuilder/ServiceGroup.h
-include/fwb-4/fwbuilder/StateSyncClusterGroup.h
-include/fwb-4/fwbuilder/SyncQueue.h
-include/fwb-4/fwbuilder/TCPService.h
-include/fwb-4/fwbuilder/TCPUDPService.h
-include/fwb-4/fwbuilder/TagService.h
-include/fwb-4/fwbuilder/ThreadTools.h
-include/fwb-4/fwbuilder/Tools.h
-include/fwb-4/fwbuilder/UDPService.h
-include/fwb-4/fwbuilder/UserService.h
-include/fwb-4/fwbuilder/XMLTools.h
-include/fwb-4/fwbuilder/dns.h
-include/fwb-4/fwbuilder/inet_net.h
-include/fwb-4/fwbuilder/libfwbuilder-config.h
-include/fwb-4/fwbuilder/libfwbuilder-version.h
-include/fwb-4/fwbuilder/physAddress.h
-include/fwb-4/fwbuilder/snmp.h
-include/fwb-4/fwbuilder/uint128.h
-include/fwb-4/fwcompiler/BaseCompiler.h
-include/fwb-4/fwcompiler/Compiler.h
-include/fwb-4/fwcompiler/NATCompiler.h
-include/fwb-4/fwcompiler/OSConfigurator.h
-include/fwb-4/fwcompiler/PolicyCompiler.h
-include/fwb-4/fwcompiler/Preprocessor.h
-include/fwb-4/fwcompiler/RoutingCompiler.h
-include/fwb-4/fwcompiler/RuleProcessor.h
-lib/libfwbuilder.la
-lib/libfwcompiler.la
-share/doc/libfwbuilder-${PKGVERSION}/AUTHORS
-share/doc/libfwbuilder-${PKGVERSION}/COPYING
-share/doc/libfwbuilder-${PKGVERSION}/ChangeLog
-share/doc/libfwbuilder-${PKGVERSION}/Credits
-share/doc/libfwbuilder-${PKGVERSION}/INSTALL
-share/doc/libfwbuilder-${PKGVERSION}/PatchAcceptancePolicy.txt
-share/libfwbuilder-${PKGVERSION}/fwbuilder.dtd
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.0.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.1.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.10.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.11.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.12.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.13.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.14.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.2.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.3.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.4.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.5.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.6.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.7.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.8.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.10.9.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.8.7.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.0.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.1.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.2.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.3.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.4.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_0.9.5.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_1.0.0.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_1.0.1.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_1.0.2.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_10.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_11.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_12.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_13.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_14.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_15.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_16.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.0.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.1.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.10.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.11.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.12.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.2.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.3.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.4.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.5.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.6.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.7.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.8.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.9.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.0.99.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.0.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.1.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.10.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.11.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.12.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.13.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.14.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.15.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.16.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.17.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.18.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.19.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.2.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.3.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.4.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.5.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.6.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.7.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.8.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.9.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_2.1.99.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_3.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_4.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_5.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_6.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_7.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_8.xslt
-share/libfwbuilder-${PKGVERSION}/migration/FWObjectDatabase_9.xslt
diff --git a/security/libfwbuilder/buildlink3.mk b/security/libfwbuilder/buildlink3.mk
deleted file mode 100644
index 60122bbf5f1..00000000000
--- a/security/libfwbuilder/buildlink3.mk
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.51 2022/04/18 19:10:05 adam Exp $
-
-BUILDLINK_TREE+= libfwbuilder
-
-.if !defined(LIBFWBUILDER_BUILDLINK3_MK)
-LIBFWBUILDER_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.libfwbuilder+= libfwbuilder>=4.1.3
-BUILDLINK_ABI_DEPENDS.libfwbuilder+= libfwbuilder>=4.1.3nb29
-BUILDLINK_PKGSRCDIR.libfwbuilder?= ../../security/libfwbuilder
-
-.include "../../devel/zlib/buildlink3.mk"
-.include "../../net/net-snmp/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../textproc/libxslt/buildlink3.mk"
-.include "../../x11/qt4-libs/buildlink3.mk"
-.endif # LIBFWBUILDER_BUILDLINK3_MK
-
-BUILDLINK_TREE+= -libfwbuilder
diff --git a/security/libfwbuilder/distinfo b/security/libfwbuilder/distinfo
deleted file mode 100644
index b020551ce53..00000000000
--- a/security/libfwbuilder/distinfo
+++ /dev/null
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.14 2021/10/26 11:17:13 nia Exp $
-
-BLAKE2s (libfwbuilder-4.1.3.tar.gz) = fd37fb58d8e716aab67ce58e2dbf26851889ab972f7c51a6660b94cce61eb6e9
-SHA512 (libfwbuilder-4.1.3.tar.gz) = 92cb5ad8f10e8d20e6c3122e0c9993734b55fb8ef96879530e7db836ae9bc84e9ef3fa0a5cd698b28ac7bdc88adb47703d9c00bf23bab980c6260a6756ef7e2b
-Size (libfwbuilder-4.1.3.tar.gz) = 363194 bytes
-SHA1 (patch-aa) = 9601dfd97124f2c0c6faf820e8624bdc79463658
-SHA1 (patch-ab) = 563c0fae20bb13befafde4ca49c4b0d2f76296d7
-SHA1 (patch-ac) = 7c125aa1d1f8f7017fe8b786cf3d94abf72046e2
-SHA1 (patch-ad) = 8a648a3acbd430cee69e449a983f011c9ed7e954
-SHA1 (patch-ae) = aebf66c231466b3f970152127ea1f12c4fb8be76
diff --git a/security/libfwbuilder/patches/patch-aa b/security/libfwbuilder/patches/patch-aa
deleted file mode 100644
index 947cc8461ab..00000000000
--- a/security/libfwbuilder/patches/patch-aa
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-aa,v 1.5 2011/04/12 13:41:17 adam Exp $
-
---- etc/etc.pro.orig 2011-04-11 18:36:15.000000000 +0000
-+++ etc/etc.pro
-@@ -13,6 +13,7 @@ QMAKE_RUN_CC = @echo
- QMAKE_RUN_CXX = @echo
- QMAKE_LINK = @echo
- QMAKE_LIB = @echo
-+QMAKE_LIBTOOL = @echo
-
- TARGET = etc
-
diff --git a/security/libfwbuilder/patches/patch-ab b/security/libfwbuilder/patches/patch-ab
deleted file mode 100644
index c442246b7dc..00000000000
--- a/security/libfwbuilder/patches/patch-ab
+++ /dev/null
@@ -1,34 +0,0 @@
-$NetBSD: patch-ab,v 1.5 2011/04/12 13:41:17 adam Exp $
-
---- qmake.inc.in.orig 2010-11-17 05:18:12.000000000 +0000
-+++ qmake.inc.in
-@@ -22,7 +22,6 @@ unix {
- LIBS += @PTHREAD_LIBS@ @XML_LIBS@ @XSLT_LIBS@ @LIBSNMP_LIBS@ \
- @LIB_RESOLV@ @LIBS@
-
-- !macx {
- UI_DIR = .ui
- MOC_DIR = .moc
- OBJECTS_DIR = .obj
-@@ -35,12 +34,10 @@ unix {
- migration.path = @TEMPLATE_DIR@/migration
- doc.path = @DOCDIR@
-
-- CONFIG += warn_on debug
-+ CONFIG += warn_on
- QMAKE_CFLAGS_DEBUG += -Wno-unused-parameter
-- QMAKE_CFLAGS_RELEASE += -Wno-unused-parameter
- QMAKE_CXXFLAGS_DEBUG += -Wno-unused-parameter @CXXFLAGS@
-- QMAKE_CXXFLAGS_RELEASE += -Wno-unused-parameter @CXXFLAGS@
-- }
-+ QMAKE_CXXFLAGS_RELEASE += @CXXFLAGS@
- }
-
- exists(qmake2.inc) {
-@@ -48,5 +45,6 @@ exists(qmake2.inc) {
- }
-
- CONFIG -= qt
-+CONFIG += thread
-
- INSTALLS += target
diff --git a/security/libfwbuilder/patches/patch-ac b/security/libfwbuilder/patches/patch-ac
deleted file mode 100644
index a61f2325a83..00000000000
--- a/security/libfwbuilder/patches/patch-ac
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ac,v 1.4 2011/04/12 13:41:17 adam Exp $
-
---- doc/doc.pro.orig 2010-11-17 05:18:12.000000000 +0000
-+++ doc/doc.pro
-@@ -10,6 +10,7 @@ CONFIG -= embed_manifest_exe
- QMAKE_RUN_CC = echo
- QMAKE_RUN_CXX = echo
- QMAKE_LINK = echo
-+QMAKE_LIBTOOL = echo
-
- TARGET =
-
diff --git a/security/libfwbuilder/patches/patch-ad b/security/libfwbuilder/patches/patch-ad
deleted file mode 100644
index 227c7237eea..00000000000
--- a/security/libfwbuilder/patches/patch-ad
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ad,v 1.4 2011/04/12 13:41:17 adam Exp $
-
---- migration/migration.pro.orig 2010-11-17 05:18:12.000000000 +0000
-+++ migration/migration.pro
-@@ -14,6 +14,7 @@ win32 {
- QMAKE_RUN_CC = "@echo"
- QMAKE_RUN_CXX = "@echo"
- QMAKE_LINK = "@echo"
-+QMAKE_LIBTOOL = "@echo"
-
- target.path = $${migration.path}
-
diff --git a/security/libfwbuilder/patches/patch-ae b/security/libfwbuilder/patches/patch-ae
deleted file mode 100644
index 93a5ef1d0cf..00000000000
--- a/security/libfwbuilder/patches/patch-ae
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-ae,v 1.2 2011/04/12 13:41:17 adam Exp $
-
---- src/confscript/confscript.pro.orig 2011-04-11 18:34:55.000000000 +0000
-+++ src/confscript/confscript.pro
-@@ -13,6 +13,7 @@ QMAKE_RUN_CC = @echo
- QMAKE_RUN_CXX = @echo
- QMAKE_LINK = @echo
- QMAKE_LIB = @echo
-+QMAKE_LIBTOOL = @echo
-
- TARGET = confscript
-