diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-11-23 15:05:21 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-11-23 15:05:21 +0000 |
commit | b0055458a000f3a006ee3a44caa96541a27e3f5c (patch) | |
tree | 6672073f016388e6014289c749182e8ce79cde7a /net | |
parent | d89b3b47dcfc57d83b7aeac78b75ad332b5b1d8f (diff) | |
download | pkgsrc-b0055458a000f3a006ee3a44caa96541a27e3f5c.tar.gz |
GTK-based network packet analyzer.
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 16 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 3 | ||||
-rw-r--r-- | net/ethereal/pkg/COMMENT | 1 | ||||
-rw-r--r-- | net/ethereal/pkg/DESCR | 6 | ||||
-rw-r--r-- | net/ethereal/pkg/PLIST | 4 |
5 files changed, 30 insertions, 0 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile new file mode 100644 index 00000000000..18d53368853 --- /dev/null +++ b/net/ethereal/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 1998/11/23 15:05:21 hubertf Exp $ +# + +DISTNAME= ethereal-0.5.0 +CATEGORIES= net +MASTER_SITES= http://ethereal.zing.org/distribution/ + +MAINTAINER= hubertf@netbsd.org +HOMEPAGE= http://ethereal.zing.org/ + +DEPENDS= gtk+-1.0.6:../../x11/gtk10 + +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE} + +.include "../../mk/bsd.pkg.mk" diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 new file mode 100644 index 00000000000..3d06c8103af --- /dev/null +++ b/net/ethereal/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 1998/11/23 15:05:21 hubertf Exp $ + +MD5 (ethereal-0.5.0.tar.gz) = 46a7aa699e38ce852b50f79629ef6a1f diff --git a/net/ethereal/pkg/COMMENT b/net/ethereal/pkg/COMMENT new file mode 100644 index 00000000000..5cad988a7a5 --- /dev/null +++ b/net/ethereal/pkg/COMMENT @@ -0,0 +1 @@ +A network protocol analyzer diff --git a/net/ethereal/pkg/DESCR b/net/ethereal/pkg/DESCR new file mode 100644 index 00000000000..5c569a6bb4b --- /dev/null +++ b/net/ethereal/pkg/DESCR @@ -0,0 +1,6 @@ +Ethereal is a network protocol analyzer for Unix. It allows you to +examine data from a live network, or from a capture file on disk. +One of the goals of the project is to have an application that is +similar in functionality to Network Associates' NetXRay or the AG +Group's EtherPeek. Although these are both excellent products, +neither of them runs under Unix. diff --git a/net/ethereal/pkg/PLIST b/net/ethereal/pkg/PLIST new file mode 100644 index 00000000000..364ef96470d --- /dev/null +++ b/net/ethereal/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/23 15:05:21 hubertf Exp $ +bin/ethereal +man/man1/ethereal.1 +etc/manuf |