From owner-svn-ports-all@freebsd.org Fri Dec 11 13:36:27 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 00FB99D854D; Fri, 11 Dec 2015 13:36:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B3BF213CE; Fri, 11 Dec 2015 13:36:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBDaPLx068918; Fri, 11 Dec 2015 13:36:25 GMT (envelope-from miwi@FreeBSD.org) Received: (from miwi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBDaPwQ068913; Fri, 11 Dec 2015 13:36:25 GMT (envelope-from miwi@FreeBSD.org) Message-Id: <201512111336.tBBDaPwQ068913@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: miwi set sender to miwi@FreeBSD.org using -f From: Martin Wilke Date: Fri, 11 Dec 2015 13:36:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403527 - in head/security: . p5-Parse-Snort X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Dec 2015 13:36:27 -0000 Author: miwi Date: Fri Dec 11 13:36:25 2015 New Revision: 403527 URL: https://svnweb.freebsd.org/changeset/ports/403527 Log: Parse and create rules for the Snort IDS. WWW: http://search.cpan.org/dist/Parse-Snort/ PR: 204063 Submitted by: jeremybbaggs@gmail.com Approved by: mat (mentor) Differential Revision:D4504 Added: head/security/p5-Parse-Snort/ head/security/p5-Parse-Snort/Makefile (contents, props changed) head/security/p5-Parse-Snort/distinfo (contents, props changed) head/security/p5-Parse-Snort/pkg-descr (contents, props changed) head/security/p5-Parse-Snort/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Fri Dec 11 13:27:49 2015 (r403526) +++ head/security/Makefile Fri Dec 11 13:36:25 2015 (r403527) @@ -642,6 +642,7 @@ SUBDIR += p5-OpenCA-PKCS7 SUBDIR += p5-OpenCA-REQ SUBDIR += p5-OpenCA-X509 + SUBDIR += p5-Parse-Snort SUBDIR += p5-PBKDF2-Tiny SUBDIR += p5-PGP SUBDIR += p5-PGP-Sign Added: head/security/p5-Parse-Snort/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Parse-Snort/Makefile Fri Dec 11 13:36:25 2015 (r403527) @@ -0,0 +1,21 @@ +# $FreeBSD$ + +PORTNAME= Parse-Snort +PORTVERSION= 0.6 +CATEGORIES= security perl5 +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= jeremybbaggs@gmail.com +COMMENT= Perl module to parse and create Snort rules + +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + +BUILD_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor +RUN_DEPENDS= p5-Class-Accessor>=0:${PORTSDIR}/devel/p5-Class-Accessor + +USES= perl5 +USE_PERL5= configure + +.include Added: head/security/p5-Parse-Snort/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Parse-Snort/distinfo Fri Dec 11 13:36:25 2015 (r403527) @@ -0,0 +1,2 @@ +SHA256 (Parse-Snort-0.6.tar.gz) = 11251a37cbe5ad2afde5f471c830ac4ca64b89f0965b8893c073197ac5503782 +SIZE (Parse-Snort-0.6.tar.gz) = 9485 Added: head/security/p5-Parse-Snort/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Parse-Snort/pkg-descr Fri Dec 11 13:36:25 2015 (r403527) @@ -0,0 +1,3 @@ +Parse and create rules for the Snort IDS. + +WWW: http://search.cpan.org/dist/Parse-Snort/ Added: head/security/p5-Parse-Snort/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/p5-Parse-Snort/pkg-plist Fri Dec 11 13:36:25 2015 (r403527) @@ -0,0 +1,2 @@ +%%SITE_PERL%%/Parse/Snort.pm +%%PERL5_MAN3%%/Parse::Snort.3.gz