Bug 277932 - [NEW PORT] net/netdiscover add netdiscover to ports tree
Summary: [NEW PORT] net/netdiscover add netdiscover to ports tree
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Gabriel M. Dutra
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-24 20:39 UTC by gatekeeper
Modified: 2024-04-02 18:40 UTC (History)
3 users (show)

See Also:


Attachments
git patch (3.42 KB, patch)
2024-03-24 20:39 UTC, gatekeeper
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!