Bug 166636 - [NEW PORT] net/p5-Net-sFlow: Decode sFlow datagrams
Summary: [NEW PORT] net/p5-Net-sFlow: Decode sFlow datagrams
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-04 10:10 UTC by Tsung-Han Yeh
Modified: 2012-04-06 13:10 UTC (History)
0 users

See Also:


Attachments
p5-Net-sFlow-0.11.shar (2.04 KB, text/plain)
2012-04-04 10:10 UTC, Tsung-Han Yeh
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tsung-Han Yeh 2012-04-04 10:10:01 UTC
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).

Author:	Elisa Jasinska <elisa.jasinska@ams-ix.net>
WWW:	http://search.cpan.org/dist/Net-sFlow/

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-04-04 10:10:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Frederic Culot freebsd_committer freebsd_triage 2012-04-04 12:18:26 UTC
Responsible Changed
From-To: perl->culot

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-06 13:03:23 UTC
culot       2012-04-06 12:03:13 UTC

  FreeBSD ports repository

  Modified files:
    net                  Makefile 
  Added files:
    net/p5-Net-sFlow     Makefile distinfo pkg-descr pkg-plist 
  Log:
  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
  
  Revision  Changes    Path
  1.2448    +1 -0      ports/net/Makefile
  1.1       +23 -0     ports/net/p5-Net-sFlow/Makefile (new)
  1.1       +2 -0      ports/net/p5-Net-sFlow/distinfo (new)
  1.1       +5 -0      ports/net/p5-Net-sFlow/pkg-descr (new)
  1.1       +6 -0      ports/net/p5-Net-sFlow/pkg-plist (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Frederic Culot freebsd_committer freebsd_triage 2012-04-06 13:03:31 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!