FreeBSD Bugzilla – Attachment 252603 Details for
Bug 280681
net-mgmt/libfds: New port: Flow Data Storage library
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
new port in the patch
0001-net-mgmt-libfds-New-port-Flow-Data-Storage-library.patch (text/plain), 3.56 KB, created by
Marek Zarychta
on 2024-08-08 07:25:33 UTC
(
hide
)
Description:
new port in the patch
Filename:
MIME Type:
Creator:
Marek Zarychta
Created:
2024-08-08 07:25:33 UTC
Size:
3.56 KB
patch
obsolete
>From 03f8b5edff3c3aaa58e27d733bf75edfbb1a5358 Mon Sep 17 00:00:00 2001 >From: Marek Zarychta <zarychtam@plan-b.pwste.edu.pl> >Date: Thu, 8 Aug 2024 08:51:47 +0200 >Subject: [PATCH 1/2] net-mgmt/libfds: New port: Flow Data Storage library >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >PR: 280681 >Sponsored by: CESNET, z.s.p.o. >Sponsored by: PANS JarosÅaw >--- > net-mgmt/Makefile | 1 + > net-mgmt/libfds/Makefile | 24 ++++++++++++++++++++++++ > net-mgmt/libfds/distinfo | 3 +++ > net-mgmt/libfds/pkg-descr | 2 ++ > net-mgmt/libfds/pkg-plist | 31 +++++++++++++++++++++++++++++++ > 5 files changed, 61 insertions(+) > create mode 100644 net-mgmt/libfds/Makefile > create mode 100644 net-mgmt/libfds/distinfo > create mode 100644 net-mgmt/libfds/pkg-descr > create mode 100644 net-mgmt/libfds/pkg-plist > >diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile >index 6b12eefdda..800a442125 100644 >--- a/net-mgmt/Makefile >+++ b/net-mgmt/Makefile >@@ -127,6 +127,7 @@ > SUBDIR += kismet > SUBDIR += klg > SUBDIR += lg >+ SUBDIR += libfds > SUBDIR += librenms > SUBDIR += libsmi > SUBDIR += lldpd >diff --git a/net-mgmt/libfds/Makefile b/net-mgmt/libfds/Makefile >new file mode 100644 >index 0000000000..792e16fdb8 >--- /dev/null >+++ b/net-mgmt/libfds/Makefile >@@ -0,0 +1,24 @@ >+PORTNAME= libfds >+DISTVERSIONPREFIX= v >+DISTVERSION= 0.6.0 >+CATEGORIES= net-mgmt >+ >+MAINTAINER= zarychtam@plan-b.pwste.edu.pl >+COMMENT= Flow Data Storage library for IPFIX messages >+WWW= https://github.com/CESNET/libfds >+ >+LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+LIB_DEPENDS= libxml2.so:textproc/libxml2 \ >+ liblz4.so:archivers/liblz4 \ >+ libzstd.so:archivers/zstd >+ >+USES= cmake localbase:ldflags pkgconfig >+ >+USE_GITHUB= yes >+GH_ACCOUNT= CESNET >+ >+CXXFLAGS+= -D_GNU_SOURCE >+ >+.include <bsd.port.mk> >diff --git a/net-mgmt/libfds/distinfo b/net-mgmt/libfds/distinfo >new file mode 100644 >index 0000000000..1d558c7db4 >--- /dev/null >+++ b/net-mgmt/libfds/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1723057921 >+SHA256 (CESNET-libfds-v0.6.0_GH0.tar.gz) = 00a0e528c037823da8a5c1236cf0a0fa7929b3a9c5fddf3179b4b009ce36df67 >+SIZE (CESNET-libfds-v0.6.0_GH0.tar.gz) = 797483 >diff --git a/net-mgmt/libfds/pkg-descr b/net-mgmt/libfds/pkg-descr >new file mode 100644 >index 0000000000..f7eb7c35ce >--- /dev/null >+++ b/net-mgmt/libfds/pkg-descr >@@ -0,0 +1,2 @@ >+Flow Data Storage library for net-mgmt/ipfixcol2. The library provides >+components for parsing and processing IPFIX Messages. >diff --git a/net-mgmt/libfds/pkg-plist b/net-mgmt/libfds/pkg-plist >new file mode 100644 >index 0000000000..ac1d0614d6 >--- /dev/null >+++ b/net-mgmt/libfds/pkg-plist >@@ -0,0 +1,31 @@ >+%%ETCDIR%%/system/aliases.xml >+%%ETCDIR%%/system/elements/cert.xml >+%%ETCDIR%%/system/elements/cesnet.xml >+%%ETCDIR%%/system/elements/cisco.xml >+%%ETCDIR%%/system/elements/flowmon.xml >+%%ETCDIR%%/system/elements/iana.xml >+%%ETCDIR%%/system/elements/muni.xml >+%%ETCDIR%%/system/elements/netflow.xml >+%%ETCDIR%%/system/elements/netflowExtra.xml >+%%ETCDIR%%/system/elements/netscaler.xml >+%%ETCDIR%%/system/elements/vmware.xml >+%%ETCDIR%%/system/mappings.xml >+include/libfds.h >+include/libfds/api.h >+include/libfds/converters.h >+include/libfds/drec.h >+include/libfds/file.h >+include/libfds/filter.h >+include/libfds/iemgr.h >+include/libfds/ipfix_filter.h >+include/libfds/ipfix_parsers.h >+include/libfds/ipfix_structs.h >+include/libfds/template.h >+include/libfds/template_mgr.h >+include/libfds/trie.h >+include/libfds/xml_parser.h >+lib/libfds.so >+lib/libfds.so.0 >+lib/libfds.so.0.6.0 >+libdata/pkgconfig/libfds.pc >+@dir %%ETCDIR%%/user/elements >-- >2.46.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280681
: 252603