Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jan 1999 21:21:04 -0800 (PST)
From:      bmah@ca.sandia.gov
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/9358: New port: net/tcpslice
Message-ID:  <199901070521.VAA27116@eisenhower.ca.sandia.gov>

next in thread | raw e-mail | index | archive | help

>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 <bmah@ca.sandia.gov>
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 <bsd.port.mk>
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



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