Date: Mon, 21 Mar 2016 17:31:50 +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: r411579 - in head/sysutils: . mcollective-service-client Message-ID: <201603211731.u2LHVoqk053598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603211731.u2LHVoqk053598>