git: d8139531bed3 - main - devel/rubygem-libddprof: Add rubygem-libddprof 0.6.0.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 16 Jun 2022 14:05:08 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d8139531bed3d0f7e2cabbe4ec748243192ea924
commit d8139531bed3d0f7e2cabbe4ec748243192ea924
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-06-16 13:58:49 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-06-16 13:58:49 +0000
devel/rubygem-libddprof: Add rubygem-libddprof 0.6.0.1.0
libdatadog provides a shared library containing common code used in the
implementation of Datadog's libraries, including Continuous Profilers.
(In a past life, libdatadog was known as libddprof but it was renamed when we
decided to increase its scope).
WWW: https://github.com/datadog/libdatadog
---
devel/Makefile | 1 +
devel/rubygem-libddprof/Makefile | 18 ++++++++++++++++++
devel/rubygem-libddprof/distinfo | 3 +++
devel/rubygem-libddprof/pkg-descr | 7 +++++++
4 files changed, 29 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index 96a6f8757eab..f86395b4ffbc 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6610,6 +6610,7 @@
SUBDIR += rubygem-kgio
SUBDIR += rubygem-launchy
SUBDIR += rubygem-lazy_priority_queue
+ SUBDIR += rubygem-libddprof
SUBDIR += rubygem-librarian
SUBDIR += rubygem-librarianp
SUBDIR += rubygem-libyajl2
diff --git a/devel/rubygem-libddprof/Makefile b/devel/rubygem-libddprof/Makefile
new file mode 100644
index 000000000000..bb1ff1d964af
--- /dev/null
+++ b/devel/rubygem-libddprof/Makefile
@@ -0,0 +1,18 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+
+PORTNAME= libddprof
+PORTVERSION= 0.6.0.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Implementation bits of ddtract for Continuous Profiler feature
+
+LICENSE= APACHE20
+
+USES= gem
+USE_RUBY= yes
+
+#NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-libddprof/distinfo b/devel/rubygem-libddprof/distinfo
new file mode 100644
index 000000000000..b01af955ef8a
--- /dev/null
+++ b/devel/rubygem-libddprof/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1655208202
+SHA256 (rubygem/libddprof-0.6.0.1.0.gem) = ac4c01a80d220a37ae1a4040187565c95c6856cbc54ca5f36d4c8d8fe1e2abd2
+SIZE (rubygem/libddprof-0.6.0.1.0.gem) = 6402560
diff --git a/devel/rubygem-libddprof/pkg-descr b/devel/rubygem-libddprof/pkg-descr
new file mode 100644
index 000000000000..92cb6b013456
--- /dev/null
+++ b/devel/rubygem-libddprof/pkg-descr
@@ -0,0 +1,7 @@
+libdatadog provides a shared library containing common code used in the
+implementation of Datadog's libraries, including Continuous Profilers.
+
+(In a past life, libdatadog was known as libddprof but it was renamed when we
+decided to increase its scope).
+
+WWW: https://github.com/datadog/libdatadog