add ipfmeta
ipfmeta is used to simplify the maintenance of your IPfilter ruleset
This commit is contained in:
parent
c3fd0d114f
commit
e1ead1c865
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38559
@ -41,6 +41,7 @@
|
||||
SUBDIR += identify
|
||||
SUBDIR += inflex
|
||||
SUBDIR += integrit
|
||||
SUBDIR += ipfmeta
|
||||
SUBDIR += its4
|
||||
SUBDIR += john
|
||||
SUBDIR += keynote
|
||||
|
30
security/ipfmeta/Makefile
Normal file
30
security/ipfmeta/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# ex:ts=8
|
||||
# New ports collection makefile for: ipfmeta
|
||||
# Date created: Feb 22, 2001
|
||||
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= ipfmeta
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.sentia.org/downloads/
|
||||
|
||||
MAINTAINER= ijliao@FreeBSD.org
|
||||
|
||||
USE_PERL5= yes
|
||||
|
||||
MAN1= ipfmeta.1
|
||||
POD2MAN?= /usr/bin/pod2man
|
||||
|
||||
do-build:
|
||||
@${POD2MAN} ${WRKSRC}/ipfmeta > ${WRKSRC}/${MAN1}
|
||||
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/ipfmeta ${PREFIX}/bin
|
||||
@${MKDIR} ${PREFIX}/share/ipfmeta
|
||||
${INSTALL_DATA} ${WRKSRC}/ipf.* ${PREFIX}/share/ipfmeta
|
||||
|
||||
.include <bsd.port.mk>
|
1
security/ipfmeta/distinfo
Normal file
1
security/ipfmeta/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (ipfmeta-1.3.tar.gz) = d3df8e372a1d9fb04d4e0c907daf16fc
|
1
security/ipfmeta/pkg-comment
Normal file
1
security/ipfmeta/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
ipfmeta - use objects in IPfilter files
|
11
security/ipfmeta/pkg-descr
Normal file
11
security/ipfmeta/pkg-descr
Normal file
@ -0,0 +1,11 @@
|
||||
ipfmeta is used to simplify the maintenance of your IPfilter ruleset.
|
||||
It does this through the use of 'objects'. A matching object gets
|
||||
replaced by its values at runtime. This is similar to what a macro
|
||||
processor like m4 does.
|
||||
|
||||
ipfmeta is specifically geared towards IPfilter. It is line oriented:
|
||||
if an object has multiple values, the line with the object is
|
||||
duplicated and substituted for each value. It is also recursive: an
|
||||
object may have another object as a value.
|
||||
|
||||
WWW: http://www.sentia.org/projects/ipfmeta/
|
4
security/ipfmeta/pkg-plist
Normal file
4
security/ipfmeta/pkg-plist
Normal file
@ -0,0 +1,4 @@
|
||||
bin/ipfmeta
|
||||
share/ipfmeta/ipf.metarules
|
||||
share/ipfmeta/ipf.objs
|
||||
@dirrm share/ipfmeta
|
Loading…
Reference in New Issue
Block a user