From owner-svn-ports-head@FreeBSD.ORG Sat Sep 27 20:21:53 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED8E074A; Sat, 27 Sep 2014 20:21:53 +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 D8525DA9; Sat, 27 Sep 2014 20:21:53 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RKLrku057967; Sat, 27 Sep 2014 20:21:53 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RKLqqY057961; Sat, 27 Sep 2014 20:21:52 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201409272021.s8RKLqqY057961@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Sat, 27 Sep 2014 20:21:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369419 - in head/sysutils: . rubygem-hammer_cli_foreman_bootdisk rubygem-hammer_cli_foreman_bootdisk/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: Sat, 27 Sep 2014 20:21:54 -0000 Author: swills Date: Sat Sep 27 20:21:51 2014 New Revision: 369419 URL: http://svnweb.freebsd.org/changeset/ports/369419 QAT: https://qat.redports.org/buildarchive/r369419/ Log: sysutils/rubygem-hammer_cli_foreman_bootdisk: create port This Hammer CLI plugin contains set of commands for foreman_bootdisk, a plugin to Foreman for ISO/USB booting support WWW: https://github.com/theforeman/hammer_cli_foreman_bootdisk PR: 193977 Submitted by: Michael Moll Added: head/sysutils/rubygem-hammer_cli_foreman_bootdisk/ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_bootdisk/distinfo (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_bootdisk/files/ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/files/foreman_bootdisk.yml.sample (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_bootdisk/pkg-descr (contents, props changed) head/sysutils/rubygem-hammer_cli_foreman_bootdisk/pkg-plist (contents, props changed) Modified: head/sysutils/Makefile Modified: head/sysutils/Makefile ============================================================================== --- head/sysutils/Makefile Sat Sep 27 20:05:12 2014 (r369418) +++ head/sysutils/Makefile Sat Sep 27 20:21:51 2014 (r369419) @@ -803,6 +803,7 @@ SUBDIR += rubygem-guard-rspec SUBDIR += rubygem-hammer_cli SUBDIR += rubygem-hammer_cli_foreman + SUBDIR += rubygem-hammer_cli_foreman_bootdisk SUBDIR += rubygem-hiera SUBDIR += rubygem-hiera-json SUBDIR += rubygem-hiera-puppet Added: head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/Makefile Sat Sep 27 20:21:51 2014 (r369419) @@ -0,0 +1,27 @@ +# Created by: Michael Moll +# $FreeBSD$ + +PORTNAME= hammer_cli_foreman_bootdisk +PORTVERSION= 0.1.2 +CATEGORIES= sysutils ruby +MASTER_SITES= RG + +MAINTAINER= kvedulv@kvedulv.de +COMMENT= Foreman bootdisk 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 + +.include + +post-install: + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer + ${MKDIR} ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d + ${INSTALL_DATA} ${FILESDIR}/foreman_bootdisk.yml.sample ${STAGEDIR}${PREFIX}/etc/hammer/cli.modules.d/foreman_bootdisk.yml.sample + +.include Added: head/sysutils/rubygem-hammer_cli_foreman_bootdisk/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/distinfo Sat Sep 27 20:21:51 2014 (r369419) @@ -0,0 +1,2 @@ +SHA256 (rubygem/hammer_cli_foreman_bootdisk-0.1.2.gem) = 8926ddbee847599dc19134384ade852dcee2f0c3e7f600f0930925941069a37d +SIZE (rubygem/hammer_cli_foreman_bootdisk-0.1.2.gem) = 8192 Added: head/sysutils/rubygem-hammer_cli_foreman_bootdisk/files/foreman_bootdisk.yml.sample ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/files/foreman_bootdisk.yml.sample Sat Sep 27 20:21:51 2014 (r369419) @@ -0,0 +1,3 @@ +:foreman_bootdisk: + # Enable/disable foreman_bootdisk commands + :enable_module: true Added: head/sysutils/rubygem-hammer_cli_foreman_bootdisk/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/pkg-descr Sat Sep 27 20:21:51 2014 (r369419) @@ -0,0 +1,4 @@ +This Hammer CLI plugin contains set of commands for foreman_bootdisk, +a plugin to Foreman for ISO/USB booting support + +WWW: https://github.com/theforeman/hammer_cli_foreman_bootdisk Added: head/sysutils/rubygem-hammer_cli_foreman_bootdisk/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/rubygem-hammer_cli_foreman_bootdisk/pkg-plist Sat Sep 27 20:21:51 2014 (r369419) @@ -0,0 +1 @@ +@sample etc/hammer/cli.modules.d/foreman_bootdisk.yml.sample