diff options
author | romain <romain@FreeBSD.org> | 2016-03-22 01:27:45 +0800 |
---|---|---|
committer | romain <romain@FreeBSD.org> | 2016-03-22 01:27:45 +0800 |
commit | 3a68e8488eda1a88666f7f9cc3dbdc02cb3ac11a (patch) | |
tree | 60a2813a6015d7590cda5ad085c8ac4b1500ec48 /sysutils | |
parent | 37736a001cbb9d5f80f465e59b029588f35a2e45 (diff) | |
download | freebsd-ports-gnome-3a68e8488eda1a88666f7f9cc3dbdc02cb3ac11a.tar.gz freebsd-ports-gnome-3a68e8488eda1a88666f7f9cc3dbdc02cb3ac11a.tar.zst freebsd-ports-gnome-3a68e8488eda1a88666f7f9cc3dbdc02cb3ac11a.zip |
Add mcollective-nettest-common 3.0.4, MCollective common files to test
ICMP and TCP connectivity.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/mcollective-nettest-common/Makefile | 33 | ||||
-rw-r--r-- | sysutils/mcollective-nettest-common/distinfo | 2 | ||||
-rw-r--r-- | sysutils/mcollective-nettest-common/pkg-descr | 4 |
4 files changed, 40 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 776b38eb1258..7e1b161db503 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -542,6 +542,7 @@ SUBDIR += mbgtools SUBDIR += mcelog SUBDIR += mcollective + SUBDIR += mcollective-nettest-common SUBDIR += mcollective-nrpe-agent SUBDIR += mcollective-puppet-agent SUBDIR += mcollective-shell-agent diff --git a/sysutils/mcollective-nettest-common/Makefile b/sysutils/mcollective-nettest-common/Makefile new file mode 100644 index 000000000000..f2294deb0285 --- /dev/null +++ b/sysutils/mcollective-nettest-common/Makefile @@ -0,0 +1,33 @@ +# $FreeBSD$ + +PORTNAME?= mcollective-nettest-common +PORTVERSION= 3.0.4 +CATEGORIES= sysutils + +MAINTAINER= romain@FreeBSD.org +COMMENT?= MCollective common files to test ICMP and TCP connectivity + +LICENSE= APACHE20 + +RUN_DEPENDS?= mcollective>=2:${PORTSDIR}/sysutils/mcollective + +USE_GITHUB= yes +GH_ACCOUNT= puppetlabs +GH_PROJECT= mcollective-nettest-agent + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES?= share/mcollective/agent/nettest.ddl \ + share/mcollective/util/nettest_agent.rb \ + share/mcollective/validator/nettest_fqdn.ddl \ + share/mcollective/validator/nettest_fqdn.rb \ + share/mcollective/validator/nettest_server_address.ddl \ + share/mcollective/validator/nettest_server_address.rb + +.if !target(do-install) +do-install: + cd ${WRKSRC} && ${COPYTREE_SHARE} "agent/*.ddl util validator" ${STAGEDIR}${PREFIX}/share/mcollective +.endif + +.include <bsd.port.mk> diff --git a/sysutils/mcollective-nettest-common/distinfo b/sysutils/mcollective-nettest-common/distinfo new file mode 100644 index 000000000000..f54a9122f8c4 --- /dev/null +++ b/sysutils/mcollective-nettest-common/distinfo @@ -0,0 +1,2 @@ +SHA256 (puppetlabs-mcollective-nettest-agent-3.0.4_GH0.tar.gz) = 2b8c9200e55512c1383e8b29c5766d1765084f8ad053b376e4a19dd5e388ce6b +SIZE (puppetlabs-mcollective-nettest-agent-3.0.4_GH0.tar.gz) = 13170 diff --git a/sysutils/mcollective-nettest-common/pkg-descr b/sysutils/mcollective-nettest-common/pkg-descr new file mode 100644 index 000000000000..2d7efdc49e4a --- /dev/null +++ b/sysutils/mcollective-nettest-common/pkg-descr @@ -0,0 +1,4 @@ +The mcollective nettest agent lets you ping or test remote connections via +MCollective. + +WWW: https://github.com/puppetlabs/mcollective-nettest-agent |