Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Mar 2015 18:50:34 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r380789 - in head/net: . rubygem-dogapi
Message-ID:  <201503081850.t28IoYet088262@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503081850.t28IoYet088262>