svn commit: r411578 - in head/sysutils: . mcollective-service-agent
Romain Tartière
romain at FreeBSD.org
Mon Mar 21 17:31:14 UTC 2016
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"
More information about the svn-ports-all
mailing list