pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
nfstrace: add the basics. Needs PLIST, at least.
Module Name: pkgsrc-wip
Committed By: Amitai Schleier <schmonz%NetBSD.org@localhost>
Pushed By: schmonz
Date: Mon Nov 6 16:38:36 2023 -0500
Changeset: ea692948ef7c633b5847dc7ce48b7565d5d7ad95
Added Files:
nfstrace/DESCR
nfstrace/Makefile
nfstrace/PLIST
nfstrace/distinfo
Log Message:
nfstrace: add the basics. Needs PLIST, at least.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ea692948ef7c633b5847dc7ce48b7565d5d7ad95
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
nfstrace/DESCR | 14 ++++++++++++++
nfstrace/Makefile | 21 +++++++++++++++++++++
nfstrace/PLIST | 4 ++++
nfstrace/distinfo | 5 +++++
4 files changed, 44 insertions(+)
diffs:
diff --git a/nfstrace/DESCR b/nfstrace/DESCR
new file mode 100644
index 0000000000..db91fd5add
--- /dev/null
+++ b/nfstrace/DESCR
@@ -0,0 +1,14 @@
+nfstrace is an NFS and CIFS tracing/monitoring/capturing/analyzing tool.
+
+It performs live Ethernet 1 Gbps - 10 Gbps packets capturing and helps to
+determine NFS/CIFS procedures in raw network traffic. Furthermore, it performs
+filtration, dumping, compression, statistical analysis, visualization and
+provides the API for custom pluggable analysis modules.
+
+`nfstrace` is written in C++ programming language and supports the
+following protocols:
+
+- Ethernet
+- IPv4 | IPv6
+- UDP | TCP
+- NFSv3 | NFSv4 | NFSv4.1 | CIFSv1 | CIFSv2
diff --git a/nfstrace/Makefile b/nfstrace/Makefile
new file mode 100644
index 0000000000..dfc013918d
--- /dev/null
+++ b/nfstrace/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD$
+
+DISTNAME= nfstrace-0.4.3.2
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=epam/}
+GITHUB_TAG= ${PKGVERSION_NOREV}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://epam.github.io/nfstrace/
+COMMENT= Network file system monitor and analyzer
+LICENSE= gnu-gpl-v2
+
+USE_LANGUAGES= c c++
+
+# Gmock for tests
+
+.include "../../devel/cmake/build.mk"
+.include "../../net/libpcap/buildlink3.mk"
+.include "../../textproc/json-c/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/nfstrace/PLIST b/nfstrace/PLIST
new file mode 100644
index 0000000000..66e6bf5143
--- /dev/null
+++ b/nfstrace/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/opt/pkg/bin/bmake package"
+@comment TODO: 2. run "/opt/pkg/bin/bmake print-PLIST"
diff --git a/nfstrace/distinfo b/nfstrace/distinfo
new file mode 100644
index 0000000000..1e745fd196
--- /dev/null
+++ b/nfstrace/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (nfstrace-0.4.3.2.tar.gz) = 4049c5d99a2b3a2ee8576c2790631a5206bbebf221ea82e672715c3bde4eadfb
+SHA512 (nfstrace-0.4.3.2.tar.gz) = 944078c0a836f617ab94096dee115fd7dcc4f6bc57d774a5ec29e9b77e5b61eddb367b7d79c4e616d2d23b7eddb64a436889099f5957d6d8af02e4fa781cf924
+Size (nfstrace-0.4.3.2.tar.gz) = 18527081 bytes
Home |
Main Index |
Thread Index |
Old Index