Bug 273434 - [NEW PORT] sysutils/bmd: Bhyve Management Daemon
Summary: [NEW PORT] sysutils/bmd: Bhyve Management Daemon
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: Vanilla I. Shu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-30 04:53 UTC by Yuichiro NAITO
Modified: 2023-09-01 02:54 UTC (History)
1 user (show)

See Also:


Attachments
bmd.patch (3.28 KB, patch)
2023-08-30 04:53 UTC, Yuichiro NAITO
no flags Details | Diff

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