svn commit: r411574 - in head/sysutils: . mcollective-nettest-common

Romain Tartière romain at FreeBSD.org
Mon Mar 21 17:27:46 UTC 2016


Author: romain
Date: Mon Mar 21 17:27:45 2016
New Revision: 411574
URL: https://svnweb.freebsd.org/changeset/ports/411574

Log:
  Add mcollective-nettest-common 3.0.4, MCollective common files to test
  ICMP and TCP connectivity.

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

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Mon Mar 21 17:26:06 2016	(r411573)
+++ head/sysutils/Makefile	Mon Mar 21 17:27:45 2016	(r411574)
@@ -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

Added: head/sysutils/mcollective-nettest-common/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mcollective-nettest-common/Makefile	Mon Mar 21 17:27:45 2016	(r411574)
@@ -0,0 +1,33 @@
+# $FreeBSD$
+
+PORTNAME?=	mcollective-nettest-common
+PORTVERSION=	3.0.4
+CATEGORIES=	sysutils
+
+MAINTAINER=	romain at 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>

Added: head/sysutils/mcollective-nettest-common/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mcollective-nettest-common/distinfo	Mon Mar 21 17:27:45 2016	(r411574)
@@ -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

Added: head/sysutils/mcollective-nettest-common/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/mcollective-nettest-common/pkg-descr	Mon Mar 21 17:27:45 2016	(r411574)
@@ -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


More information about the svn-ports-all mailing list