add cp2fwb 0.6
Checkpoint FW1 to Firewall Builder ruleset converter PR: 37298 Submitted by: Christian Brueffer <chris@unixpages.org>
This commit is contained in:
parent
2e0b612dd8
commit
266d659d5e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66591
7 changed files with 51 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
SUBDIR += chrootuid
|
||||
SUBDIR += cksfv
|
||||
SUBDIR += cops
|
||||
SUBDIR += cp2fwb
|
||||
SUBDIR += crack
|
||||
SUBDIR += cracklib
|
||||
SUBDIR += crank
|
||||
|
|
27
security/cp2fwb/Makefile
Normal file
27
security/cp2fwb/Makefile
Normal file
|
@ -0,0 +1,27 @@
|
|||
# New ports collection makefile for: cp2fwb
|
||||
# Date created: 20 April 2002
|
||||
# Whom: Christian Brueffer <chris@unixpages.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= cp2fwb
|
||||
PORTVERSION= 0.6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= cp2fwbuilder
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= chris@unixpages.org
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Writer.pm:${PORTSDIR}/textproc/p5-XML-Writer \
|
||||
${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
|
||||
|
||||
USE_PERL5= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/cp2fwbuilder ${PREFIX}/bin
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/cp2fwb/distinfo
Normal file
1
security/cp2fwb/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (cp2fwb-0.6.tgz) = 78956e65380831341fcd4512fa9ad1ce
|
1
security/cp2fwb/pkg-comment
Normal file
1
security/cp2fwb/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Checkpoint FW1 to Firewall Builder ruleset converter
|
5
security/cp2fwb/pkg-descr
Normal file
5
security/cp2fwb/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
This program can convert your Checkpoint FW1 rulesets into
|
||||
XML files which can then be processed by Firewall Builder.
|
||||
|
||||
- Christian Brueffer
|
||||
chris@unixpages.org
|
15
security/cp2fwb/pkg-message
Normal file
15
security/cp2fwb/pkg-message
Normal file
|
@ -0,0 +1,15 @@
|
|||
=======================================================
|
||||
|
||||
In order for cp2fwb to work, you need the following
|
||||
files from your Checkpoint FW1 installation:
|
||||
|
||||
- Rulebase.W
|
||||
- objects.C
|
||||
|
||||
You can then run the program like this:
|
||||
|
||||
cp2fwbuilder --objects=objects.C \
|
||||
--rules=Rulebase.W \
|
||||
--output_xml=Rulebase.xml
|
||||
|
||||
=======================================================
|
1
security/cp2fwb/pkg-plist
Normal file
1
security/cp2fwb/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
bin/cp2fwbuilder
|
Loading…
Reference in a new issue