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:
Ying-Chieh Liao 2002-09-18 12:04:26 +00:00
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

View file

@ -32,6 +32,7 @@
SUBDIR += chrootuid
SUBDIR += cksfv
SUBDIR += cops
SUBDIR += cp2fwb
SUBDIR += crack
SUBDIR += cracklib
SUBDIR += crank

27
security/cp2fwb/Makefile Normal file
View 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
View file

@ -0,0 +1 @@
MD5 (cp2fwb-0.6.tgz) = 78956e65380831341fcd4512fa9ad1ce

View file

@ -0,0 +1 @@
Checkpoint FW1 to Firewall Builder ruleset converter

View 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

View 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
=======================================================

View file

@ -0,0 +1 @@
bin/cp2fwbuilder