Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Nov 2006 12:55:21 +0330
From:      "Babak Farrokhi" <babak@farrokhi.net>
To:        "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org>
Subject:   ports/105137: [new port] port net-mgmt/ipsectrace - IPSEC Traffic Profiler
Message-ID:  <1162632321.67817@starfish.farrokhi.net>
Resent-Message-ID: <200611040930.kA49UJvQ003014@freefall.freebsd.org>

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

>Number:         105137
>Category:       ports
>Synopsis:       [new port] port net-mgmt/ipsectrace - IPSEC Traffic Profiler
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Nov 04 09:30:18 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Babak Farrokhi
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:


System: FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 14:10:00 IRST 2006
    root@starfish.datak.net:/usr/obj/usr/src/sys/STARFISH



>Description:


Ipsectrace is a simple utility designed to profile the ipsec traffic (esp and ah) in a pcap capture file.


>How-To-Repeat:





>Fix:


--- ipsectrace.shar begins here ---
# 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:
#
#	ipsectrace
#	ipsectrace/pkg-descr
#	ipsectrace/Makefile
#	ipsectrace/distinfo
#
echo c - ipsectrace
mkdir -p ipsectrace > /dev/null 2>&1
echo x - ipsectrace/pkg-descr
sed 's/^X//' >ipsectrace/pkg-descr << 'END-of-ipsectrace/pkg-descr'
XIpsectrace is a simple utility designed to profile the 
Xipsec traffic (esp and ah) in a pcap capture file. 
XIt is somewhat inspired by tcptrace.
X
XWWW:	http://freshmeat.net/projects/ipsectrace/
END-of-ipsectrace/pkg-descr
echo x - ipsectrace/Makefile
sed 's/^X//' >ipsectrace/Makefile << 'END-of-ipsectrace/Makefile'
X# New ports collection makefile for:	ipsectrace
X# Date created:		2006-11-04
X# Whom:			Babak Farrokhi <babak@farrokhi.net>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ipsectrace
XPORTVERSION=	0.1.0
XCATEGORIES=	net-mgmt security
XMASTER_SITES=	http://chewies.net/ \
X		http://farrokhi.net/distfiles/
X
XMAINTAINER=	babak@farrokhi.net
XCOMMENT=	IPSEC Traffic Profiler
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XMAKE_ARGS=	CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -Wno-deprecated" \
X		LDFLAGS="${LDFLAGS} -lpcap" INCLUDES="${INCLUDES}"
XPLIST_FILES=	bin/ipsectrace
X
Xpost-patch:
X	@${REINPLACE_CMD} -e 's,-O2,,g' ${WRKSRC}/Makefile
X	@${REINPLACE_CMD} -e 's,<hash_map>,<hash_map.h>,g' ${WRKSRC}/ipsectrace.h
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/ipsectrace ${PREFIX}/bin/ipsectrace
X
X.include <bsd.port.pre.mk>
X
X.if ${OSVERSION} < 600032
XBUILD_DEPENDS+=	${LOCALBASE}/lib/libpcap.a:${PORTSDIR}/net/libpcap
X.endif
X
X.include <bsd.port.post.mk>
END-of-ipsectrace/Makefile
echo x - ipsectrace/distinfo
sed 's/^X//' >ipsectrace/distinfo << 'END-of-ipsectrace/distinfo'
XMD5 (ipsectrace-0.1.0.tar.gz) = d8aa7b8bd918f95386af8d57639de69f
XSHA256 (ipsectrace-0.1.0.tar.gz) = 90c9511c50bf57428d556b965c436d1e50ad71dc21ee635bd6f8fda9411642d1
XSIZE (ipsectrace-0.1.0.tar.gz) = 9635
END-of-ipsectrace/distinfo
exit

--- ipsectrace.shar ends here ---



>Release-Note:
>Audit-Trail:
>Unformatted:



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