Port details |
- google-daemon Google daemon for use with Google Cloud Compute Engine
- 1.2.1_1 net
=0 1.2.1_1Version of this port present on the latest quarterly branch.
- DEPRECATED: Please use sysutils/py-google-compute-engine instead
This port expired on: 2018-04-24
- Maintainer: swills@FreeBSD.org
- Port Added: 2014-08-10 23:27:42
- Last Update: 2018-04-25 19:53:39
- SVN Revision: 468292
- License: not specified in port
- WWW:
- https://github.com/GoogleCloudPlatform/compute-image-packages/tree/master/google-daemon
- Description:
- Google daemon runs in the background and provides the following services:
- Creates new accounts based on the instance metadata.
- Configures ssh to accept the accounts' public keys from the instance
metadata.
WWW: https://github.com/GoogleCloudPlatform/compute-image-packages/tree/master/google-daemon
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- google-daemon>0:net/google-daemon
- No installation instructions:
- This port has been deleted.
- PKGNAME: google-daemon
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (GoogleCloudPlatform-compute-image-packages-1.2.1_GH0.tar.gz) = e70805809bd3e1a52f191391bd5a2255dd794169ba6402f0a3c46f2def67e13a
SIZE (GoogleCloudPlatform-compute-image-packages-1.2.1_GH0.tar.gz) = 65967
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:
-
- python : lang/python
- python2.7 : lang/python27
- Runtime dependencies:
-
- python : lang/python
- sudo : security/sudo
- python2.7 : lang/python27
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- python:2.7 shebangfix
- 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 |
1.2.1_1 25 Apr 2018 19:53:39 |
rene |
Remove expired ports:
2018-04-24 net/google-daemon: Please use sysutils/py-google-compute-engine
instead
2018-04-24 net/google-startup-scripts: Please use
sysutils/py-google-compute-engine instead
2018-04-24 math/octave-forge-odepkg |
1.2.1_1 23 Mar 2018 17:19:00 |
swills |
net/google-daemon: mark deprecated |
1.2.1_1 27 Feb 2018 12:23:22 |
amdmi3 |
- Limit python version
- Fix shebangs properly
- Add NO_ARCH
Approved by: portmgr blanket |
1.2.1 03 Jan 2017 18:12:13 |
mat |
Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
get out of them are not.
- If the repository was renamed, the old URL will still work, but the
distribution name will be ith the new name.
Sponsored by: Absolight |
1.2.1 01 Apr 2016 14:16:20 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight |
1.2.1 28 Apr 2015 18:44:05 |
bdrewery |
USE_GITHUB: For the new support, fix DISTNAME to be more consistent.
When using GH_TAGNAME the DISTNAME would have GH_PROJECT and GH_ACCOUNT in
it. When not using GH_TAGNAME it would not have this. Now both cases
will add in the GH_PROJECT and GH_ACCOUNT.
Add special care to ensure that the DISTVERSION is not added in twice. If
a port does GH_TAGNAME=v${PORTVERSION} it will be added in twice though. For
that case DISTVERSIONPREFIX=v should be set and no GH_TAGNAME should be used.
empty() is used rather than (!defined || !${}) to support fmake.
The purpose of setting DISTNAME at all in these cases is to make it more clear
that the distfile is from *GITHUB* and to avoid collisions if a project were
to be renamed or moved. Without adding in GH_PROJECT and GH_ACCOUNT then there
are real risks that collisions on filenames would happen on renamed or moved
projects, which is fairly common. A GITHUB-generated file may not match
a custom-rolled or git-archive-rolled distfile.
PR: 199069
With hat: portmgr
Testing done: All USE_GITHUB ports without GH_COMMIT were
checksum/fetch/extract/WRKSRC tested. |
1.2.1 19 Mar 2015 20:45:04 |
bdrewery |
Fix renamed distfiles missed in r381688. Also fix the GHR ports updated in
r381648 which were expecting DISTVERSIONPREFIX/SUFFIX to be used in the
tag fetched from github by defaulting GH_TAGNAME to the same value
as DISTVERSION would get by only when GH_COMMIT is not set (when using the
new scheme).
With hat: portmgr |
1.2.1 19 Mar 2015 18:08:26 |
bdrewery |
Remove GITHUB_RELEASE MASTER_SITE from r375010 as it is now redundant with
GITHUB.
The new GITHUB MASTER_SITE from r381618 now supports not setting GH_COMMIT and
only having GH_TAGNAME default to DISTVERSION.
All of these ports as-is.
With hat: portmgr |
1.2.1 24 Dec 2014 22:18:29 |
antoine |
Unbreak |
1.2.1 24 Dec 2014 05:53:00 |
swills |
net/google-daemon: update to 1.2.1 |
1.1.5_1 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
1.1.5_1 11 Aug 2014 02:43:30 |
swills |
net/google-daemon: require syslog started before google-accounts-manager
google-accounts-manager needs syslog running and won't startup properly without
it, so add REQUIRE: syslogd to rc script. |
1.1.5 10 Aug 2014 23:27:34 |
swills |
net/google-daemon: add net/google-daemon, user daemon for Google Compute Engine
Google daemon runs in the background and provides the following services:
- Creates new accounts based on the instance metadata.
- Configures ssh to accept the accounts' public keys from the instance metadata. |