From owner-freebsd-ports Wed Sep 16 13:10:45 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25656 for freebsd-ports-outgoing; Wed, 16 Sep 1998 13:10:45 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25590 for ; Wed, 16 Sep 1998 13:10:20 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id NAA25685; Wed, 16 Sep 1998 13:10:00 -0700 (PDT) Date: Wed, 16 Sep 1998 13:10:00 -0700 (PDT) Message-Id: <199809162010.NAA25685@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Bill Fumerola Subject: re: ports/7581 Reply-To: Bill Fumerola Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/7581; it has been noted by GNATS. From: Bill Fumerola 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 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 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 END-of-./pkg/DESCR exit To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message