Date: Tue, 24 Jan 2017 12:53:54 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r432335 - in head/sysutils/munin-contrib: . files Message-ID: <201701241253.v0OCrsMR014038@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mat Date: Tue Jan 24 12:53:54 2017 New Revision: 432335 URL: https://svnweb.freebsd.org/changeset/ports/432335 Log: Add a munin-contrib port, a collection of contributed plugins, templates, tools, and other "stuff" for munin. Sponsored by: Absolight Added: head/sysutils/munin-contrib/ head/sysutils/munin-contrib/Makefile (contents, props changed) head/sysutils/munin-contrib/distinfo (contents, props changed) head/sysutils/munin-contrib/files/ head/sysutils/munin-contrib/files/pkg-message.in (contents, props changed) head/sysutils/munin-contrib/pkg-descr (contents, props changed) Added: head/sysutils/munin-contrib/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-contrib/Makefile Tue Jan 24 12:53:54 2017 (r432335) @@ -0,0 +1,40 @@ +# $FreeBSD$ + +PORTNAME= contrib +DISTVERSION= git.2017-01-21 +CATEGORIES= sysutils +PKGNAMEPREFIX= munin- + +MAINTAINER= mat@FreeBSD.org +COMMENT= Contributed plugins and other for munin + +RUN_DEPENDS= munin-node>=0:sysutils/munin-node + +USE_GITHUB= yes +GH_ACCOUNT= munin-monitoring +GH_TAGNAME= 9990b16 + +NO_BUILD= yes +NO_ARCH= yes + +USES= shebangfix uniquefiles:dirs +SHEBANG_REGEX= ./(${PORTEXAMPLES:tW:S/ /|/g})/.* +SHEBANG_LANG= python3 expect gawk zsh +ruby_OLD_CMD= /opt/csw/bin/ruby +zsh_CMD= ${LOCALBASE}/bin/zsh +python3_CMD= ${LOCALBASE}/bin/python${PYTHON3_DEFAULT} + +# Most of the installed files are scripts, so give them a "correct" mode. +BINMODE= 755 + +PORTDOCS= README.md +PORTEXAMPLES= plugins samples templates tools + +SUB_FILES= pkg-message + +do-install: + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${COPYTREE_BIN} '${PORTEXAMPLES}' ${STAGEDIR}${EXAMPLESDIR} + +.include <bsd.port.mk> Added: head/sysutils/munin-contrib/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-contrib/distinfo Tue Jan 24 12:53:54 2017 (r432335) @@ -0,0 +1,3 @@ +TIMESTAMP = 1485260343 +SHA256 (munin-monitoring-contrib-git.2017-01-21-9990b16_GH0.tar.gz) = 0527da8633bc35ada2da3dcf0d681d6c4621c4be8dc2b26785970de9347e4ec0 +SIZE (munin-monitoring-contrib-git.2017-01-21-9990b16_GH0.tar.gz) = 2806526 Added: head/sysutils/munin-contrib/files/pkg-message.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-contrib/files/pkg-message.in Tue Jan 24 12:53:54 2017 (r432335) @@ -0,0 +1,12 @@ +To avoid having too many plugins activating at once when this port +is installed, the contributed plugins from this port are NOT installed +in munin's plugins directory. + +The best way to use a contributed plugin is to make a symlink to +it to munin's plugins directory, for example: + + ln -s %%EXAMPLESDIR%%/plugins/cyrus/cyrus-imapd %%PREFIX%%/share/munin/plugins/ + +Note that as this is a "contrib" port, some plugins may need some +dependencies to run that are not provided by this port. + Added: head/sysutils/munin-contrib/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/munin-contrib/pkg-descr Tue Jan 24 12:53:54 2017 (r432335) @@ -0,0 +1,6 @@ +Contributed stuff for munin. + +It contains plugins, templates, tools, sample configuration and +some other things. + +WWW: https://github.com/munin-monitoring/contrib
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701241253.v0OCrsMR014038>