From billf@jade.chc-chimes.com  Tue Aug 11 14:03:06 1998
Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83])
          by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA04181
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Aug 1998 14:03:02 -0700 (PDT)
          (envelope-from billf@jade.chc-chimes.com)
Received: (from billf@localhost)
	by jade.chc-chimes.com (8.8.8/8.8.8) id RAA16477;
	Tue, 11 Aug 1998 17:00:37 -0400 (EDT)
	(envelope-from billf)
Message-Id: <199808112100.RAA16477@jade.chc-chimes.com>
Date: Tue, 11 Aug 1998 17:00:37 -0400 (EDT)
From: Bill Fumerola <billf@jade.chc-chimes.com>
Reply-To: billf@jade.chc-chimes.com
To: FreeBSD-gnats-submit@freebsd.org
Subject: new port [net x11]/ethereal
X-Send-Pr-Version: 3.2

>Number:         7581
>Category:       ports
>Synopsis:       new port [net x11]/ethereal
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 11 14:10:01 PDT 1998
>Closed-Date:    Fri Sep 18 14:57:19 PDT 1998
>Last-Modified:  Fri Sep 18 14:57:42 PDT 1998
>Originator:     Bill Fumerola
>Release:        FreeBSD 2.2.7-STABLE i386
>Organization:
Computer Horizons Corp
>Environment:
>Description:

a network sniffer a la NetXray. With a little work and development this could 
rival NetXray (which is approx $4,000).

>How-To-Repeat:
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	.
#	./Makefile
#	./files
#	./files/md5
#	./pkg
#	./pkg/PLIST
#	./pkg/COMMENT
#	./pkg/DESCR
#
echo c - .
mkdir -p . > /dev/null 2>&1
echo x - ./Makefile
sed 's/^X//' >./Makefile << 'END-of-./Makefile'
X# New ports collection makefile for:   ethereal
X# Version required:    0.3.4
X# Date created:        10 August 1998
X# Whom:                Bill Fumerola <billf@chc-chimes.com>
X#
X# $Id: $
X#
X
XDISTNAME=	ethereal-0.3.4
XCATEGORIES=	net x11
XMASTER_SITES=	http://ethereal.zing.org/distribution/
X
XMAINTAINER=	billf@chc-chimes.com
X
XLIB_DEPENDS=	gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
X
XGNU_CONFIGURE=	yes
XUSE_X11=	yes
X
X.include <bsd.port.mk>
END-of-./Makefile
echo c - ./files
mkdir -p ./files > /dev/null 2>&1
echo x - ./files/md5
sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
XMD5 (ethereal-0.3.4.tar.gz) = 392d53b75bfd28c2c28b04671772ec23
END-of-./files/md5
echo c - ./pkg
mkdir -p ./pkg > /dev/null 2>&1
echo x - ./pkg/PLIST
sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
Xbin/ethereal
END-of-./pkg/PLIST
echo x - ./pkg/COMMENT
sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
Xa network analyzer that lets you capture
END-of-./pkg/COMMENT
echo x - ./pkg/DESCR
sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
Xa network analyzer that lets you capture and interactively browse the
Xcontents of Ethernet frames. Packet data can be read from a file, or
Xlive from a local network interface. 
X
Xhttp://ethereal.zing.org
X
XBill Fumerola <billf@chc-chimes.com>
END-of-./pkg/DESCR
exit

>Release-Note:
>Audit-Trail:

From: asami@FreeBSD.ORG (Satoshi Asami)
To: billf@jade.chc-chimes.com
Cc: FreeBSD-gnats-submit@FreeBSD.ORG
Subject: Re: ports/7581: new port [net x11]/ethereal
Date: Tue, 11 Aug 1998 17:32:54 -0700 (PDT)

  * XCATEGORIES=	net x11
 
 This is most likely not right.  x11 is not for X applications. :)
 
 Satoshi

From: Dirk Froemberg <ibex@physik.TU-Berlin.DE>
To: freebsd-gnats-submit@freebsd.org, billf@jade.chc-chimes.com
Cc: asami@freebsd.org
Subject: Re: ports/7581: new port [net x11]/ethereal
Date: Thu, 27 Aug 1998 17:46:10 +0200

 Hello!
 
 I have done a port for ethereal-0.3.11 which honors the newest
 bsd.port.mk-changes.
 
 It is available at
 
 	http://www.physik.TU-Berlin.DE/~ibex/ports/ethereal-0.3.11.tar.gz
 
 Please have a look at it...
 
 	Best regards Dirk
 
 -- 
 e-mail: ibex@physik.tu-berlin.de

