aboutsummaryrefslogtreecommitdiffstats
path: root/net/tcpdump398
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2009-10-01 20:31:37 +0800
committeredwin <edwin@FreeBSD.org>2009-10-01 20:31:37 +0800
commit336ab9a00cdca47af8ce7a79648b1108a2f04f48 (patch)
treeceff26aee25cc032a4a056b3463850246a151bf1 /net/tcpdump398
parent9636fb297480d543e59b956350145bc6d4718aab (diff)
downloadfreebsd-ports-gnome-336ab9a00cdca47af8ce7a79648b1108a2f04f48.tar.gz
freebsd-ports-gnome-336ab9a00cdca47af8ce7a79648b1108a2f04f48.tar.zst
freebsd-ports-gnome-336ab9a00cdca47af8ce7a79648b1108a2f04f48.zip
Welcome net/tcpdump398.
This port is specially for all the people on FreeBSD 8.0 who prefer the output of the FreeBSD 7.x tcpdump above the new tcpdump.
Diffstat (limited to 'net/tcpdump398')
-rw-r--r--net/tcpdump398/Makefile34
-rw-r--r--net/tcpdump398/distinfo3
-rw-r--r--net/tcpdump398/pkg-descr6
3 files changed, 43 insertions, 0 deletions
diff --git a/net/tcpdump398/Makefile b/net/tcpdump398/Makefile
new file mode 100644
index 000000000000..0ea2c1ef90a0
--- /dev/null
+++ b/net/tcpdump398/Makefile
@@ -0,0 +1,34 @@
+# New ports collection makefile for: tcpdump398
+# Date created: 1 October 2009
+# Whom: Edwin Groothuis <edwin@mavetju.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= tcpdump398
+PORTVERSION= 1.0
+CATEGORIES= net ipv6
+MASTER_SITES= http://www.mavetju.org/download/adopted/
+
+MAINTAINER= edwin@mavetju.org
+COMMENT= Ubiquitous network traffic analysis tool - FreeBSD 7 version for FreeBSD 8
+
+PLIST_FILES= bin/tcpdump398
+MAN1= tcpdump398.1
+
+USE_BZIP2= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 800000
+IGNORE= comes with the base OS, only applicable for 8.0 and higher
+.endif
+
+post-build:
+ ${GUNZIP_CMD} ${WRKSRC}/tcpdump.1.gz
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${PREFIX}/bin/tcpdump398
+ ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${MAN1PREFIX}/man/man1/tcpdump398.1
+
+.include <bsd.port.post.mk>
diff --git a/net/tcpdump398/distinfo b/net/tcpdump398/distinfo
new file mode 100644
index 000000000000..2464db8a941c
--- /dev/null
+++ b/net/tcpdump398/distinfo
@@ -0,0 +1,3 @@
+MD5 (tcpdump398-1.0.tar.bz2) = 1d0d5924baf7f2002dfa6415ae791705
+SHA256 (tcpdump398-1.0.tar.bz2) = d863b13a05b9153b556368c754839eb032fe778f5caedc3b47aeb012a657e57c
+SIZE (tcpdump398-1.0.tar.bz2) = 583024
diff --git a/net/tcpdump398/pkg-descr b/net/tcpdump398/pkg-descr
new file mode 100644
index 000000000000..1a8a03d86b9c
--- /dev/null
+++ b/net/tcpdump398/pkg-descr
@@ -0,0 +1,6 @@
+tcpdump is a ubiquitous network traffic capture tool available in a wide
+variety of BSD, Linux and UN*X distributions.
+
+This is the version 3.9.8 which is currently shipped with FreeBSD
+7. FreeBSD 8.0 is shipping with version 4.0.0 which gives a different
+output with some items missing.