mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Add rubygem-dogapi 1.16.0
The Ruby client is a library suitable for inclusion in existing Ruby projects or for development of standalone scripts. It provides an abstraction on top of Datadog's raw HTTP interface for reporting events and metrics. WWW: https://github.com/DataDog/dogapi-rb RG: https://rubygems.org/gems/dogapi
This commit is contained in:
parent
8b16a184b0
commit
9c13eab2de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380789
@ -1027,6 +1027,7 @@
|
||||
SUBDIR += rubygem-bunny
|
||||
SUBDIR += rubygem-bunny060
|
||||
SUBDIR += rubygem-connection_pool
|
||||
SUBDIR += rubygem-dogapi
|
||||
SUBDIR += rubygem-domain_name
|
||||
SUBDIR += rubygem-dropbox-sdk
|
||||
SUBDIR += rubygem-epp-client-afnic
|
||||
|
20
net/rubygem-dogapi/Makefile
Normal file
20
net/rubygem-dogapi/Makefile
Normal file
@ -0,0 +1,20 @@
|
||||
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= dogapi
|
||||
PORTVERSION= 1.16.0
|
||||
CATEGORIES= net rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Ruby bindings for Datadog API
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
|
||||
RUN_DEPENDS= rubygem-json>=1.5.1:${PORTSDIR}/devel/rubygem-json
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/rubygem-dogapi/distinfo
Normal file
2
net/rubygem-dogapi/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (rubygem/dogapi-1.16.0.gem) = 7feb8c53cfdcb7e5961e2530ca5fc7b29a70008bb7f717f47b1bf38375ad245f
|
||||
SIZE (rubygem/dogapi-1.16.0.gem) = 32768
|
6
net/rubygem-dogapi/pkg-descr
Normal file
6
net/rubygem-dogapi/pkg-descr
Normal file
@ -0,0 +1,6 @@
|
||||
The Ruby client is a library suitable for inclusion in existing Ruby projects or
|
||||
for development of standalone scripts. It provides an abstraction on top of
|
||||
Datadog's raw HTTP interface for reporting events and metrics.
|
||||
|
||||
WWW: https://github.com/DataDog/dogapi-rb
|
||||
RG: https://rubygems.org/gems/dogapi
|
Loading…
Reference in New Issue
Block a user