Date: Sat, 12 Mar 2016 15:30:24 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410895 - in head/net: . freeswitch freeswitch/files Message-ID: <201603121530.u2CFUOHa001357@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Mar 12 15:30:24 2016 New Revision: 410895 URL: https://svnweb.freebsd.org/changeset/ports/410895 Log: Resurrect port: net/freeswitch FreeSWITCH is a scalable open source cross-platform telephony platform designed to route and interconnect popular communication protocols using audio, video, text or any other form of media. It was created in 2006 to fill the void left by proprietary commercial solutions. FreeSWITCH also provides a stable telephony platform on which many applications can be developed using a wide range of free tools. WWW: https://freeswitch.org PR: 205681 Submitted by: corsmith@gmail.com, numisemis@yahoo.com Added: head/net/freeswitch/ - copied from r336859, head/net/freeswitch/ head/net/freeswitch/distinfo (contents, props changed) head/net/freeswitch/files/freeswitch.in (contents, props changed) head/net/freeswitch/files/patch-build_Makefile.in (contents, props changed) head/net/freeswitch/files/patch-modules.conf (contents, props changed) head/net/freeswitch/files/patch-src_mod_applications_mod__http__cache_mod__http__cache.c (contents, props changed) head/net/freeswitch/files/patch-src_mod_applications_mod__redis_credis.c (contents, props changed) head/net/freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.c (contents, props changed) head/net/freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.h (contents, props changed) head/net/freeswitch/files/patch-src_mod_event__handlers_mod__rayo_xmpp__streams.c (contents, props changed) head/net/freeswitch/files/patch-src_mod_formats_mod__shout_mod__shout.c (contents, props changed) head/net/freeswitch/pkg-plist (contents, props changed) Modified: head/net/Makefile head/net/freeswitch/Makefile head/net/freeswitch/files/pkg-message.in (contents, props changed) head/net/freeswitch/pkg-descr Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Sat Mar 12 15:01:44 2016 (r410894) +++ head/net/Makefile Sat Mar 12 15:30:24 2016 (r410895) @@ -141,6 +141,7 @@ SUBDIR += freeradius2 SUBDIR += freeradius3 SUBDIR += freerdp + SUBDIR += freeswitch SUBDIR += freevrrpd SUBDIR += fspclient SUBDIR += fspd Modified: head/net/freeswitch/Makefile ============================================================================== --- head/net/freeswitch/Makefile Wed Dec 18 20:20:49 2013 (r336859) +++ head/net/freeswitch/Makefile Sat Mar 12 15:30:24 2016 (r410895) @@ -1,54 +1,129 @@ -# Created by: Richard Neese <r.neese@gmail.com> +# Created by: Corey Smith <corsmith@gmail.com> # $FreeBSD$ PORTNAME= freeswitch -PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTVERSION= 1.6.6 CATEGORIES= net -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none +MASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.org -COMMENT= FreeSwitch meta-port to pull in all the components +MAINTAINER= corsmith@gmail.com +COMMENT= Multi-protocol soft switch for telephony applications -DEPRECATED= Depends on expired net/freeswitch-core -EXPIRATION_DATE=2013-12-19 +LICENSE= MPL -CONFLICTS= freeswitch-devel-[0-9]* +BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa \ + ${LOCALBASE}/bin/aclocal:${PORTSDIR}/devel/automake +RUN_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa +LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libpcre.so:${PORTSDIR}/devel/pcre \ + libspeex.so:${PORTSDIR}/audio/speex \ + libldns.so:${PORTSDIR}/dns/ldns \ + libyuv.so:${PORTSDIR}/graphics/libyuv \ + libvpx.so:${PORTSDIR}/multimedia/libvpx \ + libopus.so:${PORTSDIR}/audio/opus \ + libsndfile.so:${PORTSDIR}/audio/libsndfile \ + libavformat.so:${PORTSDIR}/multimedia/ffmpeg \ + libopencv_legacy.so:${PORTSDIR}/graphics/opencv \ + libhiredis.so:${PORTSDIR}/databases/hiredis \ + libmemcached.so:${PORTSDIR}/databases/libmemcached \ + libSoundTouch.so:${PORTSDIR}/audio/soundtouch \ + libasound.so:${PORTSDIR}/audio/alsa-lib \ + libportaudio.so:${PORTSDIR}/audio/portaudio \ + libmp4v2.so:${PORTSDIR}/multimedia/mp4v2 \ + libshout.so:${PORTSDIR}/audio/libshout \ + libmpg123.so:${PORTSDIR}/audio/mpg123 \ + libmp3lame.so:${PORTSDIR}/audio/lame \ + libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp \ + libvlc.so:${PORTSDIR}/multimedia/vlc \ + libyaml.so:${PORTSDIR}/textproc/libyaml \ + libMagickWand-6.so:${PORTSDIR}/graphics/ImageMagick-nox11 + +CONFLICTS_BUILD= xmlrpc-c-devel-* + +BROKEN_FreeBSD_9= Fails in configure due to compiler issues +ONLY_FOR_ARCHS= amd64 + +USES= gmake jpeg pkgconfig lua libtool shebangfix tar:xz +USE_LDCONFIG= yes + +8K_DESC= 8kHz Audio Files +16K_DESC= 16kHz Audio Files +32K_DESC= 32kHz Audio Files +48K_DESC= 48kHz Audio Files +ENGLISH_DESC= US English Language Sounds +FRENCH_DESC= French Canadian Language Sounds +RUSSIAN_DESC= Russian Language Sounds + +OPTIONS_MULTI= BITRATE LANGUAGE +OPTIONS_MULTI_BITRATE= 8K 16K 32K 48K +OPTIONS_MULTI_LANGUAGE= ENGLISH FRENCH RUSSIAN +OPTIONS_DEFAULT= 8K 16K ENGLISH +NO_OPTIONS_SORT= yes +OPTIONS_SUB= yes + +GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes +#INSTALL_TARGET= install-strip +SHEBANG_FILES= scripts/fsxs.in +USE_RC_SUBR= freeswitch +USE_OPENLDAP= yes +USE_OPENSSL= yes +WITH_OPENSSL_PORT= yes + +USERS= ${PORTNAME} +GROUPS= ${USERS} +SUB_FILES= pkg-message -RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core +CFLAGS+= -Wno-c11-extensions -Wno-deprecated-declarations \ + -Wno-zero-length-array -Wno-incompatible-pointer-types -NO_WRKSUBDIR= yes -NO_BUILD= yes +CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ + --enable-zrtp -OPTIONS_DEFINE= SOUNDS MUSIC PIZZA SCRIPTS -OPTIONS_DEFAULT= SOUNDS MUSIC -SOUNDS_DESC= Sound files for use with FreeSwitch PBX -MUSIC_DESC= Music on hold for use with FreeSwitch PBX -PIZZA_DESC= Pizza Shop voice demo -SCRIPTS_DESC= Freeswitch various scripts - -NO_STAGE= yes .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MSOUNDS} -RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds -.endif +EDPRE= freeswitch-sounds +EDPOST= 1.0.51.tar.gz -.if ${PORT_OPTIONS:MMUSIC} -RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music +.if ${PORT_OPTIONS:M8K} +BITRATES+= 8000 .endif - -.if ${PORT_OPTIONS:MPIZZA} -RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.pizza:${PORTSDIR}/misc/freeswitch-pizzademo +.if ${PORT_OPTIONS:M16K} +BITRATES+= 16000 +.endif +.if ${PORT_OPTIONS:M32K} +BITRATES+= 32000 +.endif +.if ${PORT_OPTIONS:M48K} +BITRATES+= 48000 .endif -.if ${PORT_OPTIONS:MSCRIPTS} -RUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/scripts/.freeswitch-scripts:${PORTSDIR}/misc/freeswitch-scripts +.for rate in ${BITRATES} +EXTRADISTFILES+= ../sounds/${EDPRE}-music-${rate}-${EDPOST} +.if ${PORT_OPTIONS:MENGLISH} +EXTRADISTFILES+= ../sounds/${EDPRE}-en-us-callie-${rate}-${EDPOST} +.endif +.if ${PORT_OPTIONS:MFRENCH} +EXTRADISTFILES+= ../sounds/${EDPRE}-fr-ca-june-${rate}-${EDPOST} .endif +.if ${PORT_OPTIONS:MRUSSIAN} +EXTRADISTFILES+= ../sounds/${EDPRE}-ru-RU-elena-${rate}-${EDPOST} +.endif +.endfor + +DISTFILES+= ${EXTRADISTFILES} -do-install: build - @${DO_NADA} +post-install: + ${MKDIR} ${STAGEDIR}${DATADIR}/sounds +.for distfile in ${EXTRADISTFILES} + ${TAR} --cd ${STAGEDIR}${DATADIR}/sounds -xf ${DISTDIR}/${distfile} +.endfor + ${FIND} ${STAGEDIR}${DATADIR}/sounds -type f | ${SED} "s,^${STAGEDIR}${DATADIR},${DATADIR}," >> ${TMPPLIST} + ${RM} -r ${STAGEDIR}${ETCDIR} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/freeswitch/mod/mod_png.so + (cd ${WRKSRC}/conf && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) .include <bsd.port.mk> Added: head/net/freeswitch/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/distinfo Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,10 @@ +SHA256 (freeswitch-1.6.6.tar.xz) = 397b9c63c2c1f7008a2cc269f2e0e9a935d862b3fb074a6044819bcaea02ebc0 +SIZE (freeswitch-1.6.6.tar.xz) = 31273476 +SHA256 (../sounds/freeswitch-sounds-music-8000-1.0.51.tar.gz) = 7556d3eb314be939992a3f73c0d7754e44b36859d670e0b42d4cff7f9c0789a9 +SIZE (../sounds/freeswitch-sounds-music-8000-1.0.51.tar.gz) = 14619493 +SHA256 (../sounds/freeswitch-sounds-en-us-callie-8000-1.0.51.tar.gz) = e48a63bd69e6253d294ce43a941d603b02467feb5d92ee57a536ccc5f849a4a8 +SIZE (../sounds/freeswitch-sounds-en-us-callie-8000-1.0.51.tar.gz) = 18657031 +SHA256 (../sounds/freeswitch-sounds-music-16000-1.0.51.tar.gz) = 94b72b14b61054e4faeca2b7282aa976fae641aba5df84b13fb4a811c07c5e0e +SIZE (../sounds/freeswitch-sounds-music-16000-1.0.51.tar.gz) = 27993050 +SHA256 (../sounds/freeswitch-sounds-en-us-callie-16000-1.0.51.tar.gz) = 324b1ab5ab754db5697963e9bf6a2f9c7aeb1463755e86bbb6dc4d6a77329da2 +SIZE (../sounds/freeswitch-sounds-en-us-callie-16000-1.0.51.tar.gz) = 37171776 Added: head/net/freeswitch/files/freeswitch.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/freeswitch.in Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,30 @@ +#!/bin/sh + +# $FreeBSD$ +# +# PROVIDE: freeswitch +# REQUIRE: LOGIN +# KEYWORD: shutdown +# +# Add these lines to /etc/rc.conf.local or /etc/rc.conf +# to enable this service: +# +# freeswitch_enable (bool): Set to NO by default. +# Set it to YES to enable freeswitch. + +. /etc/rc.subr + +name=freeswitch +rcvar=${name}_enable + +load_rc_config $name + +: ${freeswitch_enable:="NO"} +: ${freeswitch_user:=freeswitch} +: ${freeswitch_group:=freeswitch} + +command=%%PREFIX%%/bin/freeswitch + +command_args="-nc" + +run_rc_command "$1" Added: head/net/freeswitch/files/patch-build_Makefile.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/patch-build_Makefile.in Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,79 @@ +--- build/Makefile.in.orig 2016-03-07 21:11:29 UTC ++++ build/Makefile.in +@@ -588,76 +588,9 @@ uninstall-am: + + all: + @echo " +---------- FreeSWITCH Build Complete ----------+" +- @echo " + FreeSWITCH has been successfully built. +" +- @echo " + Install by running: +" +- @echo " + +" +- @echo " + $(MK) install +" +- @echo " + +" +- @echo " + While you're waiting, register for ClueCon! +" +- @echo " + https://www.cluecon.com +" +- @echo " + +" +- @echo " +-----------------------------------------------+" +- @cat $(switch_srcdir)/cluecon2.tmpl + + install: + @echo " +---------- FreeSWITCH install Complete ----------+" +- @echo " + FreeSWITCH has been successfully installed. +" +- @echo " + +" +- @echo " + Install sounds: +" +- @echo " + (uhd-sounds includes hd-sounds, sounds) +" +- @echo " + (hd-sounds includes sounds) +" +- @echo " + ------------------------------------ +" +- @echo " + $(MK) cd-sounds-install +" +- @echo " + $(MK) cd-moh-install +" +- @echo " + +" +- @echo " + $(MK) uhd-sounds-install +" +- @echo " + $(MK) uhd-moh-install +" +- @echo " + +" +- @echo " + $(MK) hd-sounds-install +" +- @echo " + $(MK) hd-moh-install +" +- @echo " + +" +- @echo " + $(MK) sounds-install +" +- @echo " + $(MK) moh-install +" +- @echo " + +" +- @echo " + Install non english sounds: +" +- @echo " + replace XX with language +" +- @echo " + (ru : Russian) +" +- @echo " + (fr : French) +" +- @echo " + ------------------------------------ +" +- @echo " + $(MK) cd-sounds-XX-install +" +- @echo " + $(MK) uhd-sounds-XX-install +" +- @echo " + $(MK) hd-sounds-XX-install +" +- @echo " + $(MK) sounds-XX-install +" +- @echo " + +" +- @echo " + Upgrade to latest: +" +- @echo " + ---------------------------------- +" +- @echo " + $(MK) current +" +- @echo " + +" +- @echo " + Rebuild all: +" +- @echo " + ---------------------------------- +" +- @echo " + $(MK) sure +" +- @echo " + +" +- @echo " + Install/Re-install default config: +" +- @echo " + ---------------------------------- +" +- @echo " + $(MK) samples +" +- @echo " + +" +- @echo " + +" +- @echo " + Additional resources: +" +- @echo " + ---------------------------------- +" +- @echo " + https://www.freeswitch.org +" +- @echo " + https://freeswitch.org/confluence +" +- @echo " + https://freeswitch.org/jira +" +- @echo " + http://lists.freeswitch.org +" +- @echo " + +" +- @echo " + irc.freenode.net / #freeswitch +" +- @echo " + +" +- @echo " + Register For ClueCon: +" +- @echo " + ---------------------------------- +" +- @echo " + https://www.cluecon.com +" +- @echo " + +" +- @echo " +-------------------------------------------------+" +- @cat $(switch_srcdir)/cluecon2.tmpl +- @sh $(switch_srcdir)/build/modcheck.sh $(modulesdir) + + .PHONY: check dvi html info install-data \ + install-dvi install-exec install-html install-info install-pdf install-ps installcheck installdirs pdf \ Added: head/net/freeswitch/files/patch-modules.conf ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/patch-modules.conf Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,250 @@ +--- modules.conf.orig 2016-01-12 16:32:37 UTC ++++ modules.conf +@@ -1,162 +1,162 @@ +-#applications/mod_abstraction +-#applications/mod_av +-#applications/mod_avmd +-#applications/mod_bert +-#applications/mod_blacklist +-#applications/mod_callcenter +-#applications/mod_cidlookup +-#applications/mod_cluechoo ++applications/mod_abstraction ++applications/mod_av ++applications/mod_avmd ++applications/mod_bert ++applications/mod_blacklist ++applications/mod_callcenter ++applications/mod_cidlookup ++applications/mod_cluechoo + applications/mod_commands + applications/mod_conference +-#applications/mod_curl +-#applications/mod_cv ++applications/mod_curl ++applications/mod_cv + applications/mod_db +-#applications/mod_directory +-#applications/mod_distributor ++applications/mod_directory ++applications/mod_distributor + applications/mod_dptools +-#applications/mod_easyroute ++applications/mod_easyroute + applications/mod_enum + applications/mod_esf +-#applications/mod_esl ++applications/mod_esl + applications/mod_expr + applications/mod_fifo +-#applications/mod_fsk ++applications/mod_fsk + applications/mod_fsv + applications/mod_hash +-#applications/mod_hiredis ++applications/mod_hiredis + applications/mod_httapi +-#applications/mod_http_cache +-#applications/mod_ladspa +-#applications/mod_lcr +-#applications/mod_memcache ++applications/mod_http_cache ++applications/mod_ladspa ++applications/mod_lcr ++applications/mod_memcache + #applications/mod_mongo +-#applications/mod_mp4 ++applications/mod_mp4 + #applications/mod_mp4v2 +-#applications/mod_nibblebill +-#applications/mod_oreka ++applications/mod_nibblebill ++applications/mod_oreka + #applications/mod_osp +-#applications/mod_prefix ++applications/mod_prefix + #applications/mod_rad_auth +-#applications/mod_redis +-#applications/mod_rss ++applications/mod_redis ++applications/mod_rss + applications/mod_sms +-#applications/mod_snapshot +-#applications/mod_snom +-#applications/mod_sonar +-#applications/mod_soundtouch ++applications/mod_snapshot ++applications/mod_snom ++applications/mod_sonar ++applications/mod_soundtouch + applications/mod_spandsp +-#applications/mod_spy +-#applications/mod_stress +-#applications/mod_translate ++applications/mod_spy ++applications/mod_stress ++applications/mod_translate + applications/mod_valet_parking +-#applications/mod_vmd ++applications/mod_vmd + applications/mod_voicemail +-#applications/mod_voicemail_ivr ++applications/mod_voicemail_ivr + #asr_tts/mod_cepstral + #asr_tts/mod_flite + #asr_tts/mod_pocketsphinx +-#asr_tts/mod_tts_commandline +-#asr_tts/mod_unimrcp ++asr_tts/mod_tts_commandline ++asr_tts/mod_unimrcp + codecs/mod_amr +-#codecs/mod_amrwb ++codecs/mod_amrwb + codecs/mod_b64 + #codecs/mod_bv + #codecs/mod_codec2 +-#codecs/mod_com_g729 ++codecs/mod_com_g729 + #codecs/mod_dahdi_codec + codecs/mod_g723_1 + codecs/mod_g729 + codecs/mod_h26x + #codecs/mod_ilbc +-#codecs/mod_isac +-#codecs/mod_mp4v ++codecs/mod_isac ++codecs/mod_mp4v + codecs/mod_opus + #codecs/mod_sangoma_codec + #codecs/mod_silk + #codecs/mod_siren +-#codecs/mod_theora ++codecs/mod_theora + codecs/mod_vpx + dialplans/mod_dialplan_asterisk +-#dialplans/mod_dialplan_directory ++dialplans/mod_dialplan_directory + dialplans/mod_dialplan_xml +-#directories/mod_ldap +-#endpoints/mod_alsa +-#endpoints/mod_dingaling ++directories/mod_ldap ++endpoints/mod_alsa ++endpoints/mod_dingaling + #endpoints/mod_gsmopen + #endpoints/mod_h323 + #endpoints/mod_khomp + endpoints/mod_loopback + #endpoints/mod_opal +-#endpoints/mod_portaudio ++endpoints/mod_portaudio + endpoints/mod_rtc +-#endpoints/mod_rtmp ++endpoints/mod_rtmp + endpoints/mod_skinny +-#endpoints/mod_skypopen ++endpoints/mod_skypopen + endpoints/mod_sofia + endpoints/mod_verto + #event_handlers/mod_amqp + event_handlers/mod_cdr_csv +-#event_handlers/mod_cdr_mongodb ++event_handlers/mod_cdr_mongodb + #event_handlers/mod_cdr_pg_csv + event_handlers/mod_cdr_sqlite + #event_handlers/mod_erlang_event +-#event_handlers/mod_event_multicast ++event_handlers/mod_event_multicast + event_handlers/mod_event_socket +-#event_handlers/mod_format_cdr +-#event_handlers/mod_json_cdr ++event_handlers/mod_format_cdr ++event_handlers/mod_json_cdr + #event_handlers/mod_radius_cdr +-#event_handlers/mod_odbc_cdr ++event_handlers/mod_odbc_cdr + #event_handlers/mod_kazoo +-#event_handlers/mod_rayo ++event_handlers/mod_rayo + #event_handlers/mod_smpp +-#event_handlers/mod_snmp ++event_handlers/mod_snmp + #event_handlers/mod_event_zmq +-#formats/mod_imagick ++formats/mod_imagick + formats/mod_local_stream + formats/mod_native_file + formats/mod_png +-#formats/mod_portaudio_stream +-#formats/mod_shell_stream +-#formats/mod_shout ++formats/mod_portaudio_stream ++formats/mod_shell_stream ++formats/mod_shout + formats/mod_sndfile +-#formats/mod_ssml ++formats/mod_ssml + formats/mod_tone_stream +-#formats/mod_vlc +-#languages/mod_basic ++formats/mod_vlc ++languages/mod_basic + #languages/mod_java + languages/mod_lua + #languages/mod_managed + #languages/mod_perl + #languages/mod_python + #languages/mod_v8 +-#languages/mod_yaml ++languages/mod_yaml + loggers/mod_console +-#loggers/mod_graylog2 ++loggers/mod_graylog2 + loggers/mod_logfile + loggers/mod_syslog +-#say/mod_say_de ++say/mod_say_de + say/mod_say_en +-#say/mod_say_es +-#say/mod_say_es_ar +-#say/mod_say_fa +-#say/mod_say_fr +-#say/mod_say_he +-#say/mod_say_hr +-#say/mod_say_hu +-#say/mod_say_it +-#say/mod_say_ja +-#say/mod_say_nl +-#say/mod_say_pl +-#say/mod_say_pt +-#say/mod_say_ru +-#say/mod_say_sv +-#say/mod_say_th +-#say/mod_say_zh +-#timers/mod_posix_timer ++say/mod_say_es ++say/mod_say_es_ar ++say/mod_say_fa ++say/mod_say_fr ++say/mod_say_he ++say/mod_say_hr ++say/mod_say_hu ++say/mod_say_it ++say/mod_say_ja ++say/mod_say_nl ++say/mod_say_pl ++say/mod_say_pt ++say/mod_say_ru ++say/mod_say_sv ++say/mod_say_th ++say/mod_say_zh ++timers/mod_posix_timer + #timers/mod_timerfd + xml_int/mod_xml_cdr +-#xml_int/mod_xml_curl +-#xml_int/mod_xml_ldap ++xml_int/mod_xml_curl ++xml_int/mod_xml_ldap + #xml_int/mod_xml_radius + xml_int/mod_xml_rpc + xml_int/mod_xml_scgi Added: head/net/freeswitch/files/patch-src_mod_applications_mod__http__cache_mod__http__cache.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/patch-src_mod_applications_mod__http__cache_mod__http__cache.c Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,11 @@ +--- src/mod/applications/mod_http_cache/mod_http_cache.c.orig 2016-01-12 16:32:36 UTC ++++ src/mod/applications/mod_http_cache/mod_http_cache.c +@@ -37,6 +37,8 @@ + #include "aws.h" + + #include <stdlib.h> ++#include <string.h> ++char *strndup(const char *, size_t) __malloc_like; + + /* 253 max domain size + '/' + NUL byte */ + #define DOMAIN_BUF_SIZE 255 Added: head/net/freeswitch/files/patch-src_mod_applications_mod__redis_credis.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/patch-src_mod_applications_mod__redis_credis.c Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,10 @@ +--- src/mod/applications/mod_redis/credis.c.orig 2016-01-12 16:32:36 UTC ++++ src/mod/applications/mod_redis/credis.c +@@ -45,6 +45,7 @@ + #include <sys/socket.h> + #include <netdb.h> + #include <netinet/tcp.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #endif + #include <fcntl.h> Added: head/net/freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.c Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,8 @@ +--- src/mod/endpoints/mod_verto/ws.c.orig 2016-01-12 16:32:36 UTC ++++ src/mod/endpoints/mod_verto/ws.c +@@ -1,4 +1,5 @@ + #include <switch.h> ++#include <switch.h> + #include "ws.h" + #include <pthread.h> + Added: head/net/freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.h Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,11 @@ +--- src/mod/endpoints/mod_verto/ws.h.orig 2016-01-12 16:32:36 UTC ++++ src/mod/endpoints/mod_verto/ws.h +@@ -25,7 +25,7 @@ + //#include "sha1.h" + #include <openssl/ssl.h> + +-#if defined(_MSC_VER) || defined(__APPLE__) ++#if defined(_MSC_VER) || defined(__APPLE__) || defined(__FreeBSD__) + #define __bswap_64(x) \ + x = (x>>56) | \ + ((x<<40) & 0x00FF000000000000) | \ Added: head/net/freeswitch/files/patch-src_mod_event__handlers_mod__rayo_xmpp__streams.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/patch-src_mod_event__handlers_mod__rayo_xmpp__streams.c Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,11 @@ +--- src/mod/event_handlers/mod_rayo/xmpp_streams.c.orig 2016-01-12 16:32:36 UTC ++++ src/mod/event_handlers/mod_rayo/xmpp_streams.c +@@ -29,6 +29,8 @@ + #include <switch.h> + #include <iksemel.h> + ++int iks_proceed_tls (iksparser *prs, const char *cert_file, const char *key_file); ++ + #include <openssl/ssl.h> + + #include "xmpp_streams.h" Added: head/net/freeswitch/files/patch-src_mod_formats_mod__shout_mod__shout.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/files/patch-src_mod_formats_mod__shout_mod__shout.c Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,11 @@ +--- src/mod/formats/mod_shout/mod_shout.c.orig 2016-01-12 16:32:36 UTC ++++ src/mod/formats/mod_shout/mod_shout.c +@@ -35,7 +35,7 @@ + #include <switch.h> + #include "mpg123.h" + #include <shout/shout.h> +-#include <lame.h> ++#include <lame/lame.h> + #include <switch_curl.h> + + #define OUTSCALE 8192 * 2 Modified: head/net/freeswitch/files/pkg-message.in ============================================================================== --- head/net/freeswitch/files/pkg-message.in Wed Dec 18 20:20:49 2013 (r336859) +++ head/net/freeswitch/files/pkg-message.in Sat Mar 12 15:30:24 2016 (r410895) @@ -1,11 +1,11 @@ -***************************************************** -* Please read * -***************************************************** +################################# -to install the config files do the following ..... +Example configurations are available in: -cp -r %%EXAMPLESDIR%%/conf %%ETCDIR%%/conf +%%EXAMPLESDIR%%/ -then edit /etc/rc.conf and add +A working initial configuration can be installed by running: -freeswitch_enable="YES" +( cd %%EXAMPLESDIR%%/vanilla/ && pax -rw -p e . %%ETCDIR%% ) + +################################# Modified: head/net/freeswitch/pkg-descr ============================================================================== --- head/net/freeswitch/pkg-descr Wed Dec 18 20:20:49 2013 (r336859) +++ head/net/freeswitch/pkg-descr Sat Mar 12 15:30:24 2016 (r410895) @@ -1,9 +1,9 @@ -FreeSWITCH meta port. +FreeSWITCH is a scalable open source cross-platform telephony +platform designed to route and interconnect popular communication +protocols using audio, video, text or any other form of media. It +was created in 2006 to fill the void left by proprietary commercial +solutions. FreeSWITCH also provides a stable telephony platform +on which many applications can be developed using a wide range of +free tools. -FreeSWITCH is an open source telephony platform designed to facilitate the -creation of voice and chat driven products scaling from a soft-phone up to a -soft-switch. It can be used as a simple switching engine, a PBX, a media -gateway or a media server to host IVR applications using simple scripts or XML -to control the callflow. - -WWW: http://www.freeswitch.org +WWW: https://freeswitch.org Added: head/net/freeswitch/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/freeswitch/pkg-plist Sat Mar 12 15:30:24 2016 (r410895) @@ -0,0 +1,862 @@ +bin/freeswitch +bin/fs_cli +bin/fs_encode +bin/fs_ivrd +bin/fsxs +bin/gentls_cert +bin/tone2wav +include/freeswitch/libteletone.h +include/freeswitch/libteletone_detect.h +include/freeswitch/libteletone_generate.h +include/freeswitch/switch.h +include/freeswitch/switch_am_config.h +include/freeswitch/switch_apr.h +include/freeswitch/switch_buffer.h +include/freeswitch/switch_caller.h +include/freeswitch/switch_channel.h +include/freeswitch/switch_config.h +include/freeswitch/switch_console.h +include/freeswitch/switch_core.h +include/freeswitch/switch_core_db.h +include/freeswitch/switch_core_event_hook.h +include/freeswitch/switch_core_media.h +include/freeswitch/switch_core_video.h +include/freeswitch/switch_cpp.h +include/freeswitch/switch_curl.h +include/freeswitch/switch_dso.h +include/freeswitch/switch_event.h +include/freeswitch/switch_frame.h +include/freeswitch/switch_hashtable.h +include/freeswitch/switch_image.h +include/freeswitch/switch_ivr.h +include/freeswitch/switch_jitterbuffer.h +include/freeswitch/switch_json.h +include/freeswitch/switch_limit.h +include/freeswitch/switch_loadable_module.h +include/freeswitch/switch_log.h +include/freeswitch/switch_module_interfaces.h +include/freeswitch/switch_mprintf.h +include/freeswitch/switch_nat.h +include/freeswitch/switch_odbc.h +include/freeswitch/switch_pgsql.h +include/freeswitch/switch_platform.h +include/freeswitch/switch_regex.h +include/freeswitch/switch_resample.h +include/freeswitch/switch_rtcp_frame.h +include/freeswitch/switch_rtp.h +include/freeswitch/switch_scheduler.h +include/freeswitch/switch_stun.h +include/freeswitch/switch_types.h +include/freeswitch/switch_utf8.h +include/freeswitch/switch_utils.h +include/freeswitch/switch_vpx.h +include/freeswitch/switch_xml.h +include/freeswitch/switch_xml_config.h +include/freeswitch/tpl.h +lib/freeswitch/mod/mod_abstraction.so +lib/freeswitch/mod/mod_alsa.so +lib/freeswitch/mod/mod_amr.so +lib/freeswitch/mod/mod_amrwb.so +lib/freeswitch/mod/mod_av.so +lib/freeswitch/mod/mod_avmd.so +lib/freeswitch/mod/mod_b64.so +lib/freeswitch/mod/mod_basic.so +lib/freeswitch/mod/mod_bert.so +lib/freeswitch/mod/mod_blacklist.so +lib/freeswitch/mod/mod_callcenter.so +lib/freeswitch/mod/mod_cdr_csv.so +lib/freeswitch/mod/mod_cdr_mongodb.so +lib/freeswitch/mod/mod_cdr_sqlite.so +lib/freeswitch/mod/mod_cidlookup.so +lib/freeswitch/mod/mod_cluechoo.so +lib/freeswitch/mod/mod_commands.so +lib/freeswitch/mod/mod_conference.so +lib/freeswitch/mod/mod_console.so +lib/freeswitch/mod/mod_curl.so +lib/freeswitch/mod/mod_cv.so +lib/freeswitch/mod/mod_db.so +lib/freeswitch/mod/mod_dialplan_asterisk.so +lib/freeswitch/mod/mod_dialplan_directory.so +lib/freeswitch/mod/mod_dialplan_xml.so +lib/freeswitch/mod/mod_dingaling.so +lib/freeswitch/mod/mod_directory.so +lib/freeswitch/mod/mod_distributor.so +lib/freeswitch/mod/mod_dptools.so +lib/freeswitch/mod/mod_easyroute.so +lib/freeswitch/mod/mod_enum.so +lib/freeswitch/mod/mod_esf.so +lib/freeswitch/mod/mod_esl.so +lib/freeswitch/mod/mod_event_multicast.so +lib/freeswitch/mod/mod_event_socket.so +lib/freeswitch/mod/mod_expr.so +lib/freeswitch/mod/mod_fifo.so +lib/freeswitch/mod/mod_format_cdr.so +lib/freeswitch/mod/mod_fsk.so +lib/freeswitch/mod/mod_fsv.so +lib/freeswitch/mod/mod_g723_1.so +lib/freeswitch/mod/mod_g729.so +lib/freeswitch/mod/mod_graylog2.so +lib/freeswitch/mod/mod_h26x.so +lib/freeswitch/mod/mod_hash.so +lib/freeswitch/mod/mod_hiredis.so +lib/freeswitch/mod/mod_httapi.so +lib/freeswitch/mod/mod_http_cache.so +lib/freeswitch/mod/mod_imagick.so +lib/freeswitch/mod/mod_isac.so +lib/freeswitch/mod/mod_json_cdr.so +lib/freeswitch/mod/mod_ladspa.so +lib/freeswitch/mod/mod_lcr.so +lib/freeswitch/mod/mod_ldap.so +lib/freeswitch/mod/mod_local_stream.so +lib/freeswitch/mod/mod_logfile.so +lib/freeswitch/mod/mod_loopback.so +lib/freeswitch/mod/mod_lua.so +lib/freeswitch/mod/mod_memcache.so +lib/freeswitch/mod/mod_mp4.so +lib/freeswitch/mod/mod_mp4v.so +lib/freeswitch/mod/mod_native_file.so +lib/freeswitch/mod/mod_nibblebill.so +lib/freeswitch/mod/mod_odbc_cdr.so +lib/freeswitch/mod/mod_opus.so +lib/freeswitch/mod/mod_oreka.so +lib/freeswitch/mod/mod_png.so +lib/freeswitch/mod/mod_portaudio.so +lib/freeswitch/mod/mod_portaudio_stream.so +lib/freeswitch/mod/mod_posix_timer.so +lib/freeswitch/mod/mod_prefix.so +lib/freeswitch/mod/mod_rayo.so +lib/freeswitch/mod/mod_redis.so +lib/freeswitch/mod/mod_rss.so +lib/freeswitch/mod/mod_rtc.so +lib/freeswitch/mod/mod_rtmp.so +lib/freeswitch/mod/mod_say_de.so +lib/freeswitch/mod/mod_say_en.so +lib/freeswitch/mod/mod_say_es.so +lib/freeswitch/mod/mod_say_es_ar.so +lib/freeswitch/mod/mod_say_fa.so +lib/freeswitch/mod/mod_say_fr.so +lib/freeswitch/mod/mod_say_he.so +lib/freeswitch/mod/mod_say_hr.so +lib/freeswitch/mod/mod_say_hu.so +lib/freeswitch/mod/mod_say_it.so +lib/freeswitch/mod/mod_say_ja.so +lib/freeswitch/mod/mod_say_nl.so +lib/freeswitch/mod/mod_say_pl.so +lib/freeswitch/mod/mod_say_pt.so +lib/freeswitch/mod/mod_say_ru.so +lib/freeswitch/mod/mod_say_sv.so +lib/freeswitch/mod/mod_say_th.so +lib/freeswitch/mod/mod_say_zh.so +lib/freeswitch/mod/mod_shell_stream.so +lib/freeswitch/mod/mod_shout.so +lib/freeswitch/mod/mod_skinny.so +lib/freeswitch/mod/mod_skypopen.so +lib/freeswitch/mod/mod_sms.so +lib/freeswitch/mod/mod_snapshot.so +lib/freeswitch/mod/mod_sndfile.so +lib/freeswitch/mod/mod_snmp.so +lib/freeswitch/mod/mod_snom.so +lib/freeswitch/mod/mod_sofia.so +lib/freeswitch/mod/mod_sonar.so +lib/freeswitch/mod/mod_soundtouch.so +lib/freeswitch/mod/mod_spandsp.so +lib/freeswitch/mod/mod_spy.so +lib/freeswitch/mod/mod_ssml.so +lib/freeswitch/mod/mod_stress.so +lib/freeswitch/mod/mod_syslog.so +lib/freeswitch/mod/mod_theora.so +lib/freeswitch/mod/mod_tone_stream.so +lib/freeswitch/mod/mod_translate.so +lib/freeswitch/mod/mod_tts_commandline.so +lib/freeswitch/mod/mod_unimrcp.so +lib/freeswitch/mod/mod_valet_parking.so +lib/freeswitch/mod/mod_verto.so +lib/freeswitch/mod/mod_vlc.so +lib/freeswitch/mod/mod_vmd.so +lib/freeswitch/mod/mod_voicemail.so +lib/freeswitch/mod/mod_voicemail_ivr.so +lib/freeswitch/mod/mod_vpx.so +lib/freeswitch/mod/mod_xml_cdr.so +lib/freeswitch/mod/mod_xml_curl.so +lib/freeswitch/mod/mod_xml_ldap.so +lib/freeswitch/mod/mod_xml_rpc.so +lib/freeswitch/mod/mod_xml_scgi.so +lib/freeswitch/mod/mod_yaml.so +lib/libfreeswitch.a +lib/libfreeswitch.so +lib/libfreeswitch.so.1 +lib/libfreeswitch.so.1.0.0 +libdata/pkgconfig/freeswitch.pc +%%DATADIR%%/fonts/FreeMono.ttf +%%DATADIR%%/fonts/FreeMonoBold.ttf +%%DATADIR%%/fonts/FreeMonoBoldOblique.ttf +%%DATADIR%%/fonts/FreeMonoOblique.ttf +%%DATADIR%%/fonts/FreeSans.ttf +%%DATADIR%%/fonts/FreeSansBold.ttf +%%DATADIR%%/fonts/FreeSansBoldOblique.ttf +%%DATADIR%%/fonts/FreeSansOblique.ttf +%%DATADIR%%/fonts/FreeSerif.ttf +%%DATADIR%%/fonts/FreeSerifBold.ttf +%%DATADIR%%/fonts/FreeSerifBoldItalic.ttf +%%DATADIR%%/fonts/FreeSerifItalic.ttf +%%DATADIR%%/fonts/OFL.txt +%%DATADIR%%/fonts/README.fonts +%%DATADIR%%/htdocs/license.txt +%%DATADIR%%/htdocs/portal/LICENCE +%%DATADIR%%/htdocs/portal/README.md +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.css +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.css +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.min.css +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.js +%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.min.js +%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.css +%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.min.css +%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap.css +%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap.min.css +%%DATADIR%%/htdocs/portal/assets/bootstrap/img/glyphicons-halflings-white.png +%%DATADIR%%/htdocs/portal/assets/bootstrap/img/glyphicons-halflings.png +%%DATADIR%%/htdocs/portal/assets/bootstrap/js/bootstrap.js +%%DATADIR%%/htdocs/portal/assets/bootstrap/js/bootstrap.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/css/bs-growl-notifications.min.css +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-alert.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-badge.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-basic.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-button.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-core.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-growl-notifications.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-items-action-bar.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-label.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-list-group.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-modal.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-nav.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-notifications.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-progressbar.min.js +%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-wizard.min.js +%%DATADIR%%/htdocs/portal/assets/js/ember-1.0.0-rc.1.js +%%DATADIR%%/htdocs/portal/assets/js/ember-1.0.0-rc.1.min.js +%%DATADIR%%/htdocs/portal/assets/js/ember-data.js +%%DATADIR%%/htdocs/portal/assets/js/ember-data.min.js +%%DATADIR%%/htdocs/portal/assets/js/ember.js +%%DATADIR%%/htdocs/portal/assets/js/ember.min.js +%%DATADIR%%/htdocs/portal/assets/js/fsportal.js +%%DATADIR%%/htdocs/portal/assets/js/handlebars.js +%%DATADIR%%/htdocs/portal/assets/js/handlebars.min.js +%%DATADIR%%/htdocs/portal/assets/js/ie-console.js +%%DATADIR%%/htdocs/portal/assets/js/jquery-1.9.1.min.js +%%DATADIR%%/htdocs/portal/assets/js/jquery.min.js +%%DATADIR%%/htdocs/portal/index.html +%%DATADIR%%/htdocs/slim.swf +%%DATADIR%%/htdocs/slimtest.htm +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/alsa.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/conference.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/dialplan_directory.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/dingaling.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/enum.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/event_multicast.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/fax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/fifo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/iax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/ivr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/java.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/limit.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/local_stream.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/lua.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/opal.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/openmrcp.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/perl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/pocketsphinx.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/portaudio.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/post_load_modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/python.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/rss.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/shout.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/sofia.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/switch.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/syslog.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/timezones.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/v8.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/voicemail.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/xml_cdr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/xml_curl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/xml_rpc.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/autoload_configs/zeroconf.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/curl/mime.types +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/freeswitch.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/acl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/alsa.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/cdr_csv.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/conference.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/console.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/dialplan_directory.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/enum.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/event_multicast.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/event_socket.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/fax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/fifo.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/iax.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/ivr.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/java.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/limit.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/local_stream.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/logfile.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/lua.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/modules.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/opal.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/perl.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/pocketsphinx.conf.xml +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/insideout/autoload_configs/portaudio.conf.xml *** DIFF OUTPUT TRUNCATED AT 1000 LINES ***
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603121530.u2CFUOHa001357>