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
Port details
rubygem-google-apis-core-gitlab Common utility and base classes for legacy Google REST clients
0.15.1 develnew! 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 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one.
Maintainer: mfechner@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2024-11-22 13:52:17
Last Update: 2024-11-22 13:15:15
Commit Hash: edc8d03
Also Listed In: rubygems
License: APACHE20
WWW:
https://github.com/googleapis/google-api-ruby-client/tree/main/google-apis-core
https://github.com/googleapis/google-api-ruby-client
Description:
This library implements the code generator used by legacy REST clients for Google APIs. It automatically generates client gems given discovery documents. Google-managed clients for publicly-available APIs are maintained using this tool, and users may also use it to generate clients for private or early-access APIs.
HomepageHomepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (3 items)
Collapse this list.
  1. /usr/local/share/licenses/rubygem-google-apis-core-gitlab-0.15.1/catalog.mk
  2. /usr/local/share/licenses/rubygem-google-apis-core-gitlab-0.15.1/LICENSE
  3. /usr/local/share/licenses/rubygem-google-apis-core-gitlab-0.15.1/APACHE20
Collapse this list.
Dependency lines:
  • rubygem-google-apis-core-gitlab>0:devel/rubygem-google-apis-core-gitlab
To install the port:
cd /usr/ports/devel/rubygem-google-apis-core-gitlab/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/rubygem-google-apis-core-gitlab
  • pkg install rubygem-google-apis-core-gitlab
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: rubygem-google-apis-core-gitlab
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1722711311 SHA256 (rubygem/google-apis-core-0.15.1.gem) = 91484122791af5b2f3d3f4297912748febe2b5d704d04ad54cbf5df87339a71a SIZE (rubygem/google-apis-core-0.15.1.gem) = 36352

No package information for this port in our database
Sometimes this happens. Not all ports have packages. This is doubly so for new ports, like this one.
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Runtime dependencies:
  1. rubygem-addressable>=2.5.1<3 : www/rubygem-addressable
  2. rubygem-googleauth-gitlab>=1.9<2 : security/rubygem-googleauth-gitlab
  3. rubygem-httpclient>=2.8.3<3.0 : www/rubygem-httpclient
  4. rubygem-mini_mime>=1.0<2 : mail/rubygem-mini_mime
  5. rubygem-mutex_m>=0 : devel/rubygem-mutex_m
  6. rubygem-representable>=3.0<4 : textproc/rubygem-representable
  7. rubygem-retriable>=2.0<4.0 : devel/rubygem-retriable
  8. ruby32 : lang/ruby32
  9. gem : devel/ruby-gems
Patch dependencies:
  1. ruby32 : lang/ruby32
  2. gem : devel/ruby-gems
Extract dependencies:
  1. ruby32 : lang/ruby32
This port is required by:
for Build
  1. www/gitlab
for Run
  1. devel/rubygem-google-apis-androidpublisher_v3-gitlab
  2. devel/rubygem-google-apis-cloudbilling_v1
  3. devel/rubygem-google-apis-cloudresourcemanager_v1
  4. devel/rubygem-google-apis-compute_v1-gitlab
  5. devel/rubygem-google-apis-container_v1
  6. devel/rubygem-google-apis-container_v1beta1
  7. devel/rubygem-google-apis-iam_v1
Expand this list (15 items / 8 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. devel/rubygem-google-apis-iamcredentials_v1-gitlab
  3. devel/rubygem-google-apis-monitoring_v3-gitlab
  4. devel/rubygem-google-apis-pubsub_v1-gitlab
  5. devel/rubygem-google-apis-serviceusage_v1
  6. devel/rubygem-google-apis-sqladmin_v1beta4-gitlab
  7. devel/rubygem-google-apis-storage_v1-gitlab
  8. dns/rubygem-google-apis-dns_v1-gitlab
  9. www/gitlab
  10. Collapse this list.

Configuration Options:
No options to configure
Options name:
devel_rubygem-google-apis-core-gitlab
USES:
gem
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://rubygems.org/downloads/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.15.1
22 Nov 2024 13:15:15
commit hash: edc8d0390e04766c7102c04cdba727b8c0fd22d6commit hash: edc8d0390e04766c7102c04cdba727b8c0fd22d6commit hash: edc8d0390e04766c7102c04cdba727b8c0fd22d6commit hash: edc8d0390e04766c7102c04cdba727b8c0fd22d6 files touched by this commit
Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab: fix regression from 335fc7c38d61142727cb9f01fd9e401c476e4ad8

Gitlab requires net-http 0.4.1:
Because faraday >= 2, < 2.5 could not be found in locally installed gems
  and faraday >= 2.5, < 2.12.1 could not be found in locally installed gems,
  faraday >= 2, < 2.12.1 cannot be used.
And because faraday >= 2.12.1 depends on faraday-net_http >= 2.0, < 3.5,
  faraday >= 2 requires faraday-net_http >= 2.0, < 3.5.
Because faraday-net_http >= 3.4.0 depends on net-http >= 0.5.0
and faraday-net_http >= 2.0, < 3.4.0 could not be found in locally installed
gems,
  faraday-net_http >= 2.0 requires net-http >= 0.5.0.
Thus, faraday >= 2 requires net-http >= 0.5.0.
So, because Gemfile depends on faraday ~> 2
  and Gemfile depends on net-http = 0.4.1,
  version solving has failed.

While fixing the problem, moved gitlab used packages to own package names with a
PKGNAMESUFFIX of `-gitlab`.
This should make the gitlab package much more stable if updates in the ports are
done.

Number of commits found: 1