svn commit: r411579 - in head/sysutils: . mcollective-service-client

Romain Tartière romain at FreeBSD.org
Mon Mar 21 17:31:51 UTC 2016


Author: romain
Date: Mon Mar 21 17:31:49 2016
New Revision: 411579
URL: https://svnweb.freebsd.org/changeset/ports/411579

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

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

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

Added: head/sysutils/mcollective-service-client/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mcollective-service-client/Makefile	Mon Mar 21 17:31:49 2016	(r411579)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME=	mcollective-service-client
+
+COMMENT=	MCollective client 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/application/service.rb
+
+do-install:
+	cd ${WRKSRC} && ${COPYTREE_SHARE} "application/*" ${STAGEDIR}${PREFIX}/share/mcollective
+
+.include "${MASTERDIR}/Makefile"


More information about the svn-ports-head mailing list