Bug 273434

Summary: [NEW PORT] sysutils/bmd: Bhyve Management Daemon
Product: Ports & Packages Reporter: Yuichiro NAITO <naito.yuichiro>
Component: Individual Port(s)Assignee: Vanilla I. Shu <vanilla>
Status: Closed FIXED    
Severity: Affects Only Me CC: vanilla
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
bmd.patch none

Description Yuichiro NAITO 2023-08-30 04:53:15 UTC
Created attachment 244454 [details]
bmd.patch

I'm writing this software 'bmd' that manages bhyve processes for my use case
and joy of programming. It's my private project and now ready for other people
to use it. I made a new port and tested by 'portlint' and 'poudriere'. The
attached 'bmd.patch' passed successfully. Please apply the patch to Ports tree.
Thank you!
Comment 1 Vanilla I. Shu freebsd_committer freebsd_triage 2023-09-01 02:51:59 UTC
Committed, thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-09-01 02:54:46 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c7af9c73998dfa653e03a3f3e002fb88e9252339

commit c7af9c73998dfa653e03a3f3e002fb88e9252339
Author:     Vanilla I. Shu <vanilla@FreeBSD.org>
AuthorDate: 2023-09-01 02:49:42 +0000
Commit:     Vanilla I. Shu <vanilla@FreeBSD.org>
CommitDate: 2023-09-01 02:54:14 +0000

    sysutils/bmd: add new ports.

    PR:             273434
    Reported by:    Yuichiro NAITO <naito.yuichiro at gmail.com>

 sysutils/Makefile                            |  1 +
 sysutils/bmd/Makefile (new)                  | 21 +++++++++++++++++++++
 sysutils/bmd/distinfo (new)                  |  3 +++
 sysutils/bmd/files/patch-Makefile (new)      | 24 ++++++++++++++++++++++++
 sysutils/bmd/files/patch-rc.d_Makefile (new) | 11 +++++++++++
 sysutils/bmd/pkg-descr (new)                 |  6 ++++++
 sysutils/bmd/pkg-plist (new)                 | 10 ++++++++++
 7 files changed, 76 insertions(+)