diff options
author | barner <barner@FreeBSD.org> | 2005-06-01 08:07:02 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-06-01 08:07:02 +0800 |
commit | 8a67b09923465c8363189fef128b5097eca2cfc2 (patch) | |
tree | 1e276b1529d354ced37f7ce23ed24c8ac11dd970 /net/sip_scenario | |
parent | a31c1d1ad31f440abee9a22ff9860ef36180833c (diff) | |
download | freebsd-ports-gnome-8a67b09923465c8363189fef128b5097eca2cfc2.tar.gz freebsd-ports-gnome-8a67b09923465c8363189fef128b5097eca2cfc2.tar.zst freebsd-ports-gnome-8a67b09923465c8363189fef128b5097eca2cfc2.zip |
Add sip_scenario 1.2.7, SIP call flow creator (HTML format).
PR: 80380
Submitted by: dterry@digifonica.com
Diffstat (limited to 'net/sip_scenario')
-rw-r--r-- | net/sip_scenario/Makefile | 29 | ||||
-rw-r--r-- | net/sip_scenario/distinfo | 2 | ||||
-rw-r--r-- | net/sip_scenario/pkg-descr | 9 |
3 files changed, 40 insertions, 0 deletions
diff --git a/net/sip_scenario/Makefile b/net/sip_scenario/Makefile new file mode 100644 index 000000000000..7c6d9a4115ab --- /dev/null +++ b/net/sip_scenario/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: sip_scenario +# Date created: 26 April 2005 +# Whom: dterry@digifonica.com +# +# $FreeBSD$ +# + +PORTNAME= sip_scenario +PORTVERSION= 1.2.7 +CATEGORIES= net +MASTER_SITES= http://www.iptel.org/~sipsc/index/ +DISTNAME= ${PORTNAME}.v${PORTVERSION} + +MAINTAINER= dterry@digifonica.com +COMMENT= SIP call flow creator (HTML format) + +USE_ZIP= yes +USE_PERL5_RUN= yes + +WRKSRC= ${WRKDIR} + +PLIST_FILES= bin/sip_scenario.pl +NO_BUILD= yes + +do-install: + ${SED} -i -e '1s/local\///' ${WRKSRC}/sip_scenario.pl + ${INSTALL_SCRIPT} ${WRKSRC}/sip_scenario.pl ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/net/sip_scenario/distinfo b/net/sip_scenario/distinfo new file mode 100644 index 000000000000..21259be14cec --- /dev/null +++ b/net/sip_scenario/distinfo @@ -0,0 +1,2 @@ +MD5 (sip_scenario.v1.2.7.zip) = 4eca9dec6020d646d85f3c309c0b430b +SIZE (sip_scenario.v1.2.7.zip) = 708801 diff --git a/net/sip_scenario/pkg-descr b/net/sip_scenario/pkg-descr new file mode 100644 index 000000000000..a052d5b53f36 --- /dev/null +++ b/net/sip_scenario/pkg-descr @@ -0,0 +1,9 @@ +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. + +WWW: http://www.iptel.org/~sipsc/ |