ports/167880: update to net/freeswitch meta port
Rich Neese
r.neese at gmail.com
Mon May 14 18:13:49 UTC 2012
On 5/14/2012 9:30 AM, FreeBSD-gnats-submit at FreeBSD.org wrote:
> Thank you very much for your problem report.
> It has the internal identification `ports/167880'.
> The individual assigned to look at your
> report is: freebsd-ports-bugs.
>
> You can access the state of your problem report at any time
> via this link:
>
> http://www.freebsd.org/cgi/query-pr.cgi?pr=167880
>
>> Category: ports
>> Responsible: freebsd-ports-bugs
>> Synopsis: update to net/freeswitch meta port
>> Arrival-Date: Mon May 14 13:30:06 UTC 2012
updated deps
-------------- next part --------------
# 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:
#
# freeswitch12
# freeswitch12/Makefile
# freeswitch12/pkg-descr
#
echo c - freeswitch12
mkdir -p freeswitch12 > /dev/null 2>&1
echo x - freeswitch12/Makefile
sed 's/^X//' >freeswitch12/Makefile << '70217589a44627d70bfc4b900925aa8b'
X# Ports collection makefile for: freeswitch Version 1.2
X# Date created: May 14, 2012
X# Whom: Richard Neese <r.neese at gmail.com>
X#
X# $FreeBSD:$
X#
X
XPORTNAME= freeswitch
XPORTVERSION= 1.2
XCATEGORIES= net
XMASTER_SITES= # none
XDISTFILES= # none
XEXTRACT_ONLY= # none
X
XMAINTAINER= r.neese at gmail.com
XCOMMENT= FreeSwitch meta-port to pull in all the components
X
XRUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch12-core
X
XNO_WRKSUBDIR= yes
XNO_BUILD= yes
X
XOPTIONS= VANILLA "Vanilla Dialplan Configs" off \
X SBC "Session Border Conroller configs" off \
X INSIDEOUT "Inside Out Basic Dialplan Configs" off \
X CURL "Curl dialplan configs" off \
X SOUNDS "Sound files for use with FreeSwitch PBX" off \
X MUSIC "Music on hold for use with FreeSwitch PBX" off \
X PIZZADEMO "Install Pizza Shop voice demo" off \
X SCRIPTS "Install Freeswitch various scripts" off
X
X.include <bsd.port.options.mk>
X
X.if defined(WITH_VANILLA)
XRUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/conf/.vanilla:${PORTSDIR}/net/freeswitch12-vanilla
X.endif
X
X.if defined(WITH_SBC)
XRUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/conf/.insideout:${PORTSDIR}/net/freeswitch12-sbc
X.endif
X
X.if defined(WITH_INSIDEOUT)
XRUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/conf/.insideout:${PORTSDIR}/net/freeswitch12-insideout
X.endif
X
X.if defined(WITH_CURL)
XRUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/conf/.curl:${PORTSDIR}/net/freeswitch12-curl
X.endif
X
X.if defined(WITH_SOUNDS)
XRUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds
X.endif
X
X.if defined(WITH_MUSIC)
XRUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music
X.endif
X
X.if defined(WITH_PIZZADEMO)
XRUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.pizza:${PORTSDIR}/misc/freeswitch12-pizzademo
X.endif
X
X.if defined(WITH_SCRIPTS)
XRUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/scripts/.freeswitch-scripts:${PORTSDIR}/misc/freeswitch12-scripts
X.endif
X
Xdo-install: build
X @${DO_NADA}
X
X.include <bsd.port.mk>
70217589a44627d70bfc4b900925aa8b
echo x - freeswitch12/pkg-descr
sed 's/^X//' >freeswitch12/pkg-descr << '7c75d89cc6c1a713a591fa2c5df9d36b'
XFreeSWITCH meta port.
X
XFreeSWITCH is an open source telephony platform designed to facilitate the
Xcreation of voice and chat driven products scaling from a soft-phone up to a
Xsoft-switch. It can be used as a simple switching engine, a PBX, a media
Xgateway or a media server to host IVR applications using simple scripts or XML
Xto control the callflow.
X
XWWW: http://www.freeswitch.org
7c75d89cc6c1a713a591fa2c5df9d36b
exit
More information about the freebsd-ports-bugs
mailing list