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
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details
google-daemon Google daemon for use with Google Cloud Compute Engine
1.2.1_1 net Deleted on this many watch lists=0 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 1.2.1_1Version of this port present on the latest quarterly branch.
Deprecated DEPRECATED: Please use sysutils/py-google-compute-engine instead
Expired This port expired on: 2018-04-24
Maintainer: swills@FreeBSD.org search for ports maintained by this maintainer
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
Homepage    cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (16 items)
Collapse this list.
  1. share/google/google_daemon/accounts.py
  2. share/google/google_daemon/accounts.pyc
  3. share/google/google_daemon/accounts_manager.py
  4. share/google/google_daemon/accounts_manager.pyc
  5. share/google/google_daemon/accounts_manager_daemon.py
  6. share/google/google_daemon/accounts_manager_daemon.pyc
  7. share/google/google_daemon/address_manager.py
  8. share/google/google_daemon/address_manager.pyc
  9. share/google/google_daemon/desired_accounts.py
  10. share/google/google_daemon/desired_accounts.pyc
  11. share/google/google_daemon/manage_accounts.py
  12. share/google/google_daemon/manage_accounts.pyc
  13. share/google/google_daemon/manage_addresses.py
  14. share/google/google_daemon/manage_addresses.pyc
  15. share/google/google_daemon/utils.py
  16. share/google/google_daemon/utils.pyc
Collapse this list.
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.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. python : lang/python
  2. python2.7 : lang/python27
Runtime dependencies:
  1. python : lang/python
  2. sudo : security/sudo
  3. 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:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/GoogleCloudPlatform/compute-image-packages/tar.gz/1.2.1?dummy=/
Collapse this list.

Number of commits found: 13

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.1_1
25 Apr 2018 19:53:39
Revision:468292Original commit files touched by this commit
rene search for other commits by this committer
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
Revision:465388Original commit files touched by this commit
swills search for other commits by this committer
net/google-daemon: mark deprecated
1.2.1_1
27 Feb 2018 12:23:22
Revision:463115Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Limit python version
- Fix shebangs properly
- Add NO_ARCH

Approved by:	portmgr blanket
1.2.1
03 Jan 2017 18:12:13
Revision:430490Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:412348Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:384932Original commit files touched by this commit
bdrewery search for other commits by this committer
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
Revision:381689Original commit files touched by this commit
bdrewery search for other commits by this committer
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
Revision:381648Original commit files touched by this commit
bdrewery search for other commits by this committer
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
Revision:375491Original commit files touched by this commit
antoine search for other commits by this committer
Unbreak
1.2.1
24 Dec 2014 05:53:00
Revision:375389Original commit files touched by this commit
swills search for other commits by this committer
net/google-daemon: update to 1.2.1
1.1.5_1
22 Nov 2014 14:43:24
Revision:373063Original commit files touched by this commit
antoine search for other commits by this committer
Cleanup plist
1.1.5_1
11 Aug 2014 02:43:30
Revision:364584Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:364582Original commit files touched by this commit
swills search for other commits by this committer
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.

Number of commits found: 13