# 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: # # freeswitch # freeswitch/files # freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.c # freeswitch/files/freeswitch.in # freeswitch/pkg-descr # freeswitch/Makefile # freeswitch/pkg-plist # freeswitch/distinfo # echo c - freeswitch mkdir -p freeswitch > /dev/null 2>&1 echo c - freeswitch/files mkdir -p freeswitch/files > /dev/null 2>&1 echo x - freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.c sed 's/^X//' >freeswitch/files/patch-src_mod_endpoints_mod__verto_ws.c << 'b143cdd086fbacf087662a5e6519bdba' X--- src/mod/endpoints/mod_verto/ws.c.orig 2015-11-20 21:00:44 UTC X+++ src/mod/endpoints/mod_verto/ws.c X@@ -1,4 +1,5 @@ X #include "ws.h" X+#include X #include X X #ifndef _MSC_VER X@@ -699,20 +700,6 @@ ssize_t ws_close(wsh_t *wsh, int16_t rea X X } X X- X-uint64_t hton64(uint64_t val) X-{ X- if (__BYTE_ORDER == __BIG_ENDIAN) return (val); X- else return __bswap_64(val); X-} X- X-uint64_t ntoh64(uint64_t val) X-{ X- if (__BYTE_ORDER == __BIG_ENDIAN) return (val); X- else return __bswap_64(val); X-} X- X- X ssize_t ws_read_frame(wsh_t *wsh, ws_opcode_t *oc, uint8_t **data) X { X X@@ -822,7 +809,7 @@ ssize_t ws_read_frame(wsh_t *wsh, ws_opc X X u64 = (uint64_t *) wsh->payload; X wsh->payload += 8; X- wsh->plen = ntoh64(*u64); X+ wsh->plen = be64toh(*u64); X } else if (wsh->plen == 126) { X uint16_t *u16; X X@@ -993,7 +980,7 @@ ssize_t ws_write_frame(wsh_t *wsh, ws_op X hlen += 8; X X u64 = (uint64_t *) &hdr[2]; X- *u64 = hton64(bytes); X+ *u64 = htobe64(bytes); X } X X if (wsh->write_buffer_len < (hlen + bytes + 1)) { b143cdd086fbacf087662a5e6519bdba echo x - freeswitch/files/freeswitch.in sed 's/^X//' >freeswitch/files/freeswitch.in << 'b4546f9b71c8d713437285fc998f386e' X#!/bin/sh X X# PROVIDE: freeswitch X# REQUIRE: NETWORK ldconfig X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# freeswitch_enable (bool): Set to "NO" by default. X# Set it to "YES" to enable freeswitch. X# X X. /etc/rc.subr X Xname="freeswitch" Xrcvar=freeswitch_enable X Xload_rc_config $name X X: ${freeswitch_enable="NO"} X Xpidfile="/var/run/freeswitch/freeswitch.pid" Xcommand=%%PREFIX%%/bin/${name} Xcommand_args="-ncwait >/dev/null 2>/dev/null" X Xrun_rc_command "$1" b4546f9b71c8d713437285fc998f386e echo x - freeswitch/pkg-descr sed 's/^X//' >freeswitch/pkg-descr << '2d9d4fa30941436238bf9f1b4db363e6' XThe World's First Cross-Platform Scalable FREE Multi-Protocol Soft Switch. X XWWW: http://www.freeswitch.org/ 2d9d4fa30941436238bf9f1b4db363e6 echo x - freeswitch/Makefile sed 's/^X//' >freeswitch/Makefile << 'ae234a74f0b12c7984f27c08a0b3335e' X# Created by: Simun Mikecin X# $FreeBSD: head/devel/mongo-cxx-driver/Makefile 399250 2015-10-14 11:11:41Z pi $ X XPORTNAME= freeswitch XPORTVERSION= 1.6.5 XCATEGORIES= net XMASTER_SITES= http://files.freeswitch.org/releases/freeswitch/ X XMAINTAINER= numisemis@yahoo.com XCOMMENT= Cross-Platform Scalable FREE Multi-Protocol Soft Switch X XLICENSE= MPL X XLIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ X libjpeg.so:${PORTSDIR}/graphics/jpeg-turbo \ X libldns.so:${PORTSDIR}/dns/ldns \ X liblua-5.2.so:${PORTSDIR}/lang/lua52 \ X libedit.so:${PORTSDIR}/devel/libedit \ X libopus.so:${PORTSDIR}/audio/opus \ X libpcre.so:${PORTSDIR}/devel/pcre \ X libsndfile.so:${PORTSDIR}/audio/libsndfile \ X libspeex.so:${PORTSDIR}/audio/speex \ X libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ X libvpx.so:${PORTSDIR}/multimedia/libvpx XBUILD_DEPENDS= libyuv-config:${PORTSDIR}/multimedia/libyuv X XMAKE_JOBS_UNSAFE= yes X XUSES= gmake pkgconfig XGNU_CONFIGURE= yes X XUSE_RC_SUBR= freeswitch X X.include ae234a74f0b12c7984f27c08a0b3335e echo x - freeswitch/pkg-plist sed 's/^X//' >freeswitch/pkg-plist << '75fc5d4aa7fbb4b657a2e6719059d4de' Xbin/freeswitch Xbin/fs_cli Xbin/fs_encode Xbin/fs_ivrd Xbin/fsxs Xbin/gentls_cert Xbin/tone2wav X%%ETCDIR%%/autoload_configs/abstraction.conf.xml X%%ETCDIR%%/autoload_configs/acl.conf.xml X%%ETCDIR%%/autoload_configs/alsa.conf.xml X%%ETCDIR%%/autoload_configs/amqp.conf.xml X%%ETCDIR%%/autoload_configs/blacklist.conf.xml X%%ETCDIR%%/autoload_configs/callcenter.conf.xml X%%ETCDIR%%/autoload_configs/cdr_csv.conf.xml X%%ETCDIR%%/autoload_configs/cdr_mongodb.conf.xml X%%ETCDIR%%/autoload_configs/cdr_pg_csv.conf.xml X%%ETCDIR%%/autoload_configs/cdr_sqlite.conf.xml X%%ETCDIR%%/autoload_configs/cepstral.conf.xml X%%ETCDIR%%/autoload_configs/cidlookup.conf.xml X%%ETCDIR%%/autoload_configs/conference.conf.xml X%%ETCDIR%%/autoload_configs/conference_layouts.conf.xml X%%ETCDIR%%/autoload_configs/console.conf.xml X%%ETCDIR%%/autoload_configs/db.conf.xml X%%ETCDIR%%/autoload_configs/dialplan_directory.conf.xml X%%ETCDIR%%/autoload_configs/dingaling.conf.xml X%%ETCDIR%%/autoload_configs/directory.conf.xml X%%ETCDIR%%/autoload_configs/distributor.conf.xml X%%ETCDIR%%/autoload_configs/easyroute.conf.xml X%%ETCDIR%%/autoload_configs/enum.conf.xml X%%ETCDIR%%/autoload_configs/erlang_event.conf.xml X%%ETCDIR%%/autoload_configs/event_multicast.conf.xml X%%ETCDIR%%/autoload_configs/event_socket.conf.xml X%%ETCDIR%%/autoload_configs/fax.conf.xml X%%ETCDIR%%/autoload_configs/fifo.conf.xml X%%ETCDIR%%/autoload_configs/format_cdr.conf.xml X%%ETCDIR%%/autoload_configs/graylog2.conf.xml X%%ETCDIR%%/autoload_configs/hash.conf.xml X%%ETCDIR%%/autoload_configs/hiredis.conf.xml X%%ETCDIR%%/autoload_configs/httapi.conf.xml X%%ETCDIR%%/autoload_configs/http_cache.conf.xml X%%ETCDIR%%/autoload_configs/ivr.conf.xml X%%ETCDIR%%/autoload_configs/java.conf.xml X%%ETCDIR%%/autoload_configs/kazoo.conf.xml X%%ETCDIR%%/autoload_configs/lcr.conf.xml X%%ETCDIR%%/autoload_configs/local_stream.conf.xml X%%ETCDIR%%/autoload_configs/logfile.conf.xml X%%ETCDIR%%/autoload_configs/lua.conf.xml X%%ETCDIR%%/autoload_configs/memcache.conf.xml X%%ETCDIR%%/autoload_configs/modules.conf.xml X%%ETCDIR%%/autoload_configs/mongo.conf.xml X%%ETCDIR%%/autoload_configs/nibblebill.conf.xml X%%ETCDIR%%/autoload_configs/opal.conf.xml X%%ETCDIR%%/autoload_configs/opus.conf.xml X%%ETCDIR%%/autoload_configs/oreka.conf.xml X%%ETCDIR%%/autoload_configs/osp.conf.xml X%%ETCDIR%%/autoload_configs/perl.conf.xml X%%ETCDIR%%/autoload_configs/pocketsphinx.conf.xml X%%ETCDIR%%/autoload_configs/portaudio.conf.xml X%%ETCDIR%%/autoload_configs/post_load_modules.conf.xml X%%ETCDIR%%/autoload_configs/presence_map.conf.xml X%%ETCDIR%%/autoload_configs/python.conf.xml X%%ETCDIR%%/autoload_configs/redis.conf.xml X%%ETCDIR%%/autoload_configs/rss.conf.xml X%%ETCDIR%%/autoload_configs/rtmp.conf.xml X%%ETCDIR%%/autoload_configs/sangoma_codec.conf.xml X%%ETCDIR%%/autoload_configs/shout.conf.xml X%%ETCDIR%%/autoload_configs/skinny.conf.xml X%%ETCDIR%%/autoload_configs/smpp.conf.xml X%%ETCDIR%%/autoload_configs/sofia.conf.xml X%%ETCDIR%%/autoload_configs/spandsp.conf.xml X%%ETCDIR%%/autoload_configs/switch.conf.xml X%%ETCDIR%%/autoload_configs/syslog.conf.xml X%%ETCDIR%%/autoload_configs/timezones.conf.xml X%%ETCDIR%%/autoload_configs/translate.conf.xml X%%ETCDIR%%/autoload_configs/tts_commandline.conf.xml X%%ETCDIR%%/autoload_configs/unicall.conf.xml X%%ETCDIR%%/autoload_configs/unimrcp.conf.xml X%%ETCDIR%%/autoload_configs/v8.conf.xml X%%ETCDIR%%/autoload_configs/verto.conf.xml X%%ETCDIR%%/autoload_configs/voicemail.conf.xml X%%ETCDIR%%/autoload_configs/voicemail_ivr.conf.xml X%%ETCDIR%%/autoload_configs/xml_cdr.conf.xml X%%ETCDIR%%/autoload_configs/xml_curl.conf.xml X%%ETCDIR%%/autoload_configs/xml_rpc.conf.xml X%%ETCDIR%%/autoload_configs/xml_scgi.conf.xml X%%ETCDIR%%/autoload_configs/zeroconf.conf.xml X%%ETCDIR%%/chatplan/default.xml X%%ETCDIR%%/dialplan/default.xml X%%ETCDIR%%/dialplan/default/00_ladspa.xml X%%ETCDIR%%/dialplan/default/00_pizza_demo.xml X%%ETCDIR%%/dialplan/default/01_Talking_Clock.xml X%%ETCDIR%%/dialplan/default/01_example.com.xml X%%ETCDIR%%/dialplan/features.xml X%%ETCDIR%%/dialplan/public.xml X%%ETCDIR%%/dialplan/public/00_inbound_did.xml X%%ETCDIR%%/dialplan/skinny-patterns.xml X%%ETCDIR%%/dialplan/skinny-patterns/20-Demo.xml X%%ETCDIR%%/dialplan/skinny-patterns/20-Local_extension.xml X%%ETCDIR%%/dialplan/skinny-patterns/90-External.xml X%%ETCDIR%%/dialplan/skinny-patterns/99-Default_Drop.xml X%%ETCDIR%%/directory/default.xml X%%ETCDIR%%/directory/default/1000.xml X%%ETCDIR%%/directory/default/1001.xml X%%ETCDIR%%/directory/default/1002.xml X%%ETCDIR%%/directory/default/1003.xml X%%ETCDIR%%/directory/default/1004.xml X%%ETCDIR%%/directory/default/1005.xml X%%ETCDIR%%/directory/default/1006.xml X%%ETCDIR%%/directory/default/1007.xml X%%ETCDIR%%/directory/default/1008.xml X%%ETCDIR%%/directory/default/1009.xml X%%ETCDIR%%/directory/default/1010.xml X%%ETCDIR%%/directory/default/1011.xml X%%ETCDIR%%/directory/default/1012.xml X%%ETCDIR%%/directory/default/1013.xml X%%ETCDIR%%/directory/default/1014.xml X%%ETCDIR%%/directory/default/1015.xml X%%ETCDIR%%/directory/default/1016.xml X%%ETCDIR%%/directory/default/1017.xml X%%ETCDIR%%/directory/default/1018.xml X%%ETCDIR%%/directory/default/1019.xml X%%ETCDIR%%/directory/default/brian.xml X%%ETCDIR%%/directory/default/default.xml X%%ETCDIR%%/directory/default/example.com.xml X%%ETCDIR%%/directory/default/skinny-example.xml X%%ETCDIR%%/extensions.conf X%%ETCDIR%%/freeswitch.xml X%%ETCDIR%%/fur_elise.ttml X%%ETCDIR%%/ivr_menus/demo_ivr.xml X%%ETCDIR%%/ivr_menus/new_demo_ivr.xml X%%ETCDIR%%/jingle_profiles/client.xml X%%ETCDIR%%/jingle_profiles/server.xml X%%ETCDIR%%/lang/de/de.xml X%%ETCDIR%%/lang/de/demo/demo.xml X%%ETCDIR%%/lang/de/vm/sounds.xml X%%ETCDIR%%/lang/de/vm/tts.xml X%%ETCDIR%%/lang/en/demo/demo-ivr.xml X%%ETCDIR%%/lang/en/demo/demo.xml X%%ETCDIR%%/lang/en/demo/funnies.xml X%%ETCDIR%%/lang/en/demo/new-demo-ivr.xml X%%ETCDIR%%/lang/en/dir/sounds.xml X%%ETCDIR%%/lang/en/dir/tts.xml X%%ETCDIR%%/lang/en/en.xml X%%ETCDIR%%/lang/en/ivr/sounds.xml X%%ETCDIR%%/lang/en/vm/sounds.xml X%%ETCDIR%%/lang/en/vm/tts.xml X%%ETCDIR%%/lang/en/vm/voicemail_ivr.xml X%%ETCDIR%%/lang/es/demo/demo-es-ES.xml X%%ETCDIR%%/lang/es/demo/demo-es-MX.xml X%%ETCDIR%%/lang/es/demo/demo-ivr-es-ES.xml X%%ETCDIR%%/lang/es/demo/demo-ivr-es-MX.xml X%%ETCDIR%%/lang/es/dir/sounds-es-ES.xml X%%ETCDIR%%/lang/es/dir/sounds-es-MX.xml X%%ETCDIR%%/lang/es/dir/tts-es-ES.xml X%%ETCDIR%%/lang/es/dir/tts-es-MX.xml X%%ETCDIR%%/lang/es/es_ES.xml X%%ETCDIR%%/lang/es/es_MX.xml X%%ETCDIR%%/lang/es/vm/sounds-es-ES.xml X%%ETCDIR%%/lang/es/vm/sounds-es-MX.xml X%%ETCDIR%%/lang/es/vm/tts-es-ES.xml X%%ETCDIR%%/lang/es/vm/tts-es-MX.xml X%%ETCDIR%%/lang/fr/demo/demo.xml X%%ETCDIR%%/lang/fr/dir/sounds.xml X%%ETCDIR%%/lang/fr/dir/tts.xml X%%ETCDIR%%/lang/fr/fr.xml X%%ETCDIR%%/lang/fr/vm/sounds.xml X%%ETCDIR%%/lang/he/demo/demo-ivr.xml X%%ETCDIR%%/lang/he/demo/demo.xml X%%ETCDIR%%/lang/he/dir/sounds.xml X%%ETCDIR%%/lang/he/he.xml X%%ETCDIR%%/lang/he/vm/sounds.xml X%%ETCDIR%%/lang/pt/demo/demo-ivr-pt-BR.xml X%%ETCDIR%%/lang/pt/demo/demo-ivr-pt-PT.xml X%%ETCDIR%%/lang/pt/demo/demo-pt-BR.xml X%%ETCDIR%%/lang/pt/demo/demo-pt-PT.xml X%%ETCDIR%%/lang/pt/dir/sounds-pt-BR.xml X%%ETCDIR%%/lang/pt/dir/sounds-pt-PT.xml X%%ETCDIR%%/lang/pt/dir/tts-pt-BR.xml X%%ETCDIR%%/lang/pt/dir/tts-pt-PT.xml X%%ETCDIR%%/lang/pt/pt_BR.xml X%%ETCDIR%%/lang/pt/pt_PT.xml X%%ETCDIR%%/lang/pt/vm/sounds-pt-BR.xml X%%ETCDIR%%/lang/pt/vm/sounds-pt-PT.xml X%%ETCDIR%%/lang/pt/vm/tts-pt-BR.xml X%%ETCDIR%%/lang/pt/vm/tts-pt-PT.xml X%%ETCDIR%%/lang/ru/demo/demo-ivr.xml X%%ETCDIR%%/lang/ru/demo/demo.xml X%%ETCDIR%%/lang/ru/dir/sounds.xml X%%ETCDIR%%/lang/ru/dir/tts.xml X%%ETCDIR%%/lang/ru/ru.xml X%%ETCDIR%%/lang/ru/vm/sounds.xml X%%ETCDIR%%/lang/ru/vm/tts.xml X%%ETCDIR%%/lang/sv/sv.xml X%%ETCDIR%%/lang/sv/vm/sounds.xml X%%ETCDIR%%/mime.types X%%ETCDIR%%/mrcp_profiles/loquendo-7-mrcp-v2.xml X%%ETCDIR%%/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml X%%ETCDIR%%/mrcp_profiles/nuance-5.0-mrcp-v1.xml X%%ETCDIR%%/mrcp_profiles/nuance-5.0-mrcp-v2.xml X%%ETCDIR%%/mrcp_profiles/unimrcpserver-mrcp-v1.xml X%%ETCDIR%%/mrcp_profiles/vestec-mrcp-v1.xml X%%ETCDIR%%/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml X%%ETCDIR%%/notify-voicemail.tpl X%%ETCDIR%%/sip_profiles/external-ipv6.xml X%%ETCDIR%%/sip_profiles/external-ipv6/example.xml X%%ETCDIR%%/sip_profiles/external.xml X%%ETCDIR%%/sip_profiles/external/example.xml X%%ETCDIR%%/sip_profiles/internal-ipv6.xml X%%ETCDIR%%/sip_profiles/internal.xml X%%ETCDIR%%/skinny_profiles/internal.xml X%%ETCDIR%%/tetris.ttml X%%ETCDIR%%/vars.xml X%%ETCDIR%%/voicemail.tpl X%%ETCDIR%%/web-vm.tpl Xinclude/freeswitch/libteletone.h Xinclude/freeswitch/libteletone_detect.h Xinclude/freeswitch/libteletone_generate.h Xinclude/freeswitch/switch.h Xinclude/freeswitch/switch_am_config.h Xinclude/freeswitch/switch_apr.h Xinclude/freeswitch/switch_buffer.h Xinclude/freeswitch/switch_caller.h Xinclude/freeswitch/switch_channel.h Xinclude/freeswitch/switch_config.h Xinclude/freeswitch/switch_console.h Xinclude/freeswitch/switch_core.h Xinclude/freeswitch/switch_core_db.h Xinclude/freeswitch/switch_core_event_hook.h Xinclude/freeswitch/switch_core_media.h Xinclude/freeswitch/switch_core_video.h Xinclude/freeswitch/switch_cpp.h Xinclude/freeswitch/switch_curl.h Xinclude/freeswitch/switch_dso.h Xinclude/freeswitch/switch_event.h Xinclude/freeswitch/switch_frame.h Xinclude/freeswitch/switch_hashtable.h Xinclude/freeswitch/switch_image.h Xinclude/freeswitch/switch_ivr.h Xinclude/freeswitch/switch_jitterbuffer.h Xinclude/freeswitch/switch_json.h Xinclude/freeswitch/switch_limit.h Xinclude/freeswitch/switch_loadable_module.h Xinclude/freeswitch/switch_log.h Xinclude/freeswitch/switch_module_interfaces.h Xinclude/freeswitch/switch_mprintf.h Xinclude/freeswitch/switch_nat.h Xinclude/freeswitch/switch_odbc.h Xinclude/freeswitch/switch_pgsql.h Xinclude/freeswitch/switch_platform.h Xinclude/freeswitch/switch_regex.h Xinclude/freeswitch/switch_resample.h Xinclude/freeswitch/switch_rtcp_frame.h Xinclude/freeswitch/switch_rtp.h Xinclude/freeswitch/switch_scheduler.h Xinclude/freeswitch/switch_stun.h Xinclude/freeswitch/switch_types.h Xinclude/freeswitch/switch_utf8.h Xinclude/freeswitch/switch_utils.h Xinclude/freeswitch/switch_vpx.h Xinclude/freeswitch/switch_xml.h Xinclude/freeswitch/switch_xml_config.h Xinclude/freeswitch/tpl.h Xlib/freeswitch/mod/mod_amr.la Xlib/freeswitch/mod/mod_amr.so Xlib/freeswitch/mod/mod_b64.la Xlib/freeswitch/mod/mod_b64.so Xlib/freeswitch/mod/mod_cdr_csv.la Xlib/freeswitch/mod/mod_cdr_csv.so Xlib/freeswitch/mod/mod_cdr_sqlite.la Xlib/freeswitch/mod/mod_cdr_sqlite.so Xlib/freeswitch/mod/mod_commands.la Xlib/freeswitch/mod/mod_commands.so Xlib/freeswitch/mod/mod_conference.la Xlib/freeswitch/mod/mod_conference.so Xlib/freeswitch/mod/mod_console.la Xlib/freeswitch/mod/mod_console.so Xlib/freeswitch/mod/mod_db.la Xlib/freeswitch/mod/mod_db.so Xlib/freeswitch/mod/mod_dialplan_asterisk.la Xlib/freeswitch/mod/mod_dialplan_asterisk.so Xlib/freeswitch/mod/mod_dialplan_xml.la Xlib/freeswitch/mod/mod_dialplan_xml.so Xlib/freeswitch/mod/mod_dptools.la Xlib/freeswitch/mod/mod_dptools.so Xlib/freeswitch/mod/mod_enum.la Xlib/freeswitch/mod/mod_enum.so Xlib/freeswitch/mod/mod_esf.la Xlib/freeswitch/mod/mod_esf.so Xlib/freeswitch/mod/mod_event_socket.la Xlib/freeswitch/mod/mod_event_socket.so Xlib/freeswitch/mod/mod_expr.la Xlib/freeswitch/mod/mod_expr.so Xlib/freeswitch/mod/mod_fifo.la Xlib/freeswitch/mod/mod_fifo.so Xlib/freeswitch/mod/mod_fsv.la Xlib/freeswitch/mod/mod_fsv.so Xlib/freeswitch/mod/mod_g723_1.la Xlib/freeswitch/mod/mod_g723_1.so Xlib/freeswitch/mod/mod_g729.la Xlib/freeswitch/mod/mod_g729.so Xlib/freeswitch/mod/mod_h26x.la Xlib/freeswitch/mod/mod_h26x.so Xlib/freeswitch/mod/mod_hash.la Xlib/freeswitch/mod/mod_hash.so Xlib/freeswitch/mod/mod_httapi.la Xlib/freeswitch/mod/mod_httapi.so Xlib/freeswitch/mod/mod_local_stream.la Xlib/freeswitch/mod/mod_local_stream.so Xlib/freeswitch/mod/mod_logfile.la Xlib/freeswitch/mod/mod_logfile.so Xlib/freeswitch/mod/mod_loopback.la Xlib/freeswitch/mod/mod_loopback.so Xlib/freeswitch/mod/mod_lua.la Xlib/freeswitch/mod/mod_lua.so Xlib/freeswitch/mod/mod_native_file.la Xlib/freeswitch/mod/mod_native_file.so Xlib/freeswitch/mod/mod_opus.la Xlib/freeswitch/mod/mod_opus.so Xlib/freeswitch/mod/mod_png.la Xlib/freeswitch/mod/mod_png.so Xlib/freeswitch/mod/mod_rtc.la Xlib/freeswitch/mod/mod_rtc.so Xlib/freeswitch/mod/mod_say_en.la Xlib/freeswitch/mod/mod_say_en.so Xlib/freeswitch/mod/mod_skinny.la Xlib/freeswitch/mod/mod_skinny.so Xlib/freeswitch/mod/mod_sms.la Xlib/freeswitch/mod/mod_sms.so Xlib/freeswitch/mod/mod_sndfile.la Xlib/freeswitch/mod/mod_sndfile.so Xlib/freeswitch/mod/mod_sofia.la Xlib/freeswitch/mod/mod_sofia.so Xlib/freeswitch/mod/mod_spandsp.la Xlib/freeswitch/mod/mod_spandsp.so Xlib/freeswitch/mod/mod_syslog.la Xlib/freeswitch/mod/mod_syslog.so Xlib/freeswitch/mod/mod_tone_stream.la Xlib/freeswitch/mod/mod_tone_stream.so Xlib/freeswitch/mod/mod_valet_parking.la Xlib/freeswitch/mod/mod_valet_parking.so Xlib/freeswitch/mod/mod_verto.la Xlib/freeswitch/mod/mod_verto.so Xlib/freeswitch/mod/mod_voicemail.la Xlib/freeswitch/mod/mod_voicemail.so Xlib/freeswitch/mod/mod_vpx.la Xlib/freeswitch/mod/mod_vpx.so Xlib/freeswitch/mod/mod_xml_cdr.la Xlib/freeswitch/mod/mod_xml_cdr.so Xlib/freeswitch/mod/mod_xml_rpc.la Xlib/freeswitch/mod/mod_xml_rpc.so Xlib/freeswitch/mod/mod_xml_scgi.la Xlib/freeswitch/mod/mod_xml_scgi.so Xlib/libfreeswitch.a Xlib/libfreeswitch.la Xlib/libfreeswitch.so Xlib/libfreeswitch.so.1 Xlib/pkgconfig/freeswitch.pc X%%DATADIR%%/fonts/FreeMono.ttf X%%DATADIR%%/fonts/FreeMonoBold.ttf X%%DATADIR%%/fonts/FreeMonoBoldOblique.ttf X%%DATADIR%%/fonts/FreeMonoOblique.ttf X%%DATADIR%%/fonts/FreeSans.ttf X%%DATADIR%%/fonts/FreeSansBold.ttf X%%DATADIR%%/fonts/FreeSansBoldOblique.ttf X%%DATADIR%%/fonts/FreeSansOblique.ttf X%%DATADIR%%/fonts/FreeSerif.ttf X%%DATADIR%%/fonts/FreeSerifBold.ttf X%%DATADIR%%/fonts/FreeSerifBoldItalic.ttf X%%DATADIR%%/fonts/FreeSerifItalic.ttf X%%DATADIR%%/fonts/OFL.txt X%%DATADIR%%/fonts/README.fonts X%%DATADIR%%/htdocs/license.txt X%%DATADIR%%/htdocs/portal/LICENCE X%%DATADIR%%/htdocs/portal/README.md X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.css X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap-theme.min.css X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.css X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/css/bootstrap.min.css X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.eot X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.svg X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.ttf X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/fonts/glyphicons-halflings-regular.woff X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.js X%%DATADIR%%/htdocs/portal/assets/bootstrap-3.1.1/js/bootstrap.min.js X%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.css X%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap-responsive.min.css X%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap.css X%%DATADIR%%/htdocs/portal/assets/bootstrap/css/bootstrap.min.css X%%DATADIR%%/htdocs/portal/assets/bootstrap/img/glyphicons-halflings-white.png X%%DATADIR%%/htdocs/portal/assets/bootstrap/img/glyphicons-halflings.png X%%DATADIR%%/htdocs/portal/assets/bootstrap/js/bootstrap.js X%%DATADIR%%/htdocs/portal/assets/bootstrap/js/bootstrap.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/css/bs-growl-notifications.min.css X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-alert.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-badge.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-basic.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-button.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-core.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-growl-notifications.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-items-action-bar.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-label.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-list-group.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-modal.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-nav.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-notifications.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-progressbar.min.js X%%DATADIR%%/htdocs/portal/assets/bs_for_ember/js/bs-wizard.min.js X%%DATADIR%%/htdocs/portal/assets/js/ember-1.0.0-rc.1.js X%%DATADIR%%/htdocs/portal/assets/js/ember-1.0.0-rc.1.min.js X%%DATADIR%%/htdocs/portal/assets/js/ember-data.js X%%DATADIR%%/htdocs/portal/assets/js/ember-data.min.js X%%DATADIR%%/htdocs/portal/assets/js/ember.js X%%DATADIR%%/htdocs/portal/assets/js/ember.min.js X%%DATADIR%%/htdocs/portal/assets/js/fsportal.js X%%DATADIR%%/htdocs/portal/assets/js/handlebars.js X%%DATADIR%%/htdocs/portal/assets/js/handlebars.min.js X%%DATADIR%%/htdocs/portal/assets/js/ie-console.js X%%DATADIR%%/htdocs/portal/assets/js/jquery-1.9.1.min.js X%%DATADIR%%/htdocs/portal/assets/js/jquery.min.js X%%DATADIR%%/htdocs/portal/index.html X%%DATADIR%%/htdocs/slim.swf X%%DATADIR%%/htdocs/slimtest.htm X/var/lib/freeswitch/images/default-avatar.png X/var/lib/freeswitch/images/default-mute.png X@dir %%DATADIR%%/grammar X@dir %%DATADIR%%/scripts X@dir /var/lib/freeswitch/db X@dir /var/lib/freeswitch/images X@dir /var/lib/freeswitch/recordings X@dir /var/lib/freeswitch X@dir /var/lib X@dir /var/log/freeswitch/xml_cdr X@dir /var/log/freeswitch X@dir /var/run/freeswitch 75fc5d4aa7fbb4b657a2e6719059d4de echo x - freeswitch/distinfo sed 's/^X//' >freeswitch/distinfo << '4b1287edd5da00bb894cdbb9d537fec3' XSHA256 (freeswitch-1.6.5.tar.gz) = e15b62df7d602e9991c9fd4a2843a3906be342b12d0e6d2c1bc5db657bf05213 XSIZE (freeswitch-1.6.5.tar.gz) = 56273912 4b1287edd5da00bb894cdbb9d537fec3 exit