Bug 280681 - net-mgmt/libfds: New port: Flow Data Storage library
Summary: net-mgmt/libfds: New port: Flow Data Storage library
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Eugene Grosbein
URL: https://github.com/CESNET/libfds
Keywords:
Depends on:
Blocks: 280682
  Show dependency treegraph
 
Reported: 2024-08-08 07:23 UTC by Marek Zarychta
Modified: 2024-08-14 05:25 UTC (History)
1 user (show)

See Also:


Attachments
new port in the patch (3.56 KB, patch)
2024-08-08 07:25 UTC, Marek Zarychta
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Zarychta 2024-08-08 07:23:45 UTC
The library provides components for parsing and processing IPFIX Messages.

Available components:

    IPFIX Data structure parsers
    IPFIX Data Record iterators (with Biflow support)
    IPFIX Template manager
    IPFIX Data type coverters (e.g. getters, setters, and to string)
    Manager of Information Elements (i.e. id, name, type, etc. of IPFIX fields)
    Simple XML parser with data type check (implemented as a wrapper over libxml2)
    Flow file storage (beta)
Comment 1 Marek Zarychta 2024-08-08 07:25:33 UTC
Created attachment 252603 [details]
new port in the patch
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-08-14 05:07:04 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cddafadedf0c08eea8af0af13b91c2e815d8f522

commit cddafadedf0c08eea8af0af13b91c2e815d8f522
Author:     Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>
AuthorDate: 2024-08-08 06:51:47 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2024-08-14 04:59:11 +0000

    net-mgmt/libfds: New port: Flow Data Storage library

    PR: 280681
    Sponsored by: CESNET, z.s.p.o.
    Sponsored by: PANS Jarosław

    Signed-off-by: Eugene Grosbein <eugen@FreeBSD.org>

 net-mgmt/Makefile               |  1 +
 net-mgmt/libfds/Makefile (new)  | 24 ++++++++++++++++++++++++
 net-mgmt/libfds/distinfo (new)  |  3 +++
 net-mgmt/libfds/pkg-descr (new) |  2 ++
 net-mgmt/libfds/pkg-plist (new) | 31 +++++++++++++++++++++++++++++++
 5 files changed, 61 insertions(+)
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-08-14 05:25:08 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2b2119a6cd9995d35c36965b6d54d60a3d0580fb

commit 2b2119a6cd9995d35c36965b6d54d60a3d0580fb
Author:     Eugene Grosbein <eugen@FreeBSD.org>
AuthorDate: 2024-08-14 05:21:52 +0000
Commit:     Eugene Grosbein <eugen@FreeBSD.org>
CommitDate: 2024-08-14 05:21:52 +0000

    Add Marek Zarychta <zarychtam@plan-b.pwste.edu.pl>

    for net-mgmt/libfds and net-mgmt/ipfixcol2

    PR:             280681, 280682

 shared/contrib-additional.adoc | 1 +
 1 file changed, 1 insertion(+)