ports/186532: [NEW PORT] sysutils/mcollective-puppet-agent: Puppet agent for mcollective
Michael Moll
kvedulv at kvedulv.de
Mon Mar 24 22:50:01 UTC 2014
The following reply was made to PR ports/186532; it has been noted by GNATS.
From: Michael Moll <kvedulv at kvedulv.de>
To: bug-followup at FreeBSD.org, anes at anes.su
Cc:
Subject: Re: ports/186532: [NEW PORT] sysutils/mcollective-puppet-agent:
Puppet agent for mcollective
Date: Mon, 24 Mar 2014 23:47:39 +0100
--hQiwHBbRI9kgIhsi
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
newer, slightly enhanced version
--hQiwHBbRI9kgIhsi
Content-Type: application/x-shar
Content-Disposition: attachment; filename="mcollective-puppet-agent.shar"
Content-Transfer-Encoding: quoted-printable
# This is a shell archive. Save it in a file, remove anything before=0A# t=
his line, and then unpack it by entering "sh file". Note, it may=0A# creat=
e directories; files and directories will be owned by you and=0A# have defa=
ult permissions.=0A#=0A# This archive contains:=0A#=0A# mcollective-puppet-=
agent=0A# mcollective-puppet-agent/pkg-plist=0A# mcollective-puppet-agent/d=
istinfo=0A# mcollective-puppet-agent/Makefile=0A# mcollective-puppet-agent/=
pkg-descr=0A#=0Aecho c - mcollective-puppet-agent=0Amkdir -p mcollective-pu=
ppet-agent > /dev/null 2>&1=0Aecho x - mcollective-puppet-agent/pkg-plist=
=0Ased 's/^X//' >mcollective-puppet-agent/pkg-plist << 'bda2abc8b5e6db35e28=
4b58e47ee692e'=0AXshare/mcollective/agent/puppet.ddl=0AXshare/mcollective/a=
gent/puppet.rb=0AXshare/mcollective/aggregate/boolean_summary.ddl=0AXshare/=
mcollective/aggregate/boolean_summary.rb=0AXshare/mcollective/application/p=
uppet.rb=0AXshare/mcollective/data/puppet_data.ddl=0AXshare/mcollective/dat=
a/puppet_data.rb=0AXshare/mcollective/data/resource_data.ddl=0AXshare/mcoll=
ective/data/resource_data.rb=0AXshare/mcollective/util/puppet_agent_mgr.rb=
=0AXshare/mcollective/util/puppet_agent_mgr/common.rb=0AXshare/mcollective/=
util/puppet_agent_mgr/v2/manager.rb=0AXshare/mcollective/util/puppet_agent_=
mgr/v2/unix.rb=0AXshare/mcollective/util/puppet_agent_mgr/v2/windows.rb=0AX=
share/mcollective/util/puppet_agent_mgr/v3/manager.rb=0AXshare/mcollective/=
util/puppet_agent_mgr/v3/unix.rb=0AXshare/mcollective/util/puppet_agent_mgr=
/v3/windows.rb=0AXshare/mcollective/util/puppetrunner.rb=0AXshare/mcollecti=
ve/validator/puppet_resource_validator.ddl=0AXshare/mcollective/validator/p=
uppet_resource_validator.rb=0AXshare/mcollective/validator/puppet_server_ad=
dress_validator.ddl=0AXshare/mcollective/validator/puppet_server_address_va=
lidator.rb=0AXshare/mcollective/validator/puppet_tags_validator.ddl=0AXshar=
e/mcollective/validator/puppet_tags_validator.rb=0AXshare/mcollective/valid=
ator/puppet_variable_validator.ddl=0AXshare/mcollective/validator/puppet_va=
riable_validator.rb=0AX at dirrmtry share/mcollective/validator=0AX at dirrmtry s=
hare/mcollective/util/puppet_agent_mgr/v3=0AX at dirrmtry share/mcollective/ut=
il/puppet_agent_mgr/v2=0AX at dirrmtry share/mcollective/util/puppet_agent_mgr=
=0AX at dirrmtry share/mcollective/util=0AX at dirrmtry share/mcollective/data=0A=
X at dirrmtry share/mcollective/application=0AX at dirrmtry share/mcollective/agg=
regate=0AX at dirrmtry share/mcollective/agent=0AX at dirrmtry share/mcollective=
=0Abda2abc8b5e6db35e284b58e47ee692e=0Aecho x - mcollective-puppet-agent/dis=
tinfo=0Ased 's/^X//' >mcollective-puppet-agent/distinfo << '695e7cef4612b0b=
35eb370ef1a1b5d46'=0AXSHA256 (mcollective-puppet-agent-1.7.0.tar.gz) =3D c7=
695bf8cfeea6cbf4f81591c01906776f9a88748fc87ce7af1cebf744107dae=0AXSIZE (mco=
llective-puppet-agent-1.7.0.tar.gz) =3D 38033=0A695e7cef4612b0b35eb370ef1a1=
b5d46=0Aecho x - mcollective-puppet-agent/Makefile=0Ased 's/^X//' >mcollect=
ive-puppet-agent/Makefile << '8795ab48e3ffc30c3969a190bbb60426'=0AX# Create=
d by: Anes Mukhametov <anes at anes.su>=0AX# $FreeBSD$=0AX=0AXPORTNAME=3D mcol=
lective-puppet-agent=0AXPORTVERSION=3D 1.7.0=0AXCATEGORIES=3D sysutils=0AX=
=0AXMAINTAINER=3D anes at anes.su=0AXCOMMENT=3D Puppet agent manager for mcoll=
ective=0AX=0AXRUN_DEPENDS=3D mcollective>=3D2:${PORTSDIR}/sysutils/mcollect=
ive=0AX=0AXUSE_GITHUB=3D yes=0AXGH_ACCOUNT=3D puppetlabs=0AXGH_PROJECT=3D $=
{PORTNAME}=0AXGH_TAGNAME=3D ${PORTVERSION}=0AXGH_COMMIT=3D 6e565cb=0AX=0AXN=
O_BUILD=3D yes=0AX=0AXMCOLLECTIVEDIR=3D ${STAGEDIR}${PREFIX}/share/mcollect=
ive=0AX=0AXdo-install:=0AX @${MKDIR} ${MCOLLECTIVEDIR}=0AX @cd ${WRKSRC} &&=
${PAX} -r -w . ${MCOLLECTIVEDIR}=0AX=0AX.include <bsd.port.mk>=0A8795ab48e=
3ffc30c3969a190bbb60426=0Aecho x - mcollective-puppet-agent/pkg-descr=0Ased=
's/^X//' >mcollective-puppet-agent/pkg-descr << '95dc175d2cf08ece96dc152f3=
aecc183'=0AXThis agent manages the puppet agent, unlike the older puppetd p=
lugin this=0AXone supports Puppet 3 and recent changes made to its locking =
and status files.=0AX=0AXWWW: https://github.com/puppetlabs/mcollective-pup=
pet-agent/=0A95dc175d2cf08ece96dc152f3aecc183=0Aexit=0A=0A
--hQiwHBbRI9kgIhsi--
More information about the freebsd-ports-bugs
mailing list