aboutsummaryrefslogtreecommitdiff
path: root/net/tcpdump
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-12-10 19:14:20 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-12-10 19:14:20 +0000
commitb834286aa9b0451c8bc4b5753169c3245f17761b (patch)
tree7b0a4434f83e39b8ee4e28add2662b5127e809f6 /net/tcpdump
parentaa4af52d1326af3408805d94f4674bdf0f1594d5 (diff)
downloadports-b834286aa9b0451c8bc4b5753169c3245f17761b.tar.gz
ports-b834286aa9b0451c8bc4b5753169c3245f17761b.zip
Add a port of tcpdump 3.8.1. Some work is being done around tcpdump and
libpcap right now, in the areas of wireless and mesh networking. Import this port so as not to disturb the vendor branch, and bring the bleeding edge stuff to a wider audience. I will merge in optional radiotap patches later. Sponsored by: consume.net
Notes
Notes: svn path=/head/; revision=95559
Diffstat (limited to 'net/tcpdump')
-rw-r--r--net/tcpdump/Makefile34
-rw-r--r--net/tcpdump/distinfo1
-rw-r--r--net/tcpdump/pkg-descr9
-rw-r--r--net/tcpdump/pkg-plist1
4 files changed, 45 insertions, 0 deletions
diff --git a/net/tcpdump/Makefile b/net/tcpdump/Makefile
new file mode 100644
index 000000000000..509f8e395a39
--- /dev/null
+++ b/net/tcpdump/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: tcpdump
+# Date created: 10 December 2003
+# Whom: Bruce M Simpson <bms@FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcpdump
+PORTVERSION= 3.8.1
+CATEGORIES= net
+MASTER_SITES= http://www.tcpdump.org/beta/
+DISTNAME= ${PORTNAME}-${PORTVERSION}-316
+
+MAINTAINER= bms@FreeBSD.org
+COMMENT= Ubiquitous network traffic analysis tool
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
+
+MAN1= tcpdump.1
+
+GNU_CONFIGURE= yes
+
+
+.if !defined(WITHOUT_IPV6)
+CONFIGURE_ARGS+= --enable-ipv6
+.endif
+
+.if defined(WITHOUT_CRYPTO)
+CONFIGURE_ARGS+= --without-crypto
+.endif
+
+.include <bsd.port.mk>
diff --git a/net/tcpdump/distinfo b/net/tcpdump/distinfo
new file mode 100644
index 000000000000..05b49cfaac10
--- /dev/null
+++ b/net/tcpdump/distinfo
@@ -0,0 +1 @@
+MD5 (tcpdump-3.8.1-316.tar.gz) = 7149aeee925a4b05ac9d07aed3beb546
diff --git a/net/tcpdump/pkg-descr b/net/tcpdump/pkg-descr
new file mode 100644
index 000000000000..b2696651c3ec
--- /dev/null
+++ b/net/tcpdump/pkg-descr
@@ -0,0 +1,9 @@
+tcpdump is a ubiquitous network traffic capture tool available in a wide
+variety of BSD, Linux and UN*X distributions.
+
+Whilst FreeBSD has a vendor branch import of tcpdump in its source tree,
+the purpose of the port is to provide a means of offering additional,
+bleeding-edge features which might not make it into the tree.
+
+Bruce
+bms@FreeBSD.org
diff --git a/net/tcpdump/pkg-plist b/net/tcpdump/pkg-plist
new file mode 100644
index 000000000000..9b3c0b6e6bcb
--- /dev/null
+++ b/net/tcpdump/pkg-plist
@@ -0,0 +1 @@
+sbin/tcpdump