| Port details |
- prokshy Small and lightweight bhyve agent (rc)
- 0.1.2 sysutils
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dtxdf@FreeBSD.org
 - Port Added: 2026-05-06 05:21:06
- Last Update: 2026-05-06 05:42:53
- Commit Hash: 9923eb1
- License: BSD3CLAUSE
- WWW:
- https://github.com/DtxdF/prokshy/
- Description:
- prokshy is a small and lightweight script that uses unixexec to
exchange data through the special character file (/dev/vtcon/prokshy)
created by virtio_console(4). This script is designed to "standardize"
the way a command is executed from the host into the virtual machine.
The host connects to the unix(4) socket created by bhyve(8) and
then sends a command, a space, and then the data (or the command’s
argument). prokshy doesn’t care about the argument format: you can
use netstring, JSON, base64, or any other format that can be sent
for the command you’ve created. That’s the other advantage of
prokshy: it allows you to implement a "command," making it truly
flexible.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- prokshy>0:sysutils/prokshy
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/sysutils/prokshy/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/prokshy
- pkg install prokshy
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: prokshy
- Package flavors (<flavor>: <package>)
- rc: prokshy
- cli: prokshy-cli
- distinfo:
- TIMESTAMP = 1778046050
SHA256 (DtxdF-prokshy-v0.1.2_GH0.tar.gz) = e9a92669d6f20d344990100044350581775fc3ba77617f309502ee72887e1f2c
SIZE (DtxdF-prokshy-v0.1.2_GH0.tar.gz) = 5220
No package information for this port in our database- Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- unixexec : sysutils/unixexec
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for prokshy-0.1.2:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- sysutils_prokshy
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.1.2 06 May 2026 05:42:53
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
sysutils/prokshy: Update to 0.1.2 |
0.1.1 06 May 2026 05:37:00
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
sysutils/prokshy: Update to 0.1.1 |
0.1.0 06 May 2026 05:18:45
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
sysutils/prokshy: New port: Small and lightweight bhyve agent
prokshy is a small and lightweight script that uses unixexec to
exchange data through the special character file (/dev/vtcon/prokshy)
created by virtio_console(4). This script is designed to "standardize"
the way a command is executed from the host into the virtual machine.
The host connects to the unix(4) socket created by bhyve(8) and
then sends a command, a space, and then the data (or the command’s
argument). prokshy doesn’t care about the argument format: you can
use netstring, JSON, base64, or any other format that can be sent
for the command you’ve created. That’s the other advantage of
prokshy: it allows you to implement a "command," making it truly
flexible.
WWW: https://github.com/DtxdF/prokshy |