Bug 277932

Summary: [NEW PORT] net/netdiscover add netdiscover to ports tree
Product: Ports & Packages Reporter: gatekeeper <tiago.gasiba>
Component: Individual Port(s)Assignee: Gabriel M. Dutra <dutra>
Status: Closed FIXED    
Severity: Affects Only Me CC: agh, dutra, meta
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
git patch none

Description gatekeeper 2024-03-24 20:39:46 UTC
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!
Comment 1 commit-hook freebsd_committer freebsd_triage 2024-04-01 20:46:22 UTC
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(+)
Comment 2 Gabriel M. Dutra freebsd_committer freebsd_triage 2024-04-02 18:40:40 UTC
Committed, thank you!