From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 14 15:28:31 2012 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9A2331065670; Mon, 14 May 2012 15:28:31 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-gg0-f182.google.com (mail-gg0-f182.google.com [209.85.161.182]) by mx1.freebsd.org (Postfix) with ESMTP id 341688FC14; Mon, 14 May 2012 15:28:31 +0000 (UTC) Received: by ggnm2 with SMTP id m2so4140889ggn.13 for ; Mon, 14 May 2012 08:28:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=LmQ2al7wRyQ9ubnK5rf0sYiYWA8VgSp/+IWcr0N9gRk=; b=OUeJ7aRb5TwI3+OLXeHIx9X8g+gZszYDH+Dbg5xUJeTRHEFfNdkAy4xEUt5m56gnxg nhAGIh4Xy0SumOn1sNeaUIT2/KEZuqXrgeCtn4omHdZJN1+lQefei2VQrrp6IA5C020A LpmpvxbRcwQsG5T/rtsWujSJ7cQI2Lq/yL9YqUbNtPLFecyAzNzWf5iSjtd/gi2zIsws zfiIB4iXpHiVE8DUmJIjWe3h8R24UPl7qHi5d5wp9O7r3dQXiOrAMXUnxbQPAfUkZve8 yXIqbDvRNzJKH8aWTXuMDu+GwKTkn9SnPvHGf3WGLBjDSmhUk678+bzRIXfuaMGMn2Xl +PZA== Received: by 10.236.145.34 with SMTP id o22mr8721521yhj.7.1337009310787; Mon, 14 May 2012 08:28:30 -0700 (PDT) Received: from [127.0.0.1] ([70.127.188.146]) by mx.google.com with ESMTPS id h49sm85419222yhk.15.2012.05.14.08.28.29 (version=SSLv3 cipher=OTHER); Mon, 14 May 2012 08:28:30 -0700 (PDT) Message-ID: <4FB1249D.6000706@gmail.com> Date: Mon, 14 May 2012 11:28:29 -0400 From: Rich Neese User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org References: <201205141330.q4EDU62v089390@freefall.freebsd.org> In-Reply-To: <201205141330.q4EDU62v089390@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------080705000501030902070501" Cc: Subject: Re: ports/167880: update to net/freeswitch meta port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 15:28:31 -0000 This is a multi-part message in MIME format. --------------080705000501030902070501 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 5/14/2012 9:30 AM, FreeBSD-gnats-submit@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 moved to net/freeswitch12 meta port --------------080705000501030902070501 Content-Type: text/plain; charset=windows-1252; name="freeswitch12.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="freeswitch12.shar" # 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 X# X# $FreeBSD:$ X# X XPORTNAME= freeswitch XPORTVERSION= 1.2 XCATEGORIES= net XMASTER_SITES= # none XDISTFILES= # none XEXTRACT_ONLY= # none X XMAINTAINER= r.neese@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 X X.if defined(WITH_VANILLA) XRUN_DEPENDS+= ${LOCALBASE}/:${PORTSDIR}/net/freeswitch12-vanilla X.endif X X.if defined(WITH_SBC) XRUN_DEPENDS+= ${LOCALBASE}/:${PORTSDIR}/net/freeswitch12-sbc X.endif X X.if defined(WITH_INSIDEOUT) XRUN_DEPENDS+= ${LOCALBASE}/:${PORTSDIR}/net/freeswitch12-insideout X.endif X X.if defined(WITH_CURL) XRUN_DEPENDS+= ${LOCALBASE}/:${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 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 --------------080705000501030902070501--