Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2017 14:33:20 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r435758 - in head/devel: . rubygem-jira-ruby
Message-ID:  <201703091433.v29EXKBE091513@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Mar  9 14:33:20 2017
New Revision: 435758
URL: https://svnweb.freebsd.org/changeset/ports/435758

Log:
  New port: devel/rubygem-jira-ruby
  
  This gem provides access to the Atlassian JIRA REST API.
  
  WWW: http://www.sumoheavy.com/

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Mar  9 14:25:12 2017	(r435757)
+++ head/devel/Makefile	Thu Mar  9 14:33:20 2017	(r435758)
@@ -5294,6 +5294,7 @@
     SUBDIR += rubygem-jbuilder
     SUBDIR += rubygem-jekyll-coffeescript
     SUBDIR += rubygem-jeweler
+    SUBDIR += rubygem-jira-ruby
     SUBDIR += rubygem-jmespath
     SUBDIR += rubygem-jquery-ui-themes
     SUBDIR += rubygem-jruby-jars

Added: head/devel/rubygem-jira-ruby/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-jira-ruby/Makefile	Thu Mar  9 14:33:20 2017	(r435758)
@@ -0,0 +1,22 @@
+# Created by: Torsten Zuehlsdorff <tz@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jira-ruby
+PORTVERSION=	1.2.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	API for JIRA
+
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	rubygem-activesupport4>=4.0:devel/rubygem-activesupport4 \
+	rubygem-oauth>=0.5.0:net/rubygem-oauth
+
+NO_ARCH=	yes
+USE_RUBY=	yes
+USES=		gem
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-jira-ruby/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-jira-ruby/distinfo	Thu Mar  9 14:33:20 2017	(r435758)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1489069801
+SHA256 (rubygem/jira-ruby-1.2.0.gem) = 427127d81f6cbe94ba8c0b9c25e7caedcdee6226719ddd9a9ab4b9c64d2dda4a
+SIZE (rubygem/jira-ruby-1.2.0.gem) = 53760

Added: head/devel/rubygem-jira-ruby/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-jira-ruby/pkg-descr	Thu Mar  9 14:33:20 2017	(r435758)
@@ -0,0 +1,3 @@
+This gem provides access to the Atlassian JIRA REST API.
+
+WWW: http://www.sumoheavy.com/



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