Created attachment 249455 [details] git patch Hi. New here :-) I am submitting a port to include the netdiscover tool to the ports tree, under the net category. One thing, though - the program installs under sbin, and I am not sure if it should go to bin... Here is a link to the original repository: https://github.com/netdiscover-scanner/netdiscover Thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=257ead13363add38a91c7768c3b38fcd7dd5983c commit 257ead13363add38a91c7768c3b38fcd7dd5983c Author: gatekeeper <tiago.gasiba@gmail.com> AuthorDate: 2024-04-01 13:47:09 +0000 Commit: Gabriel M. Dutra <dutra@FreeBSD.org> CommitDate: 2024-04-01 20:44:26 +0000 net/netdiscover: Add new port Netdiscover is an arp packet-based network address discovery tool PR: 277932 Approved by: garga (mentor) Differential Revision: https://reviews.freebsd.org/D44551 net/Makefile | 1 + net/netdiscover/Makefile (new) | 25 ++++++++++++++++++++++++ net/netdiscover/distinfo (new) | 3 +++ net/netdiscover/files/patch-src_data__al.h (new) | 10 ++++++++++ net/netdiscover/files/patch-src_misc.c (new) | 10 ++++++++++ net/netdiscover/pkg-descr (new) | 3 +++ 6 files changed, 52 insertions(+)
Committed, thank you!