From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Apr 26 23:00:52 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C531116A4DD for ; Tue, 26 Apr 2005 23:00:51 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3C96743D77 for ; Tue, 26 Apr 2005 23:00:50 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3QN0oYN063766 for ; Tue, 26 Apr 2005 23:00:50 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3QN0opQ063763; Tue, 26 Apr 2005 23:00:50 GMT (envelope-from gnats) Resent-Date: Tue, 26 Apr 2005 23:00:50 GMT Resent-Message-Id: <200504262300.j3QN0opQ063763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Terry Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 628C816A4CE for ; Tue, 26 Apr 2005 22:56:27 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28CC443D2F for ; Tue, 26 Apr 2005 22:56:27 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j3QMuQsh025968 for ; Tue, 26 Apr 2005 22:56:27 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id j3QMuQ57025967; Tue, 26 Apr 2005 22:56:26 GMT (envelope-from nobody) Message-Id: <200504262256.j3QMuQ57025967@www.freebsd.org> Date: Tue, 26 Apr 2005 22:56:26 GMT From: David Terry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/80380: New Port: misc/sip_scenario - Create SIP call flows in HTML format X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 23:00:52 -0000 >Number: 80380 >Category: ports >Synopsis: New Port: misc/sip_scenario - Create SIP call flows in HTML format >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Apr 26 23:00:49 GMT 2005 >Closed-Date: >Last-Modified: >Originator: David Terry >Release: 5.3 >Organization: Digifonica >Environment: FreeBSD drt.mt.digifonica.com 5.3-RELEASE-p5 FreeBSD 5.3-RELEASE-p5 #0: Thu Mar 10 14:58:34 PST 2005 jev@drt.mt.digifonica.com:/usr/obj/usr/src/sys/DRT amd64 >Description: The SIP Scenario Generator creates SIP Call Flows or SIP scenario diagrams, in html format, of SIP messages from ethernet capture files. SIP Scenario Generator shows the actual call processing trace in a format that is easily understood using browser technology. Clicking on a sip message hyperlink displays the contents of the traced SIP message. The SIP Scenario Generator is a useful tool for SIP professionals, engineers, administrators, educators, etc. The SIP Scenario Generator is a freeware program that will run on most computers. For Windows Platforms, SIP Scenario is an executable program. For other platforms, SIP Scenario is a Perl script. >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: # # /usr/ports/misc/sip_scenario # /usr/ports/misc/sip_scenario/pkg-descr # /usr/ports/misc/sip_scenario/Makefile # echo c - /usr/ports/misc/sip_scenario mkdir -p /usr/ports/misc/sip_scenario > /dev/null 2>&1 echo x - /usr/ports/misc/sip_scenario/pkg-descr sed 's/^X//' >/usr/ports/misc/sip_scenario/pkg-descr << 'END-of-/usr/ports/misc/sip_scenario/pkg-descr' XSip_Scenario - version 1.2.7 X XThe SIP Scenario Generator creates SIP Call Flows or SIP scenario diagrams, in html format, of SIP messages from ethernet capture files. SIP Scenario Generator shows the actual call processing trace in a format that is easily understood using browser technology. Clicking on a sip message hyperlink displays the contents of the traced SIP message. The SIP Scenario Generator is a useful tool for SIP professionals, engineers, administrators, educators, etc. X XThe SIP Scenario Generator is a freeware program that will run on most computers. For Windows Platforms, SIP Scenario is an executable program. For other platforms, SIP Scenario is a Perl script. X XWWW: http://www.iptel.org/ X END-of-/usr/ports/misc/sip_scenario/pkg-descr echo x - /usr/ports/misc/sip_scenario/Makefile sed 's/^X//' >/usr/ports/misc/sip_scenario/Makefile << 'END-of-/usr/ports/misc/sip_scenario/Makefile' X# New ports collection makefile for: sip_scenario X# Date created: 26 April 2005 X# Whom: dterry@digifonica.com X# X# $FreeBSD$ X# X XPORTNAME= sip_scenario XPORTVERSION= 1.2.7 XCATEGORIES= misc XMASTER_SITES= http://www.iptel.org/~sipsc/index/ XDISTNAME= ${PORTNAME}.v${PORTVERSION} X XMAINTAINER= dterry@digifonica.com XCOMMENT= Create SIP call flows in HTML format X XUSE_ZIP= yes X XWRKSRC= ${WRKDIR} X XPLIST_FILES= bin/sip_scenario.pl XNO_BUILD= yes X Xdo-install: X ${SED} -i -e '1s/local\///' ${WRKSRC}/sip_scenario.pl X ${INSTALL_SCRIPT} -m 555 -o root -g wheel ${WRKSRC}/sip_scenario.pl ${PREFIX}/bin X X.include END-of-/usr/ports/misc/sip_scenario/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: