Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jul 2017 00:49:52 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r445290 - in head/devel: . rubygem-jenkins_api_client
Message-ID:  <201707080049.v680nqxk099155@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Sat Jul  8 00:49:52 2017
New Revision: 445290
URL: https://svnweb.freebsd.org/changeset/ports/445290

Log:
  devel/rubygem-jenkins_api_client: create port
  
  This is a simple and easy-to-use Jenkins Api client with features focused on
  automating Job configuration programaticaly and so forth
  
  WWW: https://github.com/arangamani/jenkins_api_client
  
  PR:		214106
  Reported by:	asomers

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Jul  8 00:24:05 2017	(r445289)
+++ head/devel/Makefile	Sat Jul  8 00:49:52 2017	(r445290)
@@ -5411,6 +5411,7 @@
     SUBDIR += rubygem-jbuilder-rails5
     SUBDIR += rubygem-jbuilder-rails50
     SUBDIR += rubygem-jekyll-coffeescript
+    SUBDIR += rubygem-jenkins_api_client
     SUBDIR += rubygem-jeweler
     SUBDIR += rubygem-jira-ruby
     SUBDIR += rubygem-jmespath

Added: head/devel/rubygem-jenkins_api_client/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-jenkins_api_client/Makefile	Sat Jul  8 00:49:52 2017	(r445290)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	jenkins_api_client
+PORTVERSION=	1.5.3
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	Jenkins JSON API Client
+
+RUN_DEPENDS=	rubygem-nokogiri>=1.6:textproc/rubygem-nokogiri \
+		rubygem-thor>=0.16.0:devel/rubygem-thor \
+		rubygem-terminal-table>=1.4.0:textproc/rubygem-terminal-table \
+		rubygem-mixlib-shellout>=1.1.0:devel/rubygem-mixlib-shellout \
+		rubygem-socksify>=1.7.0:www/rubygem-socksify \
+		rubygem-json>=1.0:devel/rubygem-json
+
+USE_RUBY=	yes
+USES=		gem
+PLIST_FILES=	bin/jenkinscli
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-jenkins_api_client/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-jenkins_api_client/distinfo	Sat Jul  8 00:49:52 2017	(r445290)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1499473801
+SHA256 (rubygem/jenkins_api_client-1.5.3.gem) = 1acb01d242a2ff77138375a2eeaa76c41ba70637ff665e0a509a26ef36daa0c3
+SIZE (rubygem/jenkins_api_client-1.5.3.gem) = 592384

Added: head/devel/rubygem-jenkins_api_client/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-jenkins_api_client/pkg-descr	Sat Jul  8 00:49:52 2017	(r445290)
@@ -0,0 +1,4 @@
+This is a simple and easy-to-use Jenkins Api client with features focused on
+automating Job configuration programaticaly and so forth
+
+WWW: https://github.com/arangamani/jenkins_api_client



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