git: 5816fbf5636b - main - devel/rubygem-libdatadog: Add rubygem-libdatadog 0.7.0.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 27 Aug 2022 10:30:58 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5816fbf5636beb74fc062123781a0eceaefa3d84
commit 5816fbf5636beb74fc062123781a0eceaefa3d84
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:10:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:10:50 +0000
devel/rubygem-libdatadog: Add rubygem-libdatadog 0.7.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/tree/main/ruby
---
devel/Makefile | 1 +
devel/rubygem-libdatadog/Makefile | 16 ++++++++++++++++
devel/rubygem-libdatadog/distinfo | 3 +++
devel/rubygem-libdatadog/pkg-descr | 7 +++++++
4 files changed, 27 insertions(+)
diff --git a/devel/Makefile b/devel/Makefile
index b9ba43e97853..cce7951001c2 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6608,6 +6608,7 @@
SUBDIR += rubygem-kgio
SUBDIR += rubygem-launchy
SUBDIR += rubygem-lazy_priority_queue
+ SUBDIR += rubygem-libdatadog
SUBDIR += rubygem-libddprof
SUBDIR += rubygem-libddwaf
SUBDIR += rubygem-librarian
diff --git a/devel/rubygem-libdatadog/Makefile b/devel/rubygem-libdatadog/Makefile
new file mode 100644
index 000000000000..591a2184d6bf
--- /dev/null
+++ b/devel/rubygem-libdatadog/Makefile
@@ -0,0 +1,16 @@
+PORTNAME= libdatadog
+PORTVERSION= 0.7.0.1.0
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+
+MAINTAINER= sunpoet@FreeBSD.org
+COMMENT= Rust-based utility library for Datadog ddtrace gem
+
+LICENSE= APACHE20
+
+USES= gem
+USE_RUBY= yes
+
+#NO_ARCH= yes
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-libdatadog/distinfo b/devel/rubygem-libdatadog/distinfo
new file mode 100644
index 000000000000..5edf23d59ceb
--- /dev/null
+++ b/devel/rubygem-libdatadog/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1660576712
+SHA256 (rubygem/libdatadog-0.7.0.1.0.gem) = 45a90954ac206620cb839970b921026ede74eadc90076f8e721f0f81d20b9415
+SIZE (rubygem/libdatadog-0.7.0.1.0.gem) = 6050816
diff --git a/devel/rubygem-libdatadog/pkg-descr b/devel/rubygem-libdatadog/pkg-descr
new file mode 100644
index 000000000000..3ffb79647539
--- /dev/null
+++ b/devel/rubygem-libdatadog/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/tree/main/ruby