From owner-freebsd-bugs@FreeBSD.ORG Mon May 14 18:04:04 2012 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 446EC1065672; Mon, 14 May 2012 18:04:04 +0000 (UTC) (envelope-from r.neese@gmail.com) Received: from mail-yw0-f54.google.com (mail-yw0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id DA3FB8FC18; Mon, 14 May 2012 18:04:03 +0000 (UTC) Received: by yhgm50 with SMTP id m50so5778244yhg.13 for ; Mon, 14 May 2012 11:04:03 -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=hxSC9LwO+DYyJe0+hTDM68C1I/hSGGQVEvIx2vhK7yo=; b=f0fcVuH+KfwRKVU34pbYllBhMx7S4Vgid/B5qQyXVV9Z33jlGm6UgKw8Soz1H3KaFJ OgTktmwf6zhj2ATCyqQzqjnLUvKmsMnyN/y0hdjLfaYEeH8yeams78nvGKt0PKPCyn6F 3n8vLeij/GrnydLGiwosshei1908jD2WX3R21QzFNqFE9ZD6vNUm1J9k9lVGrXXS2XCA mtcR48mug0ND1iRImm6SgUr4HbKgLzcXxzysoiYMdCRPq9DzJK1ohnTFekAAuajDHibf Cf79Pd4TwngVtGnK3CTCj0KHY0b3MUuTJ6vQpgKi97VgsFbHoBRmKHMdp7QNRoj4342A q2bg== Received: by 10.236.182.74 with SMTP id n50mr8855256yhm.106.1337018643478; Mon, 14 May 2012 11:04:03 -0700 (PDT) Received: from [127.0.0.1] ([70.127.188.146]) by mx.google.com with ESMTPS id r9sm30032070anl.0.2012.05.14.11.04.02 (version=SSLv3 cipher=OTHER); Mon, 14 May 2012 11:04:02 -0700 (PDT) Message-ID: <4FB14912.6080406@gmail.com> Date: Mon, 14 May 2012 14:04:02 -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-bugs@FreeBSD.org References: <201205141330.q4EDU6UV089366@freefall.freebsd.org> In-Reply-To: <201205141330.q4EDU6UV089366@freefall.freebsd.org> Content-Type: multipart/mixed; boundary="------------060601000408090804070203" Cc: Subject: Re: misc/167879: new port net/freeswitch-curl X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 May 2012 18:04:04 -0000 This is a multi-part message in MIME format. --------------060601000408090804070203 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 `misc/167879'. > The individual assigned to look at your > report is: freebsd-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=167879 > >> Category: misc >> Responsible: freebsd-bugs >> Synopsis: new port net/freeswitch-curl >> Arrival-Date: Mon May 14 13:30:06 UTC 2012 updated plist and install --------------060601000408090804070203 Content-Type: text/plain; charset=windows-1252; name="freeswitch12-curl.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="freeswitch12-curl.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-curl # freeswitch12-curl/Makefile # freeswitch12-curl/pkg-plist # freeswitch12-curl/pkg-descr # freeswitch12-curl/distinfo # echo c - freeswitch12-curl mkdir -p freeswitch12-curl > /dev/null 2>&1 echo x - freeswitch12-curl/Makefile sed 's/^X//' >freeswitch12-curl/Makefile << '8a406d97e9b062979b538c8055ea12b9' X# Ports collection makefile for: freeswitch Curl Dialplan Config files X# Date created: May 11, 2012 X# Whom: Richard Neese X# X# $FreeBSD: $ X# X XPORTNAME= freeswitch XDISTVERSION= 1.2.rc2 XCATEGORIES= net XMASTER_SITES= http://files.freeswitch.org/ XPKGNAMESUFFIX= -curl XDIST_SUBDIR= ${PORTNAME} X XMAINTAINER= r.neese@gmail.com XCOMMENT= FreeSwitch pizza demo X X#RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core X XUSE_BZIP2= yes X XNO_BUILD= yes X XBASE_PORTNAME= freeswitch X XWRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/conf/curl X Xpost-patch: X @cd ${WRKSRC} && for i in $$(${FIND} . -type f -name \*.xml -o -name \*.ttml -o -name \*.tpl -o -name \*.conf -o -name \*.types); \ X do [ -f $${i}.sample ] || ${MV} $$i $${i}.sample ; done X Xdo-install: X @cd ${WRKSRC}; ${FIND} . \ X | ${CPIO} -pdm -R freeswitch:freeswitch ${PREFIX}/etc/${BASE_PORTNAME}/conf/ X @for i in $$(${FIND} ${PREFIX}/etc/${BASE_PORTNAME}/conf/ -type f -name '*.sample'); do if [ ! -f $${i%.sample} ]; then ${CP} -p $$i $${i%.sample}; fi; done X @${TOUCH} ${PREFIX}/etc/${BASE_PORTNAME}/conf/.curl X X.include 8a406d97e9b062979b538c8055ea12b9 echo x - freeswitch12-curl/pkg-plist sed 's/^X//' >freeswitch12-curl/pkg-plist << '0df390c9960d8a55052353c6b81425e6' X%%ETCDIR%%/conf/.curl X%%ETCDIR%%/conf/autoload_configs/acl.conf.xml X%%ETCDIR%%/conf/autoload_configs/acl.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/alsa.conf.xml X%%ETCDIR%%/conf/autoload_configs/alsa.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/cdr_csv.conf.xml X%%ETCDIR%%/conf/autoload_configs/cdr_csv.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/conference.conf.xml X%%ETCDIR%%/conf/autoload_configs/conference.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/console.conf.xml X%%ETCDIR%%/conf/autoload_configs/console.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/dialplan_directory.conf.xml X%%ETCDIR%%/conf/autoload_configs/dialplan_directory.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/dingaling.conf.xml X%%ETCDIR%%/conf/autoload_configs/dingaling.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/enum.conf.xml X%%ETCDIR%%/conf/autoload_configs/enum.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/event_multicast.conf.xml X%%ETCDIR%%/conf/autoload_configs/event_multicast.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/event_socket.conf.xml X%%ETCDIR%%/conf/autoload_configs/event_socket.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/fax.conf.xml X%%ETCDIR%%/conf/autoload_configs/fax.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/fifo.conf.xml X%%ETCDIR%%/conf/autoload_configs/fifo.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/iax.conf.xml X%%ETCDIR%%/conf/autoload_configs/iax.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/ivr.conf.xml X%%ETCDIR%%/conf/autoload_configs/ivr.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/java.conf.xml X%%ETCDIR%%/conf/autoload_configs/java.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/limit.conf.xml X%%ETCDIR%%/conf/autoload_configs/limit.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/local_stream.conf.xml X%%ETCDIR%%/conf/autoload_configs/local_stream.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/logfile.conf.xml X%%ETCDIR%%/conf/autoload_configs/logfile.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/lua.conf.xml X%%ETCDIR%%/conf/autoload_configs/lua.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/modules.conf.xml X%%ETCDIR%%/conf/autoload_configs/modules.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/opal.conf.xml X%%ETCDIR%%/conf/autoload_configs/opal.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/openmrcp.conf.xml X%%ETCDIR%%/conf/autoload_configs/openmrcp.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/openzap.conf.xml X%%ETCDIR%%/conf/autoload_configs/openzap.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/perl.conf.xml X%%ETCDIR%%/conf/autoload_configs/perl.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/pocketsphinx.conf.xml X%%ETCDIR%%/conf/autoload_configs/pocketsphinx.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/portaudio.conf.xml X%%ETCDIR%%/conf/autoload_configs/portaudio.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/post_load_modules.conf.xml X%%ETCDIR%%/conf/autoload_configs/post_load_modules.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/python.conf.xml X%%ETCDIR%%/conf/autoload_configs/python.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/rss.conf.xml X%%ETCDIR%%/conf/autoload_configs/rss.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/shout.conf.xml X%%ETCDIR%%/conf/autoload_configs/shout.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/sofia.conf.xml X%%ETCDIR%%/conf/autoload_configs/sofia.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/spidermonkey.conf.xml X%%ETCDIR%%/conf/autoload_configs/spidermonkey.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/switch.conf.xml X%%ETCDIR%%/conf/autoload_configs/switch.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/syslog.conf.xml X%%ETCDIR%%/conf/autoload_configs/syslog.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/timezones.conf.xml X%%ETCDIR%%/conf/autoload_configs/timezones.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/voicemail.conf.xml X%%ETCDIR%%/conf/autoload_configs/voicemail.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/xml_cdr.conf.xml X%%ETCDIR%%/conf/autoload_configs/xml_cdr.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/xml_curl.conf.xml X%%ETCDIR%%/conf/autoload_configs/xml_curl.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/xml_rpc.conf.xml X%%ETCDIR%%/conf/autoload_configs/xml_rpc.conf.xml.sample X%%ETCDIR%%/conf/autoload_configs/zeroconf.conf.xml X%%ETCDIR%%/conf/autoload_configs/zeroconf.conf.xml.sample X%%ETCDIR%%/conf/freeswitch.xml X%%ETCDIR%%/conf/freeswitch.xml.sample X%%ETCDIR%%/conf/mime.types X%%ETCDIR%%/conf/mime.types.sample X@dirrm %%ETCDIR%%/conf/autoload_configs X 0df390c9960d8a55052353c6b81425e6 echo x - freeswitch12-curl/pkg-descr sed 's/^X//' >freeswitch12-curl/pkg-descr << 'cc5d3e619f93c61b5702e4a9dab30e12' XCurl dialplan config file for FreeSwitch Voip SoftSwitch & OpenSource PBX X XWWW: http://www.freeswitch.org/ cc5d3e619f93c61b5702e4a9dab30e12 echo x - freeswitch12-curl/distinfo sed 's/^X//' >freeswitch12-curl/distinfo << '60d34b549f2d966c8058bd83916cfa46' XSHA256 (freeswitch/freeswitch-1.2.rc2.tar.bz2) = bbf9b3f6e7a7569b9594b5852d1b8a95266ef3276df222776ac84667adb6cc08 XSIZE (freeswitch/freeswitch-1.2.rc2.tar.bz2) = 38075354 60d34b549f2d966c8058bd83916cfa46 exit --------------060601000408090804070203--