Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Nov 2019 03:05:54 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517103 - in head/devel: . rubygem-oci
Message-ID:  <201911090305.xA935s1X081956@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Sat Nov  9 03:05:54 2019
New Revision: 517103
URL: https://svnweb.freebsd.org/changeset/ports/517103

Log:
  New port: devel/rubygem-oci:  Ruby client for the Oracle Cloud Infrastructure API
  
  PR:		240057
  Submitted by:	Alessandro Sagratini <ale_sagra@hotmail.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Nov  9 03:01:03 2019	(r517102)
+++ head/devel/Makefile	Sat Nov  9 03:05:54 2019	(r517103)
@@ -6040,6 +6040,7 @@
     SUBDIR += rubygem-numerizer
     SUBDIR += rubygem-numerizer01
     SUBDIR += rubygem-octopress-hooks
+    SUBDIR += rubygem-oci
     SUBDIR += rubygem-oj
     SUBDIR += rubygem-omniauth_crowd
     SUBDIR += rubygem-omniauth_crowd22

Added: head/devel/rubygem-oci/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-oci/Makefile	Sat Nov  9 03:05:54 2019	(r517103)
@@ -0,0 +1,23 @@
+# Created by: Alessandro Sagratini <alessandro.sagratini@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	oci
+PORTVERSION=	2.5.11
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	alessandro.sagratini@gmail.com
+COMMENT=	Ruby client for the Oracle Cloud Infrastructure API
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS=	rubygem-inifile>=3.0.0:textproc/rubygem-inifile \
+		rubygem-json>=1.4.6:devel/rubygem-json \
+		rubygem-jwt>0:www/rubygem-jwt
+
+USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-oci/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-oci/distinfo	Sat Nov  9 03:05:54 2019	(r517103)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1566326223
+SHA256 (rubygem/oci-2.5.11.gem) = f0945b32342e4bf6178ab79231154d99ebbffe07c2abbb43e2f626f65a3c8865
+SIZE (rubygem/oci-2.5.11.gem) = 973824

Added: head/devel/rubygem-oci/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-oci/pkg-descr	Sat Nov  9 03:05:54 2019	(r517103)
@@ -0,0 +1,5 @@
+This is the Ruby SDK for Oracle Cloud Infrastructure.
+Ruby version 2.2 or later is required.
+
+WWW: https://docs.cloud.oracle.com/iaas/Content/API/SDKDocs/rubysdk.htm
+WWW: https://github.com/oracle/oci-ruby-sdk/



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