Date: Mon, 9 Mar 2015 14:51:56 +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: r380853 - in head/sysutils: . rubygem-hammer_cli_foreman_salt Message-ID: <201503091451.t29EpuVE056781@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Mon Mar 9 14:51:55 2015 New Revision: 380853 URL: https://svnweb.freebsd.org/changeset/ports/380853 QAT: https://qat.redports.org/buildarchive/r380853/ Log: sysutils/rubygem-hammer_cli_foreman_salt: Add port This Hammer CLI plugin contains a set of commands for foreman_salt, a plugin to Foreman for SaltStack integration. WWW: https://github.com/theforeman/hammer_cli_foreman_salt PR: 198362 Submitted by: Michael Moll <kvedulv@kvedulv.de> Approved by: mentors (implicit) Added: head/sysutils/rubygem-hammer_cli_foreman_salt/ head/sysutils/rubygem-hammer_cli_foreman_salt/Makefile (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_salt/distinfo (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_salt/pkg-descr (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Mon Mar 9 14:51:54 2015 (r380852) +++ head/sysutils/Makefile Mon Mar 9 14:51:55 2015 (r380853) @@ -831,6 +831,7 @@ SUBDIR += rubygem-hammer_cli SUBDIR += rubygem-hammer_cli_foreman SUBDIR += rubygem-hammer_cli_foreman_bootdisk + SUBDIR += rubygem-hammer_cli_foreman_salt SUBDIR += rubygem-hammer_cli_foreman_ssh SUBDIR += rubygem-hiera SUBDIR += rubygem-librarian-puppet Added: head/sysutils/rubygem-hammer_cli_foreman_salt/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman_salt/Makefile Mon Mar 9 14:51:55 2015 (r380853) @@ -0,0 +1,27 @@ +# Created by: Michael Moll <kvedulv@kvedulv.de> +# $FreeBSD$ + +PORTNAME= hammer_cli_foreman_salt +PORTVERSION= 0.0.4 +CATEGORIES= sysutils ruby +MASTER_SITES= RG + +MAINTAINER= kvedulv@kvedulv.de +COMMENT= SaltStack integration commands for Hammer CLI + +LICENSE= GPLv3 + +RUN_DEPENDS= rubygem-hammer_cli_foreman>=0.1.2:${PORTSDIR}/sysutils/rubygem-hammer_cli_foreman + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes +PLIST_FILES= "@sample etc/hammer/cli.modules.d/foreman_salt.yml.sample" + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d + ${INSTALL_DATA} ${WRKSRC}/config/foreman_salt.yml \ + ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_salt.yml.sample + +.include <bsd.port.mk> Added: head/sysutils/rubygem-hammer_cli_foreman_salt/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman_salt/distinfo Mon Mar 9 14:51:55 2015 (r380853) @@ -0,0 +1,2 @@ +SHA256 (rubygem/hammer_cli_foreman_salt-0.0.4.gem) = 22aa5efe026222efd0241b7d428bb511e7f032c7e0b7e0f775330e6f34e55571 +SIZE (rubygem/hammer_cli_foreman_salt-0.0.4.gem) = 5632 Added: head/sysutils/rubygem-hammer_cli_foreman_salt/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman_salt/pkg-descr Mon Mar 9 14:51:55 2015 (r380853) @@ -0,0 +1,4 @@ +This Hammer CLI plugin contains a set of commands for foreman_salt, +a plugin to Foreman for SaltStack integration. + +WWW: https://github.com/theforeman/hammer_cli_foreman_salt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503091451.t29EpuVE056781>