From owner-svn-ports-head@FreeBSD.ORG Sun Nov 16 07:55:09 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 29ED490D; Sun, 16 Nov 2014 07:55:09 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1501A887; Sun, 16 Nov 2014 07:55:09 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAG7t8x9033765; Sun, 16 Nov 2014 07:55:08 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAG7t7Aq033759; Sun, 16 Nov 2014 07:55:07 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201411160755.sAG7t7Aq033759@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sun, 16 Nov 2014 07:55:07 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Nov 2014 07:55:09 -0000 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 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 +# $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 + +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 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