diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-18 21:53:24 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-09-18 21:53:24 +0000 |
commit | 1ceb2a08d2057ecaf74c38d49520a02fb1204250 (patch) | |
tree | e144b1e0c86801d3ee78c39c98807a10fb6b3e9d /net/wireshark | |
parent | 43bb420e1fe7bb8941ed93119516472dae28f1b3 (diff) | |
download | ports-1ceb2a08d2057ecaf74c38d49520a02fb1204250.tar.gz ports-1ceb2a08d2057ecaf74c38d49520a02fb1204250.zip |
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 23 | ||||
-rw-r--r-- | net/wireshark/distinfo | 1 | ||||
-rw-r--r-- | net/wireshark/files/patch-aa | 20 | ||||
-rw-r--r-- | net/wireshark/pkg-comment | 1 | ||||
-rw-r--r-- | net/wireshark/pkg-descr | 7 | ||||
-rw-r--r-- | net/wireshark/pkg-plist | 1 |
6 files changed, 53 insertions, 0 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile new file mode 100644 index 000000000000..9281e793a95f --- /dev/null +++ b/net/wireshark/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/wireshark/distinfo b/net/wireshark/distinfo new file mode 100644 index 000000000000..1fbe960c1eb2 --- /dev/null +++ b/net/wireshark/distinfo @@ -0,0 +1 @@ +MD5 (ethereal-0.3.16.tar.gz) = 49700f2373486e3f3324938acfe7e3ba diff --git a/net/wireshark/files/patch-aa b/net/wireshark/files/patch-aa new file mode 100644 index 000000000000..04a5c750b1ec --- /dev/null +++ b/net/wireshark/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/wireshark/pkg-comment b/net/wireshark/pkg-comment new file mode 100644 index 000000000000..5fec25e2b076 --- /dev/null +++ b/net/wireshark/pkg-comment @@ -0,0 +1 @@ +a network analyzer that lets you capture diff --git a/net/wireshark/pkg-descr b/net/wireshark/pkg-descr new file mode 100644 index 000000000000..8a3404dc3f71 --- /dev/null +++ b/net/wireshark/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/wireshark/pkg-plist b/net/wireshark/pkg-plist new file mode 100644 index 000000000000..45a3b3226e79 --- /dev/null +++ b/net/wireshark/pkg-plist @@ -0,0 +1 @@ +bin/ethereal |