1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

A libpcap-based ethernet packet generator, capable of replaying traffic

from a pcap file, and an editor to allow you to change the contents of a
trace file on the fly.

WWW: http://bittwist.sourceforge.net

PR:		ports/95926
Submitted by:	Wesley Shields <wxs@csh.rit.edu>
This commit is contained in:
Sergey Matveychuk 2006-04-18 17:55:43 +00:00
parent 7863fd84d3
commit b890fe08d7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159890
5 changed files with 40 additions and 0 deletions

View File

@ -43,6 +43,7 @@
SUBDIR += bing
SUBDIR += binkd
SUBDIR += bird
SUBDIR += bittwist
SUBDIR += blam
SUBDIR += bld
SUBDIR += bmon

28
net/bittwist/Makefile Normal file
View File

@ -0,0 +1,28 @@
# New ports collection makefile for: bittwist
# Date created: 17 April 2006
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= bittwist
PORTVERSION= 0.7
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
MAINTAINER= wxs@csh.rit.edu
COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= bittwist.1 bittwistb.1 bittwiste.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= does not build under 4.x
.endif
.include <bsd.port.post.mk>

3
net/bittwist/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (bittwist-bsd-0.7.tar.gz) = fdb365f25903c1c49f973cdcb26868b5
SHA256 (bittwist-bsd-0.7.tar.gz) = 62060b58b41bb6e8affbf10ea28408562faf5e77a2f180be3528bbde08a7a685
SIZE (bittwist-bsd-0.7.tar.gz) = 38755

5
net/bittwist/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
A libpcap-based ethernet packet generator, capable of replaying traffic
from a pcap file, and an editor to allow you to change the contents of a
trace file on the fly.
WWW: http://bittwist.sourceforge.net

3
net/bittwist/pkg-plist Normal file
View File

@ -0,0 +1,3 @@
bin/bittwist
bin/bittwistb
bin/bittwiste