Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Mar 2016 17:30:31 +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: r411577 - in head/sysutils: . mcollective-service-common
Message-ID:  <201603211730.u2LHUVdH052585@repo.freebsd.org>

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

Log:
  Add mcollective-service-common 3.1.3, MCollective common files to manage
  the OS Services.

Added:
  head/sysutils/mcollective-service-common/
  head/sysutils/mcollective-service-common/Makefile   (contents, props changed)
  head/sysutils/mcollective-service-common/distinfo   (contents, props changed)
  head/sysutils/mcollective-service-common/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile

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

Added: head/sysutils/mcollective-service-common/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mcollective-service-common/Makefile	Mon Mar 21 17:30:31 2016	(r411577)
@@ -0,0 +1,34 @@
+# $FreeBSD$
+
+PORTNAME?=	mcollective-service-common
+PORTVERSION=	3.1.3
+CATEGORIES=	sysutils
+
+MAINTAINER=	romain@FreeBSD.org
+COMMENT?=	MCollective common files to manage the OS Services
+
+LICENSE=	APACHE20
+
+RUN_DEPENDS?=	mcollective>=2:${PORTSDIR}/sysutils/mcollective
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	puppetlabs
+GH_PROJECT=	mcollective-service-agent
+
+NO_BUILD=	yes
+NO_ARCH=	yes
+
+PLIST_FILES?=	share/mcollective/agent/service.ddl \
+		share/mcollective/data/service_data.ddl \
+		share/mcollective/data/service_data.rb \
+		share/mcollective/util/service/base.rb \
+		share/mcollective/util/service/puppetservice.rb \
+		share/mcollective/validator/service_name.ddl \
+		share/mcollective/validator/service_name.rb
+
+.if !target(do-install)
+do-install:
+	cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.ddl data util validator" ${STAGEDIR}${PREFIX}/share/mcollective
+.endif
+
+.include <bsd.port.mk>

Added: head/sysutils/mcollective-service-common/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mcollective-service-common/distinfo	Mon Mar 21 17:30:31 2016	(r411577)
@@ -0,0 +1,2 @@
+SHA256 (puppetlabs-mcollective-service-agent-3.1.3_GH0.tar.gz) = 93d70958fc160d7951bdd1e3b5a8f8729c914ce1026e4e6f090db0f3a36c6dda
+SIZE (puppetlabs-mcollective-service-agent-3.1.3_GH0.tar.gz) = 12483

Added: head/sysutils/mcollective-service-common/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mcollective-service-common/pkg-descr	Mon Mar 21 17:30:31 2016	(r411577)
@@ -0,0 +1,4 @@
+The mcollective service agent lets you stop, start, restart and query the
+statuses of services via MCollective.
+
+WWW: https://github.com/puppetlabs/mcollective-service-agent



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