summaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile32
-rw-r--r--net/wireshark/distinfo1
-rw-r--r--net/wireshark/files/patch-aa25
-rw-r--r--net/wireshark/files/patch-ab13
-rw-r--r--net/wireshark/pkg-comment1
-rw-r--r--net/wireshark/pkg-descr7
-rw-r--r--net/wireshark/pkg-plist10
7 files changed, 0 insertions, 89 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
deleted file mode 100644
index 39a221e60020..000000000000
--- a/net/wireshark/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: ethereal
-# Date created: 10 August 1998
-# Whom: Bill Fumerola <billf@chc-chimes.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= ethereal
-PORTVERSION= 0.8.7
-CATEGORIES= net ipv6
-MASTER_SITES= http://alpha1.linuxberg.com/files/x11/network/ \
- http://www.linuxberg.com/files/x11/network/ \
- http://jefnet.linuxberg.com/files/x11/network/ \
- http://ethereal.zing.org/distribution/ \
- http://ethereal.boehm.org/distribution/
-
-MAINTAINER= billf@FreeBSD.org
-
-LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
- glib12.3:${PORTSDIR}/devel/glib12
-
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
-USE_X_PREFIX= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+= --enable-snmp=no
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
- GLIB_CONFIG="${GLIB_CONFIG}"
-
-MAN1= ethereal.1 tethereal.1 editcap.1
-
-.include <bsd.port.mk>
diff --git a/net/wireshark/distinfo b/net/wireshark/distinfo
deleted file mode 100644
index e2285b4a219d..000000000000
--- a/net/wireshark/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (ethereal-0.8.7.tar.gz) = 0f7c9cb14c3867acceb4b77ccf784d70
diff --git a/net/wireshark/files/patch-aa b/net/wireshark/files/patch-aa
deleted file mode 100644
index 9fc3924a3c78..000000000000
--- a/net/wireshark/files/patch-aa
+++ /dev/null
@@ -1,25 +0,0 @@
---- gtk/main.c.orig Wed Apr 5 10:17:53 2000
-+++ gtk/main.c Sat Apr 22 20:33:00 2000
-@@ -1161,6 +1161,7 @@
-
- /* Let GTK get its args */
- gtk_init (&argc, &argv);
-+ gtk_set_locale ();
-
- prefs = read_prefs(&pf_path);
- if (pf_path != NULL) {
-@@ -1440,12 +1441,12 @@
- sprintf(rc_file, "%s/%s", get_home_dir(), RC_FILE);
- gtk_rc_parse(rc_file);
-
-- if ((m_r_font = gdk_font_load(medium_font)) == NULL) {
-+ if ((m_r_font = gdk_fontset_load(medium_font)) == NULL) {
- fprintf(stderr, "ethereal: Error font %s not found (use -m option)\n", medium_font);
- exit(1);
- }
-
-- if ((m_b_font = gdk_font_load(bold_font)) == NULL) {
-+ if ((m_b_font = gdk_fontset_load(bold_font)) == NULL) {
- fprintf(stderr, "ethereal: Error font %s not found (use -b option)\n", bold_font);
- exit(1);
- }
diff --git a/net/wireshark/files/patch-ab b/net/wireshark/files/patch-ab
deleted file mode 100644
index a92c130ac9cf..000000000000
--- a/net/wireshark/files/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
---- gtk/main.h.orig Sat Apr 22 20:17:29 2000
-+++ gtk/main.h Sat Apr 22 20:17:42 2000
-@@ -38,8 +38,8 @@
- #define MONO_MEDIUM_FONT "-*-lucida console-medium-*-*-*-*-100-*-*-*-*-*-*"
- #define MONO_BOLD_FONT "-*-lucida console-bold-*-*-*-*-100-*-*-*-*-*-*"
- #else
--#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1"
--#define MONO_BOLD_FONT "-*-lucidatypewriter-bold-r-normal-*-*-120-*-*-*-*-iso8859-1"
-+#define MONO_MEDIUM_FONT "-*-lucidatypewriter-medium-r-normal-*-*-120-*-*-*-*-iso8859-1,*"
-+#define MONO_BOLD_FONT "-*-lucidatypewriter-bold-r-normal-*-*-120-*-*-*-*-iso8859-1,*"
- #endif
- #define RC_FILE PF_DIR "/gtkrc"
- #define DEF_WIDTH 750
diff --git a/net/wireshark/pkg-comment b/net/wireshark/pkg-comment
deleted file mode 100644
index 798083f0bf7e..000000000000
--- a/net/wireshark/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-An X11/GTK network analyzer/capture tool
diff --git a/net/wireshark/pkg-descr b/net/wireshark/pkg-descr
deleted file mode 100644
index 6954c9cec769..000000000000
--- a/net/wireshark/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.
-
-WWW: http://ethereal.zing.org
-
-Bill Fumerola <billf@chc-chimes.com>
diff --git a/net/wireshark/pkg-plist b/net/wireshark/pkg-plist
deleted file mode 100644
index adaa4bc48c0f..000000000000
--- a/net/wireshark/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-bin/editcap
-bin/ethereal
-bin/tethereal
-etc/manuf
-lib/ethereal/plugins/0.8.7/gryphon.la
-lib/ethereal/plugins/0.8.7/gryphon.a
-lib/ethereal/plugins/0.8.7/gryphon.so
-@dirrm lib/ethereal/plugins/0.8.7
-@dirrm lib/ethereal/plugins
-@dirrm lib/ethereal