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)
This commit is contained in:
Johannes Jost Meixner 2015-03-09 14:51:55 +00:00
parent b4e48856db
commit 5b0c3e7959
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380853
4 changed files with 34 additions and 0 deletions

View file

@ -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

View file

@ -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>

View file

@ -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

View file

@ -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