Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 19:04:30 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312654 - in head/textproc: . p5-Net-Snort-Parser
Message-ID:  <201302201904.r1KJ4UTn091168@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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 @@
+@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302201904.r1KJ4UTn091168>