aboutsummaryrefslogtreecommitdiff
path: root/security/hlfl
diff options
context:
space:
mode:
authorAnton Berezin <tobez@FreeBSD.org>2001-06-14 07:53:33 +0000
committerAnton Berezin <tobez@FreeBSD.org>2001-06-14 07:53:33 +0000
commit498a772724be5d0b65bf489fb4233a252eb4c414 (patch)
tree3cdf9bdc576f387f53ef179f1a650ff4bf028d8e /security/hlfl
parent21e9cf1799e57dd07f49d43c8d97ad325fc54108 (diff)
downloadports-498a772724be5d0b65bf489fb4233a252eb4c414.tar.gz
ports-498a772724be5d0b65bf489fb4233a252eb4c414.zip
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
Notes
Notes: svn path=/head/; revision=43978
Diffstat (limited to 'security/hlfl')
-rw-r--r--security/hlfl/Makefile30
-rw-r--r--security/hlfl/distinfo1
-rw-r--r--security/hlfl/pkg-comment1
-rw-r--r--security/hlfl/pkg-descr10
-rw-r--r--security/hlfl/pkg-plist7
5 files changed, 49 insertions, 0 deletions
diff --git a/security/hlfl/Makefile b/security/hlfl/Makefile
new file mode 100644
index 000000000000..5696d1d4a86e
--- /dev/null
+++ b/security/hlfl/Makefile
@@ -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>
diff --git a/security/hlfl/distinfo b/security/hlfl/distinfo
new file mode 100644
index 000000000000..2a207ed924a3
--- /dev/null
+++ b/security/hlfl/distinfo
@@ -0,0 +1 @@
+MD5 (hlfl-0.52.tar.gz) = a25f882a1f2c466fde0d1ae877fda206
diff --git a/security/hlfl/pkg-comment b/security/hlfl/pkg-comment
new file mode 100644
index 000000000000..8fa51ca785c0
--- /dev/null
+++ b/security/hlfl/pkg-comment
@@ -0,0 +1 @@
+High Level Firewall Language
diff --git a/security/hlfl/pkg-descr b/security/hlfl/pkg-descr
new file mode 100644
index 000000000000..6fa62cc85580
--- /dev/null
+++ b/security/hlfl/pkg-descr
@@ -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>
diff --git a/security/hlfl/pkg-plist b/security/hlfl/pkg-plist
new file mode 100644
index 000000000000..c933854ca8bd
--- /dev/null
+++ b/security/hlfl/pkg-plist
@@ -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