Index: head/net-mgmt/aspathtree/Makefile =================================================================== --- head/net-mgmt/aspathtree/Makefile (revision 326244) +++ head/net-mgmt/aspathtree/Makefile (revision 326245) @@ -1,74 +1,74 @@ # Created by: Janos Mohacsi # $FreeBSD$ PORTNAME= aspathtree PORTVERSION= 4.2 PORTREVISION= 3 CATEGORIES= net-mgmt ipv6 MASTER_SITES= http://ipv6.niif.hu/~mohacsi/downloads/ DISTNAME= ASpath-tree-v${PORTVERSION} MAINTAINER= jmohacsi@bsd.hu COMMENT= Checks IPv6 routes' stability and correctness on IPv6 internet RUN_DEPENDS= p5-Net-Telnet>=0:${PORTSDIR}/net/p5-Net-Telnet \ whois3:${PORTSDIR}/net/ripe-whois WRKSRC= ${WRKDIR}/ASpath-tree-v${PORTVERSION}/ RESTRICTED= not redistributable, license agreement required NO_BUILD= yes -USE_PERL5= yes +USES= perl5 SCRIPTS_ENV+= PERL5=${PERL5} SUB_FILES= pkg-message CONFIG_FILES= ASpath-tree.config ICON_FILES= bnew.gif bold.gif e.gif h.gif l.gif p.gif t.gif v.gif LIB_FILES= bgp-tree-changes.pl bgp-tree.pl create-homepage.pl elaborate-aspaths.pl getbgptable.pl history.pl ipv6prefix.pl odd-as.pl odd-routes.pl route-stability.pl utility.pl ASmain.pl DATA_FILES= 6bone.db force.as.name rirs.db DOC_FILES= DISCLAIMER readme.txt changes.txt pre-configure: @${REINPLACE_CMD} -e 's#%%PATHPERLBIN%%#${PERL5}#; \ s#%%PREFIX%%#${PREFIX}#' ${WRKSRC}/update-rtree \ ${WRKSRC}/etc/ASpath-tree.config do-install: #installing main script ${INSTALL_SCRIPT} ${WRKSRC}/update-rtree ${PREFIX}/bin #installing lib files ${MKDIR} ${PREFIX}/libexec/aspathtree/ .for file in ${LIB_FILES} ${INSTALL_DATA} ${WRKSRC}/lib/${file} ${PREFIX}/libexec/aspathtree .endfor #installing htdocs files ${MKDIR} ${PREFIX}/var/aspathtree/htdocs/icons/ .for file in ${ICON_FILES} ${INSTALL_DATA} ${WRKSRC}/htdocs/icons/${file} ${PREFIX}/var/aspathtree/htdocs/icons/ .endfor #installing data files ${MKDIR} ${PREFIX}/var/aspathtree/data .for file in ${DATA_FILES} ${INSTALL_DATA} ${WRKSRC}/data/${file} ${PREFIX}/var/aspathtree/data/ .endfor #installing log directory ${MKDIR} ${PREFIX}/var/aspathtree/log #installing config files .for file in ${CONFIG_FILES} ${INSTALL_DATA} ${WRKSRC}/etc/${file} ${PREFIX}/etc/${file}.dist .endfor #installing docs .ifndef(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif post-install: .if !defined(BATCH) @${ECHO} @${CAT} ${PKGMESSAGE} @${ECHO} .endif .include Index: head/net-mgmt/check_mysql_health/Makefile =================================================================== --- head/net-mgmt/check_mysql_health/Makefile (revision 326244) +++ head/net-mgmt/check_mysql_health/Makefile (revision 326245) @@ -1,38 +1,38 @@ # New ports collection makefile for: check_mysql_health # Date created: November 8, 2010 # Whom: pgollucci@p6m7g8.com # # $FreeBSD$ # PORTNAME= check_mysql_health PORTVERSION= 2.1.5.1 CATEGORIES= net-mgmt MASTER_SITES= http://labs.consol.de/wp-content/uploads/2011/04/ MAINTAINER= ssanders@taximagic.com COMMENT= Nagios plugin to check various parameters of a MySQL database RUN_DEPENDS= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql LICENSE= GPLv2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-statefiles-dir=${NAGIOSDIR} \ --with-nagios-user=${NAGIOSUSER} \ --with-nagios-group=${NAGIOSGROUP} \ --with-mymodules-dir=${PREFIX}/libexec/nagios \ --with-mymodules-dyn-dir=${PREFIX}/libexec/nagios \ --libexecdir=${PREFIX}/libexec/nagios \ --with-perl=${PERL} -USE_PERL5= yes +USES= perl5 NAGIOSUSER?= nagios NAGIOSGROUP?= nagios NAGIOSDIR?= /var/spool/nagios PLIST_FILES= libexec/nagios/check_mysql_health PLIST_DIRS= libexec/nagios .include Property changes on: head/net-mgmt/check_mysql_health/Makefile ___________________________________________________________________ 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/net-mgmt/flowviewer/Makefile =================================================================== --- head/net-mgmt/flowviewer/Makefile (revision 326244) +++ head/net-mgmt/flowviewer/Makefile (revision 326245) @@ -1,81 +1,81 @@ # New ports collection makefile for: flowviewer # Date created: Oct 15, 2006 # Whom: Alex Samorukov, samm@os2.kiev.ua # # $FreeBSD$ PORTNAME= flowviewer PORTVERSION= 3.3.1 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= http://ensight.eos.nasa.gov/FlowViewer/ DISTNAME= FlowViewer_${DISTVERSION} EXTRACT_SUFX= .tar MAINTAINER= samm@os2.kiev.ua COMMENT= Web-based user interface for the flow-tools NetFlow data RUN_DEPENDS= p5-GD-Graph>=0:${PORTSDIR}/graphics/p5-GD-Graph \ flow-cat:${PORTSDIR}/net-mgmt/flow-tools .ifndef WITHOUT_WWWDIR FLOWVIEWERDIR?= ${PREFIX}/www/flowviewer .else FLOWVIEWERDIR?= ${PREFIX}/flowviewer .endif PLIST_SUB+= FLOWVIEWERDIR="${FLOWVIEWERDIR:S,^${PREFIX}/,,}" SUB_LIST+= "FLOWVIEWERDIR=${FLOWVIEWERDIR}" \ "PKGNAME=${PKGNAME}" SUB_FILES= pkg-message -USE_PERL5= yes +USES= perl5 NO_BUILD= yes PORTDOCS= README post-patch: @${REINPLACE_CMD} -E \ -e "s|%%PREFIX%%|${PREFIX}|" \ ${WRKSRC}/FlowViewer_Configuration.pm @${REINPLACE_CMD} -E \ -e "s|%%FLOWVIEWERDIR%%|${FLOWVIEWERDIR}|" \ ${WRKSRC}/FlowViewer_Configuration.pm do-install: @${MKDIR} ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowGrapher.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowGrapher_Main.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowGrapher_Relay.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowGrapher_Sort.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowTracker.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowTracker_Dumper.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowTracker_Relay.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowViewer.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowViewer_Main.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowViewer_Relay.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowViewer_Save.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowTracker_Group.cgi ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowViewer_Utilities.pm ${FLOWVIEWERDIR} @${INSTALL_DATA} ${WRKSRC}/FlowViewer_Configuration.pm ${FLOWVIEWERDIR}/FlowViewer_Configuration.pm.dist @${INSTALL_SCRIPT} ${WRKSRC}/FlowTracker_Collector ${FLOWVIEWERDIR} @${INSTALL_SCRIPT} ${WRKSRC}/FlowTracker_Grapher ${FLOWVIEWERDIR} @${INSTALL_DATA} ${WRKSRC}/FlowGrapher_Colors ${FLOWVIEWERDIR} @${INSTALL_DATA} ${WRKSRC}/FlowGrapher.png ${FLOWVIEWERDIR} @${INSTALL_DATA} ${WRKSRC}/FlowTracker.png ${FLOWVIEWERDIR} @${INSTALL_DATA} ${WRKSRC}/FlowViewer.png ${FLOWVIEWERDIR} @${MKDIR} ${FLOWVIEWERDIR}/tmp ${FLOWVIEWERDIR}/reports \ ${FLOWVIEWERDIR}/graphs ${FLOWVIEWERDIR}/tracker @${CHOWN} ${WWWOWN}:${WWWGRP} ${FLOWVIEWERDIR}/tmp \ ${FLOWVIEWERDIR}/reports ${FLOWVIEWERDIR}/graphs \ ${FLOWVIEWERDIR}/tracker .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/net-mgmt/flowviewer/Makefile ___________________________________________________________________ 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/net-mgmt/ipcalc/Makefile =================================================================== --- head/net-mgmt/ipcalc/Makefile (revision 326244) +++ head/net-mgmt/ipcalc/Makefile (revision 326245) @@ -1,24 +1,24 @@ # ex:ts=8 # New ports collection makefile for: ipcalc # Date created: May 21, 2001 # Whom: ijliao # # $FreeBSD$ PORTNAME= ipcalc PORTVERSION= 0.41 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://jodies.de/ipcalc-archive/ MAINTAINER= kuriyama@FreeBSD.org COMMENT= IP Calculator PLIST_FILES= bin/ipcalc NO_BUILD= yes -USE_PERL5= yes +USES= perl5 do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} .include Property changes on: head/net-mgmt/ipcalc/Makefile ___________________________________________________________________ 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/net-mgmt/nagios-check_mysql_slave/Makefile =================================================================== --- head/net-mgmt/nagios-check_mysql_slave/Makefile (revision 326244) +++ head/net-mgmt/nagios-check_mysql_slave/Makefile (revision 326245) @@ -1,40 +1,41 @@ # New ports collection makefile for: nagios-check_mysql_slave # Date created: 15 May 2011 # Whom: Ryan Steinmetz # # $FreeBSD$ PORTNAME= check_mysql_slave PORTVERSION= 0.1.1 CATEGORIES= net-mgmt MASTER_SITES= http://buhacoff.net/2009/products/check_mysql_slave/archive/ \ http://mirrors.rit.edu/zi/ PKGNAMEPREFIX= nagios- MAINTAINER= zi@FreeBSD.org COMMENT= Nagios Plugin to monitor MySQL replication on a slave LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= p5-DBI>=1.60.7:${PORTSDIR}/databases/p5-DBI \ p5-DBD-mysql>0:${PORTSDIR}/databases/p5-DBD-mysql PORTSCOUT= ignore:1 NO_BUILD= yes -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run DOC_FILES= check_mysql_slave.html check_mysql_slave.pod do-install: @${MKDIR} ${PREFIX}/libexec/nagios ${INSTALL_SCRIPT} ${WRKSRC}/check_mysql_slave ${PREFIX}/libexec/nagios/ ${INSTALL_SCRIPT} ${WRKSRC}/check_mysql_slave_epn ${PREFIX}/libexec/nagios/ .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for file in ${DOC_FILES} @${INSTALL_DATA} ${WRKSRC}/docs/${file} ${DOCSDIR} .endfor .endif .include Property changes on: head/net-mgmt/nagios-check_mysql_slave/Makefile ___________________________________________________________________ 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/net-mgmt/nagios-check_netsnmp/Makefile =================================================================== --- head/net-mgmt/nagios-check_netsnmp/Makefile (revision 326244) +++ head/net-mgmt/nagios-check_netsnmp/Makefile (revision 326245) @@ -1,31 +1,32 @@ # New ports collection makefile for: nagios-check_netsnmp # Date created: 7 December 2011 # Whom: Dmitry Sivachenko # # $FreeBSD$ # PORTNAME= check_netsnmp PORTVERSION= 1.0 CATEGORIES= net-mgmt MASTER_SITES= # none PKGNAMEPREFIX= nagios- DISTFILES= # none MAINTAINER= demon@FreeBSD.org COMMENT= Nagios plug-in to get some common NetSNMP-exported information RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/utils.pm:${PORTSDIR}/net-mgmt/nagios-plugins \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PLIST_FILES= libexec/nagios/check_netsnmp %%DOCSDIR%%/check_netsnmp.html PLIST_DIRS= %%DOCSDIR%% do-install: ${INSTALL_SCRIPT} ${FILESDIR}/check_netsnmp ${PREFIX}/libexec/nagios ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${FILESDIR}/check_netsnmp.html ${DOCSDIR} .include Property changes on: head/net-mgmt/nagios-check_netsnmp/Makefile ___________________________________________________________________ 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/net-mgmt/nagiosgraph/Makefile =================================================================== --- head/net-mgmt/nagiosgraph/Makefile (revision 326244) +++ head/net-mgmt/nagiosgraph/Makefile (revision 326245) @@ -1,88 +1,89 @@ # New ports collection makefile for: nagiosgraph # Date created: Wed May 3 17:26:19 MSD 2006 # Whom: Denis Shaposhnikov # # $FreeBSD$ # PORTNAME= nagiosgraph PORTVERSION= 1.4.4 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= hizel@vyborg.ru COMMENT= Generate rrdtool\'s graphs by performance data from nagios plugins RUN_DEPENDS= ${LOCALBASE}/bin/nagios:${PORTSDIR}/net-mgmt/nagios \ rrdtool>=0:${PORTSDIR}/databases/rrdtool -USE_PERL5_RUN= yes +USES= perl5 +USE_PERL5= run NO_BUILD= yes PORTDOCS= AUTHORS CHANGELOG INSTALL README TODO NAGIOSWWWDIR?= www/nagios CGIFILES= show.cgi showconfig.cgi showgraph.cgi showgroup.cgi showhost.cgi \ showservice.cgi testcolor.cgi LIBFILES= insert.pl CFGFILES= nagiosgraph.conf nagiosgraph_de.conf nagiosgraph_es.conf nagiosgraph_fr.conf \ servdb.conf groupdb.conf hostdb.conf datasetdb.conf map access.conf labels.conf \ rrdopts.conf PLIST_SUB= NAGIOSWWWDIR=${NAGIOSWWWDIR} PORTNAME=${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's!%%PREFIX%%!${PREFIX}!' ${WRKSRC}/etc/nagiosgraph.conf .for i in ${CGIFILES} @${REINPLACE_CMD} -e 's!/usr/bin/perl!${PERL}!g' -e 's!/usr/local!${PREFIX}!g' \ -e 's!/opt/nagiosgraph/etc!${PREFIX}/etc/nagios/nagiosgraph!g' \ ${WRKSRC}/cgi/$i .endfor .for i in ${LIBFILES} @${REINPLACE_CMD} -e 's!/usr/bin/perl!${PERL}!g' -e 's!/usr/local!${PREFIX}!g' \ -e 's!/opt/nagiosgraph/etc!${PREFIX}/etc/nagios/nagiosgraph!g' \ ${WRKSRC}/lib/$i .endfor do-install: ${MKDIR} ${PREFIX}/etc/nagios/${PORTNAME} ${INSTALL_DATA} ${WRKSRC}/etc/ngshared.pm ${PREFIX}/etc/nagios/${PORTNAME}/ngshared.pm .for i in ${CFGFILES} ${INSTALL_DATA} ${WRKSRC}/etc/$i ${PREFIX}/etc/nagios/${PORTNAME}/${i}.sample [ -f ${PREFIX}/etc/nagios/${PORTNAME}/${i} ] || ${CP} -p ${PREFIX}/etc/nagios/${PORTNAME}/${i}.sample \ ${PREFIX}/etc/nagios/${PORTNAME}/${i} .endfor ${MKDIR} ${PREFIX}/libexec/${PORTNAME} .for i in ${LIBFILES} ${INSTALL_SCRIPT} ${WRKSRC}/lib/${i} ${PREFIX}/libexec/${PORTNAME} .endfor ${MKDIR} ${PREFIX}/${NAGIOSWWWDIR}/cgi-bin/${PORTNAME} .for i in ${CGIFILES} ${INSTALL_SCRIPT} ${WRKSRC}/cgi/$i ${PREFIX}/${NAGIOSWWWDIR}/cgi-bin/${PORTNAME}/ .endfor .for i in share/nagiosgraph.css share/nagiosgraph.js share/nagiosgraph.ssi ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/${NAGIOSWWWDIR}/stylesheets .endfor ${INSTALL_DATA} ${WRKSRC}/share/graph.gif ${PREFIX}/${NAGIOSWWWDIR}/images/action-nagiosgraph.gif .if !defined(NOPORTEXAMPLES) ${MKDIR} ${EXAMPLESDIR} .for i in utils/testentry.pl utils/upgrade.pl ${INSTALL_SCRIPT} ${WRKSRC}/$i ${EXAMPLESDIR}/ .endfor .endif .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} . for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ . endfor .endif .include Property changes on: head/net-mgmt/nagiosgraph/Makefile ___________________________________________________________________ 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/net-mgmt/nsca/Makefile =================================================================== --- head/net-mgmt/nsca/Makefile (revision 326244) +++ head/net-mgmt/nsca/Makefile (revision 326245) @@ -1,75 +1,75 @@ # New ports collection makefile for: nsca # Date created: 2003-11-18 # Whom: Paul Dlug # # $FreeBSD$ # PORTNAME= nsca PORTVERSION= 2.9.1 PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/nsca-2.x/nsca-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Nagios Service Check Acceptor LICENSE= GPLv2 #.if !defined(_BUILDING_NSCA_CLIENT) #RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios #.endif LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt .if !defined(_BUILDING_NSCA_CLIENT) LATEST_LINK= nsca CONFLICTS= nsca-2.7.* .else LATEST_LINK= nsca-client CONFLICTS= nsca-client-2.7.* .endif GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/spool/nagios DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} .if !defined(_BUILDING_NSCA_CLIENT) USE_RC_SUBR= nsca PLIST_SUB+= SERVER="" WITHOUT_CLIENT= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES+= pkg-message .else PLIST_SUB+= SERVER="@comment " PKGMESSAGE= ${WRKDIR}/pkg-message.client SUB_FILES+= pkg-message.client .endif .if defined(_BUILDING_NSCA_CLIENT) PLIST_SUB+= CLIENT="" .else PLIST_SUB+= CLIENT="@comment " .endif DOCS= Changelog LEGAL README SECURITY do-install: .if defined(_BUILDING_NSCA_CLIENT) ${INSTALL_PROGRAM} ${WRKSRC}/src/send_nsca ${PREFIX}/sbin/send_nsca ${MKDIR} ${PREFIX}/etc/nagios ${INSTALL_DATA} ${WRKSRC}/sample-config/send_nsca.cfg ${PREFIX}/etc/nagios/send_nsca.cfg-sample .else ${INSTALL_PROGRAM} ${WRKSRC}/src/nsca ${PREFIX}/sbin/nsca ${MKDIR} ${PREFIX}/etc/nagios ${INSTALL_DATA} ${WRKSRC}/sample-config/nsca.cfg ${PREFIX}/etc/nagios/nsca.cfg-sample .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/net-mgmt/nsca/Makefile ___________________________________________________________________ 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/net-mgmt/nsca27/Makefile =================================================================== --- head/net-mgmt/nsca27/Makefile (revision 326244) +++ head/net-mgmt/nsca27/Makefile (revision 326245) @@ -1,75 +1,75 @@ # New ports collection makefile for: nsca # Date created: 2003-11-18 # Whom: Paul Dlug # # $FreeBSD$ # PORTNAME= nsca PORTVERSION= 2.7.2 PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= SF/nagios/nsca-2.x/nsca-${PORTVERSION} MAINTAINER= mm@FreeBSD.org COMMENT= Nagios Service Check Acceptor LICENSE= GPLv2 #.if !defined(_BUILDING_NSCA_CLIENT) #RUN_DEPENDS= nagios:${PORTSDIR}/net-mgmt/nagios #.endif LIB_DEPENDS= mcrypt:${PORTSDIR}/security/libmcrypt .if !defined(_BUILDING_NSCA_CLIENT) LATEST_LINK= nsca27 CONFLICTS= nsca-2.9.* .else LATEST_LINK= nsca27-client CONFLICTS= nsca-client-2.9.* .endif GNU_CONFIGURE= yes -USE_PERL5= yes +USES= perl5 CONFIGURE_ARGS= --prefix=${PREFIX} --localstatedir=/var/spool/nagios DOCSDIR?= ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} .if !defined(_BUILDING_NSCA_CLIENT) USE_RC_SUBR= nsca PLIST_SUB+= SERVER="" WITHOUT_CLIENT= yes PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES+= pkg-message .else PLIST_SUB+= SERVER="@comment " PKGMESSAGE= ${WRKDIR}/pkg-message.client SUB_FILES+= pkg-message.client .endif .if !defined(_BUILDING_NSCA_CLIENT) PLIST_SUB+= CLIENT="" .else PLIST_SUB+= CLIENT="@comment " .endif DOCS= Changelog LEGAL README SECURITY do-install: .if defined(_BUILDING_NSCA_CLIENT) ${INSTALL_PROGRAM} ${WRKSRC}/src/send_nsca ${PREFIX}/sbin/send_nsca ${MKDIR} ${PREFIX}/etc/nagios ${INSTALL_DATA} ${WRKSRC}/sample-config/send_nsca.cfg ${PREFIX}/etc/nagios/send_nsca.cfg-sample .else ${INSTALL_PROGRAM} ${WRKSRC}/src/nsca ${PREFIX}/sbin/nsca ${MKDIR} ${PREFIX}/etc/nagios ${INSTALL_DATA} ${WRKSRC}/sample-config/nsca.cfg ${PREFIX}/etc/nagios/nsca.cfg-sample .endif post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif @${CAT} ${PKGMESSAGE} .include Property changes on: head/net-mgmt/nsca27/Makefile ___________________________________________________________________ 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/net-mgmt/p5-AnyEvent-SNMP/Makefile =================================================================== --- head/net-mgmt/p5-AnyEvent-SNMP/Makefile (revision 326244) +++ head/net-mgmt/p5-AnyEvent-SNMP/Makefile (revision 326245) @@ -1,26 +1,27 @@ # New ports collection makefile for: p5-AnyEvent-SNMP # Date created: 2011-06-24 # Whom: Steven Kreuzer # # $FreeBSD$ # PORTNAME= AnyEvent-SNMP PORTVERSION= 6.0 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= skreuzer@FreeBSD.org COMMENT= Adaptor to integrate Net::SNMP into AnyEvent RUN_DEPENDS= p5-AnyEvent>=5.23:${PORTSDIR}/devel/p5-AnyEvent \ p5-Net-SNMP>=6.0.1:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ p5-common-sense>=3.4:${PORTSDIR}/devel/p5-common-sense BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_CONFIGURE= YES +USES= perl5 +USE_PERL5= configure MAN3= AnyEvent::SNMP.3 .include Property changes on: head/net-mgmt/p5-AnyEvent-SNMP/Makefile ___________________________________________________________________ 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/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile =================================================================== --- head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile (revision 326244) +++ head/net-mgmt/p5-FusionInventory-Agent-Task-SNMPQuery/Makefile (revision 326245) @@ -1,25 +1,26 @@ # Created by: Emil Smolenski # $FreeBSD$ PORTNAME= FusionInventory-Agent-Task-SNMPQuery PORTVERSION= 1.3 CATEGORIES= net-mgmt MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:FUSINV PKGNAMEPREFIX= p5- MAINTAINER= am@raisa.eu.org COMMENT= SNMP support for FusionInventory Agent LICENSE= GPLv2 BUILD_DEPENDS= p5-FusionInventory-Agent>=0:${PORTSDIR}/net-mgmt/p5-FusionInventory-Agent \ p5-Net-IP>=0:${PORTSDIR}/net-mgmt/p5-Net-IP \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ p5-Parallel-ForkManager>=0:${PORTSDIR}/devel/p5-Parallel-ForkManager \ p5-XML-Simple>=0:${PORTSDIR}/textproc/p5-XML-Simple RUN_DEPENDS:= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure .include Index: head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile =================================================================== --- head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile (revision 326244) +++ head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile (revision 326245) @@ -1,31 +1,32 @@ # New ports collection makefile for: p5-Nagios-Plugin-LDAP # Date created: 01 Mar 2011 # Whom: Alexander Kriventsov # # $FreeBSD$ # PORTNAME= Nagios-Plugin-LDAP PORTVERSION= 0.04 CATEGORIES= net-mgmt MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= avk@vl.ru COMMENT= Nagios plugin to observe LDAP -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure BUILD_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap \ p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ p5-DateTime>=0:${PORTSDIR}/devel/p5-DateTime RUN_DEPENDS:= ${BUILD_DEPENDS} MAN3= Nagios::Plugin::LDAP.3 post-patch: @${FIND} ${WRKSRC} -name "*.orig" -delete .include Property changes on: head/net-mgmt/p5-Nagios-Plugin-LDAP/Makefile ___________________________________________________________________ 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/net-mgmt/p5-Net-CIDR/Makefile =================================================================== --- head/net-mgmt/p5-Net-CIDR/Makefile (revision 326244) +++ head/net-mgmt/p5-Net-CIDR/Makefile (revision 326245) @@ -1,16 +1,17 @@ # $FreeBSD$ PORTNAME= Net-CIDR PORTVERSION= 0.17 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= jadawin@FreeBSD.org COMMENT= Perl module to manipulate IPv4/IPv6 netblocks in CIDR notation -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::CIDR.3 .include Index: head/net-mgmt/p5-Net-IPAddress/Makefile =================================================================== --- head/net-mgmt/p5-Net-IPAddress/Makefile (revision 326244) +++ head/net-mgmt/p5-Net-IPAddress/Makefile (revision 326245) @@ -1,18 +1,19 @@ # Created by: Alexandre Biancalana # $FreeBSD$ PORTNAME= Net-IPAddress PORTVERSION= 1.10 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:SARENNER PKGNAMEPREFIX= p5- MAINTAINER= ale@biancalanas.net COMMENT= Perl functions used to manipulate IP addresses, masks and FQDN's -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::IPAddress.3 .include Index: head/net-mgmt/p5-Net-SNMP-Util/Makefile =================================================================== --- head/net-mgmt/p5-Net-SNMP-Util/Makefile (revision 326244) +++ head/net-mgmt/p5-Net-SNMP-Util/Makefile (revision 326245) @@ -1,25 +1,26 @@ # New ports collection makefile for: p5-Net-SNMP-Util # Date created: 2011-03-29 # Whom: Hsin-Han You # # $FreeBSD$ # PORTNAME= Net-SNMP-Util PORTVERSION= 1.04 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:TONODERA PKGNAMEPREFIX= p5- MAINTAINER= hhyou@cs.nctu.edu.tw COMMENT= Utility functions for Net::SNMP RUN_DEPENDS= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::SNMP::Util.3 Net::SNMP::Util::OID.3 Net::SNMP::Util::TC.3 .include Property changes on: head/net-mgmt/p5-Net-SNMP-Util/Makefile ___________________________________________________________________ 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/net-mgmt/p5-Telnet-Cisco/Makefile =================================================================== --- head/net-mgmt/p5-Telnet-Cisco/Makefile (revision 326244) +++ head/net-mgmt/p5-Telnet-Cisco/Makefile (revision 326245) @@ -1,25 +1,26 @@ # New ports collection makefile for: p5-Net-Telnet-Cisco # Date created: August 16 2001 # Whom: Michael Lyngbøl # # $FreeBSD$ # PORTNAME= Net-Telnet-Cisco PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= lyngbol@wheel.dk COMMENT= Perl5 module to telnet to Cisco routers RUN_DEPENDS= p5-Net-Telnet>=3.02:${PORTSDIR}/net/p5-Net-Telnet \ p5-Term-ReadKey>=2:${PORTSDIR}/devel/p5-Term-ReadKey -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Net::Telnet::Cisco.3 .include Property changes on: head/net-mgmt/p5-Telnet-Cisco/Makefile ___________________________________________________________________ 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/net-mgmt/p5-Xymon-Client/Makefile =================================================================== --- head/net-mgmt/p5-Xymon-Client/Makefile (revision 326244) +++ head/net-mgmt/p5-Xymon-Client/Makefile (revision 326245) @@ -1,21 +1,22 @@ # New ports collection makefile for: p5-Xymon-Client # Date created: 2012-05-07 # Whom: Gea-Suan Lin # # $FreeBSD$ # PORTNAME= Xymon-Client PORTVERSION= 0.08 CATEGORIES= net-mgmt MASTER_SITES= CPAN PKGNAMEPREFIX= p5- MAINTAINER= gslin@gslin.org COMMENT= Interface to xymon/hobbit client -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Xymon::Client.3 .include Property changes on: head/net-mgmt/p5-Xymon-Client/Makefile ___________________________________________________________________ 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/net-mgmt/p5-jmx4perl/Makefile =================================================================== --- head/net-mgmt/p5-jmx4perl/Makefile (revision 326244) +++ head/net-mgmt/p5-jmx4perl/Makefile (revision 326245) @@ -1,117 +1,118 @@ # $FreeBSD$ PORTNAME= jmx4perl PORTVERSION= 1.07 PORTREVISION= 1 CATEGORIES= net-mgmt perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/R/RO/ROLAND PKGNAMEPREFIX= p5- MAINTAINER= tj@FreeBSD.org COMMENT= JMX access for Perl RUN_DEPENDS= p5-Archive-Zip>=0:${PORTSDIR}/archivers/p5-Archive-Zip \ p5-Carp>=0:${PORTSDIR}/devel/p5-Carp \ p5-Config-General>=0:${PORTSDIR}/devel/p5-Config-General \ p5-Crypt-Blowfish_PP>=0:${PORTSDIR}/security/p5-Crypt-Blowfish_PP \ p5-Crypt-OpenPGP>=0:${PORTSDIR}/security/p5-Crypt-OpenPGP \ p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-File-SearchPath>=0:${PORTSDIR}/devel/p5-File-SearchPath \ p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-JSON>=0:${PORTSDIR}/converters/p5-JSON \ p5-Module-Find>=0:${PORTSDIR}/devel/p5-Module-Find \ p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ p5-Scalar-List-Utils>=0:${PORTSDIR}/lang/p5-Scalar-List-Utils \ p5-Sys-SigAction>=0:${PORTSDIR}/devel/p5-Sys-SigAction \ p5-Term-Clui>=0:${PORTSDIR}/devel/p5-Term-Clui \ p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \ p5-Term-ShellUI>=0:${PORTSDIR}/shells/p5-Term-ShellUI \ p5-Term-Size>=0:${PORTSDIR}/devel/p5-Term-Size \ p5-Text-ParseWords>=0:${PORTSDIR}/textproc/p5-Text-ParseWords \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes \ p5-URI>=0:${PORTSDIR}/net/p5-URI \ p5-XML-LibXML>=0:${PORTSDIR}/textproc/p5-XML-LibXML \ p5-XML-Twig>=0:${PORTSDIR}/textproc/p5-XML-Twig \ p5-libwww>=0:${PORTSDIR}/www/p5-libwww BUILD_DEPENDS:= ${RUN_DEPENDS} -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN1 = cacti_jmx4perl.1 \ check_jmx4perl.1 \ j4psh.1 \ jmx4perl.1 \ jolokia.1 MAN3= JMX::Jmx4Perl.3 \ JMX::Jmx4Perl::Agent.3 \ JMX::Jmx4Perl::Agent::Jolokia::ArtifactHandler.3 \ JMX::Jmx4Perl::Agent::Jolokia::DownloadAgent.3 \ JMX::Jmx4Perl::Agent::Jolokia::Logger.3 \ JMX::Jmx4Perl::Agent::Jolokia::Meta.3 \ JMX::Jmx4Perl::Agent::Jolokia::Verifier.3 \ JMX::Jmx4Perl::Agent::Jolokia::Verifier::ChecksumVerifier.3 \ JMX::Jmx4Perl::Agent::Jolokia::Verifier::GnuPGVerifier.3 \ JMX::Jmx4Perl::Agent::Jolokia::Verifier::MD5Verifier.3 \ JMX::Jmx4Perl::Agent::Jolokia::Verifier::OpenPGPVerifier.3 \ JMX::Jmx4Perl::Agent::Jolokia::Verifier::SHA1Verifier.3 \ JMX::Jmx4Perl::Agent::Jolokia::WebXmlHandler.3 \ JMX::Jmx4Perl::Agent::UserAgent.3 \ JMX::Jmx4Perl::Alias.3 \ JMX::Jmx4Perl::Alias::Object.3 \ JMX::Jmx4Perl::Config.3 \ JMX::Jmx4Perl::J4psh.3 \ JMX::Jmx4Perl::J4psh::Command.3 \ JMX::Jmx4Perl::J4psh::Command::Global.3 \ JMX::Jmx4Perl::J4psh::Command::MBean.3 \ JMX::Jmx4Perl::J4psh::Command::Server.3 \ JMX::Jmx4Perl::J4psh::CommandHandler.3 \ JMX::Jmx4Perl::J4psh::CompletionHandler.3 \ JMX::Jmx4Perl::J4psh::ServerHandler.3 \ JMX::Jmx4Perl::J4psh::Shell.3 \ JMX::Jmx4Perl::Manual.3 \ JMX::Jmx4Perl::Nagios::CactiJmx4Perl.3 \ JMX::Jmx4Perl::Nagios::CheckJmx4Perl.3 \ JMX::Jmx4Perl::Nagios::SingleCheck.3 \ JMX::Jmx4Perl::Product::ActiveMQ.3 \ JMX::Jmx4Perl::Product::BaseHandler.3 \ JMX::Jmx4Perl::Product::Geronimo.3 \ JMX::Jmx4Perl::Product::Glassfish.3 \ JMX::Jmx4Perl::Product::Hadoop.3 \ JMX::Jmx4Perl::Product::JBoss.3 \ JMX::Jmx4Perl::Product::Jetty.3 \ JMX::Jmx4Perl::Product::Jonas.3 \ JMX::Jmx4Perl::Product::Resin.3 \ JMX::Jmx4Perl::Product::SpringDM.3 \ JMX::Jmx4Perl::Product::Terracotta.3 \ JMX::Jmx4Perl::Product::Tomcat.3 \ JMX::Jmx4Perl::Product::Unknown.3 \ JMX::Jmx4Perl::Product::Weblogic.3 \ JMX::Jmx4Perl::Product::Websphere.3 \ JMX::Jmx4Perl::Request.3 \ JMX::Jmx4Perl::Response.3 \ JMX::Jmx4Perl::Util.3 ETC_FILES= common.cfg \ glassfish.cfg \ jboss.cfg \ jetty.cfg \ memory.cfg \ metrics.cfg \ threads.cfg \ tomcat.cfg \ weblogic.cfg SUB_FILES= pkg-install pkg-deinstall SUB_LIST= ETC_FILES="${ETC_FILES}" post-install: @${MKDIR} ${ETCDIR} .for f in ${ETC_FILES} ${INSTALL_DATA} ${WRKSRC}/config/${f} ${ETCDIR}/${f}.sample .endfor .include Index: head/net-mgmt/routers2/Makefile =================================================================== --- head/net-mgmt/routers2/Makefile (revision 326244) +++ head/net-mgmt/routers2/Makefile (revision 326245) @@ -1,76 +1,76 @@ # New ports collection makefile for: routers2 # Date created: December 11th 2006 # Whom: Xavier Beaudouin # # $FreeBSD$ # PORTNAME= routers2 PORTVERSION= 2.19 PORTREVISION= 5 CATEGORIES= net-mgmt MASTER_SITES= http://www.steveshipway.org/software/rrd/ \ ftp://ftp.oav.oav.net/routers2/ DISTNAME= ${PORTNAME}-v${PORTVERSION} MAINTAINER= kiwi@oav.net COMMENT= Frontend for the MRTG system monitoring software BUILD_DEPENDS= p5-GD>=0:${PORTSDIR}/graphics/p5-GD RUN_DEPENDS= p5-Convert-ASN1>=0:${PORTSDIR}/converters/p5-Convert-ASN1 \ p5-Crypt-UnixCrypt>=0:${PORTSDIR}/security/p5-Crypt-UnixCrypt \ p5-GD>=0:${PORTSDIR}/graphics/p5-GD \ p5-Crypt-UnixCrypt>=0:${PORTSDIR}/security/p5-Crypt-UnixCrypt \ p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ p5-SNMP_Session>=0:${PORTSDIR}/net-mgmt/p5-SNMP_Session \ p5-CGI-SpeedyCGI>=0:${PORTSDIR}/www/p5-CGI-SpeedyCGI \ ${LOCALBASE}/bin/mrtg:${PORTSDIR}/net-mgmt/mrtg WRKSRC= ${WRKDIR}/${PORTNAME}-v${PORTVERSION} -USE_PERL5= YES +USES= perl5 NO_BUILD= YES post-patch: @${RM} ${WRKSRC}/extras/targetnames/BER.pm ${WRKSRC}/extras/targetnames/SNMP_*.pm for file in routers2.cgi.pl routers2.conf ; do \ ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/$$file; \ done do-install: ${MKDIR} -m 755 ${PREFIX}/www/routers2 ${MKDIR} -m 755 ${PREFIX}/www/routers2/rrdicons ${MKDIR} -m 755 ${PREFIX}/www/routers2/graphs ${MKDIR} -m 755 /var/db/rrdtool ${CHOWN} ${WWWOWN}:${WWWGRP} /var/db/rrdtool ${CHOWN} ${WWWOWN}:${WWWGRP} ${PREFIX}/www/routers2/graphs .if !defined(NOPORTDOCS) ${MKDIR} -m 755 ${DOCSDIR} for file in CHANGES README doc/* ; do \ ${INSTALL_DATA} ${WRKSRC}/$$file ${DOCSDIR}; \ done .endif ${INSTALL_DATA} ${WRKSRC}/routers2.conf ${PREFIX}/etc/routers2.conf.sample ${INSTALL_DATA} ${WRKSRC}/rrdicons/* ${PREFIX}/www/routers2/rrdicons ${INSTALL_SCRIPT} ${WRKSRC}/routers2.cgi.pl ${PREFIX}/www/routers2/routers2.cgi # for file in mrtg cfgmaker indexmaker; do \ # ${INSTALL_SCRIPT} ${WRKSRC}/bin/$$file ${PREFIX}/bin/; \ # done #post-install: #.if !defined(BATCH) # @${ECHO} "" # @${ECHO} "############################################################################" # @${ECHO} "# Please create a MRTG config file in ${PREFIX}/etc/mrtg #" # @${ECHO} "# A configuration file can be automatically generated with cfgmaker #" # @${ECHO} "# A sample configuration file is installed as mrtg.cfg.sample #" # @${ECHO} "# #" # @${ECHO} "# To enable MRTG in daemon mode, put the following to your /etc/rc.conf or #" # @${ECHO} "# /etc/rc.conf.local file: #" # @${ECHO} "# mrtg_daemon_enable=\"YES\" #" # @${ECHO} "############################################################################" #.endif .include Property changes on: head/net-mgmt/routers2/Makefile ___________________________________________________________________ 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