From owner-freebsd-ports Wed Jan 6 21:30:14 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id VAA06319 for freebsd-ports-outgoing; Wed, 6 Jan 1999 21:30:14 -0800 (PST) (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 VAA06287 for ; Wed, 6 Jan 1999 21:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id VAA03713; Wed, 6 Jan 1999 21:30:00 -0800 (PST) Received: from eisenhower.ca.sandia.gov (eisenhower.ca.sandia.gov [146.246.243.57]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id VAA05241 for ; Wed, 6 Jan 1999 21:21:32 -0800 (PST) (envelope-from bmah@eisenhower.ca.sandia.gov) Received: (from bmah@localhost) by eisenhower.ca.sandia.gov (8.8.8/8.8.8) id VAA27116; Wed, 6 Jan 1999 21:21:04 -0800 (PST) (envelope-from bmah) Message-Id: <199901070521.VAA27116@eisenhower.ca.sandia.gov> Date: Wed, 6 Jan 1999 21:21:04 -0800 (PST) From: bmah@ca.sandia.gov Reply-To: bmah@ca.sandia.gov To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: ports/9358: New port: net/tcpslice Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 9358 >Category: ports >Synopsis: New port: net/tcpslice >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 6 21:30:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 2.2.7-RELEASE i386 >Organization: Sandia National Laboratories >Environment: >Description: Here's a port of tcpslice, a program for manipulating (and subsetting) files produced by tcpdump's -w option. >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: # # tcpslice # tcpslice/Makefile # tcpslice/files # tcpslice/files/md5 # tcpslice/pkg # tcpslice/pkg/COMMENT # tcpslice/pkg/DESCR # tcpslice/pkg/PLIST # tcpslice/patches # tcpslice/patches/patch-aa # echo c - tcpslice mkdir -p tcpslice > /dev/null 2>&1 echo x - tcpslice/Makefile sed 's/^X//' >tcpslice/Makefile << 'END-of-tcpslice/Makefile' X# New ports collection makefile for: tcpslice X# Version required: 1.1a3 X# Date created: 6 January 1999 X# Whom: Bruce A. Mah X# X# $Id$ X# X XDISTNAME= tcpslice-1.1a3 XCATEGORIES= net XMASTER_SITES= ftp://ftp.ee.lbl.gov/ XEXTRACT_SUFX= .tar.Z X XMAINTAINER= bmah@ca.sandia.gov X XMAN1= tcpslice.1 X XGNU_CONFIGURE= yes X XINSTALL_TARGET= install install-man X Xpost-install: X strip ${PREFIX}/sbin/tcpslice X X.include END-of-tcpslice/Makefile echo c - tcpslice/files mkdir -p tcpslice/files > /dev/null 2>&1 echo x - tcpslice/files/md5 sed 's/^X//' >tcpslice/files/md5 << 'END-of-tcpslice/files/md5' XMD5 (tcpslice-1.1a3.tar.Z) = f7275a21af915b00c7a5e527d09e038c END-of-tcpslice/files/md5 echo c - tcpslice/pkg mkdir -p tcpslice/pkg > /dev/null 2>&1 echo x - tcpslice/pkg/COMMENT sed 's/^X//' >tcpslice/pkg/COMMENT << 'END-of-tcpslice/pkg/COMMENT' XA tool for extracting portions of tcpdump packet trace files. END-of-tcpslice/pkg/COMMENT echo x - tcpslice/pkg/DESCR sed 's/^X//' >tcpslice/pkg/DESCR << 'END-of-tcpslice/pkg/DESCR' XThis is a port of tcpslice, a tool for extracting portions of packet Xtrace files generated using tcpdump's -w flag. X XThe original distribution can be found at: X Xftp://ftp.ee.lbl.gov/tcpslice.tar.Z X XBruce A. Mah Xbmah@ca.sandia.gov END-of-tcpslice/pkg/DESCR echo x - tcpslice/pkg/PLIST sed 's/^X//' >tcpslice/pkg/PLIST << 'END-of-tcpslice/pkg/PLIST' Xsbin/tcpslice END-of-tcpslice/pkg/PLIST echo c - tcpslice/patches mkdir -p tcpslice/patches > /dev/null 2>&1 echo x - tcpslice/patches/patch-aa sed 's/^X//' >tcpslice/patches/patch-aa << 'END-of-tcpslice/patches/patch-aa' X*** Makefile.in.orig Wed Jan 6 15:45:38 1999 X--- Makefile.in Wed Jan 6 15:46:08 1999 X*************** X*** 45,51 **** X DEFS = @DEFS@ X X # Standard CFLAGS X! CFLAGS = $(CCOPT) $(DEFS) $(INCLS) X X # Standard LIBS X LIBS = @LIBS@ X--- 45,51 ---- X DEFS = @DEFS@ X X # Standard CFLAGS X! CFLAGS += $(CCOPT) $(DEFS) $(INCLS) X X # Standard LIBS X LIBS = @LIBS@ END-of-tcpslice/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message