diff options
author | rene <rene@FreeBSD.org> | 2013-12-21 03:02:51 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-12-21 03:02:51 +0800 |
commit | 2d648f4ec3342e2692ad21d1c4e991e6b74081e2 (patch) | |
tree | 39a7948c33050e7caa930f3db0e09db249f8bd7d /net | |
parent | 151dc91a310a9d6dbd377bfb554c6e17e78e46c3 (diff) | |
download | freebsd-ports-gnome-2d648f4ec3342e2692ad21d1c4e991e6b74081e2.tar.gz freebsd-ports-gnome-2d648f4ec3342e2692ad21d1c4e991e6b74081e2.tar.zst freebsd-ports-gnome-2d648f4ec3342e2692ad21d1c4e991e6b74081e2.zip |
Remove expired ports:
2013-12-18 x11-fonts/ppantsfonts: Broken for more than 6 month
2013-12-19 x11-toolkits/gtksourceview-sharp: Depends on expired devel/mono-tools
2013-11-18 devel/mono-tools: Broken for more than 6 month
2013-12-19 textproc/p5-XML-SAXDriver-Sablotron: Depends on expired textproc/p5-XML-Sablotron
2013-11-18 textproc/p5-XML-Sablotron: Broken for more than 6 month
2013-11-18 net/freeswitch-core: Broken for more than 6 month
2013-12-19 misc/freeswitch-pizzademo: Depends on expired net/freeswitch-core
2013-12-19 misc/freeswitch-scripts: Depends on expired net/freeswitch-core
2013-12-19 www/p5-HTML-Webmake: Depends on expired textproc/p5-XML-Sablotron
Diffstat (limited to 'net')
21 files changed, 0 insertions, 1490 deletions
diff --git a/net/Makefile b/net/Makefile index 1c4d05eba2c1..9a13685b409a 100644 --- a/net/Makefile +++ b/net/Makefile @@ -149,7 +149,6 @@ SUBDIR += freeradius3 SUBDIR += freerdp SUBDIR += freeswitch - SUBDIR += freeswitch-core SUBDIR += freeswitch-core-devel SUBDIR += freeswitch-curl-devel SUBDIR += freeswitch-devel diff --git a/net/freeswitch-core/Makefile b/net/freeswitch-core/Makefile deleted file mode 100644 index 8e0aa4c6cb9e..000000000000 --- a/net/freeswitch-core/Makefile +++ /dev/null @@ -1,410 +0,0 @@ -# Created by: Richard Neese <r.neese@gmail.com> -# $FreeBSD$ - -PORTNAME= freeswitch-core -PORTVERSION= 1.0.7.1 -PORTREVISION= 3 -PORTEPOCH= 1 -CATEGORIES= net -MASTER_SITES= http://dl.dropbox.com/u/152504/ \ - http://files.freeswitch.org/downloads/libs/:2 \ - http://download.zeromq.org/:3 -DISTFILES= ${BASE_PORTNAME}-${PORTVERSION}.tar.gz \ - opus-0.9.0.tar.gz:2 \ - celt-0.10.0.tar.gz:2 \ - flite-1.5.1-current.tar.bz2:2 \ - json-c-0.9.tar.gz:2 \ - lame-3.98.4.tar.gz:2 \ - libmemcached-0.32.tar.gz:2 \ - libshout-2.2.2.tar.gz:2 \ - mpg123-1.13.2.tar.gz:2 \ - openldap-2.4.11.tar.gz:2 \ - pocketsphinx-0.7.tar.gz:2 \ - soundtouch-1.6.0.tar.gz:2 \ - sphinxbase-0.7.tar.gz:2 \ - communicator_semi_6000_20080321.tar.gz:2 \ - zeromq-2.1.10.tar.gz:3 -DIST_SUBDIR= ${BASE_PORTNAME} -EXTRACT_ONLY= ${BASE_PORTNAME}-${PORTVERSION}.tar.gz - -MAINTAINER= ports@FreeBSD.org -COMMENT= FreeSwitch SoftSwitch Port - -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-11-18 - -BROKEN= Does not build - -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - jpeg:${PORTSDIR}/graphics/jpeg \ - tiff:${PORTSDIR}/graphics/tiff \ - odbc:${PORTSDIR}/databases/unixODBC - -CONFLICTS= freeswitch-core-devel-[0-9]* - -WRKSRC= ${WRKDIR}/${BASE_PORTNAME}-${PORTVERSION} - -USE_AUTOTOOLS= autoconf:env automake:env libtool:env - -USE_PERL5= build -USES= bison:both pkgconfig perl5 -USE_GCC= any -USE_GMAKE= yes -SUB_FILES= pkg-install pkg-message -USE_RC_SUBR= freeswitch -HAS_CONFIGURE= yes -USE_LDCONFIG= yes -LDFLAGS+= -L${LOCALBASE}/lib -INCLUDES+= -I${LOCALBASE}/include -CONFIGURE_ARGS+=--prefix=${PREFIX} \ - --bindir=${PREFIX}/bin \ - --sysconfdir=${PREFIX}/etc/${BASE_PORTNAME}/conf \ - --includedir=${PREFIX}/include/${BASE_PORTNAME} \ - --libdir=${PREFIX}/lib/${BASE_PORTNAME}/lib \ - --localstatedir="${VARBASE}" \ - --with-modinstdir=${PREFIX}/lib/${BASE_PORTNAME}/mod \ - --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ - --with-libgnutls-prefix=${LOCALBASE} \ - --with-ogg=${LOCALBASE} \ - --with-ogg-libraries=${LOCALBASE}/lib \ - --with-ogg-includes=${LOCALBASE}/include - -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS}" \ - INCLUDES="${INCLUDES}" \ - PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" - -FREESWITCH_USER?= freeswitch -FREESWITCH_GROUP?= ${FREESWITCH_USER} -FREESWITCH_UID?= 610 -FREESWITCH_GID?= ${FREESWITCH_UID} - -USERS= ${FREESWITCH_USER} -GROUPS= ${FREESWITCH_GROUP} - -SUB_LIST= FREESWITCH_USER=${FREESWITCH_USER} FREESWITCH_GROUP=${FREESWITCH_GROUP} - -BASE_PORTNAME= ${FREESWITCH_USER} - -VARBASE?= /var - -OPTIONS_DEFINE= MODSHOUT MODFLITE MODUNIMRCP MODTTSCMDLINE MODPOCKETSPHINX \ - MODCIDLOOKUP MODDPDIRECTORY MODDIRECTORY MODDINGALING \ - MODEASYROUTE MODERLANGEVENT MODLCR MODSOUNDTOUCH MODRSS \ - MODSNOM MODAVMD MODVMD MODSPY MODAMRWB MODCELT MODSILK \ - MODCODEC2 MODOPUS MODFREETDM MODSKINNY MODMEMCACHE \ - MODMULTICAST MODNIBBLEBILL MODPORTAUDIO MODSHELLSTREAM \ - MODPERL MODPYTHON MODCURL MODXMLCURL MODDISTRIBUTOR \ - MODSNAPSHOT MODSAYDE MODSAYES MODSAYEN MODSAYHE MODSAYHU \ - MODSAYFR MODSAYIT MODSAYNL MODSAYRU MODSAYTH MODSAYZH \ - EXTENSIONS MODCALLCENTER MODFSK MODCDRPGCSV MODSNMP MODLADSPA \ - MODRTMP MODDPASTERISK MODBLACKLIST MODHTTPCACHE MODEVENTZMQ \ - SAMPLECONFIGS -OPTIONS_DEFAULT= MODSHOUT MODFLITE MODTTSCMDLINE MODPOCKETSPHINX \ - MODCIDLOOKUP MODDIRECTORY MODDINGALING MODEASYROUTE \ - MODLCR MODSOUNDTOUCH MODRSS MODSNOM MODAVMD MODSPY \ - MODAMRWB MODCELT MODSILK MODCODEC2 MODOPUS MODSKINNY \ - MODMEMCACHE MODMULTICAST MODNIBBLEBILL MODPORTAUDIO \ - MODPASTREAM MODSHELLSTREAM MODCURL MODXMLCURL \ - MODSAYEN MODCALLCENTER MODFSK MODSNMP MODLADSPA \ - MODRTMP MODBLACKLIST MODHTTPCACHE MOVEVENTZMQ \ - SAMPLECONFIGS - -MODSHOUT_DESC= mod_shout (streaming audio/mp3) -MODFLITE_DESC= mod_flite (Text to Speech) -MODUNIMRCP_DESC= mod_unimrcp tts -MODTTSCMDLINE_DESC= mod_tts_commandline -MODPOCKETSPHINX_DESC= mod_pockectsphinx (voice control) -MODCIDLOOKUP_DESC= mod_cidlookup -MODDPDIRECTORY_DESC= mod_dialplan_directory -MODDIRECTORY_DESC= mod_directory (dial name directory) -MODDINGALING_DESC= mod_dingaling (Google talk) -MODEASYROUTE_DESC= mod_easyroute (routing tool) -MODERLANGEVENT_DESC= mod_erlang_event (Call Center Dist) -MODLCR_DESC= mod_lcr (least cost routiwng) -MODSOUNDTOUCH_DESC= mod_soundtouch (Audio Effects) -MODRSS_DESC= mod_rss (rss feed reader) -MODSNOM_DESC= mod_snom (snom control) -MODAVMD_DESC= mod_avmd (Adavced v-mail detection) -MODVMD_DESC= mod_vmd (voice mail detection) -MODSPY_DESC= mod_spy (listen/breaking on calls) -MODAMRWB_DESC= mod_amrwb (amrwb codec) -MODCELT_DESC= mod_celt (celt 48k codec) -MODSILK_DESC= mod_silk (Silk Codec) -MODCODEC2_DESC= mod_codec2 (Codec2 codec) -MODOPUS_DESC= mod_opus codec (Opus codec) -MODFREETDM_DESC= mod_freetdm (TDM Cards) -MODSKINNY_DESC= mod_skinny (Skinny Support) -MODMEMCACHE_DESC= mod_memcache -MODMULTICAST_DESC= mod_event_multicast -MODNIBBLEBILL_DESC= mod_nibblebill (billing) -MODPORTAUDIO_DESC= mod_portaudio (souncard portaudio) -MODPASTREAM_DESC= mod_portaudio_stream (new) -MODSHELLSTREAM_DESC= mod_shell_stream (new) -MODPYTHON_DESC= mod_python (python support) -MODCURL_DESC= mod_curl -MODXMLCURL_DESC= mod_xml_curl -MODDISTRIBUTOR_DESC= mod_distributor (C\# .NET API) -MODSNAPSHOT_DESC= mod_snapshot (testing) -MODSAYDE_DESC= mod_say_de (German support) -MODSAYES_DESC= mod_say_se (Spanish support) -MODSAYEN_DESC= mod_say_en (English support) -MODSAYHE_DESC= mod_say_he (Hebrew support) -MODSAYHU_DESC= mod_say_hu (Hungarian support) -MODSAYFR_DESC= mod_say_fr (French support) -MODSAYIT_DESC= mod_say_it (Italian support) -MODSAYNL_DESC= mod_say_nl (Dutch support) -MODSAYRU_DESC= mod_say_ru (Russian support) -MODSAYTH_DESC= mod_say_th (Thi support) -MODSAYZH_DESC= mod_say_zh (Chinese support) -EXTENSIONS_DESC= Include Default User Extensions -MODCALLCENTER_DESC= mod_callcenter (callcenter queue) -MODFSK_DESC= mod_fsck (caller_id related) -MODCDRPGCSV_DESC= mod_cdr_pg_csv (broken on 9.X) -MODSNMP_DESC= mod_snmp (network monitoring) -MODLADSPA_DESC= mod_ladspa (voice changer) (new) -MODRTMP_DESC= mod_rtmp (realtime media protocol) -MODDPASTERISK_DESC= mod_dialplan_asterisk (* dialplan) -MODBLACKLIST_DESC= mod_blacklist (Black list numbers) -MODHTTPCACHE_DESC= mod_http_cache (new) -MODEVENTZMQ_DESC= mod_event_zmq (build issues) (new) -SAMPLECONFIGS_DESC= Sample Configurations - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - -.for i in MODFLITE MODPOCKETSPHINX MODCIDLOOKUP MODDPDIRECTORY MODEASYROUTE MODLCR MODSOUNDTOUCH MODRSS \ - MODSNOM MODAVMD MODVMD MODSPY MODAMRWB MODCELT MODMULTICAST MODPORTAUDIO MODCURL MODXMLCURL \ - MODSAYDE MODSAYEN MODSAYES MODSAYFR MODSAYHE MODSAYHU MODSAYIT MODSAYNL MODSAYRU MODSAYTH MODSAYZH \ - MODNIBBLEBILL MODDINGALING MODDIRECTORY MODMEMCACHE MODPASTREAM MODSHELLSTREAM MODSILK MODUNIMRCP \ - MODTTSCMDLINE MODDISTRIBUTOR MODSNAPSHOT MODSKINNY EXTENSIONS MODCALLCENTER MODCODEC2 MODFSK MODOPUS \ - MODDPASTERISK MODRTMP SAMPLECONFIGS MODBLACKLIST MODHTTPCACHE MODEVENTZMQ -.if ! ${PORT_OPTIONS:M${i}} -PLIST_SUB+= WITH_${i}="@comment " -.else -PLIST_SUB+= WITH_${i}="" -.endif -.endfor - -.if ! ${PORT_OPTIONS:MMODFREETDM} -PLIST_SUB+= WITH_MODFREETDM="@comment " -.else -PLIST_SUB+= WITH_MODFREETDM="" -CONFIGURE_ARGS+= --with-libpri=${LOCALBASE} -BUILD_DEPENDS+= libpri>=1.2.0:${PORTSDIR}/misc/libpri \ - ${LOCALBASE}/include/dahdi/wctdm_user.h:${PORTSDIR}/misc/dahdi -LIB_DEPENDS+= pri:${PORTSDIR}/misc/libpri -RUN_DEPENDS+= ${LOCALBASE}/include/dahdi/wctdm_user.h:${PORTSDIR}/misc/dahdi \ - ${LOCALBASE}/lib/dahdi/dahdi.ko:${PORTSDIR}/misc/dahdi-kmod -.endif - -.if ! ${PORT_OPTIONS:MMODSHOUT} -PLIST_SUB+= WITH_MODSHOUT="@comment " -.else -PLIST_SUB+= WITH_MODSHOUT="" -LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis -.endif - -.if ! ${PORT_OPTIONS:MMODPERL} -PLIST_SUB+= WITH_MODPERL="@comment " -.else -PLIST_SUB+= WITH_MODPERL="" -LIB_DEPENDS+= gdbm:${PORTSDIR}/databases/gdbm \ - db:${PORTSDIR}/databases/db42 -.endif - -.if ! ${PORT_OPTIONS:MMODERLANGEVENT} -PLIST_SUB+= WITH_MODERLANGEVENT="@comment " -.else -PLIST_SUB+= WITH_MODERLANGEVENT="" -BUILD_DEPENDS+= ${LOCALBASE}/lib/erlang/usr/include/erl_driver.h:${PORTSDIR}/lang/erlang -.endif - -.if ! ${PORT_OPTIONS:MMODPYTHON} -PLIST_SUB+= WITH_MODPYTHON="@comment " -.else -PLIST_SUB+= WITH_MODPYTHON="" -USE_PYTHON= yes -.endif - -.if ! ${PORT_OPTIONS:MMODCDRPGCSV} -PLIST_SUB+= WITH_MODCDRPGCSV="@comment " -.else -PLIST_SUB+= WITH_MODCDRPGCSV="" -USE_PGSQL= yes -#WITH_PGSQL_VER= 90 -.endif - -.if ! ${PORT_OPTIONS:MMODSNMP} -PLIST_SUB+= WITH_MODSNMP="@comment " -.else -PLIST_SUB+= WITH_MODSNMP="" -BUILD_DEPENDS+= ${LOCALBASE}/include/net-snmp/definitions.h:${PORTSDIR}/net-mgmt/net-snmp -RUN_DEPENDS+= ${LOCALBASE}/include/net-snmp/definitions.h:${PORTSDIR}/net-mgmt/net-snmp -.endif - -.if ! ${PORT_OPTIONS:MMODLADSPA} -PLIST_SUB+= WITH_MODLADSPA="@comment " -.else -PLIST_SUB+= WITH_MODLADSPA="" -BUILD_DEPENDS+= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa \ - ${LOCALBASE}/lib/ladspa/tap_autopan.so:${PORTSDIR}/audio/tap-plugins \ - ${LOCALBASE}/lib/ladspa/cmt.so:${PORTSDIR}/audio/cmt \ - ${LOCALBASE}/lib/ladspa/alias_1407.so:${PORTSDIR}/audio/swhplugins \ - ${LOCALBASE}/lib/ladspa/autotalent.so:${PORTSDIR}/audio/autotalent -RUN_DEPENDS+= ${LOCALBASE}/lib/ladspa/amp.so:${PORTSDIR}/audio/ladspa \ - ${LOCALBASE}/lib/ladspa/tap_autopan.so:${PORTSDIR}/audio/tap-plugins \ - ${LOCALBASE}/lib/ladspa/cmt.so:${PORTSDIR}/audio/cmt \ - ${LOCALBASE}/lib/ladspa/alias_1407.so:${PORTSDIR}/audio/swhplugins \ - ${LOCALBASE}/lib/ladspa/autotalent.so:${PORTSDIR}/audio/autotalent -.endif - -post-extract: -.for file in ${DISTFILES:M*\:[23]:C/\:[23]//} - @${CP} ${DISTDIR}/${DIST_SUBDIR}/${file} ${WRKSRC}/libs/ -.endfor - -pre-configure: - @${REINPLACE_CMD} -e 's|base=http://files.freeswitch.org/downloads/libs/|base=file://${DISTDIR}/${DIST_SUBDIR}/|g' ${WRKSRC}/build/getlib.sh.in - @${REINPLACE_CMD} -e 's|2.1.9|2.1.10|g' ${WRKSRC}/src/mod/event_handlers/mod_event_zmq/Makefile -.if ! ${PORT_OPTIONS:MSAMPLECONFIGS} - @${REINPLACE_CMD} -e 's|$$(MAKE) samples-conf|##$$(MAKE) samples-conf|g' ${WRKSRC}/Makefile.am -.endif - cd ${WRKSRC} && ./bootstrap.sh - -post-configure: -.for i in mod_unimrcp mod_flite mod_pocketsphinx -.if defined(WITH_${i:C/_//g:U}) - @${REINPLACE_CMD} -e 's|#\(asr_tts/${i}\)|\1|g' ${WRKSRC}/modules.conf -.endif -.endfor -.if ${PORT_OPTIONS:MMODTTSCMDLINE} - @${REINPLACE_CMD} -e 's|#asr_tts/mod_tts_commandline|asr_tts/mod_tts_commandline|g' ${WRKSRC}/modules.conf -.endif -.for i in mod_cidlookup mod_easyroute mod_lcr mod_soundtouch mod_rss mod_snom \ - mod_vmd mod_avmd mod_spy mod_curl mod_nibblebill mod_memcache mod_directory mod_distributor \ - mod_snapshot mod_callcenter mod_fsk mod_ladspa mod_blacklist mod_http_cache -.if ${PORT_OPTIONS:M${i:C/_//g:U}} - @${REINPLACE_CMD} -e 's|#\(applications/${i}\)|\1|g' ${WRKSRC}/modules.conf -.endif -.endfor -.for i in mod_amrwb mod_celt mod_silk mod_codec2 mod_opus -.if ${PORT_OPTIONS:M${i:C/_//g:U}} - @${REINPLACE_CMD} -e 's|#\(codecs/${i}\)|\1|g' ${WRKSRC}/modules.conf -.endif -.endfor -.for i in mod_shell_stream mod_shout -.if ${PORT_OPTIONS:M${i:C/_//g:U}} - @${REINPLACE_CMD} -e 's|#\(formats/${i}\)|\1|g' ${WRKSRC}/modules.conf -.endif -.endfor -.if ${PORT_OPTIONS:MMODPASTREAM} - @${REINPLACE_CMD} -e 's|#formats/mod_portaudio_stream|formats/mod_portaudio_stream|g' ${WRKSRC}/modules.conf -.endif -.for i in mod_say_de mod_say_es mod_say_en mod_say_fr mod_say_he mod_say_hu mod_say_it mod_say_nl mod_say_ru mod_say_th mod_say_zh -.if ${PORT_OPTIONS:M${i:C/_//g:U}} - @${REINPLACE_CMD} -e 's|#\(say/${i}\)|\1|g' ${WRKSRC}/modules.conf -.endif -.endfor -.for i in mod_perl mod_python -.if ${PORT_OPTIONS:M${i:C/_//g:U}} - @${REINPLACE_CMD} -e 's|#\(languages/${i}\)|\1|g' ${WRKSRC}/modules.conf -.endif -.endfor -.for i in mod_skinny mod_portaudio mod_dingaling mod_rtmp -.if ${PORT_OPTIONS:M${i:C/_//g:U}} - @${REINPLACE_CMD} -e 's|#\(endpoints/${i}\)|\1|g' ${WRKSRC}/modules.conf -.endif -.endfor -.if ${PORT_OPTIONS:MMODDPDIRECTORY} - @${REINPLACE_CMD} -e 's|#dialplans/mod_dialplan_directory|dialplans/mod_dialplan_directory|g' ${WRKSRC}/modules.conf -.endif -.if ${PORT_OPTIONS:MMODFREETDM} - @${REINPLACE_CMD} -e 's|#../../libs/freetdm/mod_freetdm|../../libs/freetdm/mod_freetdm|g' ${WRKSRC}/modules.conf -.endif -.if ${PORT_OPTIONS:MMODMULTICAST} - @${REINPLACE_CMD} -e 's|#event_handlers/mod_event_multicast|event_handlers/mod_event_multicast|g' ${WRKSRC}/modules.conf -.endif -.if ${PORT_OPTIONS:MMODERLANGEVENT} - @${REINPLACE_CMD} -e 's|#event_handlers/mod_erlang_event|event_handlers/mod_erlang_event|g' ${WRKSRC}/modules.conf -.endif -.if ${PORT_OPTIONS:MMODCDRPGCSV} - @${REINPLACE_CMD} -e 's|#event_handlers/mod_cdr_pg_csv|event_handlers/mod_cdr_pg_csv|g' ${WRKSRC}/modules.conf -.endif -.if ${PORT_OPTIONS:MMODSNMP} - @${REINPLACE_CMD} -e 's|#event_handlers/mod_snmp|event_handlers/mod_snmp|g' ${WRKSRC}/modules.conf -.endif -.if ${PORT_OPTIONS:MMODXMLCURL} - @${REINPLACE_CMD} -e 's|#xml_int/mod_xml_curl|xml_int/mod_xml_curl|g' ${WRKSRC}/modules.conf -.endif -.if ! ${PORT_OPTIONS:MMODDPASTERISK} - @${REINPLACE_CMD} -e 's|dialplans/mod_dialplan_asterisk|#dialplans/mod_dialplan_asterisk|g' ${WRKSRC}/modules.conf -.endif -.if ${PORT_OPTIONS:MMODEVENTZMQ} - @${REINPLACE_CMD} -e 's|#event_handlers/mod_event_zmq|event_handlers/mod_event_zmq|g' ${WRKSRC}/modules.conf -.endif - -pre-install: - @${CHMOD} 664 ${WRKSRC}/libs/freetdm/conf/* -.if ! ${PORT_OPTIONS:MEXTENSIONS} - @${FIND} ${WRKSRC}/conf/directory/default -type f -name '*.xml' -delete -.endif - -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} \ - ${SH} ${PKGINSTALL} ${BASE_PORTNAME} POST-INSTALL -.if ! ${PORT_OPTIONS:MSAMPLECONFIGS} - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/skinny_profiles - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/sip_profiles/internal - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/sip_profiles/external - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/sip_profiles - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/mrcp_profiles - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/ru/vm - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/ru/dir - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/ru/demo - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/ru - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/he/vm - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/he/dir - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/he/demo - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/he - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/fr/vm - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/fr/dir - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/fr/demo - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/fr - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/en/vm - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/en/ivr - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/en/dir - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/en/demo - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/en - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/de/vm - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/de/demo - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang/de - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/lang - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/jingle_profiles - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/ivr_menus - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/directory/default - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/directory - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/dialplan/skinny-patterns - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/dialplan/public - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/dialplan/default - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/dialplan - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/autoload_configs -.endif -.if ! ${PORT_OPTIONS:MEXTENSIONS} - @${MKDIR} ${PREFIX}/etc/${BASE_PORTNAME}/conf/directory/default -.endif - @${FIND} ${PREFIX}/etc/${BASE_PORTNAME}/. -type d | ${XARGS} ${CHMOD} 774 - @${MKDIR} ${PREFIX}/share/${BASE_PORTNAME}/sounds - @${CHMOD} -R 774 ${PREFIX}/share/${BASE_PORTNAME} -.if ${PORT_OPTIONS:MSAMPLECONFIGS} - @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 -.endif - @for i in $$(${FIND} ${PREFIX}/www/${BASE_PORTNAME}/htdocs/ -type f -name '*.sample'); do if [ ! -f $${i%.sample} ]; then ${CP} -p $$i $${i%.sample}; fi; done - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.mk> diff --git a/net/freeswitch-core/distinfo b/net/freeswitch-core/distinfo deleted file mode 100644 index 378f5506dd5b..000000000000 --- a/net/freeswitch-core/distinfo +++ /dev/null @@ -1,30 +0,0 @@ -SHA256 (freeswitch/freeswitch-1.0.7.1.tar.gz) = 180db5eb11bc35d383a143ee17ed15092ca1f0651afe93fe6fc2b7f7c35e4dbb -SIZE (freeswitch/freeswitch-1.0.7.1.tar.gz) = 36116764 -SHA256 (freeswitch/opus-0.9.0.tar.gz) = b2f75c4ac5ab837845eb028413fae2a28754bfb0a6d76416e2af1441ef447649 -SIZE (freeswitch/opus-0.9.0.tar.gz) = 1255227 -SHA256 (freeswitch/celt-0.10.0.tar.gz) = 147c5bc8c6a37b2ad2c8b8af17c91cb35494421ec9b68110018a4bcec72e45dc -SIZE (freeswitch/celt-0.10.0.tar.gz) = 435953 -SHA256 (freeswitch/flite-1.5.1-current.tar.bz2) = 91dab10909efcc1ba1f6869e52f480226284467cf520abc75c725d6173caede2 -SIZE (freeswitch/flite-1.5.1-current.tar.bz2) = 15054556 -SHA256 (freeswitch/json-c-0.9.tar.gz) = 816fb2d4baab09e2f51a7c1be75bc9e03ed09d4cf3c2cd03c183f433bb9b565f -SIZE (freeswitch/json-c-0.9.tar.gz) = 328935 -SHA256 (freeswitch/lame-3.98.4.tar.gz) = ac3144c76617223a9be4aaa3e28a66b51bcab28141050c3af04cb06836f772c8 -SIZE (freeswitch/lame-3.98.4.tar.gz) = 1336025 -SHA256 (freeswitch/libmemcached-0.32.tar.gz) = cf1be20af93163d6ab25b511f79c515778ebced54806875561ebef46011f2a9b -SIZE (freeswitch/libmemcached-0.32.tar.gz) = 512586 -SHA256 (freeswitch/libshout-2.2.2.tar.gz) = 38701125cb0e0349f4394dd3254d6037eeb8af0747c0942ff433ffbcd48d2367 -SIZE (freeswitch/libshout-2.2.2.tar.gz) = 478582 -SHA256 (freeswitch/mpg123-1.13.2.tar.gz) = b3a855acc96e0061a0c2b1162e8aff80b6b1a03849e3756786db2fcacfc9a9bd -SIZE (freeswitch/mpg123-1.13.2.tar.gz) = 924948 -SHA256 (freeswitch/openldap-2.4.11.tar.gz) = 76e57147a2373015f306f2e72128330e51d5c0f1056b4713283234dfd16c1c9c -SIZE (freeswitch/openldap-2.4.11.tar.gz) = 4941654 -SHA256 (freeswitch/pocketsphinx-0.7.tar.gz) = ce0cace1ab153006e631d0a15680f2ec13f289cb2ddafa20c84fb5986fe92455 -SIZE (freeswitch/pocketsphinx-0.7.tar.gz) = 23701750 -SHA256 (freeswitch/soundtouch-1.6.0.tar.gz) = 8776edaf7299ffe1e8c97285f020365a63c0e01aa4f6f7c5fd1d011c0ded278f -SIZE (freeswitch/soundtouch-1.6.0.tar.gz) = 94852 -SHA256 (freeswitch/sphinxbase-0.7.tar.gz) = 389cb99a545f7d615a2b3bc3f7362a490ca45fc4dc440140ae1d2a41f87773ec -SIZE (freeswitch/sphinxbase-0.7.tar.gz) = 3291922 -SHA256 (freeswitch/communicator_semi_6000_20080321.tar.gz) = dbb5e9fb85000a7cb97d6958a3ef8d77532dc55fc730ac6979705e8645cb0c18 -SIZE (freeswitch/communicator_semi_6000_20080321.tar.gz) = 5595694 -SHA256 (freeswitch/zeromq-2.1.10.tar.gz) = c6727ee334b572b25269c7fed24a926cde236b3655e22f21c057aad4df5a4b79 -SIZE (freeswitch/zeromq-2.1.10.tar.gz) = 1879075 diff --git a/net/freeswitch-core/files/freeswitch.in b/net/freeswitch-core/files/freeswitch.in deleted file mode 100644 index d38f868d57a9..000000000000 --- a/net/freeswitch-core/files/freeswitch.in +++ /dev/null @@ -1,45 +0,0 @@ -#!/bin/sh - -# PROVIDE: freeswitch -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf to enable freeswitch: -# -# freeswitch_enable="YES" -# -# -# freeswitch_user="freeswitch" -# freeswitch_group="freeswitch" - -. /etc/rc.subr - -name=freeswitch -rcvar=freeswitch_enable - -load_rc_config $name - -: ${freeswitch_enable="NO"} -: ${freeswitch_user="freeswitch"} -: ${freeswitch_group="freeswitch"} -: ${freeswitch_flags="-nc -waste"} - -command=%%PREFIX%%/bin/freeswitch -command_args="-u ${freeswitch_user} -g ${freeswitch_group}" - -pidfile=${freeswitch_pidfile:-"/var/run/freeswitch/freeswitch.pid"} - -start_precmd="${name}_prestart" -stop_cmd="${name}_stop" - -freeswitch_stop () { - echo "Stopping FreeSWITCH." - %%PREFIX%%/bin/freeswitch -stop - wait_for_pids `cat $pidfile` -} - -freeswitch_prestart () { - install -d -o ${freeswitch_user} -m755 /var/run/${name} -} - -run_rc_command "$1" diff --git a/net/freeswitch-core/files/patch-Makefile.am b/net/freeswitch-core/files/patch-Makefile.am deleted file mode 100644 index b0b9b6dce76b..000000000000 --- a/net/freeswitch-core/files/patch-Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ ---- Makefile.am.orig -+++ Makefile.am -@@ -453,8 +453,9 @@ vm-sync: - test -d $(DESTDIR)$(sysconfdir)/lang/en || $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/lang/en - test -d $(DESTDIR)$(sysconfdir)/lang/en/demo || $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/lang/en/demo - test -d $(DESTDIR)$(sysconfdir)/lang/en/vm || $(mkinstalldirs) $(DESTDIR)$(sysconfdir)/lang/en/vm -- $(INSTALL) -m 644 $(switch_srcdir)/conf/lang/en/vm/* $(DESTDIR)$(sysconfdir)/lang/en/vm -- $(INSTALL) -m 644 $(switch_srcdir)/conf/lang/en/demo/* $(DESTDIR)$(sysconfdir)/lang/en/demo -+ $(INSTALL) -m 664 $(switch_srcdir)/conf/lang/en/vm/* $(DESTDIR)$(sysconfdir)/lang/en/vm/$$filename.sample; \ -+ $(INSTALL) -m 664 $(switch_srcdir)/conf/lang/en/demo/* $(DESTDIR)$(sysconfdir)/lang/en/demo/$$filename.sample; \ -+ done - - samples-conf: - test -d $(DESTDIR)$(sysconfdir) || $(mkinstalldirs) $(DESTDIR)$(sysconfdir) -@@ -462,9 +463,7 @@ samples-conf: - dir=`echo $$conffile | sed -e 's|^\.||' | sed -e 's|/[^/]*$$||'`; \ - filename=`echo $$conffile | sed -e 's|^\.||' | sed -e 's|^.*/||'`; \ - test -d $(DESTDIR)$(sysconfdir)$$dir || $(mkinstalldirs) $(DESTDIR)$(sysconfdir)$$dir ; \ -- test -f $(DESTDIR)$(sysconfdir)$$dir/$$filename || \ -- test -f $(DESTDIR)$(sysconfdir)$$dir/$$filename.noload || \ -- $(INSTALL) -m 644 $(switch_srcdir)/conf/$$dir/$$filename $(DESTDIR)$(sysconfdir)$$dir; \ -+ $(INSTALL) -m 664 $(switch_srcdir)/conf/$$dir/$$filename $(DESTDIR)$(sysconfdir)$$dir/$$filename.sample; \ - done - - samples-htdocs: -@@ -482,11 +481,10 @@ install-exec-local: - $(mkinstalldirs) $(DESTDIR)$(modulesdir) - - install-data-local: -- @echo Installing $(NAME) -- @for x in $(modulesdir) $(runtimedir) $(dbdir) $(logfiledir) $(logfiledir)/xml_cdr $(bindir) $(scriptdir) $(recordingsdir) $(grammardir); do \ -+ @for x in $(bindir) $(modulesdir) $(runtimedir) $(logfiledir) $(logfiledir)/xml_cdr $(dbdir) $(grammardir) $(scriptdir) $(storagedir) $(recordingsdir) $(voicemaildir) ; do \ - $(mkinstalldirs) $(DESTDIR)$$x ; \ -- done -- test -d $(DESTDIR)$(sysconfdir) || $(MAKE) samples-conf -+ done -+ $(MAKE) samples-conf - test -d $(DESTDIR)$(htdocsdir) || $(MAKE) samples-htdocs - - is-scm: diff --git a/net/freeswitch-core/files/patch-build-getlib.sh.in b/net/freeswitch-core/files/patch-build-getlib.sh.in deleted file mode 100644 index 6d3f986341da..000000000000 --- a/net/freeswitch-core/files/patch-build-getlib.sh.in +++ /dev/null @@ -1,18 +0,0 @@ ---- build/getlib.sh.in 2010-12-22 12:39:49.000000000 -0500 -+++ build/getlib.sh.in.orig 2010-12-22 12:34:04.000000000 -0500 -@@ -5,11 +5,11 @@ - WGET=@WGET@ - CURL=@CURL@ - --if [ -f "$WGET" ] ; then -- DOWNLOAD_CMD=$WGET --else -- if [ -f "$CURL" ] ; then -+if [ -f "$CURL" ] ; then - DOWNLOAD_CMD="$CURL -O" -+else -+ if [ -f "$WGET" ] ; then -+ DOWNLOAD_CMD=$WGET - fi - fi - diff --git a/net/freeswitch-core/files/patch-conf-autoload_configs-switch.conf.xml b/net/freeswitch-core/files/patch-conf-autoload_configs-switch.conf.xml deleted file mode 100644 index b028ccf588b8..000000000000 --- a/net/freeswitch-core/files/patch-conf-autoload_configs-switch.conf.xml +++ /dev/null @@ -1,10 +0,0 @@ ---- conf/autoload_configs/switch.conf.xml 2010-06-22 17:19:31.000000000 -0400 -+++ conf/autoload_configs/switch.conf.xml 2010-06-29 11:06:18.000000000 -0400 -@@ -71,6 +71,7 @@ - --> - <param name="mailer-app" value="sendmail"/> - <param name="mailer-app-args" value="-t"/> -+ <!--<param name="storage-dir" value="/tmp"/>--> - <param name="dump-cores" value="yes"/> - <!--RTP port range --> - <!--<param name="rtp-start-port" value="16384"/>--> diff --git a/net/freeswitch-core/files/patch-conf-autoload_configs-voicemail.conf.xml b/net/freeswitch-core/files/patch-conf-autoload_configs-voicemail.conf.xml deleted file mode 100644 index 19ed9ad683d4..000000000000 --- a/net/freeswitch-core/files/patch-conf-autoload_configs-voicemail.conf.xml +++ /dev/null @@ -1,11 +0,0 @@ ---- conf/autoload_configs/voicemail.conf.xml 2010-06-22 17:19:31.000000000 -0400 -+++ conf/autoload_configs/voicemail.conf.xml 2010-06-29 11:10:26.000000000 -0400 -@@ -57,7 +57,7 @@ - <param name="date-fmt" value="%A, %B %d %Y, %I %M %p"/> - <param name="email-from" value="${voicemail_account}@${voicemail_domain}"/> - </email> -- <!--<param name="storage-dir" value="/tmp"/>--> -+ <!--<param name="voicemail-dir" value="/tmp"/>--> - <!--<param name="odbc-dsn" value="dsn:user:pass"/>--> - <!--<param name="record-comment" value="Your Comment"/>--> - <!--<param name="record-title" value="Your Title"/>--> diff --git a/net/freeswitch-core/files/patch-configure.in b/net/freeswitch-core/files/patch-configure.in deleted file mode 100644 index 6af4fdb40e2e..000000000000 --- a/net/freeswitch-core/files/patch-configure.in +++ /dev/null @@ -1,77 +0,0 @@ ---- configure.in -+++ configure.in -@@ -38,12 +38,12 @@ AC_ARG_WITH([modinstdir], - AC_SUBST(modulesdir) - AC_DEFINE_UNQUOTED([SWITCH_MOD_DIR],"${modulesdir}",[where to install the modules to]) - --if test "$localstatedir" = "\${prefix}/var" ; then -- rundir="$prefix/run" -+if test "${localstatedir}" = "\${prefix}/var" ; then -+ rundir="${prefix}/run" - logfiledir="${prefix}/log" - else -- rundir="$localstatedir/run/freeswitch" -- logfiledir="$localstatedir/log/freeswitch" -+ rundir="${localstatedir}/run/freeswitch" -+ logfiledir="${localstatedir}/log/freeswitch" - fi - # Where to put pidfile - AC_ARG_WITH([rundir], -@@ -54,34 +54,34 @@ AC_DEFINE_UNQUOTED([SWITCH_RUN_DIR],"${runtimedir}",[where to put pidfile to]) - AC_SUBST(logfiledir) - AC_DEFINE_UNQUOTED([SWITCH_LOG_DIR],"${logfiledir}",[where to put log files]) - --dbdir="${prefix}/db" -+dbdir="${localstatedir}/db/freeswitch" - AC_SUBST(dbdir) - AC_DEFINE_UNQUOTED([SWITCH_DB_DIR],"${dbdir}",[where to put db files]) - --htdocsdir="${prefix}/htdocs" -+htdocsdir="${prefix}/www/freeswitch/htdocs" - AC_SUBST(htdocsdir) - AC_DEFINE_UNQUOTED([SWITCH_HTDOCS_DIR],"${htdocsdir}",[where to put htdocs files]) - --soundsdir="${prefix}/sounds" -+soundsdir="${prefix}/share/freeswitch/sounds" - AC_SUBST(soundsdir) - AC_DEFINE_UNQUOTED([SWITCH_SOUNDS_DIR],"${soundsdir}",[where to put sounds files]) - --grammardir="${prefix}/grammar" -+grammardir="${prefix}/etc/freeswitch/grammar" - AC_SUBST(grammardir) - AC_DEFINE_UNQUOTED([SWITCH_GRAMMAR_DIR],"${grammardir}",[where to put grammar files]) - --scriptdir="${prefix}/scripts" -+scriptdir="${prefix}/etc/freeswitch/scripts" - AC_SUBST(scriptdir) - AC_DEFINE_UNQUOTED([SWITCH_SCRIPT_DIR],"${scriptdir}",[where to put script files]) - --recordingsdir="${prefix}/recordings" -+recordingsdir="${localstatedir}/freeswitch/recordings" - AC_SUBST(recordingsdir) - AC_DEFINE_UNQUOTED([SWITCH_RECORDINGS_DIR],"${recordingsdir}",[where to put recording files]) - - if test "$sysconfdir" = "\${prefix}/etc" ; then -- confdir="$prefix/conf" -+ confdir="${prefix}/conf" - else -- confdir="$sysconfdir" -+ confdir="${sysconfdir}" - fi - - sysconfdir="$confdir" -@@ -89,6 +89,14 @@ sysconfdir="$confdir" - AC_SUBST(confdir) - AC_DEFINE_UNQUOTED([SWITCH_CONF_DIR],"${confdir}",[directory for configuration files]) - -+storagedir="${localstatedir}/freeswitch" -+AC_SUBST(storagedir) -+AC_DEFINE_UNQUOTED([SWITCH_STORAGE_DIR],"${storagedir}",[where to put extra files]) -+ -+voicemaildir="${localstatedir}/spool/freeswitch/voicemail" -+AC_SUBST(voicemaildir) -+AC_DEFINE_UNQUOTED([SWITCH_VOICEMAIL_DIR],"${voicemaildir}",[where to put voicemail]) -+ - AC_SUBST(libdir) - AC_SUBST(bindir) - AC_SUBST(includedir) diff --git a/net/freeswitch-core/files/patch-libs-freetdm-Makefile.am b/net/freeswitch-core/files/patch-libs-freetdm-Makefile.am deleted file mode 100644 index 3fd236f2f3ed..000000000000 --- a/net/freeswitch-core/files/patch-libs-freetdm-Makefile.am +++ /dev/null @@ -1,9 +0,0 @@ ---- libs/freetdm/Makefile.am -+++ libs/freetdm/Makefile.am -@@ -320,5 +320,5 @@ mod_freetdm-clean: - install-data-local: - $(mkinstalldirs) $(DESTDIR)$(PREFIX) - $(mkinstalldirs) $(DESTDIR)@confdir@ -- @[ -f "$(DESTDIR)@confdir@/freetdm.conf" ] || ( cp conf/*.conf $(DESTDIR)@confdir@) -+ @for i in conf/*.conf; do cp -p $$i $$i.sample; done; cp -f -p conf/*.conf.sample $(DESTDIR)@confdir@ - @echo FreeTDM Installed diff --git a/net/freeswitch-core/files/patch-libs-freetdm-mod_freetdm-Makefile.in b/net/freeswitch-core/files/patch-libs-freetdm-mod_freetdm-Makefile.in deleted file mode 100644 index b57d1bc73ffb..000000000000 --- a/net/freeswitch-core/files/patch-libs-freetdm-mod_freetdm-Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- libs/freetdm/mod_freetdm/Makefile.in -+++ libs/freetdm/mod_freetdm/Makefile.in -@@ -15,8 +15,7 @@ $(FTLA): $(FT_DIR)/.update - - local_install: - cd $(FT_DIR) && $(MAKE) install -- [ -f $(DESTDIR)@confdir@/autoload_configs/freetdm.conf.xml ] || cp -f $(FT_DIR)/conf/freetdm.conf.xml $(DESTDIR)@confdir@/autoload_configs -- -+ @for i in $(FT_DIR)/conf/*.xml; do cp -p $$i $$i.sample; done; cp -f -p $(FT_DIR)/conf/*.xml.sample $(DESTDIR)@confdir@/autoload_configs - local_clean: - cd $(FT_DIR) && $(MAKE) clean - diff --git a/net/freeswitch-core/files/patch-src-include-private-switch_core_pvt.h b/net/freeswitch-core/files/patch-src-include-private-switch_core_pvt.h deleted file mode 100644 index 7c9ed30e1f82..000000000000 --- a/net/freeswitch-core/files/patch-src-include-private-switch_core_pvt.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/include/private/switch_core_pvt.h 2010-06-22 17:19:31.000000000 -0400 -+++ src/include/private/switch_core_pvt.h 2010-06-29 11:12:54.000000000 -0400 -@@ -209,6 +209,7 @@ - int32_t sps; - int32_t sps_last; - switch_log_level_t hard_log_level; -+ char *storage_dir; - char *mailer_app; - char *mailer_app_args; - uint32_t max_dtmf_duration; diff --git a/net/freeswitch-core/files/patch-src-include-switch_types.h b/net/freeswitch-core/files/patch-src-include-switch_types.h deleted file mode 100644 index aa76dcaa57c1..000000000000 --- a/net/freeswitch-core/files/patch-src-include-switch_types.h +++ /dev/null @@ -1,19 +0,0 @@ ---- src/include/switch_types.h.orig 2011-02-02 16:27:41.000000000 -0500 -+++ src/include/switch_types.h 2011-02-02 16:29:16.000000000 -0500 -@@ -108,7 +108,7 @@ - #define SWITCH_DEFAULT_DTMF_DURATION 2000 - #define SWITCH_MIN_DTMF_DURATION 400 - #define SWITCH_MAX_DTMF_DURATION 192000 --#define SWITCH_DEFAULT_DIR_PERMS SWITCH_FPROT_UREAD | SWITCH_FPROT_UWRITE | SWITCH_FPROT_UEXECUTE | SWITCH_FPROT_GREAD | SWITCH_FPROT_GEXECUTE -+#define SWITCH_DEFAULT_DIR_PERMS SWITCH_FPROT_UREAD | SWITCH_FPROT_UWRITE | SWITCH_FPROT_UEXECUTE | SWITCH_FPROT_GREAD | SWITCH_FPROT_GWRITE | SWITCH_FPROT_GEXECUTE - #ifdef WIN32 - #define SWITCH_PATH_SEPARATOR "\\" - #else -@@ -409,6 +409,7 @@ - char *storage_dir; - char *recordings_dir; - char *sounds_dir; -+ char *voicemail_dir; - }; - - typedef struct switch_directories switch_directories; diff --git a/net/freeswitch-core/files/patch-src-mod-applications-mod_ladspa-mod_ladspa.c b/net/freeswitch-core/files/patch-src-mod-applications-mod_ladspa-mod_ladspa.c deleted file mode 100644 index b52342b30b62..000000000000 --- a/net/freeswitch-core/files/patch-src-mod-applications-mod_ladspa-mod_ladspa.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mod/applications/mod_ladspa/mod_ladspa.c.orig 2011-07-05 22:23:14.000000000 -0400 -+++ src/mod/applications/mod_ladspa/mod_ladspa.c 2011-07-05 22:24:32.000000000 -0400 -@@ -634,6 +634,8 @@ - setenv("LADSPA_PATH", "/usr/lib64/ladspa/:/usr/local/lib/ladspa", 1); - } else if (switch_directory_exists("/usr/lib/ladspa/", pool) == SWITCH_STATUS_SUCCESS) { - setenv("LADSPA_PATH", "/usr/lib/ladspa/:/usr/local/lib/ladspa", 1); -+ } else if (switch_directory_exists("/usr/local/lib/ladspa/", pool) == SWITCH_STATUS_SUCCESS) { -+ putenv("LADSPA_PATH=/usr/local/lib/ladspa"); - } - } - diff --git a/net/freeswitch-core/files/patch-src-mod-applications-mod_voicemail-mod_voicemail.c b/net/freeswitch-core/files/patch-src-mod-applications-mod_voicemail-mod_voicemail.c deleted file mode 100644 index 64c5a6cc4aa7..000000000000 --- a/net/freeswitch-core/files/patch-src-mod-applications-mod_voicemail-mod_voicemail.c +++ /dev/null @@ -1,127 +0,0 @@ ---- src/mod/applications/mod_voicemail/mod_voicemail.c 2010-06-22 17:19:34.000000000 -0400 -+++ src/mod/applications/mod_voicemail/mod_voicemail.c 2010-07-02 13:03:12.000000000 -0400 -@@ -119,7 +119,7 @@ - char *operator_ext; - char *vmain_ext; - char *tone_spec; -- char *storage_dir; -+ char *voicemail_dir; - char *callback_dialplan; - char *callback_context; - char *email_body; -@@ -539,8 +539,8 @@ - - SWITCH_CONFIG_SET_ITEM(profile->config[i++], "tone-spec", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE, - &profile->tone_spec, "%(1000, 0, 640)", &profile->config_str_pool, NULL, NULL); -- SWITCH_CONFIG_SET_ITEM(profile->config[i++], "storage-dir", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE, -- &profile->storage_dir, "", &profile->config_str_pool, NULL, NULL); -+ SWITCH_CONFIG_SET_ITEM(profile->config[i++], "voicemail-dir", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE, -+ &profile->voicemail_dir, "", &profile->config_str_pool, NULL, NULL); - SWITCH_CONFIG_SET_ITEM(profile->config[i++], "callback-dialplan", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE, - &profile->callback_dialplan, "XML", &profile->config_str_pool, NULL, NULL); - SWITCH_CONFIG_SET_ITEM(profile->config[i++], "callback-context", SWITCH_CONFIG_STRING, CONFIG_RELOADABLE, -@@ -1706,7 +1706,7 @@ - char *vm_email = NULL, *email_addr = NULL; - char *convert_cmd = profile->convert_cmd; - char *convert_ext = profile->convert_ext; -- char *vm_storage_dir = NULL; -+ char *vm_voicemail_dir = NULL; - char global_buf[2] = ""; - switch_input_args_t args = { 0 }; - const char *caller_id_name = NULL; -@@ -2149,8 +2149,8 @@ - convert_cmd = switch_core_session_strdup(session, val); - } else if (!strcasecmp(var, "vm-convert-ext")) { - convert_ext = switch_core_session_strdup(session, val); -- } else if (!strcasecmp(var, "storage-dir")) { -- vm_storage_dir = switch_core_session_strdup(session, val); -+ } else if (!strcasecmp(var, "voicemail-dir")) { -+ vm_voicemail_dir = switch_core_session_strdup(session, val); - - } else if (!strcasecmp(var, "timezone")) { - switch_channel_set_variable(channel, var, val); -@@ -2211,14 +2211,14 @@ - - if (auth) { - if (!dir_path) { -- if (!zstr(vm_storage_dir)) { -- dir_path = switch_core_session_sprintf(session, "%s%s%s", vm_storage_dir, SWITCH_PATH_SEPARATOR, myid); -- } else if (!zstr(profile->storage_dir)) { -+ if (!zstr(vm_voicemail_dir)) { -+ dir_path = switch_core_session_sprintf(session, "%s%s%s", vm_voicemail_dir, SWITCH_PATH_SEPARATOR, myid); -+ } else if (!zstr(profile->voicemail_dir)) { - dir_path = -- switch_core_session_sprintf(session, "%s%s%s%s%s", profile->storage_dir, SWITCH_PATH_SEPARATOR, domain_name, -+ switch_core_session_sprintf(session, "%s%s%s%s%s", profile->voicemail_dir, SWITCH_PATH_SEPARATOR, domain_name, - SWITCH_PATH_SEPARATOR, myid); - } else { -- dir_path = switch_core_session_sprintf(session, "%s%svoicemail%s%s%s%s%s%s", SWITCH_GLOBAL_dirs.storage_dir, -+ dir_path = switch_core_session_sprintf(session, "%s%s%s%s%s%s%s%s", SWITCH_GLOBAL_dirs.voicemail_dir, - SWITCH_PATH_SEPARATOR, - SWITCH_PATH_SEPARATOR, - profile->name, SWITCH_PATH_SEPARATOR, domain_name, SWITCH_PATH_SEPARATOR, myid); -@@ -2293,7 +2293,7 @@ - int send_notify = 0; - int insert_db = 1; - int email_attach = 0; -- char *vm_storage_dir = NULL; -+ char *vm_voicemail_dir = NULL; - char *myfolder = "inbox"; - int priority = 3; - const char *tmp; -@@ -2366,12 +2366,12 @@ - - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Deliver VM to %s@%s\n", myid, domain_name); - -- if (!zstr(vm_storage_dir)) { -- dir_path = switch_mprintf("%s%s%s", vm_storage_dir, SWITCH_PATH_SEPARATOR, myid); -- } else if (!zstr(profile->storage_dir)) { -- dir_path = switch_mprintf("%s%s%s%s%s", profile->storage_dir, SWITCH_PATH_SEPARATOR, domain_name, SWITCH_PATH_SEPARATOR, myid); -+ if (!zstr(vm_voicemail_dir)) { -+ dir_path = switch_mprintf("%s%s%s", vm_voicemail_dir, SWITCH_PATH_SEPARATOR, myid); -+ } else if (!zstr(profile->voicemail_dir)) { -+ dir_path = switch_mprintf("%s%s%s%s%s", profile->voicemail_dir, SWITCH_PATH_SEPARATOR, domain_name, SWITCH_PATH_SEPARATOR, myid); - } else { -- dir_path = switch_mprintf("%s%svoicemail%s%s%s%s%s%s", SWITCH_GLOBAL_dirs.storage_dir, -+ dir_path = switch_mprintf("%s%s%s%s%s%s%s%s", SWITCH_GLOBAL_dirs.voicemail_dir, - SWITCH_PATH_SEPARATOR, - SWITCH_PATH_SEPARATOR, profile->name, SWITCH_PATH_SEPARATOR, domain_name, SWITCH_PATH_SEPARATOR, myid); - } -@@ -2822,7 +2822,7 @@ - char date[80] = ""; - switch_size_t retsize; - switch_time_t ts = switch_micro_time_now(); -- char *vm_storage_dir = NULL; -+ char *vm_voicemail_dir = NULL; - char *record_macro = VM_RECORD_MESSAGE_MACRO; - int send_main = 0; - int send_notify = 0; -@@ -2876,8 +2876,8 @@ - email_addr = switch_core_session_strdup(session, val); - } else if (!strcasecmp(var, "vm-email-all-messages") && (send_main = switch_true(val))) { - send_mail++; -- } else if (!strcasecmp(var, "storage-dir")) { -- vm_storage_dir = switch_core_session_strdup(session, val); -+ } else if (!strcasecmp(var, "voicemail-dir")) { -+ vm_voicemail_dir = switch_core_session_strdup(session, val); - } else if (!strcasecmp(var, "vm-notify-email-all-messages") && (send_notify = switch_true(val))) { - send_mail++; - } else if (!strcasecmp(var, "vm-keep-local-after-email")) { -@@ -2933,12 +2933,12 @@ - } - } - -- if (!zstr(vm_storage_dir)) { -- dir_path = switch_core_session_sprintf(session, "%s%s%s", vm_storage_dir, SWITCH_PATH_SEPARATOR, id); -- } else if (!zstr(profile->storage_dir)) { -- dir_path = switch_core_session_sprintf(session, "%s%s%s%s%s", profile->storage_dir, SWITCH_PATH_SEPARATOR, domain_name, SWITCH_PATH_SEPARATOR, id); -+ if (!zstr(vm_voicemail_dir)) { -+ dir_path = switch_core_session_sprintf(session, "%s%s%s", vm_voicemail_dir, SWITCH_PATH_SEPARATOR, id); -+ } else if (!zstr(profile->voicemail_dir)) { -+ dir_path = switch_core_session_sprintf(session, "%s%s%s%s%s", profile->voicemail_dir, SWITCH_PATH_SEPARATOR, domain_name, SWITCH_PATH_SEPARATOR, id); - } else { -- dir_path = switch_core_session_sprintf(session, "%s%svoicemail%s%s%s%s%s%s", SWITCH_GLOBAL_dirs.storage_dir, -+ dir_path = switch_core_session_sprintf(session, "%s%s%s%s%s%s%s%s", SWITCH_GLOBAL_dirs.voicemail_dir, - SWITCH_PATH_SEPARATOR, - SWITCH_PATH_SEPARATOR, profile->name, SWITCH_PATH_SEPARATOR, domain_name, SWITCH_PATH_SEPARATOR, id); - } diff --git a/net/freeswitch-core/files/patch-src-mod-loggers-mod_logfile-mod_logfile.c b/net/freeswitch-core/files/patch-src-mod-loggers-mod_logfile-mod_logfile.c deleted file mode 100644 index 64c5fa73a92e..000000000000 --- a/net/freeswitch-core/files/patch-src-mod-loggers-mod_logfile-mod_logfile.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mod/loggers/mod_logfile/mod_logfile.c.orig 2011-02-02 11:08:44.000000000 -0500 -+++ src/mod/loggers/mod_logfile/mod_logfile.c 2011-02-02 11:09:38.000000000 -0500 -@@ -94,7 +94,7 @@ - flags |= SWITCH_FOPEN_WRITE; - flags |= SWITCH_FOPEN_APPEND; - -- stat = switch_file_open(&afd, profile->logfile, flags, SWITCH_FPROT_UREAD | SWITCH_FPROT_UWRITE | SWITCH_FPROT_WREAD, module_pool); -+ stat = switch_file_open(&afd, profile->logfile, flags, SWITCH_FPROT_UREAD | SWITCH_FPROT_UWRITE | SWITCH_FPROT_GREAD | SWITCH_FPROT_WREAD, module_pool); - if (stat != SWITCH_STATUS_SUCCESS) { - return SWITCH_STATUS_FALSE; - } diff --git a/net/freeswitch-core/files/patch-src-switch_core.c b/net/freeswitch-core/files/patch-src-switch_core.c deleted file mode 100644 index ec7903a90e71..000000000000 --- a/net/freeswitch-core/files/patch-src-switch_core.c +++ /dev/null @@ -1,62 +0,0 @@ ---- src/switch_core.c -+++ src/switch_core.c -@@ -509,6 +509,14 @@ SWITCH_DECLARE(void) switch_core_set_globals(void) - #endif - } - -+ if (!SWITCH_GLOBAL_dirs.voicemail_dir && (SWITCH_GLOBAL_dirs.voicemail_dir = (char *) malloc(BUFSIZE))) { -+#ifdef SWITCH_VOICEMAIL_DIR -+ switch_snprintf(SWITCH_GLOBAL_dirs.voicemail_dir, BUFSIZE, "%s", SWITCH_VOICEMAIL_DIR); -+#else -+ switch_snprintf(SWITCH_GLOBAL_dirs.voicemail_dir, BUFSIZE, "%s%svoicemail", storage_dir, SWITCH_PATH_SEPARATOR); -+#endif -+ } -+ - if (!SWITCH_GLOBAL_dirs.db_dir && (SWITCH_GLOBAL_dirs.db_dir = (char *) malloc(BUFSIZE))) { - #ifdef SWITCH_DB_DIR - switch_snprintf(SWITCH_GLOBAL_dirs.db_dir, BUFSIZE, "%s", SWITCH_DB_DIR); -@@ -566,6 +574,8 @@ SWITCH_DECLARE(void) switch_core_set_globals(void) - switch_assert(SWITCH_GLOBAL_dirs.recordings_dir); - switch_assert(SWITCH_GLOBAL_dirs.sounds_dir); - switch_assert(SWITCH_GLOBAL_dirs.temp_dir); -+ switch_assert(SWITCH_GLOBAL_dirs.storage_dir); -+ switch_assert(SWITCH_GLOBAL_dirs.voicemail_dir); - } - - SWITCH_DECLARE(int32_t) set_high_priority(void) -@@ -1261,6 +1271,8 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc - switch_dir_make_recursive(SWITCH_GLOBAL_dirs.recordings_dir, SWITCH_DEFAULT_DIR_PERMS, runtime.memory_pool); - switch_dir_make_recursive(SWITCH_GLOBAL_dirs.sounds_dir, SWITCH_DEFAULT_DIR_PERMS, runtime.memory_pool); - switch_dir_make_recursive(SWITCH_GLOBAL_dirs.temp_dir, SWITCH_DEFAULT_DIR_PERMS, runtime.memory_pool); -+ switch_dir_make_recursive(SWITCH_GLOBAL_dirs.storage_dir, SWITCH_DEFAULT_DIR_PERMS, runtime.memory_pool); -+ switch_dir_make_recursive(SWITCH_GLOBAL_dirs.voicemail_dir, SWITCH_DEFAULT_DIR_PERMS, runtime.memory_pool); - - - switch_mutex_init(&runtime.uuid_mutex, SWITCH_MUTEX_NESTED, runtime.memory_pool); -@@ -1296,7 +1308,9 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc - switch_find_local_ip(guess_ip, sizeof(guess_ip), NULL, AF_INET6); - switch_core_set_variable("local_ip_v6", guess_ip); - switch_core_set_variable("base_dir", SWITCH_GLOBAL_dirs.base_dir); -+ switch_core_set_variable("storage_dir", SWITCH_GLOBAL_dirs.storage_dir); - switch_core_set_variable("recordings_dir", SWITCH_GLOBAL_dirs.recordings_dir); -+ switch_core_set_variable("voicemail_dir", SWITCH_GLOBAL_dirs.voicemail_dir); - switch_core_set_variable("sound_prefix", SWITCH_GLOBAL_dirs.sounds_dir); - switch_core_set_variable("sounds_dir", SWITCH_GLOBAL_dirs.sounds_dir); - switch_core_set_serial(); -@@ -1448,6 +1462,8 @@ static void switch_load_core_config(const char *file) - switch_set_flag((&runtime), SCF_EARLY_HANGUP); - } else if (!strcasecmp(var, "colorize-console") && switch_true(val)) { - runtime.colorize_console = SWITCH_TRUE; -+ } else if (!strcasecmp(var, "storage-dir") && !zstr(val)) { -+ runtime.storage_dir = switch_core_strdup(runtime.memory_pool, val); - } else if (!strcasecmp(var, "mailer-app") && !zstr(val)) { - runtime.mailer_app = switch_core_strdup(runtime.memory_pool, val); - } else if (!strcasecmp(var, "mailer-app-args") && val) { -@@ -1932,6 +1948,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_destroy(void) - switch_safe_free(SWITCH_GLOBAL_dirs.htdocs_dir); - switch_safe_free(SWITCH_GLOBAL_dirs.grammar_dir); - switch_safe_free(SWITCH_GLOBAL_dirs.storage_dir); -+ switch_safe_free(SWITCH_GLOBAL_dirs.voicemail_dir); - switch_safe_free(SWITCH_GLOBAL_dirs.recordings_dir); - switch_safe_free(SWITCH_GLOBAL_dirs.sounds_dir); - switch_safe_free(SWITCH_GLOBAL_dirs.run_dir); diff --git a/net/freeswitch-core/files/pkg-install.in b/net/freeswitch-core/files/pkg-install.in deleted file mode 100644 index 61d9c9dcf078..000000000000 --- a/net/freeswitch-core/files/pkg-install.in +++ /dev/null @@ -1,39 +0,0 @@ -#!/bin/sh -# $FreeBSD: /tmp/pcvs/ports/net/freeswitch-core/files/pkg-install.in,v 1.4 2011-10-28 21:56:51 crees Exp $ -# - -if [ "$2" != "POST-INSTALL" ]; then - exit 0 -fi - -for dir in \ - etc/freeswitch/conf/directory/default \ - etc/freeswitch/scripts \ - share/freeswitch/sounds - do install -d -o %%FREESWITCH_USER%% -g %%FREESWITCH_GROUP%% ${PKG_PREFIX}/$dir -done - -for dir in etc/freeswitch include/freeswitch lib/freeswitch share/freeswitch - do chown %%FREESWITCH_USER%%:%%FREESWITCH_GROUP%% ${PKG_PREFIX}/$dir -done - -find ${PKG_PREFIX}/etc/freeswitch/ -type d -exec chmod 755 {} + -chmod 775 ${PKG_PREFIX}/share/freeswitch - -# @cwd /var - -for dir in \ - db/freeswitch \ - freeswitch/recordings \ - log/freeswitch/xml_cdr \ - spool/freeswitch/voicemail - do install -d -m 775 -o %%FREESWITCH_USER%% -g %%FREESWITCH_GROUP%% /var/$dir -done - -echo "This port chown -R various directories %%FREESWITCH_USER%%:%%FREESWITCH_GROUP%%" -echo "This port chmod -R 775 various directories" -echo "This is for security reasons. In the event something should" -echo "stop working, please take the time to check the following dirs:" -echo "/var/spool/freeswitch /var/log/freeswitch /var/freeswitch" - -exit 0 diff --git a/net/freeswitch-core/files/pkg-message.in b/net/freeswitch-core/files/pkg-message.in deleted file mode 100644 index 435a4e7b8ea4..000000000000 --- a/net/freeswitch-core/files/pkg-message.in +++ /dev/null @@ -1,20 +0,0 @@ - -***************************************************** -* Please read * -***************************************************** - FreeBSD 7.x -There are some known issues with FreeBSD's libpthread -implementation and APR that can affect throughput at -high volume. A possible fix is to use libmap.conf to -remap FreeSWITCH. and its libraries to use libthr -(the better performance threading library) - -/etc/libmap.conf - -[freeswitch] -libc_r.so.5 libthr.so.2 -libc_r.so.6 libthr.so.2 -libpthread.so.1 libthr.so.2 -libpthread.so.2 libthr.so.2 - - diff --git a/net/freeswitch-core/pkg-descr b/net/freeswitch-core/pkg-descr deleted file mode 100644 index 75097b07d867..000000000000 --- a/net/freeswitch-core/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -FreeSwitch Voip SoftSwitch & OpenSource PBX - -WWW: http://www.freeswitch.org/ diff --git a/net/freeswitch-core/pkg-plist b/net/freeswitch-core/pkg-plist deleted file mode 100644 index 2c8cacbd5680..000000000000 --- a/net/freeswitch-core/pkg-plist +++ /dev/null @@ -1,525 +0,0 @@ -%%WITH_SAMPLECONFIGS%%@unexec for i in $(find %D/etc/freeswitch/conf/ -type f -name \*.xml -o -name \*.ttml -o -name \*.tpl -o -name \*.conf -o -name \*.types); do if cmp "$i" "${i}.sample"; then rm "$i"; fi; done -bin/freeswitch -bin/fs_cli -bin/fs_encode -bin/fs_ivrd -bin/fsxs -bin/gentls_cert -bin/tone2wav -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/acl.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/alsa.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/blacklist.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/callcenter.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/cdr_csv.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/cdr_mongodb.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/cdr_pg_csv.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/cdr_sqlite.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/cepstral.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/cidlookup.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/conference.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/console.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/db.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/dialplan_directory.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/dingaling.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/directory.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/distributor.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/easyroute.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/enum.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/erlang_event.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/event_multicast.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/event_socket.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/fax.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/fifo.conf.xml.sample -%%WITH_MODFREETDM%%etc/freeswitch/conf/autoload_configs/freetdm.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/hash.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/http_cache.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/ivr.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/java.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/lcr.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/local_stream.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/logfile.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/lua.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/memcache.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/modules.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/mongo.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/nibblebill.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/opal.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/osp.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/perl.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/pocketsphinx.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/portaudio.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/post_load_modules.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/presence_map.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/python.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/redis.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/rtmp.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/rss.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/sangoma_codec.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/shout.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/skinny.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/sofia.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/spandsp.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/spidermonkey.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/switch.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/syslog.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/timezones.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/tts_commandline.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/unicall.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/unimrcp.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/voicemail.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/xml_cdr.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/xml_curl.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/xml_rpc.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/autoload_configs/zeroconf.conf.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/chatplan/default.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/default.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/default/00_ladspa.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/default/00_pizza_demo.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/default/01_example.com.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/default/01_Talking_Clock.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/features.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/public.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/public/00_inbound_did.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/skinny-patterns.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/skinny-patterns/20-Demo.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/skinny-patterns/20-Local_extension.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/skinny-patterns/90-External.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/dialplan/skinny-patterns/99-Default_Drop.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/directory/default.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1000.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1001.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1002.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1003.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1004.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1005.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1006.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1007.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1008.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1009.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1010.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1011.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1012.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1013.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1014.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1015.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1016.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1017.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1018.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/1019.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/brian.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/default.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/example.com.xml.sample -%%WITH_EXTENSIONS%%etc/freeswitch/conf/directory/default/skinny-example.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/extensions.conf.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/freeswitch.xml.sample -%%WITH_MODFREETDM%%etc/freeswitch/conf/freetdm.conf.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/fur_elise.ttml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/ivr_menus/demo_ivr.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/jingle_profiles/client.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/jingle_profiles/server.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/de/de.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/de/demo/demo.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/de/vm/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/de/vm/tts.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/en/demo/demo-ivr.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/en/demo/demo.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/en/dir/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/en/dir/tts.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/en/en.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/en/ivr/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/en/vm/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/en/vm/tts.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/fr/demo/demo.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/fr/dir/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/fr/dir/tts.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/fr/fr.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/fr/vm/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/he/demo/demo-ivr.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/he/demo/demo.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/he/dir/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/he/he.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/he/vm/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/ru/demo/demo-ivr.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/ru/demo/demo.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/ru/dir/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/ru/dir/tts.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/ru/ru.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/ru/vm/sounds.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/lang/ru/vm/tts.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/mime.types.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/mrcp_profiles/loquendo-7-mrcp-v2.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/mrcp_profiles/nuance-1.0.0-mrcp-v1.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/mrcp_profiles/nuance-5.0-mrcp-v1.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/mrcp_profiles/nuance-5.0-mrcp-v2.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/mrcp_profiles/unimrcpserver-mrcp-v1.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/mrcp_profiles/voxeo-prophecy-8.0-mrcp-v1.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/notify-voicemail.tpl.sample -%%WITH_MODFREETDM%%etc/freeswitch/conf/pika.conf.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/sip_profiles/external.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/sip_profiles/external/example.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/sip_profiles/internal-ipv6.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/sip_profiles/internal.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/sip_profiles/internal/example.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/skinny_profiles/internal.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/tetris.ttml.sample -%%WITH_MODFREETDM%%etc/freeswitch/conf/tones.conf.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/vars.xml.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/voicemail.tpl.sample -%%WITH_MODFREETDM%%etc/freeswitch/conf/wanpipe.conf.sample -%%WITH_SAMPLECONFIGS%%etc/freeswitch/conf/web-vm.tpl.sample -%%WITH_MODFREETDM%%etc/freeswitch/conf/zt.conf.sample -%%WITH_SAMPLECONFIGS%%@exec for i in $(find %D/etc/freeswitch/conf/ -type f -name *.sample); do if [ ! -f ${i%%.sample} ]; then cp -rp $i ${i%%.sample}; fi; done -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/default.dic -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/COPYING -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/feat.params -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/mdef -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/means -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/noisedict -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/sendump -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/transition_matrices -%%WITH_MODPOCKETSPHINX%%etc/freeswitch/grammar/model/communicator/variances -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_cpp.h -include/freeswitch/switch_dso.h -include/freeswitch/switch_event.h -include/freeswitch/switch_frame.h -include/freeswitch/switch_ivr.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_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_utils.h -include/freeswitch/switch_xml.h -include/freeswitch/switch_xml_config.h -%%WITH_MODFREETDM%%include/freetdm.h -%%WITH_MODFREETDM%%include/ftdm_declare.h -%%WITH_MODFREETDM%%include/ftdm_dso.h -%%WITH_MODFREETDM%%include/ftdm_os.h -%%WITH_MODFREETDM%%include/ftdm_threadmutex.h -lib/freeswitch/lib/libfreeswitch.a -lib/freeswitch/lib/libfreeswitch.la -lib/freeswitch/lib/libfreeswitch.so -lib/freeswitch/lib/libfreeswitch.so.1 -%%WITH_MODFREETDM%%lib/freeswitch/lib/libfreetdm.a -%%WITH_MODFREETDM%%lib/freeswitch/lib/libfreetdm.la -%%WITH_MODFREETDM%%lib/freeswitch/lib/libfreetdm.so -%%WITH_MODFREETDM%%lib/freeswitch/lib/libfreetdm.so.1 -lib/freeswitch/lib/libjs.a -lib/freeswitch/lib/libjs.la -lib/freeswitch/lib/libjs.so -lib/freeswitch/lib/libjs.so.1 -lib/freeswitch/lib/libnspr4.a -lib/freeswitch/lib/libnspr4.so.1 -lib/freeswitch/lib/libplc4.a -lib/freeswitch/lib/libplc4.so.1 -lib/freeswitch/lib/libplds4.a -lib/freeswitch/lib/libplds4.so.1 -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_analog.la -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_analog.so -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_analog_em.la -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_analog_em.so -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_libpri.la -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_libpri.so -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_skel.a -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_skel.la -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_skel.so -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_zt.la -%%WITH_MODFREETDM%%lib/freeswitch/mod/ftmod_zt.so -lib/freeswitch/mod/mod_amr.la -lib/freeswitch/mod/mod_amr.so -%%WITH_MODAMRWB%%lib/freeswitch/mod/mod_amrwb.la -%%WITH_MODAMRWB%%lib/freeswitch/mod/mod_amrwb.so -%%WITH_MODAVMD%%lib/freeswitch/mod/mod_avmd.la -%%WITH_MODAVMD%%lib/freeswitch/mod/mod_avmd.so -lib/freeswitch/mod/mod_blacklist.la -lib/freeswitch/mod/mod_blacklist.so -lib/freeswitch/mod/mod_bv.la -lib/freeswitch/mod/mod_bv.so -%%WITH_MODCALLCENTER%%lib/freeswitch/mod/mod_callcenter.la -%%WITH_MODCALLCENTER%%lib/freeswitch/mod/mod_callcenter.so -lib/freeswitch/mod/mod_cdr_csv.la -lib/freeswitch/mod/mod_cdr_csv.so -%%WITH_MODCDRPGCSV%%lib/freeswitch/mod/mod_cdr_pg_csv.la -%%WITH_MODCDRPGCSV%%lib/freeswitch/mod/mod_cdr_pg_csv.so -lib/freeswitch/mod/mod_cdr_sqlite.la -lib/freeswitch/mod/mod_cdr_sqlite.so -%%WITH_MODCELT%%lib/freeswitch/mod/mod_celt.la -%%WITH_MODCELT%%lib/freeswitch/mod/mod_celt.so -%%WITH_MODCIDLOOKUP%%lib/freeswitch/mod/mod_cidlookup.la -%%WITH_MODCIDLOOKUP%%lib/freeswitch/mod/mod_cidlookup.so -lib/freeswitch/mod/mod_cluechoo.la -lib/freeswitch/mod/mod_cluechoo.so -%%WITH_MODCODEC2%%lib/freeswitch/mod/mod_codec2.la -%%WITH_MODCODEC2%%lib/freeswitch/mod/mod_codec2.so -lib/freeswitch/mod/mod_commands.la -lib/freeswitch/mod/mod_commands.so -lib/freeswitch/mod/mod_conference.la -lib/freeswitch/mod/mod_conference.so -lib/freeswitch/mod/mod_console.la -lib/freeswitch/mod/mod_console.so -%%WITH_MODCURL%%lib/freeswitch/mod/mod_curl.la -%%WITH_MODCURL%%lib/freeswitch/mod/mod_curl.so -lib/freeswitch/mod/mod_db.la -lib/freeswitch/mod/mod_db.so -%%WITH_MODDPASTERISK%%lib/freeswitch/mod/mod_dialplan_asterisk.la -%%WITH_MODDPASTERISK%%lib/freeswitch/mod/mod_dialplan_asterisk.so -%%WITH_MODDPDIRECTORY%%lib/freeswitch/mod/mod_dialplan_directory.la -%%WITH_MODDPDIRECTORY%%lib/freeswitch/mod/mod_dialplan_directory.so -lib/freeswitch/mod/mod_dialplan_xml.la -lib/freeswitch/mod/mod_dialplan_xml.so -%%WITH_MODDINGALING%%lib/freeswitch/mod/mod_dingaling.la -%%WITH_MODDINGALING%%lib/freeswitch/mod/mod_dingaling.so -%%WITH_MODDIRECTORY%%lib/freeswitch/mod/mod_directory.la -%%WITH_MODDIRECTORY%%lib/freeswitch/mod/mod_directory.so -%%WITH_MODDISTRIBUTOR%%lib/freeswitch/mod/mod_distributor.la -%%WITH_MODDISTRIBUTOR%%lib/freeswitch/mod/mod_distributor.so -lib/freeswitch/mod/mod_dptools.la -lib/freeswitch/mod/mod_dptools.so -%%WITH_MODEASYROUTE%%lib/freeswitch/mod/mod_easyroute.la -%%WITH_MODEASYROUTE%%lib/freeswitch/mod/mod_easyroute.so -lib/freeswitch/mod/mod_enum.la -lib/freeswitch/mod/mod_enum.so -%%WITH_MODERLANGEVENT%%lib/freeswitch/mod/mod_erlang_event.la -%%WITH_MODERLANGEVENT%%lib/freeswitch/mod/mod_erlang_event.so -lib/freeswitch/mod/mod_esf.la -lib/freeswitch/mod/mod_esf.so -%%WITH_MODMULTICAST%%lib/freeswitch/mod/mod_event_multicast.la -%%WITH_MODMULTICAST%%lib/freeswitch/mod/mod_event_multicast.so -lib/freeswitch/mod/mod_event_socket.la -lib/freeswitch/mod/mod_event_socket.so -%%WITH_MODEVENTZMQ%%lib/freeswitch/mod/mod_event_zmq.la -%%WITH_MODEVENTZMQ%%lib/freeswitch/mod/mod_event_zmq.so -lib/freeswitch/mod/mod_expr.la -lib/freeswitch/mod/mod_expr.so -lib/freeswitch/mod/mod_fifo.la -lib/freeswitch/mod/mod_fifo.so -%%WITH_MODFLITE%%lib/freeswitch/mod/mod_flite.la -%%WITH_MODFLITE%%lib/freeswitch/mod/mod_flite.so -%%WITH_MODFREETDM%%lib/freeswitch/mod/mod_freetdm.la -%%WITH_MODFREETDM%%lib/freeswitch/mod/mod_freetdm.so -%%WITH_MODFSK%%lib/freeswitch/mod/mod_fsk.la -%%WITH_MODFSK%%lib/freeswitch/mod/mod_fsk.so -lib/freeswitch/mod/mod_fsv.la -lib/freeswitch/mod/mod_fsv.so -lib/freeswitch/mod/mod_g723_1.la -lib/freeswitch/mod/mod_g723_1.so -lib/freeswitch/mod/mod_g729.la -lib/freeswitch/mod/mod_g729.so -lib/freeswitch/mod/mod_h26x.la -lib/freeswitch/mod/mod_h26x.so -lib/freeswitch/mod/mod_hash.la -lib/freeswitch/mod/mod_hash.so -%%WITH_MODHTTPCACHE%%lib/freeswitch/mod/mod_http_cache.la -%%WITH_MODHTTPCACHE%%lib/freeswitch/mod/mod_http_cache.so -lib/freeswitch/mod/mod_ilbc.la -lib/freeswitch/mod/mod_ilbc.so -%%WITH_MODLADSPA%%lib/freeswitch/mod/mod_ladspa.la -%%WITH_MODLADSPA%%lib/freeswitch/mod/mod_ladspa.so -%%WITH_MODLCR%%lib/freeswitch/mod/mod_lcr.la -%%WITH_MODLCR%%lib/freeswitch/mod/mod_lcr.so -lib/freeswitch/mod/mod_local_stream.la -lib/freeswitch/mod/mod_local_stream.so -lib/freeswitch/mod/mod_logfile.la -lib/freeswitch/mod/mod_logfile.so -lib/freeswitch/mod/mod_loopback.la -lib/freeswitch/mod/mod_loopback.so -lib/freeswitch/mod/mod_lua.la -lib/freeswitch/mod/mod_lua.so -%%WITH_MODMEMCACHE%%lib/freeswitch/mod/mod_memcache.la -%%WITH_MODMEMCACHE%%lib/freeswitch/mod/mod_memcache.so -lib/freeswitch/mod/mod_native_file.la -lib/freeswitch/mod/mod_native_file.so -%%WITH_MODNIBBLEBILL%%lib/freeswitch/mod/mod_nibblebill.la -%%WITH_MODNIBBLEBILL%%lib/freeswitch/mod/mod_nibblebill.so -%%WITH_MODOPUS%%lib/freeswitch/mod/mod_opus.la -%%WITH_MODOPUS%%lib/freeswitch/mod/mod_opus.so -%%WITH_MODPERL%%lib/freeswitch/mod/mod_perl.la -%%WITH_MODPERL%%lib/freeswitch/mod/mod_perl.so -%%WITH_MODPOCKETSPHINX%%lib/freeswitch/mod/mod_pocketsphinx.la -%%WITH_MODPOCKETSPHINX%%lib/freeswitch/mod/mod_pocketsphinx.so -%%WITH_MODPORTAUDIO%%lib/freeswitch/mod/mod_portaudio.la -%%WITH_MODPORTAUDIO%%lib/freeswitch/mod/mod_portaudio.so -%%WITH_MODPASTREAM%%lib/freeswitch/mod/mod_portaudio_stream.la -%%WITH_MODPASTREAM%%lib/freeswitch/mod/mod_portaudio_stream.so -%%WITH_MODPYTHON%%lib/freeswitch/mod/mod_python.la -%%WITH_MODPYTHON%%lib/freeswitch/mod/mod_python.so -%%WITH_MODRSS%%lib/freeswitch/mod/mod_rss.la -%%WITH_MODRSS%%lib/freeswitch/mod/mod_rss.so -%%WITH_MODRTMP%%lib/freeswitch/mod/mod_rtmp.la -%%WITH_MODRTMP%%lib/freeswitch/mod/mod_rtmp.so -%%WITH_MODSAYDE%%lib/freeswitch/mod/mod_say_de.la -%%WITH_MODSAYDE%%lib/freeswitch/mod/mod_say_de.so -%%WITH_MODSAYEN%%lib/freeswitch/mod/mod_say_en.la -%%WITH_MODSAYEN%%lib/freeswitch/mod/mod_say_en.so -%%WITH_MODSAYES%%lib/freeswitch/mod/mod_say_es.la -%%WITH_MODSAYES%%lib/freeswitch/mod/mod_say_es.so -%%WITH_MODSAYFR%%lib/freeswitch/mod/mod_say_fr.la -%%WITH_MODSAYFR%%lib/freeswitch/mod/mod_say_fr.so -%%WITH_MODSAYHE%%lib/freeswitch/mod/mod_say_he.la -%%WITH_MODSAYHE%%lib/freeswitch/mod/mod_say_he.so -%%WITH_MODSAYHU%%lib/freeswitch/mod/mod_say_hu.la -%%WITH_MODSAYHU%%lib/freeswitch/mod/mod_say_hu.so -%%WITH_MODSAYIT%%lib/freeswitch/mod/mod_say_it.la -%%WITH_MODSAYIT%%lib/freeswitch/mod/mod_say_it.so -%%WITH_MODSAYNL%%lib/freeswitch/mod/mod_say_nl.la -%%WITH_MODSAYNL%%lib/freeswitch/mod/mod_say_nl.so -%%WITH_MODSAYRU%%lib/freeswitch/mod/mod_say_ru.la -%%WITH_MODSAYRU%%lib/freeswitch/mod/mod_say_ru.so -%%WITH_MODSAYTH%%lib/freeswitch/mod/mod_say_th.la -%%WITH_MODSAYTH%%lib/freeswitch/mod/mod_say_th.so -%%WITH_MODSAYZH%%lib/freeswitch/mod/mod_say_zh.la -%%WITH_MODSAYZH%%lib/freeswitch/mod/mod_say_zh.so -%%WITH_MODSHELLSTREAM%%lib/freeswitch/mod/mod_shell_stream.la -%%WITH_MODSHELLSTREAM%%lib/freeswitch/mod/mod_shell_stream.so -%%WITH_MODSHOUT%%lib/freeswitch/mod/mod_shout.la -%%WITH_MODSHOUT%%lib/freeswitch/mod/mod_shout.so -%%WITH_MODSILK%%lib/freeswitch/mod/mod_silk.la -%%WITH_MODSILK%%lib/freeswitch/mod/mod_silk.so -lib/freeswitch/mod/mod_siren.la -lib/freeswitch/mod/mod_siren.so -%%WITH_MODSKINNY%%lib/freeswitch/mod/mod_skinny.la -%%WITH_MODSKINNY%%lib/freeswitch/mod/mod_skinny.so -lib/freeswitch/mod/mod_sms.la -lib/freeswitch/mod/mod_sms.so -%%WITH_MODSNAPSHOT%%lib/freeswitch/mod/mod_snapshot.la -%%WITH_MODSNAPSHOT%%lib/freeswitch/mod/mod_snapshot.so -lib/freeswitch/mod/mod_sndfile.la -lib/freeswitch/mod/mod_sndfile.so -%%WITH_MODSNMP%%lib/freeswitch/mod/mod_snmp.la -%%WITH_MODSNMP%%lib/freeswitch/mod/mod_snmp.so -%%WITH_MODSNOM%%lib/freeswitch/mod/mod_snom.la -%%WITH_MODSNOM%%lib/freeswitch/mod/mod_snom.so -lib/freeswitch/mod/mod_sofia.la -lib/freeswitch/mod/mod_sofia.so -%%WITH_MODSOUNDTOUCH%%lib/freeswitch/mod/mod_soundtouch.la -%%WITH_MODSOUNDTOUCH%%lib/freeswitch/mod/mod_soundtouch.so -lib/freeswitch/mod/mod_spandsp.la -lib/freeswitch/mod/mod_spandsp.so -lib/freeswitch/mod/mod_speex.la -lib/freeswitch/mod/mod_speex.so -lib/freeswitch/mod/mod_spidermonkey.la -lib/freeswitch/mod/mod_spidermonkey.so -lib/freeswitch/mod/mod_spidermonkey_core_db.la -lib/freeswitch/mod/mod_spidermonkey_core_db.so -lib/freeswitch/mod/mod_spidermonkey_curl.la -lib/freeswitch/mod/mod_spidermonkey_curl.so -lib/freeswitch/mod/mod_spidermonkey_odbc.la -lib/freeswitch/mod/mod_spidermonkey_odbc.so -lib/freeswitch/mod/mod_spidermonkey_socket.la -lib/freeswitch/mod/mod_spidermonkey_socket.so -lib/freeswitch/mod/mod_spidermonkey_teletone.la -lib/freeswitch/mod/mod_spidermonkey_teletone.so -%%WITH_MODSPY%%lib/freeswitch/mod/mod_spy.la -%%WITH_MODSPY%%lib/freeswitch/mod/mod_spy.so -lib/freeswitch/mod/mod_syslog.la -lib/freeswitch/mod/mod_syslog.so -lib/freeswitch/mod/mod_tone_stream.la -lib/freeswitch/mod/mod_tone_stream.so -%%WITH_MODTTSCMDLINE%%lib/freeswitch/mod/mod_tts_commandline.la -%%WITH_MODTTSCMDLINE%%lib/freeswitch/mod/mod_tts_commandline.so -%%WITH_MODUNIMRCP%%lib/freeswitch/mod/mod_unimrcp.la -%%WITH_MODUNIMRCP%%lib/freeswitch/mod/mod_unimrcp.so -lib/freeswitch/mod/mod_valet_parking.la -lib/freeswitch/mod/mod_valet_parking.so -%%WITH_MODVMD%%lib/freeswitch/mod/mod_vmd.la -%%WITH_MODVMD%%lib/freeswitch/mod/mod_vmd.so -lib/freeswitch/mod/mod_voicemail.la -lib/freeswitch/mod/mod_voicemail.so -lib/freeswitch/mod/mod_xml_cdr.la -lib/freeswitch/mod/mod_xml_cdr.so -%%WITH_MODXMLCURL%%lib/freeswitch/mod/mod_xml_curl.la -%%WITH_MODXMLCURL%%lib/freeswitch/mod/mod_xml_curl.so -lib/freeswitch/mod/mod_xml_rpc.la -lib/freeswitch/mod/mod_xml_rpc.so -libdata/pkgconfig/freeswitch.pc -%%WITH_MODFREETDM%%libdata/pkgconfig/freetdm.pc -%%WITH_MODPERL%%perl/freeswitch.la -%%WITH_MODPERL%%perl/freeswitch.pm -%%WITH_MODPERL%%perl/freeswitch.so -www/freeswitch/htdocs/license.txt -www/freeswitch/htdocs/slim.swf -www/freeswitch/htdocs/slimtest.htm -@dirrm www/freeswitch/htdocs -@dirrm www/freeswitch -@dirrmtry share/freeswitch/sounds -@dirrmtry share/freeswitch -%%WITH_MODPERL%%@dirrm perl -@dirrm lib/freeswitch/mod -@dirrm lib/freeswitch/lib -@dirrm lib/freeswitch -@dirrm include/freeswitch -@dirrm etc/freeswitch/scripts -%%WITH_MODPOCKETSPHINX%%@dirrm etc/freeswitch/grammar/model/communicator -%%WITH_MODPOCKETSPHINX%%@dirrm etc/freeswitch/grammar/model -@dirrm etc/freeswitch/grammar -@dirrm etc/freeswitch/conf/skinny_profiles -@dirrm etc/freeswitch/conf/sip_profiles/internal -@dirrm etc/freeswitch/conf/sip_profiles/external -@dirrm etc/freeswitch/conf/sip_profiles -@dirrm etc/freeswitch/conf/mrcp_profiles -@dirrm etc/freeswitch/conf/lang/ru/vm -@dirrm etc/freeswitch/conf/lang/ru/dir -@dirrm etc/freeswitch/conf/lang/ru/demo -@dirrm etc/freeswitch/conf/lang/ru -@dirrm etc/freeswitch/conf/lang/he/vm -@dirrm etc/freeswitch/conf/lang/he/dir -@dirrm etc/freeswitch/conf/lang/he/demo -@dirrm etc/freeswitch/conf/lang/he -@dirrm etc/freeswitch/conf/lang/fr/vm -@dirrm etc/freeswitch/conf/lang/fr/dir -@dirrm etc/freeswitch/conf/lang/fr/demo -@dirrm etc/freeswitch/conf/lang/fr -@dirrm etc/freeswitch/conf/lang/en/vm -@dirrm etc/freeswitch/conf/lang/en/ivr -@dirrm etc/freeswitch/conf/lang/en/dir -@dirrm etc/freeswitch/conf/lang/en/demo -@dirrm etc/freeswitch/conf/lang/en -@dirrm etc/freeswitch/conf/lang/de/vm -@dirrm etc/freeswitch/conf/lang/de/demo -@dirrm etc/freeswitch/conf/lang/de -@dirrm etc/freeswitch/conf/lang -@dirrm etc/freeswitch/conf/jingle_profiles -@dirrm etc/freeswitch/conf/ivr_menus -@dirrm etc/freeswitch/conf/directory/default -@dirrm etc/freeswitch/conf/directory -@dirrm etc/freeswitch/conf/dialplan/skinny-patterns -@dirrm etc/freeswitch/conf/dialplan/public -@dirrm etc/freeswitch/conf/dialplan/default -@dirrm etc/freeswitch/conf/dialplan -@dirrm etc/freeswitch/conf/chatplan -@dirrm etc/freeswitch/conf/autoload_configs -@dirrm etc/freeswitch/conf -@dirrm etc/freeswitch -@cwd /var -@dirrmtry spool/freeswitch/voicemail -@dirrmtry spool/freeswitch -@dirrmtry log/freeswitch/xml_cdr -@dirrmtry log/freeswitch -@dirrmtry freeswitch/recordings -@dirrmtry freeswitch -@dirrmtry db/freeswitch |