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-startup-scripts Startup scripts that interact with Google Compute Engine VMs
1.2.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.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-12-25 00:52:20
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-startup-scripts
Description:
A set of startup scripts that interact with the virtual machine environment. WWW: https://github.com/GoogleCloudPlatform/compute-image-packages/tree/master/google-startup-scripts
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 (13 items)
Collapse this list.
  1. share/google/boto/boot_setup.py
  2. share/google/boto/boot_setup.pyc
  3. share/google/boto/boto_plugins/compute_auth.py
  4. share/google/boto/boto_plugins/compute_auth.pyc
  5. share/google/fetch_script
  6. share/google/first-boot
  7. share/google/get_metadata_value
  8. share/google/onboot
  9. share/google/regenerate-host-keys
  10. share/google/run-scripts
  11. share/google/run-shutdown-scripts
  12. share/google/run-startup-scripts
  13. share/google/set-hostname
Collapse this list.
Dependency lines:
  • google-startup-scripts>0:net/google-startup-scripts
No installation instructions:
This port has been deleted.
PKGNAME: google-startup-scripts
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. curl : ftp/curl
  3. bash : shells/bash
  4. flock : sysutils/flock
  5. python2.7 : lang/python27
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
N/A
USES:
python 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: 9

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.2.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
23 Mar 2018 17:19:14
Revision:465389Original commit files touched by this commit
swills search for other commits by this committer
net/google-startup-scripts: mark deprecated
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
25 Dec 2014 02:38:40
Revision:375526Original commit files touched by this commit
swills search for other commits by this committer
net/google-startup-scripts: unbreak
1.2.1
25 Dec 2014 00:51:55
Revision:375499Original commit files touched by this commit
swills search for other commits by this committer
net/google-startup-scripts: create port for Google startup scripts

Number of commits found: 9