Port details |
- py-google-compute-engine Guest Environment for Google Compute Engine
- 2.8.17 sysutils =2 2.8.17Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2017-08-19 18:03:05
- Last Update: 2023-06-27 19:34:34
- Commit Hash: 3d9a815
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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.
- 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 py39-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 py39-google-compute-engine listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-google-compute-engine
- Package flavors (<flavor>: <package>)
- py39: py39-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
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-boto>0 : devel/py-boto@py39
- py39-distro>0 : sysutils/py-distro@py39
- py39-netaddr>0 : net/py-netaddr@py39
- py39-netifaces>0 : net/py-netifaces@py39
- google_oslogin_control : sysutils/google-compute-engine-oslogin
- sudo : security/sudo
- py39-setuptools>=63.1.0 : devel/py-setuptools@py39
- python3.9 : lang/python39
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8.17 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
2.8.17 19 Nov 2022 08:13:49 |
Po-Chuan Hsieh (sunpoet) |
sysutils/py-google-compute-engine: Clean up Makefile
Reference: https://github.com/GoogleCloudPlatform/compute-image-packages/blob/20190522/packages/python-google-compute-engine/setup.py#L26-L27 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.8.17 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.8.17 13 Apr 2021 07:12:28 |
Xin LI (delphij) |
sysutils/py-google-compute-engine: Fix google_set_hostname script.
- Remove duplicated copy of the script
- Use -i '' instead of -i for inplace sed(1). |
2.8.16 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.8.16 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
2.8.16 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8.16 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
2.8.16 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
2.8.16 03 Aug 2019 14:23:25 |
zi |
- Reset maintainer due to fatal email bounces
Reported by: portscout |
2.8.16 27 May 2019 20:28:52 |
swills |
sysutils/py-google-compute-engine: update to version 2.8.16
PR: 238175
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) |
2.8.13_6 27 May 2019 15:28:11 |
swills |
sysutils/py-google-compute-engine: put back boto dependency
PR: 238122
Approved by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) |
2.8.13_5 13 May 2019 18:32:12 |
swills |
sysutils/py-google-compute-engine: disable boto
This avoids breakage when running with python3
PR: 237877
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer)
MFH: 2019Q2 |
2.8.13_4 13 May 2019 10:05:27 |
swills |
sysutils/py-google-compute-engine: fix daemons in python 2.7 case
PR: 237845
Reviewed by: koobs
Approved by: implicit (portmgr, python, jfi blanket)
MFH: 2019Q2 |
2.8.13_3 23 Apr 2019 20:17:45 |
swills |
sysutils/py-google-compute-engine: update to 20190416 [1]
This fixes a python3 runtime issue [1]
While here, pull in missing dependency in python3 case [2]
PR: 237505 [1]
PR: 237203 [2]
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [1]
Submitted by: Miroslav Lachman <000.fbsd@quip.cz> [2]
Approved by: Lucas Kanashiro <lucas.kanashiro@collabora.com> (maintainer) [2] |
2.8.13_2 11 Apr 2019 08:47:19 |
rodrigo |
Patch to add missing config and take the maintainership
Two new variables was added to instance_config.cfg file
in version 2.8.13 to allow the addition and removal of
users from groups.
I am also taking over the maintainership of this packages
as previously discussed with Helen.
Bump PORTREVISION.
PR: 236500
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by: Helen Koike <helen.koike@collabora.com> (maintainer) |
2.8.13_1 10 Apr 2019 06:18:32 |
antoine |
Bump a few PORTREVISIONs after r498529
With hat: portmgr |
2.8.13 04 Mar 2019 06:00:43 |
wen |
- Update to 2.8.13
PR: 235738
Submitted by: lucas.kanashiro@collabora.com(maintainer) |
2.8.6 23 Nov 2018 20:07:40 |
swills |
sysutils/py-google-compute-engine: update to 2.8.6
PR: 232439
Submitted by: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Approved by: Helen Koike <helen.koike@collabora.com> (maintainer, earlier
version of patch) |
2.8.3_2 19 Aug 2018 14:15:40 |
swills |
sysutils/py-google-compute-engine: remove patches for InstanceSetup
While here, pet portlint by fixing shebang and bump PORTREVISION.
PR: 230741
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) |
2.8.3_1 18 Jul 2018 14:28:03 |
swills |
sysutils/py-google-compute-engine: fix default shell
PR: 229817
Submitted by: Gustavo Serra Scalet <gustavo.scalet@collabora.com>
Approved by: Helen Koike <helen.koike@collabora.com> (maintainer)
MFH: 2018Q3 |
2.8.3 20 Jun 2018 17:05:44 |
mat |
Use PY_FLAVOR for dependencies.
FLAVOR is the current port's flavor, it should not be used outside of
this scope.
Sponsored by: Absolight |
2.8.3 14 Jun 2018 19:07:49 |
swills |
sysutils/py-google-compute-engine: update to 2.8.3
PR: 228999
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) |
2.7.6_4 22 May 2018 23:52:40 |
swills |
sysutils/py-google-compute-engine: Fix hostname and bash usage
PR: 228428
PR: 228252
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) |
2.7.6_3 22 May 2018 13:27:40 |
swills |
sysutils/py-google-compute-engine: Fix gsutil not being found
PR: 228415
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer |
2.7.6_2 22 May 2018 13:04:47 |
swills |
sysutils/py-google-compute-engine: Fixes agent logging to syslog (console)
PR: 228411
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) |
2.7.6_1 30 Mar 2018 16:37:35 |
swills |
sysutils/py-google-compute-engine: add missing dependency
PR: 227114
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) |
2.7.6 27 Mar 2018 18:55:38 |
yuri |
sysutils/py-google-compute-engine: Update 2.6.1 -> 2.7.6
Patch updates.
PR: 227006
Submitted by: Helen Koike <helen.koike@collabora.com> (maintainer) |
2.6.1 30 Nov 2017 15:50:34 |
mat |
Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored. They will
automatically get flavors (py27, py34, py35, py36) depending on what
versions they support.
There is also a USE_PYTHON=flavors for ports that do not use distutils
but need FLAVORS to be set. A USE_PYTHON=noflavors can be set if
using distutils but flavors are not wanted.
A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
added to cope with Python ports that did not have the Python
PKGNAMEPREFIX but are flavored.
USES=python now also exports a PY_FLAVOR variable that contains the (Only the first 15 lines of the commit message are shown above ) |
2.6.1 28 Nov 2017 20:24:51 |
ultima |
* Updated to 2.6.1
* Removed obsolete patch files
PR: 222608
Submitted by: Helen Koike (maintainer) |
2.4.1_2 15 Oct 2017 22:11:30 |
ultima |
Fixed ntpd starting too early causing other services to fail at start.
Fixed error when stopping services.
PR: 222197
Submitted by: Helen Koike (maintainer)
Reported by: Vick Khera
MFH: 2017Q4 |
2.4.1_1 03 Sep 2017 02:31:16 |
ultima |
Add missing rc script, this should fix possible issues with ip forwarding
PR: 221917
Submitted by: Helen Koike (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12207 |
2.4.1 19 Aug 2017 18:02:55 |
ultima |
Google Compute Engine offers scripts and daemons which runs 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.
WWW: https://github.com/GoogleCloudPlatform/compute-image-packages
PR: 219687
Submitted by: Helen Koike (maintainer)
Reviewed by: matthew (mentor), koobs, sunpoet, swills, julian
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12077 |