summaryrefslogtreecommitdiff
path: root/net/bittwist
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-04-18 17:55:43 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-04-18 17:55:43 +0000
commitb890fe08d7d14135a6823ef5415f4a8b90a4d979 (patch)
tree95f656fd922663fca8475a747de72afe73011f30 /net/bittwist
parentGive sensible sentences for IGNORE. (diff)
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>
Notes
Notes: svn path=/head/; revision=159890
Diffstat (limited to 'net/bittwist')
-rw-r--r--net/bittwist/Makefile28
-rw-r--r--net/bittwist/distinfo3
-rw-r--r--net/bittwist/pkg-descr5
-rw-r--r--net/bittwist/pkg-plist3
4 files changed, 39 insertions, 0 deletions
diff --git a/net/bittwist/Makefile b/net/bittwist/Makefile
new file mode 100644
index 000000000000..892504305987
--- /dev/null
+++ b/net/bittwist/Makefile
@@ -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>
diff --git a/net/bittwist/distinfo b/net/bittwist/distinfo
new file mode 100644
index 000000000000..a050ecaf3f62
--- /dev/null
+++ b/net/bittwist/distinfo
@@ -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
diff --git a/net/bittwist/pkg-descr b/net/bittwist/pkg-descr
new file mode 100644
index 000000000000..b1dce34f9473
--- /dev/null
+++ b/net/bittwist/pkg-descr
@@ -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
diff --git a/net/bittwist/pkg-plist b/net/bittwist/pkg-plist
new file mode 100644
index 000000000000..195fca5a0394
--- /dev/null
+++ b/net/bittwist/pkg-plist
@@ -0,0 +1,3 @@
+bin/bittwist
+bin/bittwistb
+bin/bittwiste