From owner-svn-ports-head@freebsd.org Mon Mar 21 17:30:32 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8683AAD7D17; Mon, 21 Mar 2016 17:30:32 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5E44389E; Mon, 21 Mar 2016 17:30:32 +0000 (UTC) (envelope-from romain@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u2LHUV1G052589; Mon, 21 Mar 2016 17:30:31 GMT (envelope-from romain@FreeBSD.org) Received: (from romain@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u2LHUVdH052585; Mon, 21 Mar 2016 17:30:31 GMT (envelope-from romain@FreeBSD.org) Message-Id: <201603211730.u2LHUVdH052585@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: romain set sender to romain@FreeBSD.org using -f From: =?UTF-8?Q?Romain_Tarti=c3=a8re?= Date: Mon, 21 Mar 2016 17:30:31 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Mar 2016 17:30:32 -0000 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 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