notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
bmd Bhyve Management Daemon
2.3_1 sysutils on this many watch lists=1 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.3_1Version of this port present on the latest quarterly branch.
Maintainer: naito.yuichiro@gmail.com search for ports maintained by this maintainer
Port Added: 2023-09-01 02:57:06
Last Update: 2024-03-19 20:12:41
Commit Hash: e83fe89
People watching this port, also watch:: json-c, sysinfo, python, miller
License: BSD2CLAUSE
WWW:
https://github.com/yuichiro-naito/bmd
Description:
The bmd is a light-weight bhyve management daemon that handles bhyve processes according to the configuration file. And also includes a command line tool that supports booting VM, shutdown VM, connecting to com console, listing VMs. The configuration file syntax looks similar to jail.conf(5) and extends template feature that contains a part of VM configurations common to multiple VMs. The bmd supports plugins to extend the functionality.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (16 items)
Collapse this list.
  1. /usr/local/share/licenses/bmd-2.3_1/catalog.mk
  2. /usr/local/share/licenses/bmd-2.3_1/LICENSE
  3. /usr/local/share/licenses/bmd-2.3_1/BSD2CLAUSE
  4. etc/rc.d/bmd
  5. etc/bmd.conf.example
  6. include/bmd_plugin.h
  7. sbin/bmd
  8. sbin/bmdctl
  9. share/man/man5/bmd.conf.5.gz
  10. share/man/man8/bmd.8.gz
  11. share/man/man8/bmdctl.8.gz
  12. @dir libexec/bmd
  13. @dir var/cache/bmd
  14. @owner
  15. @group
  16. @mode
Collapse this list.
Dependency lines:
  • bmd>0:sysutils/bmd
To install the port:
cd /usr/ports/sysutils/bmd/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/bmd
  • pkg install bmd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: bmd
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1709649980 SHA256 (yuichiro-naito-bmd-2.3_GH0.tar.gz) = 807abfbac0a845c998b16c54b593d4bd59c35fc83891801f5fead70e87f69531 SIZE (yuichiro-naito-bmd-2.3_GH0.tar.gz) = 68487

Packages (timestamps in pop-ups are UTC):
bmd
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest-2.3_1------
FreeBSD:13:quarterly-2.3_1------
FreeBSD:14:latest-2.3_1------
FreeBSD:14:quarterly-2.3_1------
FreeBSD:15:latest-2.3_1n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Runtime dependencies:
  1. bhyve-firmware>0 : sysutils/bhyve-firmware
  2. grub2-bhyve>0 : sysutils/grub2-bhyve
This port is required by:
for Build
  1. sysutils/bmd-plugin-avahi
  2. sysutils/bmd-plugin-hookcmd
for Run
  1. sysutils/bmd-plugin-avahi
  2. sysutils/bmd-plugin-hookcmd

Configuration Options:
No options to configure
Options name:
sysutils_bmd
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/yuichiro-naito/bmd/tar.gz/2.3?dummy=/
Collapse this list.

Number of commits found: 6

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.3_1
19 Mar 2024 20:12:41
commit hash: e83fe8984c1a8deae6095352f60af1d5edf307a5commit hash: e83fe8984c1a8deae6095352f60af1d5edf307a5commit hash: e83fe8984c1a8deae6095352f60af1d5edf307a5commit hash: e83fe8984c1a8deae6095352f60af1d5edf307a5 files touched by this commit
Christian Weisgerber (naddy) search for other commits by this committer
sysutils/bmd: Move man pages to share/man

Approved by:	portmgr (blanket)
2.3
07 Mar 2024 07:04:36
commit hash: aebdd1266f80ee0af8a14205336694115d88658fcommit hash: aebdd1266f80ee0af8a14205336694115d88658fcommit hash: aebdd1266f80ee0af8a14205336694115d88658fcommit hash: aebdd1266f80ee0af8a14205336694115d88658f files touched by this commit
Vanilla I. Shu (vanilla) search for other commits by this committer
sysutils/bmd: update to 2.3.

PR:		277504
Reported by:	maintainer
2.2
27 Oct 2023 06:32:11
commit hash: 08bb9c440766a8d3b963a88c9b86177ca5d43c62commit hash: 08bb9c440766a8d3b963a88c9b86177ca5d43c62commit hash: 08bb9c440766a8d3b963a88c9b86177ca5d43c62commit hash: 08bb9c440766a8d3b963a88c9b86177ca5d43c62 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Yuichiro NAITO
sysutils/bmd: update to 2.2

Changelog: https://github.com/yuichiro-naito/bmd/releases/tag/2.2

PR:		274666
2.1
28 Sep 2023 13:34:44
commit hash: 9d7387cddd826f3b0e78f0c63a75fa4a9221a7dfcommit hash: 9d7387cddd826f3b0e78f0c63a75fa4a9221a7dfcommit hash: 9d7387cddd826f3b0e78f0c63a75fa4a9221a7dfcommit hash: 9d7387cddd826f3b0e78f0c63a75fa4a9221a7df files touched by this commit
Vanilla I. Shu (vanilla) search for other commits by this committer
sysutils/bmd: update to 2.1.

PR:		274070
2.0
10 Sep 2023 16:13:04
commit hash: 0dc9e4e281004f9ac05167e96abb5275855e2303commit hash: 0dc9e4e281004f9ac05167e96abb5275855e2303commit hash: 0dc9e4e281004f9ac05167e96abb5275855e2303commit hash: 0dc9e4e281004f9ac05167e96abb5275855e2303 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Yuichiro NAITO
sysutils/bmd: update to 2.0

Changelog: https://github.com/yuichiro-naito/bmd/releases/tag/2.0

PR:		273629
1.0
01 Sep 2023 02:54:14
commit hash: c7af9c73998dfa653e03a3f3e002fb88e9252339commit hash: c7af9c73998dfa653e03a3f3e002fb88e9252339commit hash: c7af9c73998dfa653e03a3f3e002fb88e9252339commit hash: c7af9c73998dfa653e03a3f3e002fb88e9252339 files touched by this commit
Vanilla I. Shu (vanilla) search for other commits by this committer
sysutils/bmd: add new ports.

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

Number of commits found: 6