Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 1998 13:10:00 -0700 (PDT)
From:      Bill Fumerola <billf@jade.chc-chimes.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   re: ports/7581
Message-ID:  <199809162010.NAA25685@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/7581; it has been noted by GNATS.

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
 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809162010.NAA25685>