NOTICE: This package has been removed from pkgsrc

./security/libfwbuilder21, Firewall Builder API

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.1.19nb4, Package name: libfwbuilder21-2.1.19nb4, Maintainer: pkgsrc-users

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.


Required to run:
[textproc/libxml2] [textproc/libxslt] [net/net-snmp] [devel/glib2] [x11/qt3-libs]

Required to build:
[pkgtools/x11-links] [devel/gmake] [devel/libtool-base] [x11/renderproto] [x11/xproto] [x11/inputproto] [x11/xextproto] [x11/randrproto] [x11/qt3-tools] [x11/fixesproto4]

Master sites:

SHA1: deb6d8499663125be369048f46f575e354a9e369
RMD160: dd28cdbe89fcb52d8a0624ccf015f1a42405df43
Filesize: 311.248 KB

Version history: (Expand)


CVS history: (Expand)


   2011-04-12 15:46:36 by Adam Ciarcinski | Files touched by this commit (21) | Package removed
Log message:
Removed (lib)fwbuilder21 successor (lib)fwbuilder 4.1.3
   2011-01-13 14:40:12 by Thomas Klausner | Files touched by this commit (1644)
Log message:
png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.
   2010-06-14 00:45:57 by Thomas Klausner | Files touched by this commit (1673)
Log message:
Bump PKGREVISION for libpng shlib name change.
Also add some patches to remove use of deprecated symbols and fix other
problems when looking for or compiling against libpng-1.4.x.
   2010-01-27 22:47:00 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
DESTDIR support
   2010-01-18 10:59:46 by Thomas Klausner | Files touched by this commit (938)
Log message:
Second try at jpeg-8 recursive PKGREVISION bump.
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-06-14 20:13:41 by Joerg Sonnenberger | Files touched by this commit (154)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.