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

Diego: I replied to your email, it bounced. Please email me again from a different address.

HEADS UP

We have a known problem with lists of packages - they are out of date. A fix is in the works: see https://github.com/FreshPorts/freshports/issues/615 & https://github.com/FreshPorts/freshports/issues/616

Port details
vmstated Manages and runs bhyve virtual machines and infrastructure
0.10 sysutils on this many watch lists=3 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 0.10Version of this port present on the latest quarterly branch.
Maintainer: freebsd@ny-central.org search for ports maintained by this maintainer
Port Added: 2024-01-24 01:57:07
Last Update: 2024-05-13 21:18:55
Commit Hash: 87a0d1e
People watching this port, also watch:: freetds, phpfpmtop, samba416, virt-manager, py311-ansible-lint
License: BSD2CLAUSE
WWW:
https://github.com/christian-moerz/vmstated
Description:
vmstated is a user-space daemon that manages bhyve virtual machines. It provides hook scripts for easy network and storage setup and maintains records on a virtual machine's state while it is running.
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 (15 items)
Collapse this list.
  1. /usr/local/share/licenses/vmstated-0.10/catalog.mk
  2. /usr/local/share/licenses/vmstated-0.10/LICENSE
  3. /usr/local/share/licenses/vmstated-0.10/BSD2CLAUSE
  4. bin/vmstatedctl
  5. etc/rc.d/vmstated
  6. etc/vmstated/testvm/bhyve.conf.sample
  7. etc/vmstated/testvm/config.sample
  8. etc/vmstated/testvm/start_network.sample
  9. etc/vmstated/testvm/stop_network.sample
  10. sbin/vmstated
  11. share/man/man1/vmstatedctl.1.gz
  12. share/man/man8/vmstated.8.gz
  13. @owner
  14. @group
  15. @mode
Collapse this list.
Dependency lines:
  • vmstated>0:sysutils/vmstated
To install the port:
cd /usr/ports/sysutils/vmstated/ && make install clean
To add the package, run one of these commands:
  • pkg install sysutils/vmstated
  • pkg install vmstated
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: vmstated
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: aarch64 amd64
distinfo:
TIMESTAMP = 1715264391 SHA256 (christian-moerz-vmstated-0.10_GH0.tar.gz) = b15dd2e793ea6e0a508d055e10c1f5a0bab82c3caf9911e6cdb30c03e9a7e7a3 SIZE (christian-moerz-vmstated-0.10_GH0.tar.gz) = 97034

Packages (timestamps in pop-ups are UTC):
vmstated
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.100.10------
FreeBSD:13:quarterly0.100.10------
FreeBSD:14:latest0.100.10------
FreeBSD:14:quarterly0.100.10------
FreeBSD:15:latest0.100.10n/a-n/a-0.04_10.04_1
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
sysutils_vmstated
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/christian-moerz/vmstated/tar.gz/0.10?dummy=/
Collapse this list.

Number of commits found: 4

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.10
13 May 2024 21:18:55
commit hash: 87a0d1e107d4d7dbb9ee752a62a93452f7c36258commit hash: 87a0d1e107d4d7dbb9ee752a62a93452f7c36258commit hash: 87a0d1e107d4d7dbb9ee752a62a93452f7c36258commit hash: 87a0d1e107d4d7dbb9ee752a62a93452f7c36258 files touched by this commit
Robert Clausecker (fuz) search for other commits by this committer
Author: Chris Moerz
sysutils/vmstated: Update to 0.10

 - only for aarch64/amd64, as this tool doesn't make much sense
   in the absence of bhyve

Changelog: https://github.com/christian-moerz/vmstated/releases/tag/0.10

PR:		276778
0.04_1
02 Mar 2024 14:01:25
commit hash: 0654062eabb01deba8aef824e839f29b0fba3ceccommit hash: 0654062eabb01deba8aef824e839f29b0fba3ceccommit hash: 0654062eabb01deba8aef824e839f29b0fba3ceccommit hash: 0654062eabb01deba8aef824e839f29b0fba3cec files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
cleanup: (ir)regular GH_TAGNAME cleanup
0.04_1
31 Jan 2024 05:17:09
commit hash: d197a1aed78206ac49002b63ede04bbeec79fb45commit hash: d197a1aed78206ac49002b63ede04bbeec79fb45commit hash: d197a1aed78206ac49002b63ede04bbeec79fb45commit hash: d197a1aed78206ac49002b63ede04bbeec79fb45 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
sysutils/vmstated: minor modifications to follow ports standard

- Remove unnecessary README.md
- Remove unnecessary mode specification in plist (same with default)
- Fix GitHub URL
- Patch incorrect manpath

PR:		276291
Reported by:	jbeich
Approved by:	blanket
Sponsored by:	Cybertrust Japan
0.04
24 Jan 2024 01:55:54
commit hash: a3cf7b23ba323acfeb3a63735274a88897692d09commit hash: a3cf7b23ba323acfeb3a63735274a88897692d09commit hash: a3cf7b23ba323acfeb3a63735274a88897692d09commit hash: a3cf7b23ba323acfeb3a63735274a88897692d09 files touched by this commit
Koichiro Iwao (meta) search for other commits by this committer
Author: Chris Moerz
sysutils/vmstated: add new port

PR:		276291

Number of commits found: 4