Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2016 17:31:13 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r411578 - in head/sysutils: . mcollective-service-agent
Message-ID:  <201603211731.u2LHVDHx053412@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Mon Mar 21 17:31:13 2016
New Revision: 411578
URL: https://svnweb.freebsd.org/changeset/ports/411578

Log:
  Add mcollective-service-agent , MCollective agent to manage the OS
  Services.

Added:
  head/sysutils/mcollective-service-agent/
  head/sysutils/mcollective-service-agent/Makefile   (contents, props changed)
Modified:
  head/sysutils/Makefile

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Mar 21 17:30:31 2016	(r411577)
+++ head/sysutils/Makefile	Mon Mar 21 17:31:13 2016	(r411578)
@@ -547,6 +547,7 @@
     SUBDIR += mcollective-nettest-common
     SUBDIR += mcollective-nrpe-agent
     SUBDIR += mcollective-puppet-agent
+    SUBDIR += mcollective-service-agent
     SUBDIR += mcollective-service-common
     SUBDIR += mcollective-shell-agent
     SUBDIR += mcollective-shell-client

Added: head/sysutils/mcollective-service-agent/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mcollective-service-agent/Makefile	Mon Mar 21 17:31:13 2016	(r411578)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	mcollective-service-agent
+
+COMMENT=	MCollective agent to manage the OS Services
+
+# See MASTERDIR for MAINTAINER.
+
+RUN_DEPENDS=	mcollective-service-common>=${PORTVERSION}:${PORTSDIR}/sysutils/mcollective-service-common
+
+MASTERDIR=	${.CURDIR}/../mcollective-service-common
+
+PLIST_FILES=	share/mcollective/agent/service.rb
+
+do-install:
+	cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.rb" ${STAGEDIR}${PREFIX}/share/mcollective
+
+.include "${MASTERDIR}/Makefile"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603211731.u2LHVDHx053412>