Skip to content

Commit

Permalink
devel/rubygem-libddprof: Add rubygem-libddprof 0.6.0.1.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sunpoet committed Jun 16, 2022
1 parent a2ed811 commit d813953
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions devel/Makefile
Expand Up @@ -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
Expand Down
18 changes: 18 additions & 0 deletions 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>
3 changes: 3 additions & 0 deletions 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
7 changes: 7 additions & 0 deletions 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

0 comments on commit d813953

Please sign in to comment.