svn commit: r312654 - in head/textproc: . p5-Net-Snort-Parser
Ryan Steinmetz
zi at FreeBSD.org
Wed Feb 20 19:04:31 UTC 2013
Author: zi
Date: Wed Feb 20 19:04:30 2013
New Revision: 312654
URL: http://svnweb.freebsd.org/changeset/ports/312654
Log:
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/
Added:
head/textproc/p5-Net-Snort-Parser/
head/textproc/p5-Net-Snort-Parser/Makefile (contents, props changed)
head/textproc/p5-Net-Snort-Parser/distinfo (contents, props changed)
head/textproc/p5-Net-Snort-Parser/pkg-descr (contents, props changed)
head/textproc/p5-Net-Snort-Parser/pkg-plist (contents, props changed)
Modified:
head/textproc/Makefile
Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile Wed Feb 20 18:58:07 2013 (r312653)
+++ head/textproc/Makefile Wed Feb 20 19:04:30 2013 (r312654)
@@ -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
Added: head/textproc/p5-Net-Snort-Parser/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Net-Snort-Parser/Makefile Wed Feb 20 19:04:30 2013 (r312654)
@@ -0,0 +1,19 @@
+# Created by: Ryan Steinmetz <zi at 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 at 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>
Added: head/textproc/p5-Net-Snort-Parser/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Net-Snort-Parser/distinfo Wed Feb 20 19:04:30 2013 (r312654)
@@ -0,0 +1,2 @@
+SHA256 (Net-Snort-Parser-1.41.tar.gz) = 49a8f990155e400821b057d9056936d5838d28ef8c1ff46fea5da6d071dae689
+SIZE (Net-Snort-Parser-1.41.tar.gz) = 204724
Added: head/textproc/p5-Net-Snort-Parser/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Net-Snort-Parser/pkg-descr Wed Feb 20 19:04:30 2013 (r312654)
@@ -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/
Added: head/textproc/p5-Net-Snort-Parser/pkg-plist
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/textproc/p5-Net-Snort-Parser/pkg-plist Wed Feb 20 19:04:30 2013 (r312654)
@@ -0,0 +1,13 @@
+ at 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
+ at dirrmtry %%SITE_PERL%%/Net/Snort/Parser
+ at dirrmtry %%SITE_PERL%%/Net/Snort
+ at dirrmtry %%SITE_PERL%%/Net
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Snort/Parser/.packlist
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Snort/Parser
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Snort
+ at dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
More information about the svn-ports-head
mailing list