svn commit: r369419 - in head/sysutils: . rubygem-hammer_cli_foreman_bootdisk rubygem-hammer_cli_foreman_bootdisk/files

Steve Wills swills at FreeBSD.org
Sat Sep 27 20:21:54 UTC 2014


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 <kvedulv at kvedulv.de>

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 <kvedulv at kvedulv.de>
+# $FreeBSD$
+
+PORTNAME=	hammer_cli_foreman_bootdisk
+PORTVERSION=	0.1.2
+CATEGORIES=	sysutils ruby
+MASTER_SITES=	RG
+
+MAINTAINER=	kvedulv at 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 <bsd.port.pre.mk>
+
+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 <bsd.port.post.mk>

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 @@
+ at sample etc/hammer/cli.modules.d/foreman_bootdisk.yml.sample


More information about the svn-ports-head mailing list