svn commit: r380789 - in head/net: . rubygem-dogapi

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 8 18:50:36 UTC 2015


Author: sunpoet
Date: Sun Mar  8 18:50:34 2015
New Revision: 380789
URL: https://svnweb.freebsd.org/changeset/ports/380789
QAT: https://qat.redports.org/buildarchive/r380789/

Log:
  - 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

Added:
  head/net/rubygem-dogapi/
  head/net/rubygem-dogapi/Makefile   (contents, props changed)
  head/net/rubygem-dogapi/distinfo   (contents, props changed)
  head/net/rubygem-dogapi/pkg-descr   (contents, props changed)
Modified:
  head/net/Makefile

Modified: head/net/Makefile
==============================================================================
--- head/net/Makefile	Sun Mar  8 18:44:01 2015	(r380788)
+++ head/net/Makefile	Sun Mar  8 18:50:34 2015	(r380789)
@@ -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

Added: head/net/rubygem-dogapi/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-dogapi/Makefile	Sun Mar  8 18:50:34 2015	(r380789)
@@ -0,0 +1,20 @@
+# Created by: Sunpoet Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	dogapi
+PORTVERSION=	1.16.0
+CATEGORIES=	net rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	sunpoet at 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>

Added: head/net/rubygem-dogapi/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-dogapi/distinfo	Sun Mar  8 18:50:34 2015	(r380789)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/dogapi-1.16.0.gem) = 7feb8c53cfdcb7e5961e2530ca5fc7b29a70008bb7f717f47b1bf38375ad245f
+SIZE (rubygem/dogapi-1.16.0.gem) = 32768

Added: head/net/rubygem-dogapi/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/rubygem-dogapi/pkg-descr	Sun Mar  8 18:50:34 2015	(r380789)
@@ -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


More information about the svn-ports-head mailing list