Index: head/sysutils/munin-contrib/Makefile =================================================================== --- head/sysutils/munin-contrib/Makefile (nonexistent) +++ head/sysutils/munin-contrib/Makefile (revision 432335) @@ -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 Property changes on: head/sysutils/munin-contrib/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/munin-contrib/distinfo =================================================================== --- head/sysutils/munin-contrib/distinfo (nonexistent) +++ head/sysutils/munin-contrib/distinfo (revision 432335) @@ -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 Property changes on: head/sysutils/munin-contrib/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/munin-contrib/files/pkg-message.in =================================================================== --- head/sysutils/munin-contrib/files/pkg-message.in (nonexistent) +++ head/sysutils/munin-contrib/files/pkg-message.in (revision 432335) @@ -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. + Property changes on: head/sysutils/munin-contrib/files/pkg-message.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/sysutils/munin-contrib/pkg-descr =================================================================== --- head/sysutils/munin-contrib/pkg-descr (nonexistent) +++ head/sysutils/munin-contrib/pkg-descr (revision 432335) @@ -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 Property changes on: head/sysutils/munin-contrib/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property