summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-09-18 21:53:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-09-18 21:53:24 +0000
commit1ceb2a08d2057ecaf74c38d49520a02fb1204250 (patch)
treee144b1e0c86801d3ee78c39c98807a10fb6b3e9d /net/ethereal
parentUpgrade to 20-2.5, and merge all info page to a BIG file. (diff)
a network sniffer a la NetXray. With a little work and development this could
rival NetXray (which is approx $4,000). PR: ports/7581 Submitted by: Bill Fumerola <billf@chc-chimes.com>
Notes
Notes: svn path=/head/; revision=13215
Diffstat (limited to 'net/ethereal')
-rw-r--r--net/ethereal/Makefile23
-rw-r--r--net/ethereal/distinfo1
-rw-r--r--net/ethereal/files/patch-aa20
-rw-r--r--net/ethereal/pkg-comment1
-rw-r--r--net/ethereal/pkg-descr7
-rw-r--r--net/ethereal/pkg-plist1
6 files changed, 53 insertions, 0 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
new file mode 100644
index 000000000000..9281e793a95f
--- /dev/null
+++ b/net/ethereal/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: ethereal
+# Version required: 0.3.16
+# Date created: 10 August 1998
+# Whom: Bill Fumerola <billf@chc-chimes.com>
+#
+# $Id: $
+#
+
+DISTNAME= ethereal-0.3.16
+CATEGORIES= net
+MASTER_SITES= http://ethereal.zing.org/distribution/ \
+ http://ethereal.boehm.org/distribution/
+
+MAINTAINER= billf@chc-chimes.com
+
+LIB_DEPENDS= gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+
+MAN1= ethereal.1
+
+.include <bsd.port.mk>
diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo
new file mode 100644
index 000000000000..1fbe960c1eb2
--- /dev/null
+++ b/net/ethereal/distinfo
@@ -0,0 +1 @@
+MD5 (ethereal-0.3.16.tar.gz) = 49700f2373486e3f3324938acfe7e3ba
diff --git a/net/ethereal/files/patch-aa b/net/ethereal/files/patch-aa
new file mode 100644
index 000000000000..04a5c750b1ec
--- /dev/null
+++ b/net/ethereal/files/patch-aa
@@ -0,0 +1,20 @@
+--- ethereal.h.orig Thu Sep 17 19:14:28 1998
++++ ethereal.h Thu Sep 17 19:15:15 1998
+@@ -27,6 +27,7 @@
+ #define __ETHEREAL_H__
+
+ #include "config.h"
++#include <machine/endian.h>
+
+ #define RC_FILE ".etherealrc"
+ #define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1"
+--- packet.c.orig Thu Sep 17 19:15:34 1998
++++ packet.c Thu Sep 17 19:15:48 1998
+@@ -32,6 +32,7 @@
+ #include <stdio.h>
+ #include <stdarg.h>
+ #include <ctype.h>
++#include <sys/types.h>
+
+ #ifdef HAVE_NETINET_IN_H
+ # include <netinet/in.h>
diff --git a/net/ethereal/pkg-comment b/net/ethereal/pkg-comment
new file mode 100644
index 000000000000..5fec25e2b076
--- /dev/null
+++ b/net/ethereal/pkg-comment
@@ -0,0 +1 @@
+a network analyzer that lets you capture
diff --git a/net/ethereal/pkg-descr b/net/ethereal/pkg-descr
new file mode 100644
index 000000000000..8a3404dc3f71
--- /dev/null
+++ b/net/ethereal/pkg-descr
@@ -0,0 +1,7 @@
+a network analyzer that lets you capture and interactively browse the
+contents of Ethernet frames. Packet data can be read from a file, or
+live from a local network interface.
+
+http://ethereal.zing.org
+
+Bill Fumerola <billf@chc-chimes.com>
diff --git a/net/ethereal/pkg-plist b/net/ethereal/pkg-plist
new file mode 100644
index 000000000000..45a3b3226e79
--- /dev/null
+++ b/net/ethereal/pkg-plist
@@ -0,0 +1 @@
+bin/ethereal