# This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # super_mediator # super_mediator/Makefile # super_mediator/distinfo # super_mediator/pkg-plist # super_mediator/pkg-descr # echo c - super_mediator mkdir -p super_mediator > /dev/null 2>&1 echo x - super_mediator/Makefile sed 's/^X//' >super_mediator/Makefile << '4d251534c3ceb910ac3a517b01874394' X# Created by: Inacio X# $FreeBSD$ X XPORTNAME= super_mediator XPORTVERSION= 1.2.2 XCATEGORIES= net-mgmt XMASTER_SITES= http://tools.netsa.cert.org/releases/ X XMAINTAINER= nacho319+freebsdZilla@gmail.com XCOMMENT= SuperMediator is an IPFIX mediator by CMU CERT generally used with YAF X XLICENSE= GPLv2 XLICENSE_FILE= ${WRKSRC}/COPYING X XLIB_DEPENDS= libfixbuf.so:${PORTSDIR}/net/libfixbuf \ X libltdl.so:${PORTSDIR}/devel/libltdl X XGNU_CONFIGURE= yes XINSTALL_TARGET= install-strip XUSES= libtool pathfix perl5 pkgconfig XUSE_GNOME= glib20 XUSE_LDCONFIG= yes X XPLIST_SUB+= PORTVERSION="${PORTVERSION}" X XOPTIONS_DEFINE= SPREAD MYSQL SKIPSET XOPTIONS_DEFAULT= MYSQL SKIPSET X XSPREAD_DESC= Enable Spread libary as a pub/sub distribution capability XMYSQL_DESC= Enable SuperMediator to directly write into MySQL XSKIPSET_DESC= Enable SiLK IPSET files for filtering X X#SKIPSET_PKG_DEPENDS= security/silktools XSKIPSET_LIB_DEPENDS= libsilk.so:${PORTSDIR}/security/silktools X X#SPREAD_PKG_DEPENDS= net/spread4 XSPREAD_LIB_DEPENDS= libspread.so:${PORTSDIR}/net/spread4 X XMYSQL_LIB_DEPENDS= libmysqlclient.so:${PORTSDIR}/${_MYSQL_CLIENT} X XMYSQL_USE= mysql=yes X XMYSQL_CONFIGURE_WITH= mysql XSKIPSET_CONFIGURE_WITH= skipset XSPREAD_CONFIGURE_WITH= spread X Xpost-install: X.for f in super_mediator.conf X ${MV} ${STAGEDIR}${PREFIX}/etc/$f ${STAGEDIR}${PREFIX}/etc/$f.sample X.endfor X X.include 4d251534c3ceb910ac3a517b01874394 echo x - super_mediator/distinfo sed 's/^X//' >super_mediator/distinfo << '09bce5519405884e78a5026d615db956' XSHA256 (super_mediator-1.2.2.tar.gz) = 13c8680d322a2aeb2c4142ffad260ffe24033767c5a7423aff77a0111bbf780c XSIZE (super_mediator-1.2.2.tar.gz) = 677300 XSHA256 (super_mediator-1.2.0.tar.gz) = b38f9d7bca53ac03a49ea82750cc7788bb44605472b192afbcfad000976fa64f XSIZE (super_mediator-1.2.0.tar.gz) = 675848 XSHA256 (super_mediator-1.1.1.tar.gz) = a23afd76b1517b21b6226b6aee0736d7d0ae60c2c0e8aa4a27241392794ab9b2 XSIZE (super_mediator-1.1.1.tar.gz) = 637677 09bce5519405884e78a5026d615db956 echo x - super_mediator/pkg-plist sed 's/^X//' >super_mediator/pkg-plist << 'fe1063bf8e2a6ddc0a9785afa3f1dfa3' Xman/man1/super_mediator.conf.1.gz Xman/man1/super_table_creator.1.gz Xman/man1/super_mediator.1.gz Xbin/super_table_creator Xbin/super_mediator X@sample etc/super_mediator.conf.sample fe1063bf8e2a6ddc0a9785afa3f1dfa3 echo x - super_mediator/pkg-descr sed 's/^X//' >super_mediator/pkg-descr << '7b45c3cf6bc5598258fc12c933809dc3' Xsuper_mediator is an IPFIX mediator designed to split IPFIX sensing flows Xand distribute the network telemetry information to multiple sources. It Xcan export the network telemetry data gathered into formats designed for Xbulk loading into databases (e.g. MySQL) or as JSON outputs, as well as Xdirectly loading MySQL tables. super_mediator is primarily designed to get Xnetwork telemetry data from YAF. X XWWW: http://tools.netsa.cert.org/super_mediator/ 7b45c3cf6bc5598258fc12c933809dc3 exit