Date: Wed, 28 Mar 2018 11:37:37 +0000 (UTC) From: Eugene Grosbein <eugen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465798 - in head/net-mgmt: . p5-RDR-Collector Message-ID: <201803281137.w2SBbbhH010210@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: eugen Date: Wed Mar 28 11:37:37 2018 New Revision: 465798 URL: https://svnweb.freebsd.org/changeset/ports/465798 Log: New port: net-mgmt/p5-RDR-Collector This is the Perl5 module designed to capture and process raw RDRv1 packets from a Cisco SCE series device. The port includes modules RDR::Collector, RDR::Processor and several sample scripts. Added: head/net-mgmt/p5-RDR-Collector/ head/net-mgmt/p5-RDR-Collector/Makefile (contents, props changed) head/net-mgmt/p5-RDR-Collector/distinfo (contents, props changed) head/net-mgmt/p5-RDR-Collector/pkg-descr (contents, props changed) head/net-mgmt/p5-RDR-Collector/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Wed Mar 28 11:33:46 2018 (r465797) +++ head/net-mgmt/Makefile Wed Mar 28 11:37:37 2018 (r465798) @@ -267,6 +267,7 @@ SUBDIR += p5-SNMP-Simple SUBDIR += p5-SNMP-Trapinfo SUBDIR += p5-SNMP-Util + SUBDIR += p5-RDR-Collector SUBDIR += p5-SNMP_Session SUBDIR += p5-Telnet-Cisco SUBDIR += p5-Tie-NetAddr-IP Added: head/net-mgmt/p5-RDR-Collector/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-RDR-Collector/Makefile Wed Mar 28 11:37:37 2018 (r465798) @@ -0,0 +1,24 @@ +# Created by: Eugene Grosbein <eugen@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= RDR-Collector +PORTVERSION= 1.0000 +CATEGORIES= net-mgmt perl5 +MASTER_SITES= CPAN/RDR +PKGNAMEPREFIX= p5- + +MAINTAINER= eugen@FreeBSD.org +COMMENT= Perl5 module to capture and process raw Cisco SCE RDRv1 packets + +LICENSE= ART10 GPLv1+ +LICENSE_COMB= dual + +USES= perl5 shebangfix +USE_PERL5= configure +SHEBANG_FILES= examples/*.pl + +post-install: + ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/examples/* ${STAGEDIR}${EXAMPLESDIR} + +.include <bsd.port.mk> Added: head/net-mgmt/p5-RDR-Collector/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-RDR-Collector/distinfo Wed Mar 28 11:37:37 2018 (r465798) @@ -0,0 +1,3 @@ +TIMESTAMP = 1522233574 +SHA256 (RDR-Collector-1.0000.tar.gz) = b2a7471705634762b92565de0438362fb38bed15c9f249421b9c2c0084f15c3c +SIZE (RDR-Collector-1.0000.tar.gz) = 19601 Added: head/net-mgmt/p5-RDR-Collector/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-RDR-Collector/pkg-descr Wed Mar 28 11:37:37 2018 (r465798) @@ -0,0 +1,4 @@ +This is the Perl5 module designed to capture and process raw RDRv1 packets +from a Cisco SCE series device. + +WWW: http://search.cpan.org/dist/RDR-Collector/ Added: head/net-mgmt/p5-RDR-Collector/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/p5-RDR-Collector/pkg-plist Wed Mar 28 11:37:37 2018 (r465798) @@ -0,0 +1,8 @@ +%%PERL5_MAN3%%/RDR::Collector.3.gz +%%PERL5_MAN3%%/RDR::Processor.3.gz +%%SITE_PERL%%/RDR/Collector.pm +%%SITE_PERL%%/RDR/Processor.pm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_process_raw.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_rdr_collect_only.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_rdr_collect_only_realtime.pl +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/example_rdr_collect_only_realtime_db.pl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803281137.w2SBbbhH010210>