Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 17:39:30 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r348494 - in head/devel: . p5-Iodef-Pb-Simple
Message-ID:  <201403171739.s2HHdU0M067549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Mon Mar 17 17:39:30 2014
New Revision: 348494
URL: http://svnweb.freebsd.org/changeset/ports/348494
QAT: https://qat.redports.org/buildarchive/r348494/

Log:
  Iodef::Pb::Simple is a Perl extension providing high level API access to
  Iodef::Pb, which is useful to an array of IODEF protocol buffer objects
  into things like tab-delimited tables, csv, and snort rules.
  
  WWW: http://search.cpan.org/dist/Iodef-Pb-Simple/
  
  PR:		ports/187095
  Submitted by:	Paul Schmehl <pauls@utdallas.edu>

Added:
  head/devel/p5-Iodef-Pb-Simple/
  head/devel/p5-Iodef-Pb-Simple/Makefile   (contents, props changed)
  head/devel/p5-Iodef-Pb-Simple/distinfo   (contents, props changed)
  head/devel/p5-Iodef-Pb-Simple/pkg-descr   (contents, props changed)
  head/devel/p5-Iodef-Pb-Simple/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 17 17:12:47 2014	(r348493)
+++ head/devel/Makefile	Mon Mar 17 17:39:30 2014	(r348494)
@@ -2188,6 +2188,7 @@
     SUBDIR += p5-InlineX-C2XS
     SUBDIR += p5-InlineX-CPP2XS
     SUBDIR += p5-Ioctl
+    SUBDIR += p5-Iodef-Pb-Simple
     SUBDIR += p5-Iterator
     SUBDIR += p5-Iterator-IO
     SUBDIR += p5-Iterator-Misc

Added: head/devel/p5-Iodef-Pb-Simple/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Iodef-Pb-Simple/Makefile	Mon Mar 17 17:39:30 2014	(r348494)
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME=	Iodef-Pb-Simple
+PORTVERSION=	0.21
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:SAXJAZMAN/iodef
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	pauls@utdallas.edu
+COMMENT=	Perl extension providing high level API access to Iodef-Pb
+
+LICENSE=	ART10 GPLv1
+LICENSE_COMB=	dual
+
+BUILD_DEPENDS=	p5-Class-Accessor>=0.34:${PORTSDIR}/devel/p5-Class-Accessor \
+		p5-Compress-Snappy>=0.18:${PORTSDIR}/archivers/p5-Compress-Snappy \
+		p5-DateTime>=0.61:${PORTSDIR}/devel/p5-DateTime \
+		p5-DateTime-Format-DateParse>=0.05:${PORTSDIR}/devel/p5-DateTime-Format-DateParse \
+		p5-Google-ProtocolBuffers>=0.08:${PORTSDIR}/devel/p5-Google-ProtocolBuffers \
+		p5-HTML-Table>=2.08:${PORTSDIR}/www/p5-HTML-Table \
+		p5-JSON-XS>=2.29:${PORTSDIR}/converters/p5-JSON-XS \
+		p5-MIME-Base64>=0.08:${PORTSDIR}/converters/p5-MIME-Base64 \
+		p5-Module-Install>=1.00:${PORTSDIR}/devel/p5-Module-Install \
+		p5-OSSP-uuid>=1.6.2:${PORTSDIR}/misc/p5-OSSP-uuid \
+		p5-Parse-Range>=0.96:${PORTSDIR}/math/p5-Parse-Range \
+		p5-Regexp-Common>=2010010201:${PORTSDIR}/textproc/p5-Regexp-Common \
+		p5-Regexp-Common-net-CIDR>=0.02:${PORTSDIR}/textproc/p5-Regexp-Common-net-CIDR \
+		p5-Snort-Rule>=1.07:${PORTSDIR}/security/p5-Snort-Rule \
+		p5-Text-Table>=1.126:${PORTSDIR}/textproc/p5-Text-Table
+RUN_DEPENDS:=	${BUILD_DEPENDS}
+
+USES=		perl5
+USE_PERL5=	configure
+
+.include <bsd.port.mk>

Added: head/devel/p5-Iodef-Pb-Simple/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Iodef-Pb-Simple/distinfo	Mon Mar 17 17:39:30 2014	(r348494)
@@ -0,0 +1,2 @@
+SHA256 (Iodef-Pb-Simple-0.21.tar.gz) = 18b57c8a1ccc260ca50dcf9c07f70aea4140ff51262d5fbba438b14845d5e2d9
+SIZE (Iodef-Pb-Simple-0.21.tar.gz) = 107837

Added: head/devel/p5-Iodef-Pb-Simple/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Iodef-Pb-Simple/pkg-descr	Mon Mar 17 17:39:30 2014	(r348494)
@@ -0,0 +1,5 @@
+Iodef::Pb::Simple is a Perl extension providing high level API access to
+Iodef::Pb, which is useful to an array of IODEF protocol buffer objects
+into things like tab-delimited tables, csv, and snort rules.
+
+WWW: http://search.cpan.org/dist/Iodef-Pb-Simple/

Added: head/devel/p5-Iodef-Pb-Simple/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Iodef-Pb-Simple/pkg-plist	Mon Mar 17 17:39:30 2014	(r348494)
@@ -0,0 +1,47 @@
+%%PERL5_MAN3%%/Iodef::Pb::Format.3.gz
+%%PERL5_MAN3%%/Iodef::Pb::Simple.3.gz
+%%SITE_PERL%%/Iodef/Pb.pm
+%%SITE_PERL%%/Iodef/Pb/Format.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Bindzone.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Bro.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Csv.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Html.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Iptables.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Json.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Pcapfilter.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Raw.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Snort.pm
+%%SITE_PERL%%/Iodef/Pb/Format/Table.pm
+%%SITE_PERL%%/Iodef/Pb/Simple.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/AdditionalData.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Alternativeid.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Assessment.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Bgp.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Carboncopy.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Contact.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Detecttime.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Domain.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Email.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Eventdata.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Guid.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Hash.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Incidentid.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Ipv4.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Malware.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Method.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Purpose.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Relatedactivity.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Reporttime.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Restriction.pm
+%%SITE_PERL%%/Iodef/Pb/Simple/Plugin/Url.pm
+%%SITE_PERL%%/Iodef/Pb/t1.pl
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Iodef/Pb/Simple/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iodef/Pb/Simple
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iodef/Pb
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Iodef
+@dirrmtry %%SITE_PERL%%/Iodef/Pb/Simple/Plugin
+@dirrmtry %%SITE_PERL%%/Iodef/Pb/Simple
+@dirrmtry %%SITE_PERL%%/Iodef/Pb/Format
+@dirrmtry %%SITE_PERL%%/Iodef/Pb
+@dirrmtry %%SITE_PERL%%/Iodef



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