diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 07:49:59 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-07-06 07:49:59 +0000 |
commit | a1c5fafcce4e7e22ef6588f49de6a3bf3a1769fc (patch) | |
tree | 7f2828d3586fa1acff3f746a2361a8b26babf825 /net/hlfl | |
parent | 1b90eaac58e22aacd6a1f2863c719ff66cf0f4d1 (diff) | |
download | pkgsrc-a1c5fafcce4e7e22ef6588f49de6a3bf3a1769fc.tar.gz |
Initial import of hlfl-0.60.1 from pkgsrc-wip, packaged by pancake.
hlfl stands for "High Level Firewall Language". It permits writing
firewalling rules using a high level language, and transforms them into
rules for real softwares, like ipfilter, ipchains or cisco rules.
Diffstat (limited to 'net/hlfl')
-rw-r--r-- | net/hlfl/DESCR | 3 | ||||
-rw-r--r-- | net/hlfl/Makefile | 17 | ||||
-rw-r--r-- | net/hlfl/PLIST | 13 | ||||
-rw-r--r-- | net/hlfl/distinfo | 4 |
4 files changed, 37 insertions, 0 deletions
diff --git a/net/hlfl/DESCR b/net/hlfl/DESCR new file mode 100644 index 00000000000..736a6f6b236 --- /dev/null +++ b/net/hlfl/DESCR @@ -0,0 +1,3 @@ +hlfl stands for "High Level Firewall Language". It permits writing +firewalling rules using a high level language, and transforms them into +rules for real softwares, like ipfilter, ipchains or cisco rules. diff --git a/net/hlfl/Makefile b/net/hlfl/Makefile new file mode 100644 index 00000000000..a9a5ec7dd6d --- /dev/null +++ b/net/hlfl/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/07/06 07:49:59 xtraeme Exp $ +# + +DISTNAME= hlfl-0.60.1 +CATEGORIES= net +MASTER_SITES= http://www.hlfl.org/hlfl/ \ + ftp://ftp.hlfl.org/pub/hlfl/ +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://www.hlfl.org/ +COMMENT= High Level Firewall Language + +USE_BUILDLINK3= yes +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/net/hlfl/PLIST b/net/hlfl/PLIST new file mode 100644 index 00000000000..b1cb3b3d43b --- /dev/null +++ b/net/hlfl/PLIST @@ -0,0 +1,13 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/06 07:50:01 xtraeme Exp $ +bin/hlfl +man/man1/hlfl.1 +share/hlfl/CodingStyle +share/hlfl/RoadMap +share/hlfl/TODO +share/hlfl/sample_1.hlfl +share/hlfl/sample_2.hlfl +share/hlfl/sample_3.hlfl +share/hlfl/services.hlfl +share/hlfl/syntax.txt +share/hlfl/test.hlfl +@dirrm share/hlfl diff --git a/net/hlfl/distinfo b/net/hlfl/distinfo new file mode 100644 index 00000000000..3aadb187a14 --- /dev/null +++ b/net/hlfl/distinfo @@ -0,0 +1,4 @@ +$NetBSD: distinfo,v 1.1.1.1 2004/07/06 07:50:01 xtraeme Exp $ + +SHA1 (hlfl-0.60.1.tar.bz2) = 5438a393c0231852e7823591fe7ae24a7270c7c8 +Size (hlfl-0.60.1.tar.bz2) = 86954 bytes |