From: Bill Fumerola <billf@jade.chc-chimes.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  Subject: re: ports/7581
Date: Wed, 16 Sep 1998 16:00:50 -0400 (EDT)

 updated shar (only the makefile changed) for ethereal. someone PLEASE
 commit this, as this program is rather smooth.
 
 this makefile respects the original date I submitted it (8/10/98)
 
 # This is a shell archive.  Save it in a file, remove anything before
 # this line, and then unpack it by entering "sh file".  Note, it may
 # create directories; files and directories will be owned by you and
 # have default permissions.
 #
 # This archive contains:
 #
 #	.
 #	./Makefile
 #	./files
 #	./files/md5
 #	./files/md5.old
 #	./pkg
 #	./pkg/PLIST
 #	./pkg/COMMENT
 #	./pkg/DESCR
 #
 echo c - .
 mkdir -p . > /dev/null 2>&1
 echo x - ./Makefile
 sed 's/^X//' >./Makefile << 'END-of-./Makefile'
 X# New ports collection makefile for:   ethereal
 X# Version required:    0.3.15
 X# Date created:        10 August 1998
 X# Whom:                Bill Fumerola <billf@chc-chimes.com>
 X#
 X# $Id: $
 X#
 X
 XDISTNAME=	ethereal-0.3.15
 XCATEGORIES=	net
 XMASTER_SITES=	http://ethereal.zing.org/distribution/ \
 X		http://ethereal.boehm.org/distribution/
 X
 XMAINTAINER=	billf@chc-chimes.com
 X
 XLIB_DEPENDS=	gtk\\.1\\.5:${PORTSDIR}/x11-toolkits/gtk
 X
 XGNU_CONFIGURE=	yes
 XUSE_X11=	yes
 X
 XMAN1=		ethereal.1
 X
 X.include <bsd.port.mk>
 END-of-./Makefile
 echo c - ./files
 mkdir -p ./files > /dev/null 2>&1
 echo x - ./files/md5
 sed 's/^X//' >./files/md5 << 'END-of-./files/md5'
 XMD5 (ethereal-0.3.15.tar.gz) = 516550c68a10f2bac52e61b09fec01b4
 END-of-./files/md5
 echo x - ./files/md5.old
 sed 's/^X//' >./files/md5.old << 'END-of-./files/md5.old'
 XMD5 (ethereal-0.3.4.tar.gz) = 392d53b75bfd28c2c28b04671772ec23
 END-of-./files/md5.old
 echo c - ./pkg
 mkdir -p ./pkg > /dev/null 2>&1
 echo x - ./pkg/PLIST
 sed 's/^X//' >./pkg/PLIST << 'END-of-./pkg/PLIST'
 Xbin/ethereal
 END-of-./pkg/PLIST
 echo x - ./pkg/COMMENT
 sed 's/^X//' >./pkg/COMMENT << 'END-of-./pkg/COMMENT'
 Xa network analyzer that lets you capture
 END-of-./pkg/COMMENT
 echo x - ./pkg/DESCR
 sed 's/^X//' >./pkg/DESCR << 'END-of-./pkg/DESCR'
 Xa network analyzer that lets you capture and interactively browse the
 Xcontents of Ethernet frames. Packet data can be read from a file, or
 Xlive from a local network interface. 
 X
 Xhttp://ethereal.zing.org
 X
 XBill Fumerola <billf@chc-chimes.com>
 END-of-./pkg/DESCR
 exit
 
 

From: Charlie ROOT <root@jade.chc-chimes.com>
To: freebsd-gnats-submit@freebsd.org
Cc:  Subject: re: ports/7581
Date: Thu, 17 Sep 1998 16:28:33 -0400 (EDT)

 resubmission (due to upgrade, again) of ethereal port. apply patches to
 most recent shar sent. this is getting to be a long-ass pr.
 
 - bill fumerola [root/billf]@chc-chimes.com - computer horizons corp -
 -  ph:(800)252.2421 x128 / bfumerol@computerhorizons.com - BF1560  -
 
 --- md5	Thu Sep 17 16:13:03 1998
 +++ files/md5	Thu Sep 17 16:13:21 1998
 @@ -1 +1 @@
 -MD5 (ethereal-0.3.15.tar.gz) = 516550c68a10f2bac52e61b09fec01b4
 +MD5 (ethereal-0.3.16.tar.gz) = 49700f2373486e3f3324938acfe7e3ba
 
 --- Makefile.old	Thu Sep 17 16:12:50 1998
 +++ Makefile	Thu Sep 17 16:13:01 1998
 @@ -6,7 +6,7 @@
  # $Id: $
  #
  
 -DISTNAME=	ethereal-0.3.15
 +DISTNAME=	ethereal-0.3.16
  CATEGORIES=	net
  MASTER_SITES=	http://ethereal.zing.org/distribution/ \
  		http://ethereal.boehm.org/distribution/
 
 
 
 
State-Changed-From-To: open->closed 
State-Changed-By: vanilla 
State-Changed-When: Fri Sep 18 14:57:19 PDT 1998 
State-Changed-Why:  
Committed, thanks. 
>Unformatted:
