Add hlfl 0.52, high Level Firewall Language.
The committed version differs from the one in the PR. It is supplied by the maintainer after a round of fixes. PR: 28127 Submitted by: Arnaud S. Launay <asl@launay.org> OK'ed by: markm
This commit is contained in:
parent
21e9cf1799
commit
498a772724
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43978
6 changed files with 50 additions and 0 deletions
|
@ -45,6 +45,7 @@
|
||||||
SUBDIR += gpasman
|
SUBDIR += gpasman
|
||||||
SUBDIR += gtkportscan
|
SUBDIR += gtkportscan
|
||||||
SUBDIR += heimdal
|
SUBDIR += heimdal
|
||||||
|
SUBDIR += hlfl
|
||||||
SUBDIR += hping
|
SUBDIR += hping
|
||||||
SUBDIR += ident2
|
SUBDIR += ident2
|
||||||
SUBDIR += identify
|
SUBDIR += identify
|
||||||
|
|
30
security/hlfl/Makefile
Normal file
30
security/hlfl/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# New ports collection makefile for: hlfl
|
||||||
|
# Date Created: 8 Jun 2001
|
||||||
|
# Whom: Arnaud S. Launay <asl@launay.org>
|
||||||
|
#
|
||||||
|
# $FreeBSD$
|
||||||
|
#
|
||||||
|
|
||||||
|
PORTNAME= hlfl
|
||||||
|
PORTVERSION= 0.52
|
||||||
|
CATEGORIES= security
|
||||||
|
MASTER_SITES= ftp://ftp.hlfl.org/pub/hlfl/
|
||||||
|
|
||||||
|
MAINTAINER= asl@launay.org
|
||||||
|
|
||||||
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS+= --datadir=${LOCALBASE}/share/doc
|
||||||
|
DOC_FILES= services.hlfl sample_1.hlfl sample_2.hlfl test.hlfl syntax.txt
|
||||||
|
MAN1= hlfl.1
|
||||||
|
|
||||||
|
do-install:
|
||||||
|
${INSTALL_PROGRAM} ${WRKSRC}/src/hlfl ${PREFIX}/bin
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/${MAN1} ${PREFIX}/man/man1
|
||||||
|
.if !defined(NOPORTDOCS)
|
||||||
|
${MKDIR} ${PREFIX}/share/doc/hlfl
|
||||||
|
.for i in ${DOC_FILES}
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/hlfl
|
||||||
|
.endfor
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.mk>
|
1
security/hlfl/distinfo
Normal file
1
security/hlfl/distinfo
Normal file
|
@ -0,0 +1 @@
|
||||||
|
MD5 (hlfl-0.52.tar.gz) = a25f882a1f2c466fde0d1ae877fda206
|
1
security/hlfl/pkg-comment
Normal file
1
security/hlfl/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
||||||
|
High Level Firewall Language
|
10
security/hlfl/pkg-descr
Normal file
10
security/hlfl/pkg-descr
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
hlfl stands for "High Level Firewall Language". It permits writing
|
||||||
|
firewalling rules using a high level language, and transforms them into
|
||||||
|
rules for real software, like ipfilter, ipchains or cisco rules.
|
||||||
|
|
||||||
|
You could make contact with the developers by subscribing to
|
||||||
|
<hlfl@hlfl.org>. There is also an announce ML at <hlfl-announce@hlfl.org>.
|
||||||
|
These lists are managed by majordomo (write to <majordomo@hlfl.org> with
|
||||||
|
"help" in the body of your mail).
|
||||||
|
|
||||||
|
Arnaud S. Launay <asl@launay.org>
|
7
security/hlfl/pkg-plist
Normal file
7
security/hlfl/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
bin/hlfl
|
||||||
|
%%PORTDOCS%%share/doc/hlfl/services.hlfl
|
||||||
|
%%PORTDOCS%%share/doc/hlfl/sample_1.hlfl
|
||||||
|
%%PORTDOCS%%share/doc/hlfl/sample_2.hlfl
|
||||||
|
%%PORTDOCS%%share/doc/hlfl/test.hlfl
|
||||||
|
%%PORTDOCS%%share/doc/hlfl/syntax.txt
|
||||||
|
%%PORTDOCS%%@dirrm share/doc/hlfl
|
Loading…
Reference in a new issue