1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

add ipfmeta

ipfmeta is used to simplify the maintenance of your IPfilter ruleset
This commit is contained in:
Ying-Chieh Liao 2001-02-21 16:49:03 +00:00
parent c3fd0d114f
commit e1ead1c865
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38559
6 changed files with 48 additions and 0 deletions

View File

@ -41,6 +41,7 @@
SUBDIR += identify
SUBDIR += inflex
SUBDIR += integrit
SUBDIR += ipfmeta
SUBDIR += its4
SUBDIR += john
SUBDIR += keynote

30
security/ipfmeta/Makefile Normal file
View 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>

View File

@ -0,0 +1 @@
MD5 (ipfmeta-1.3.tar.gz) = d3df8e372a1d9fb04d4e0c907daf16fc

View File

@ -0,0 +1 @@
ipfmeta - use objects in IPfilter files

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

View File

@ -0,0 +1,4 @@
bin/ipfmeta
share/ipfmeta/ipf.metarules
share/ipfmeta/ipf.objs
@dirrm share/ipfmeta