aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2023-04-12 13:34:25 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2023-04-12 14:31:54 +0000
commit668233bdd3ce14cab463b0d33659ac06247d3334 (patch)
treef94d8666e3a8d3e754a6ae0d3e923a87c34ba720
parent3e1d8d19939fde72de940c299466438ec7b80911 (diff)
downloadports-668233bdd3ce14cab463b0d33659ac06247d3334.tar.gz
ports-668233bdd3ce14cab463b0d33659ac06247d3334.zip
www/gitlab-ce: added new port required for 15.10.2
-rw-r--r--textproc/Makefile1
-rw-r--r--textproc/rubygem-google-cloud-profiler-v2/Makefile20
-rw-r--r--textproc/rubygem-google-cloud-profiler-v2/distinfo3
-rw-r--r--textproc/rubygem-google-cloud-profiler-v2/pkg-descr7
4 files changed, 31 insertions, 0 deletions
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.