Index: head/net-mgmt/ap-utils/Makefile =================================================================== --- head/net-mgmt/ap-utils/Makefile (revision 345424) +++ head/net-mgmt/ap-utils/Makefile (revision 345425) @@ -1,46 +1,46 @@ # Created by: Jerry A! # $FreeBSD$ PORTNAME= ap-utils PORTVERSION= 1.4.1 PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= SF MAINTAINER= david@catwhisker.org COMMENT= A set of utilities to configure and monitor wireless access points GNU_CONFIGURE= yes USE_BZIP2= yes USES= iconv CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -lintl -L${LOCALBASE}/lib MAN8= ap-trapd.8 ap-mrtg.8 ap-config.8 NO_STAGE= yes -OPTIONS_DEFINE= DOCS NLS +OPTIONS_DEFINE= DOCS NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else BROKEN= Does not build without gettext CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif post-patch: @${REINPLACE_CMD} -e 's|_nl_domain_bindings|libintl_nl_domain_bindings|' ${WRKSRC}/configure .if ${PORT_OPTIONS:MDOCS} post-install: ${MKDIR} ${DOCSDIR} cd ${WRKSRC}/Documentation && \ ${INSTALL_DATA} FAQ Ovislink-HOWTO.html HARDWARE-NOTES README.ap-gl ${DOCSDIR} .endif .include Index: head/net-mgmt/arts++/Makefile =================================================================== --- head/net-mgmt/arts++/Makefile (revision 345424) +++ head/net-mgmt/arts++/Makefile (revision 345425) @@ -1,47 +1,47 @@ # Created by: Andreas Klemm # $FreeBSD$ PORTNAME= arts++ PORTVERSION= 1.1.a13 PORTEPOCH= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.caida.org/tools/utilities/arts/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A network data storage and analysis library from CAIDA GNU_CONFIGURE= yes USE_GMAKE= yes CONFIGURE_ARGS= --enable-shared USE_LDCONFIG= yes MANL= artsportagg.l artsports.l artsprotos.l artsnets.l artsdump.l \ artsases.l artstoc.l artsagg.l artsprotoagg.l artsnetagg.l \ artsasagg.l artsportms.l artsportmagg.l artsintfms.l \ artsintfmagg.l artsnexthops.l artsnexthopagg.l artstos.l NO_STAGE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include post-patch: @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/ltconfig @${REINPLACE_CMD} -e 's/make_pair/std::make_pair/' ${WRKSRC}/classes/include/Ipv4PrefixPatricia.hh.in post-configure: @${REINPLACE_CMD} -E -e "s,( gcc\*),\1 | g++\*,g" ${WRKSRC}/libtool post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/html .for f in ChangeLog INSTALL WishList @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .for f in *.html @${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}/html .endfor .endif .include Index: head/net-mgmt/disco/Makefile =================================================================== --- head/net-mgmt/disco/Makefile (revision 345424) +++ head/net-mgmt/disco/Makefile (revision 345425) @@ -1,33 +1,33 @@ # Created by: Kirill Ponomarew # $FreeBSD$ PORTNAME= disco PORTVERSION= 1.2 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF/${PORTNAME}ipd/DISCO/${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= jadawin@FreeBSD.org COMMENT= IP discovery and fingerprinting utility GNU_CONFIGURE= yes CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" CPPFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= bin/disco bin/disco.fp -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include post-install: .if ! ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif .include Index: head/net-mgmt/echolot/Makefile =================================================================== --- head/net-mgmt/echolot/Makefile (revision 345424) +++ head/net-mgmt/echolot/Makefile (revision 345425) @@ -1,36 +1,36 @@ # Created by: ijliao # $FreeBSD$ PORTNAME= echolot PORTVERSION= 0.1.0 PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF \ http://benjamin-schweizer.de/files/echolot/ MAINTAINER= ports@FreeBSD.org COMMENT= Packet sniffer that grabs ARP packets on any ethernet devices LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= echolot.1 PORTDOCS= * PLIST_FILES= bin/echolot NO_STAGE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR} .endif .include Index: head/net-mgmt/etherape/Makefile =================================================================== --- head/net-mgmt/etherape/Makefile (revision 345424) +++ head/net-mgmt/etherape/Makefile (revision 345425) @@ -1,36 +1,36 @@ # Created by: Holger Lamm # $FreeBSD$ PORTNAME= etherape PORTVERSION= 0.9.9 PORTREVISION= 2 CATEGORIES= net-mgmt gnome MASTER_SITES= SF MAINTAINER= sylvio@FreeBSD.org COMMENT= A graphical network traffic visualization tool for gnome USE_GNOME= libglade2 libgnomeui gnomehack gnomeprefix USES= gmake pkgconfig INSTALLS_OMF= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAN1= etherape.1 NO_STAGE= yes -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+= --disable-nls PLIST_SUB+= NLS="@comment " .endif .include Index: head/net-mgmt/ipacctd/Makefile =================================================================== --- head/net-mgmt/ipacctd/Makefile (revision 345424) +++ head/net-mgmt/ipacctd/Makefile (revision 345425) @@ -1,36 +1,36 @@ # Created by: Sergey Skvortsov # $FreeBSD$ PORTNAME= ipacctd PORTVERSION= 1.47 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ \ ${MASTER_SITE_LOCAL:S!$!skv/!} MAINTAINER= ports@FreeBSD.org COMMENT= IP accounting using divert socket USE_RC_SUBR= ipacctd MAKE_ENV+= BINDIR="${PREFIX}/sbin" MAN8= ipacctd.8 MANLANG= "" ru.KOI8-R MANCOMPRESSED= yes NO_STAGE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include post-extract: @${MV} ${WRKDIR}/${PORTNAME} ${WRKSRC} post-install: .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR}/ru @${INSTALL_DATA} ${WRKSRC}/README.ipacctd ${DOCSDIR}/ru .endif .include Index: head/net-mgmt/p0f/Makefile =================================================================== --- head/net-mgmt/p0f/Makefile (revision 345424) +++ head/net-mgmt/p0f/Makefile (revision 345425) @@ -1,46 +1,46 @@ # Created by: trevor # $FreeBSD$ PORTNAME= p0f PORTVERSION= 3.06b CATEGORIES= net-mgmt security MASTER_SITES= http://lcamtuf.coredump.cx/p0f3/releases/ \ http://fossies.org/unix/privat/ EXTRACT_SUFX= .tgz MAINTAINER= fbsd-ports@opsec.eu COMMENT= Passive OS fingerprinting tool LICENSE= LGPL21 PLIST_FILES= bin/p0f bin/p0f-client bin/p0f-sendsyn \ bin/p0f-sendsyn6 etc/p0f.fp PORTDOCS= ChangeLog README TODO existential-notes.txt \ extra-sigs.txt MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}" NO_STAGE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include post-patch: @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/README @${REINPLACE_CMD} -e 's|p0f.fp|${PREFIX}/etc/p0f.fp|g' ${WRKSRC}/config.h do-install: .for ii in p0f tools/p0f-client tools/p0f-sendsyn tools/p0f-sendsyn6 ${INSTALL_PROGRAM} ${WRKSRC}/${ii} ${PREFIX}/bin .endfor ${INSTALL_DATA} ${WRKSRC}/p0f.fp ${PREFIX}/etc/ .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for ii in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${ii} ${DOCSDIR} .endfor .endif .include Index: head/net-mgmt/p0f2/Makefile =================================================================== --- head/net-mgmt/p0f2/Makefile (revision 345424) +++ head/net-mgmt/p0f2/Makefile (revision 345425) @@ -1,53 +1,53 @@ # $FreeBSD$ PORTNAME= p0f2 PORTVERSION= 2.0.8 PORTREVISION= 1 CATEGORIES= net-mgmt security MASTER_SITES= http://lcamtuf.coredump.cx/p0f/ \ http://farrokhi.net/distfiles/ DISTNAME= p0f-${DISTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= catone@cpan.org COMMENT= Passive OS fingerprinting tool CONFLICTS= p0f-3.* USE_RC_SUBR= p0f2 USE_GMAKE= yes ALL_TARGET= all p0fq tools PORTDOCS= COPYING CREDITS ChangeLog KNOWN_BUGS README TODO win-memleak.txt MAN1= p0f.1 WRKSRC= ${WRKDIR}/p0f NO_STAGE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include post-patch: .for f in config.h doc/README @${REINPLACE_CMD} -e 's|/etc|${PREFIX}/etc|g' ${WRKSRC}/${f} .endfor do-install: .for ii in p0f test/p0fq test/sendack test/sendack2 test/sendsyn ${INSTALL_PROGRAM} ${WRKSRC}/${ii} ${PREFIX}/bin .endfor ${INSTALL_SCRIPT} ${WRKSRC}/p0frep ${PREFIX}/bin ${MKDIR} ${PREFIX}/etc/p0f .for ii in . a. o. r. ${INSTALL_DATA} ${WRKSRC}/p0f${ii}fp ${PREFIX}/etc/p0f .endfor ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1 .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for ii in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/doc/${ii} ${DOCSDIR} .endfor .endif .include Index: head/net-mgmt/percona-monitoring-plugins/Makefile =================================================================== --- head/net-mgmt/percona-monitoring-plugins/Makefile (revision 345424) +++ head/net-mgmt/percona-monitoring-plugins/Makefile (revision 345425) @@ -1,61 +1,61 @@ # Created by: Alexey V. Degtyarev # $FreeBSD$ PORTNAME= percona-monitoring-plugins PORTVERSION= 1.0.2 CATEGORIES= net-mgmt MASTER_SITES= http://www.percona.com/downloads/percona-monitoring-plugins/ \ ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/ MAINTAINER= alexey@renatasystems.org COMMENT= Cacti templates for MySQL, Apache, Memcached, and more by Percona LICENSE= GPLv2 RUN_DEPENDS= cacti>=0:${PORTSDIR}/net-mgmt/cacti \ p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql \ p5-Data-Dumper>=0:${PORTSDIR}/devel/p5-Data-Dumper \ p5-Digest-MD5>=0:${PORTSDIR}/security/p5-Digest-MD5 \ p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \ p5-Time-HiRes>=0:${PORTSDIR}/devel/p5-Time-HiRes USE_MYSQL= yes USE_PHP= yes WANT_PHP_CLI= yes NO_BUILD= yes PORTDOCS= Changelog CACTIDIR?= share/cacti NO_STAGE= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS .include do-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR}/${doc} .endfor .endif ${MKDIR} ${PREFIX}/share/cacti/scripts ${MKDIR} ${PREFIX}/share/percona-monitoring-plugins .for dir in definitions misc templates cd ${WRKSRC} && ${PAX} -r -w cacti/${dir} \ ${PREFIX}/share/percona-monitoring-plugins .endfor .for script in ss_get_by_ssh.php ss_get_mysql_stats.php ${INSTALL_DATA} ${WRKSRC}/cacti/scripts/${script} \ ${PREFIX}/share/cacti/scripts/${script} .endfor ${INSTALL_SCRIPT} ${WRKSRC}/cacti/bin/* ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/nagios/bin/* ${PREFIX}/bin .include Index: head/net-mgmt/wide-dhcp/Makefile =================================================================== --- head/net-mgmt/wide-dhcp/Makefile (revision 345424) +++ head/net-mgmt/wide-dhcp/Makefile (revision 345425) @@ -1,52 +1,52 @@ # Created by: Yoshiro MIHIRA # $FreeBSD$ PORTNAME= wide-dhcp PORTVERSION= 1.4.0.7 CATEGORIES= net-mgmt MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/dhcp/ \ ftp://ftp.st.ryukoku.ac.jp/pub/network/dhcp/wide/ DISTNAME= dhcp-${PORTVERSION:R}p${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic Host Configuration Protocol, WIDE Implementation LICENSE= BSD LICENSE_FILE= ${WRKSRC}/Copyright MAKE_ENV= OSTYPE="${OPSYS}" MAN5= dhcpdb.server.5 dhcpdb.pool.5 dhcpdb.relay.5 MAN8= dhcpc.8 dhcps.8 relay.8 dhcpm.8 DOCS= README README.jis db_sample/intro.dhcp db_sample/intro.dhcp.jis EXAMPLES= dhcpdb.pool dhcpdb.relay dhcpdb.server NO_STAGE= yes -OPTIONS_DEFINE= DOCS EXAMPLES +OPTIONS_DEFINE= DOCS EXAMPLES .include post-patch: .for dir in client relay server tools @${REINPLACE_CMD} -e \ 's|^CC =|CC ?=| ; \ s|^CFLAGS =|CFLAGS +=| ; \ s|-O2|| ; \ s|^PREFIX =|PREFIX ?=| ; \ s|/usr/bin/gzip|/usr/bin/touch|' ${WRKSRC}/${dir}/Makefile.FreeBSD .endfor post-install: ${INSTALL_SCRIPT} ${FILESDIR}/wide-dhcps.sh.sample ${PREFIX}/etc/rc.d .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} @cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} .endif .if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} @cd ${WRKSRC}/db_sample && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} .endif @${SH} ${PKGREQ} ${PKGNAME} INSTALL .include Index: head/net-mgmt/wifimgr/Makefile =================================================================== --- head/net-mgmt/wifimgr/Makefile (revision 345424) +++ head/net-mgmt/wifimgr/Makefile (revision 345425) @@ -1,37 +1,37 @@ # Created by: J.R. Oldroyd # $FreeBSD$ PORTNAME= wifimgr PORTVERSION= 1.10 PORTREVISION= 1 CATEGORIES= net-mgmt sysutils MASTER_SITES= http://opal.com/freebsd/ports/net-mgmt/wifimgr/ \ CRITICAL MAINTAINER= fbsd@opal.com COMMENT= WiFi Networks Manager USES= pkgconfig USE_BZIP2= yes USE_XORG= x11 USE_GNOME= gtk20 INSTALLS_ICONS= yes NO_STAGE= yes -OPTIONS_DEFINE= NLS +OPTIONS_DEFINE= NLS .include .if ${PORT_OPTIONS:MNLS} USES+= gettext pkgconfig PLIST_SUB+= NLS="" .else CFLAGS+= -DWITHOUT_NLS PLIST_SUB+= NLS="@comment " MAKE_ENV+= WITHOUT_NLS=${WITHOUT_NLS} .endif MAN8= wifimgr.8 .include