port upgrade to newer version of tcpreplay tool shas archive attached ---shar start-- # 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: # # Makefile # distinfo # pkg-descr # pkg-plist # echo x - Makefile sed 's/^X//' >Makefile << 'END-of-Makefile' X# New ports collection makefile for: tcpreplay X# Date created: 29 March 2004 X# Whom: nm@web.am X# X# $FreeBSD$ X# X XPORTNAME= tcpreplay XPORTVERSION= 2.0.3 XCATEGORIES= net-mgmt XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= ${PORTNAME} X XMAINTAINER= smace@FreeBSD.org XCOMMENT= A tool to replay saved packet capture files X XBUILD_DEPENDS= ${LOCALBASE}/lib/libnet.a:${PORTSDIR}/net/libnet-devel X XGNU_CONFIGURE= yes XCONFIGURE_ARGS+= --with-libnet=${LOCALBASE} X XMAN1= capinfo.1 tcpprep.1 pcapmerge.1 XMAN8= flowreplay.8 tcpreplay.8 X X.include <bsd.port.mk> END-of-Makefile echo x - distinfo sed 's/^X//' >distinfo << 'END-of-distinfo' XMD5 (tcpreplay-2.0.3.tar.gz) = e9f0fe69b38c9d893b72a16895367a79 XSIZE (tcpreplay-2.0.3.tar.gz) = 498164 END-of-distinfo echo x - pkg-descr sed 's/^X//' >pkg-descr << 'END-of-pkg-descr' XTcpreplay is aimed at testing the performance of a Network Intrusion Detection XSystem by replaying real background network traffic in which to hide attacks. X XTcpreplay allows you to control the speed at which the traffic is replayed, Xand can replay arbitrary libpcap traces. X XUnlike programmatically-generated artificial traffic which doesn't exercise Xthe application/protocol inspection that a NIDS performs, and doesn't Xreproduce the real-world anomalies that appear on production networks X(asymmetric routes, traffic bursts/lulls, fragmentation, retransmissions, Xetc.), tcpreplay allows for exact replication of real traffic seen on real Xnetworks. X XWWW: http://www.sf.net/projects/tcpreplay END-of-pkg-descr echo x - pkg-plist sed 's/^X//' >pkg-plist << 'END-of-pkg-plist' Xbin/capinfo Xbin/flowreplay Xbin/pcapmerge Xbin/tcpprep Xsbin/tcpreplay END-of-pkg-plist exit ---shar end-- Fix: attacehd file :) How-To-Repeat: n/a
Responsible Changed From-To: freebsd-ports-bugs->smace Over to maintainer.
State Changed From-To: open->closed Port has been updated, thanks for your submission. Please provide patches in unified diff-format. You can find more details in the Porter's Handbook.