nfstrace: add the basics. Needs PLIST, at least.

master
Amitai Schleier 2023-11-06 16:38:36 -05:00
parent 89b9626912
commit ea692948ef
4 changed files with 44 additions and 0 deletions

14
nfstrace/DESCR Normal file
View File

@ -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

21
nfstrace/Makefile Normal file
View File

@ -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
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"

4
nfstrace/PLIST Normal file
View File

@ -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"

5
nfstrace/distinfo Normal file
View File

@ -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