Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Nov 2014 07:55:07 +0000 (UTC)
From:      Johannes Jost Meixner <xmj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r372624 - in head/sysutils: . rubygem-hammer_cli_foreman_ssh rubygem-hammer_cli_foreman_ssh/files
Message-ID:  <201411160755.sAG7t7Aq033759@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: xmj
Date: Sun Nov 16 07:55:07 2014
New Revision: 372624
URL: https://svnweb.freebsd.org/changeset/ports/372624
QAT: https://qat.redports.org/buildarchive/r372624/

Log:
  sysutils/rubygem-hammer_cli_foreman_ssh: new port
  
  This Hammer CLI plugin contains a set of commands for remote execution
  of commands on hosts known to Foreman via SSH
  
  WWW: https://github.com/theforeman/hammer-cli-foreman-ssh
  
  PR:		194673
  Differential Revision:	https://reviews.freebsd.org/D1113
  Submitted by:	Michael Moll <kvedulv@kvedulv.de>
  Approved by:	swills (mentor)

Added:
  head/sysutils/rubygem-hammer_cli_foreman_ssh/
  head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile   (contents, props changed)
  head/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo   (contents, props changed)
  head/sysutils/rubygem-hammer_cli_foreman_ssh/files/
  head/sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample   (contents, props changed)
  head/sysutils/rubygem-hammer_cli_foreman_ssh/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sun Nov 16 05:45:27 2014	(r372623)
+++ head/sysutils/Makefile	Sun Nov 16 07:55:07 2014	(r372624)
@@ -813,6 +813,7 @@
     SUBDIR += rubygem-hammer_cli
     SUBDIR += rubygem-hammer_cli_foreman
     SUBDIR += rubygem-hammer_cli_foreman_bootdisk
+    SUBDIR += rubygem-hammer_cli_foreman_ssh
     SUBDIR += rubygem-hiera
     SUBDIR += rubygem-hiera-json
     SUBDIR += rubygem-hiera-puppet

Added: head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-hammer_cli_foreman_ssh/Makefile	Sun Nov 16 07:55:07 2014	(r372624)
@@ -0,0 +1,28 @@
+# Created by: Michael Moll <kvedulv@kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	hammer_cli_foreman_ssh
+PORTVERSION=	0.0.2
+CATEGORIES=	sysutils ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	kvedulv@kvedulv.de
+COMMENT=	SSH host commands for Hammer CLI
+
+LICENSE=	GPLv3
+
+RUN_DEPENDS=	rubygem-hammer_cli_foreman>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman \
+		rubygem-net-ssh-multi>0:${PORTSDIR}/security/rubygem-net-ssh-multi
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+PLIST_FILES=	"@sample etc/hammer/cli.modules.d/foreman_ssh.yml.sample"
+
+.include <bsd.port.pre.mk>
+
+post-install:
+		${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d
+		${INSTALL_DATA} ${FILESDIR}/foreman_ssh.yml.sample ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_ssh.yml.sample
+
+.include <bsd.port.post.mk>

Added: head/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-hammer_cli_foreman_ssh/distinfo	Sun Nov 16 07:55:07 2014	(r372624)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/hammer_cli_foreman_ssh-0.0.2.gem) = b75c930a185c6c18195fddf745cdfcfcc777c3a7ae873fbe4fc12a01971d4e7b
+SIZE (rubygem/hammer_cli_foreman_ssh-0.0.2.gem) = 6656

Added: head/sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-hammer_cli_foreman_ssh/files/foreman_ssh.yml.sample	Sun Nov 16 07:55:07 2014	(r372624)
@@ -0,0 +1,3 @@
+:foreman_ssh:
+    :enable_module: true
+    :require: 'foreman'

Added: head/sysutils/rubygem-hammer_cli_foreman_ssh/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/rubygem-hammer_cli_foreman_ssh/pkg-descr	Sun Nov 16 07:55:07 2014	(r372624)
@@ -0,0 +1,4 @@
+This Hammer CLI plugin contains a set of commands for remote execution
+of commands on hosts known to Foreman via SSH
+
+WWW: https://github.com/theforeman/hammer-cli-foreman-ssh



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