Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Oct 2015 13:31:57 +0000 (UTC)
From:      Michael Moll <mmoll@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398916 - in head/sysutils: . rubygem-smart_proxy_remote_execution_ssh
Message-ID:  <201510091331.t99DVvhm069722@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmoll
Date: Fri Oct  9 13:31:57 2015
New Revision: 398916
URL: https://svnweb.freebsd.org/changeset/ports/398916

Log:
  new port: sysutils/rubygem-smart_proxy_remote_execution_ssh
  
  Plugin for foreman-proxy allowing using SSH for remote execution.
  
  WWW: https://github.com/theforeman/smart_proxy_remote_execution_ssh

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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Fri Oct  9 13:29:11 2015	(r398915)
+++ head/sysutils/Makefile	Fri Oct  9 13:31:57 2015	(r398916)
@@ -890,6 +890,7 @@
     SUBDIR += rubygem-shellany
     SUBDIR += rubygem-smart_proxy_chef
     SUBDIR += rubygem-smart_proxy_dynflow
+    SUBDIR += rubygem-smart_proxy_remote_execution_ssh
     SUBDIR += rubygem-smart_proxy_salt
     SUBDIR += rubygem-sys-admin
     SUBDIR += rubygem-sys-cpu

Added: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/Makefile	Fri Oct  9 13:31:57 2015	(r398916)
@@ -0,0 +1,36 @@
+# $FreeBSD$
+
+PORTNAME=	smart_proxy_remote_execution_ssh
+PORTVERSION=	0.0.6
+CATEGORIES=	sysutils ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	mmoll@FreeBSD.org
+COMMENT=	SSH remote execution provider for foreman-proxy
+
+LICENSE=	GPLv3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	foreman-proxy>=1.9.0:${PORTSDIR}/net/foreman-proxy \
+		rubygem-net-scp>=0:${PORTSDIR}/security/rubygem-net-scp \
+		rubygem-net-ssh>=0:${PORTSDIR}/security/rubygem-net-ssh \
+		rubygem-smart_proxy_dynflow>=0.0.3:${PORTSDIR}/sysutils/rubygem-smart_proxy_dynflow
+
+NO_ARCH=	yes
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+PLIST_FILES=	share/foreman-proxy/bundler.d/remote_execution_ssh.rb \
+		"@sample etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample"
+
+post-install:
+		${MKDIR} ${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d
+		${INSTALL_DATA} ${WRKSRC}/settings.d/remote_execution_ssh.yml.example \
+			${STAGEDIR}${PREFIX}/etc/foreman-proxy/settings.d/remote_execution_ssh.yml.sample
+		${MKDIR} ${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d
+		${INSTALL_DATA} ${WRKSRC}/bundler.d/remote_execution_ssh.rb \
+			${STAGEDIR}${PREFIX}/share/foreman-proxy/bundler.d/remote_execution_ssh.rb
+
+.include <bsd.port.mk>

Added: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/distinfo	Fri Oct  9 13:31:57 2015	(r398916)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/smart_proxy_remote_execution_ssh-0.0.6.gem) = 6390147300d8d2dd93ccfcef6b8cea6a565048b9ddfd8579dd43de89c3feb9da
+SIZE (rubygem/smart_proxy_remote_execution_ssh-0.0.6.gem) = 22528

Added: head/sysutils/rubygem-smart_proxy_remote_execution_ssh/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-smart_proxy_remote_execution_ssh/pkg-descr	Fri Oct  9 13:31:57 2015	(r398916)
@@ -0,0 +1,3 @@
+Plugin for foreman-proxy allowing using SSH for remote execution.
+
+WWW: https://github.com/theforeman/smart_proxy_remote_execution_ssh



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