Date: Wed, 12 Apr 2023 14:48:58 GMT From: Matthias Fechner <mfechner@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 668233bdd3ce - main - www/gitlab-ce: added new port required for 15.10.2 Message-ID: <202304121448.33CEmwLY019260@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner: URL: https://cgit.FreeBSD.org/ports/commit/?id=668233bdd3ce14cab463b0d33659ac06247d3334 commit 668233bdd3ce14cab463b0d33659ac06247d3334 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2023-04-12 13:34:25 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2023-04-12 14:31:54 +0000 www/gitlab-ce: added new port required for 15.10.2 --- textproc/Makefile | 1 + textproc/rubygem-google-cloud-profiler-v2/Makefile | 20 ++++++++++++++++++++ textproc/rubygem-google-cloud-profiler-v2/distinfo | 3 +++ textproc/rubygem-google-cloud-profiler-v2/pkg-descr | 7 +++++++ 4 files changed, 31 insertions(+) diff --git a/textproc/Makefile b/textproc/Makefile index 09c7b3c310e2..80ebaacade24 100644 --- a/textproc/Makefile +++ b/textproc/Makefile @@ -1722,6 +1722,7 @@ SUBDIR += rubygem-github-markup SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-markup + SUBDIR += rubygem-google-cloud-profiler-v2 SUBDIR += rubygem-google-cloud-translate SUBDIR += rubygem-google-cloud-translate-v2 SUBDIR += rubygem-google-cloud-translate-v3 diff --git a/textproc/rubygem-google-cloud-profiler-v2/Makefile b/textproc/rubygem-google-cloud-profiler-v2/Makefile new file mode 100644 index 000000000000..b23fb2d48f24 --- /dev/null +++ b/textproc/rubygem-google-cloud-profiler-v2/Makefile @@ -0,0 +1,20 @@ +PORTNAME= google-cloud-profiler-v2 +PORTVERSION= 0.5.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Ruby Client to manage continous progiling information +WWW= https://github.com/googleapis/google-cloud-ruby + +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE.md + +RUN_DEPENDS= rubygem-gapic-common>=0.18.0<2:devel/rubygem-gapic-common \ + rubygem-google-cloud-errors>=1.0<2:net/rubygem-google-cloud-errors + +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> diff --git a/textproc/rubygem-google-cloud-profiler-v2/distinfo b/textproc/rubygem-google-cloud-profiler-v2/distinfo new file mode 100644 index 000000000000..0d797d4580b3 --- /dev/null +++ b/textproc/rubygem-google-cloud-profiler-v2/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1681187369 +SHA256 (rubygem/google-cloud-profiler-v2-0.5.0.gem) = 08c2b090c9cf823132dd6e341b025b6cde3813379cd51197fd7ce15ca73beaef +SIZE (rubygem/google-cloud-profiler-v2-0.5.0.gem) = 36864 diff --git a/textproc/rubygem-google-cloud-profiler-v2/pkg-descr b/textproc/rubygem-google-cloud-profiler-v2/pkg-descr new file mode 100644 index 000000000000..b4346ba4c86c --- /dev/null +++ b/textproc/rubygem-google-cloud-profiler-v2/pkg-descr @@ -0,0 +1,7 @@ +Cloud Profiler is a statistical, low-overhead profiler that continuously gathers CPU +usage and memory-allocation information from your production applications. +It attributes that information to the application's source code, helping you identify +the parts of the application consuming the most resources, and otherwise illuminating +the performance characteristics of the code. Note that google-cloud-profiler-v2 is a +version-specific client library. For most uses, we recommend installing the main +client library google-cloud-profiler instead. See the readme for more details.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304121448.33CEmwLY019260>