Net::sFlow provides a mechanism to parse and decode sFlow datagrams.

It supports sFlow version 2/4 (RFC 3176 - http://www.ietf.org/rfc/rfc3176.txt)
and sFlow version 5 (Memo - http://sflow.org/sflow_version_5.txt).

WWW: http://search.cpan.org/dist/Net-sFlow/

PR:		ports/166636
Submitted by:	Tsung-Han Yeh <snowfly@yuntech.edu.tw>
Feature safe:	yes
This commit is contained in:
Frederic Culot 2012-04-06 12:03:13 +00:00
parent bdfd1b0b63
commit b872554668
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=294280
5 changed files with 37 additions and 0 deletions

View file

@ -674,6 +674,7 @@
SUBDIR += p5-Net-Z3950-SimpleServer
SUBDIR += p5-Net-Z3950-ZOOM
SUBDIR += p5-Net-ext
SUBDIR += p5-Net-sFlow
SUBDIR += p5-Net-uFTP
SUBDIR += p5-NetAddr-IP-Count
SUBDIR += p5-NetPacket

23
net/p5-Net-sFlow/Makefile Normal file
View file

@ -0,0 +1,23 @@
# New ports collection makefile for: p5-Net-sFlow
# Date created: 2012-04-04
# Whom: Tsung-Han Yeh <snowfly@yuntech.edu.tw>
#
# $FreeBSD$
#
PORTNAME= Net-sFlow
PORTVERSION= 0.11
CATEGORIES= net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= snowfly@yuntech.edu.tw
COMMENT= Decode sFlow datagrams
LICENSE= ART10
PERL_CONFIGURE= yes
MAN3= Net::sFlow.3
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (Net-sFlow-0.11.tar.gz) = 9739f42fe805db7f85bb6955e08bb9ae3bbb37cbd70dd68a99430fa0bc79f654
SIZE (Net-sFlow-0.11.tar.gz) = 17917

View file

@ -0,0 +1,5 @@
The sFlow module provides a mechanism to parse and decode sFlow datagrams.
It supports sFlow version 2/4 (RFC 3176 - http://www.ietf.org/rfc/rfc3176.txt)
and sFlow version 5 (Memo - http://sflow.org/sflow_version_5.txt).
WWW: http://search.cpan.org/dist/Net-sFlow/

View file

@ -0,0 +1,6 @@
bin/sFluxDebug.pl
%%SITE_PERL%%/Net/sFlow.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/sFlow/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/sFlow
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrmtry %%SITE_PERL%%/Net