diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-27 12:31:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-01-27 12:31:37 +0000 |
commit | 33060ae0e8e556e2f55f923abc746a6d15ccc07b (patch) | |
tree | 4c8c648fb11902dde45b212fc9fae6ea0a74829f /net/sip_scenario | |
parent | f401882e8a416e64ca91c1595f13eb108b8d1ee0 (diff) | |
download | ports-33060ae0e8e556e2f55f923abc746a6d15ccc07b.tar.gz ports-33060ae0e8e556e2f55f923abc746a6d15ccc07b.zip |
Notes
Diffstat (limited to 'net/sip_scenario')
-rw-r--r-- | net/sip_scenario/Makefile | 13 | ||||
-rw-r--r-- | net/sip_scenario/pkg-descr | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/net/sip_scenario/Makefile b/net/sip_scenario/Makefile index 8b26256a7caf..37c6cf1d0d6e 100644 --- a/net/sip_scenario/Makefile +++ b/net/sip_scenario/Makefile @@ -4,20 +4,25 @@ PORTNAME= sip_scenario PORTVERSION= 1.2.7 CATEGORIES= net -MASTER_SITES= http://www.iptel.org/~sipsc/index/ +MASTER_SITES= http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/ DISTNAME= ${PORTNAME}.v${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= fbsd-ports@opsec.eu COMMENT= SIP call flow creator (HTML format) -DEPRECATED= No more upstream, no more public distfiles -EXPIRATION_DATE= 2013-02-27 +LICENSE= AL2 USE_ZIP= yes USE_PERL5_RUN= yes WRKSRC= ${WRKDIR} +# TODO: there are two documents available at +# http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/SipScenario.pdf +# and +# http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/index/SipScenarioPart2.pdf +# download them and install them in /usr/local/share/doc/sip_scenario/ + PLIST_FILES= bin/sip_scenario.pl NO_BUILD= yes diff --git a/net/sip_scenario/pkg-descr b/net/sip_scenario/pkg-descr index a052d5b53f36..995e061886a7 100644 --- a/net/sip_scenario/pkg-descr +++ b/net/sip_scenario/pkg-descr @@ -6,4 +6,4 @@ 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/ +WWW: http://www.abptech.com/support/resources/SIP_scen_generator_v1.2.7/ |