| Port details on branch 2025Q4 |
- py-google-compute-engine Guest Environment for Google Compute Engine
- 2.8.17_3 sysutils
=0 2.8.17_3Version of this port present on the latest quarterly branch. - Maintainer: releng-gce@FreeBSD.org
 - Port Added: 2025-11-06 07:42:06
- Last Update: 2025-11-06 07:38:27
- Commit Hash: 5269732
- Also Listed In: python
- License: APACHE20
- WWW:
- https://github.com/GoogleCloudPlatform/compute-image-packages
- Description:
- Google Compute Engine offers scripts and daemons which run in the
background and provides the following services:
- Accounts daemon to setup and manage user accounts, and to enable SSH key based
authentication.
- Clock skew daemon to keep the system clock in sync after VM start and stop
events.
- Instance setup scripts to execute VM configuration scripts during boot.
- IP forwarding daemon that integrates network load balancing with forwarding
rule changes into the guest.
- Metadata scripts to run user provided scripts at VM startup and shutdown.
- Network setup service to enable multiple network interfaces on boot.
¦ ¦ ¦ ¦ 
- 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)
- google_accounts_daemon
- google_clock_skew_daemon
- google_instance_setup
- google_network_daemon
- google_startup
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}google-compute-engine>0:sysutils/py-google-compute-engine@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-google-compute-engine/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-google-compute-engine
- pkg install py311-google-compute-engine
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-google-compute-engine listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-google-compute-engine
- Package flavors (<flavor>: <package>)
- py311: py311-google-compute-engine
- distinfo:
- TIMESTAMP = 1618297612
SHA256 (GoogleCloudPlatform-compute-image-packages-2.8.17-20190522_GH0.tar.gz) = 8cfb338c3c768ea7e76e479728a1438b2f10b0df13bddd70c9fbcbfc1273efd6
SIZE (GoogleCloudPlatform-compute-image-packages-2.8.17-20190522_GH0.tar.gz) = 132314
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-boto3>0 : www/py-boto3@py311
- py311-distro>0 : sysutils/py-distro@py311
- py311-netaddr>0 : net/py-netaddr@py311
- py311-netifaces>0 : net/py-netifaces@py311
- google_oslogin_control : sysutils/google-compute-engine-oslogin
- sudo : security/sudo
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_py-google-compute-engine
- USES:
- python shebangfix
- pkg-message:
- For install:
- google-compute-engine has been installed, and the following services are
available:
google_accounts_daemon Responsible for provisioning and
deprovisioning user accounts
google_clock_skew_daemon Responsible for syncing the software clock with
the hypervisor clock
google_instance_setup Configure the guest at boot
google_network_daemon Responsible to manage network interfaces and ip
routes in the guest
google_startup Implement support for running host provided
startup / shutdown scripts
To enable the above services, sysrc <servicename>_enable=YES
Reboot your system or start the services, service <servicename> start
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2.8.17_3 06 Nov 2025 07:38:27
    |
Colin Percival (cperciva)  |
*/*: PORTREVISION++ on some @sample-using ports
The handling of @sample with regard to no-root installation was
recently fixed, by 452309533805 (in ports) plus changes in pkg 2.4.
These need new packages built before they will correctly install,
including into VM images generated as part of the FreeBSD release
process.
Unfortunately with the release scheduled for just a few weeks away
and generally slow arm64 package building, there isn't time for a
full pkg set rebuild; so bump a handful of ports which are used in
the release process so that they will be rebuilt.
Users who are not building VM images using the "no-root" pathway
(aka using a METALOG index of the disk image) are not affected by
this; we doubt anyone other than re@ will notice.
MFC note: emulators/qemu, security/sudo, and security_ca_root_nss
had different versions in 2025Q4 than in main, so the
PORTREVISION-bumping patch did not directly apply.
With hat: re@
Discussed with: bapt, antoine
(cherry picked from commit f5f42750a3722858fb976a47fbe320d7952b7c09) |
Number of commits found: 1
|