mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
New port: textproc/p5-Net-Snort-Parser:
These modules provide a basis for parsing snort configuration files and rules, allow tools to be built that muck with rulesets with less effort. An example tool, snortconfig, is included. WWW: https://projects.honeynet.org/svn/honeywall/honeywall/trunk/rpm-devel/perl-Net-Snort-Parser/
This commit is contained in:
parent
cd06928615
commit
984cd17c4a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312654
@ -616,6 +616,7 @@
|
||||
SUBDIR += p5-Marpa-HTML
|
||||
SUBDIR += p5-MathML-Entities
|
||||
SUBDIR += p5-Net-IDN-Encode
|
||||
SUBDIR += p5-Net-Snort-Parser
|
||||
SUBDIR += p5-Net-YASA
|
||||
SUBDIR += p5-NetAddr-IP-Find
|
||||
SUBDIR += p5-Number-Format
|
||||
|
19
textproc/p5-Net-Snort-Parser/Makefile
Normal file
19
textproc/p5-Net-Snort-Parser/Makefile
Normal file
@ -0,0 +1,19 @@
|
||||
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Net-Snort-Parser
|
||||
PORTVERSION= 1.41
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= https://projects.honeynet.org/svn/honeywall/honeywall/trunk/rpm-devel/perl-${PORTNAME}/ \
|
||||
http://mirrors.rit.edu/zi/
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Perl modules for parsing Snort configuration files
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= snortconfig.1
|
||||
MAN3= Net::Snort::Parser::File.3 Net::Snort::Parser::Rule.3
|
||||
|
||||
.include <bsd.port.mk>
|
2
textproc/p5-Net-Snort-Parser/distinfo
Normal file
2
textproc/p5-Net-Snort-Parser/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Net-Snort-Parser-1.41.tar.gz) = 49a8f990155e400821b057d9056936d5838d28ef8c1ff46fea5da6d071dae689
|
||||
SIZE (Net-Snort-Parser-1.41.tar.gz) = 204724
|
5
textproc/p5-Net-Snort-Parser/pkg-descr
Normal file
5
textproc/p5-Net-Snort-Parser/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
These modules provide a basis for parsing snort configuration files and
|
||||
rules, allow tools to be built that muck with rulesets with less effort.
|
||||
An example tool, snortconfig, is included.
|
||||
|
||||
WWW: https://projects.honeynet.org/svn/honeywall/honeywall/trunk/rpm-devel/perl-Net-Snort-Parser/
|
13
textproc/p5-Net-Snort-Parser/pkg-plist
Normal file
13
textproc/p5-Net-Snort-Parser/pkg-plist
Normal file
@ -0,0 +1,13 @@
|
||||
@comment $FreeBSD$
|
||||
bin/snortconfig
|
||||
bin/verify-rule
|
||||
%%SITE_PERL%%/Net/Snort/Parser/File.pm
|
||||
%%SITE_PERL%%/Net/Snort/Parser/Rule.pm
|
||||
%%SITE_PERL%%/Net/Snort/Parser/RuleOptions.pm
|
||||
@dirrmtry %%SITE_PERL%%/Net/Snort/Parser
|
||||
@dirrmtry %%SITE_PERL%%/Net/Snort
|
||||
@dirrmtry %%SITE_PERL%%/Net
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Snort/Parser/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Snort/Parser
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Snort
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
|
Loading…
Reference in New Issue
Block a user