FreeBSD Bugzilla – Attachment 124381 Details for
Bug 167878
new port net/freeswitch-sbc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
freeswitch12-sbc.shar
freeswitch12-sbc.shar (text/plain; charset=windows-1252), 5.75 KB, created by
RIchard Neese
on 2012-05-14 19:03:34 UTC
(
hide
)
Description:
freeswitch12-sbc.shar
Filename:
MIME Type:
Creator:
RIchard Neese
Created:
2012-05-14 19:03:34 UTC
Size:
5.75 KB
patch
obsolete
># This is a shell archive. Save it in a file, remove anything before ># this line, and then unpack it by entering "sh file". Note, it may ># create directories; files and directories will be owned by you and ># have default permissions. ># ># This archive contains: ># ># freeswitch12-sbc ># freeswitch12-sbc/Makefile ># freeswitch12-sbc/pkg-plist ># freeswitch12-sbc/pkg-descr ># freeswitch12-sbc/distinfo ># >echo c - freeswitch12-sbc >mkdir -p freeswitch12-sbc > /dev/null 2>&1 >echo x - freeswitch12-sbc/Makefile >sed 's/^X//' >freeswitch12-sbc/Makefile << 'eca741a89886f7887f10a42d6f6fb7d2' >X# Ports collection makefile for: freeswitch Session Border Control Dialplan Config files >X# Date created: May 11, 2012 >X# Whom: Richard Neese <r.neese@gmail.com> >X# >X# $FreeBSD:$ >X# >X >XPORTNAME= freeswitch >XDISTVERSION= 1.2.rc2 >XCATEGORIES= net >XMASTER_SITES= http://files.freeswitch.org/ >XPKGNAMESUFFIX= -sbc >XDIST_SUBDIR= ${PORTNAME} >X >XMAINTAINER= r.neese@gmail.com >XCOMMENT= FreeSwitch pizza demo >X >X#RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core >X >XUSE_BZIP2= yes >X >XNO_BUILD= yes >X >XBASE_PORTNAME= freeswitch >X >XWRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}/conf/sbc >X >Xpost-patch: >X @cd ${WRKSRC} && for i in $$(${FIND} . -type f -name \*.xml -o -name \*.ttml -o -name \*.tpl -o -name \*.conf -o -name \*.types); \ >X do [ -f $${i}.sample ] || ${MV} $$i $${i}.sample ; done >X >Xdo-install: >X @cd ${WRKSRC}; ${FIND} . \ >X | ${CPIO} -pdm -R freeswitch:freeswitch ${PREFIX}/etc/${BASE_PORTNAME}/conf/ >X @for i in $$(${FIND} ${PREFIX}/etc/${BASE_PORTNAME}/conf/ -type f -name '*.sample'); do if [ ! -f $${i%.sample} ]; then ${CP} -p $$i $${i%.sample}; fi; done >X @${TOUCH} ${PREFIX}/etc/${BASE_PORTNAME}/conf/.sbc >X >X.include <bsd.port.mk> >eca741a89886f7887f10a42d6f6fb7d2 >echo x - freeswitch12-sbc/pkg-plist >sed 's/^X//' >freeswitch12-sbc/pkg-plist << 'e02c58604c9b49facf40e7c933c9134e' >X%%ETCDIR%%/conf/.sbc >X%%ETCDIR%%/conf/autoload_configs/acl.conf.xml >X%%ETCDIR%%/conf/autoload_configs/acl.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/cdr_csv.conf.xml >X%%ETCDIR%%/conf/autoload_configs/cdr_csv.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/console.conf.xml >X%%ETCDIR%%/conf/autoload_configs/console.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/enum.conf.xml >X%%ETCDIR%%/conf/autoload_configs/enum.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/event_socket.conf.xml >X%%ETCDIR%%/conf/autoload_configs/event_socket.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/limit.conf.xml >X%%ETCDIR%%/conf/autoload_configs/limit.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/logfile.conf.xml >X%%ETCDIR%%/conf/autoload_configs/logfile.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/modules.conf.xml >X%%ETCDIR%%/conf/autoload_configs/modules.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/post_load_modules.conf.xml >X%%ETCDIR%%/conf/autoload_configs/post_load_modules.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/sofia.conf.xml >X%%ETCDIR%%/conf/autoload_configs/sofia.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/switch.conf.xml >X%%ETCDIR%%/conf/autoload_configs/switch.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/syslog.conf.xml >X%%ETCDIR%%/conf/autoload_configs/syslog.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/timezones.conf.xml >X%%ETCDIR%%/conf/autoload_configs/timezones.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/xml_cdr.conf.xml >X%%ETCDIR%%/conf/autoload_configs/xml_cdr.conf.xml.sample >X%%ETCDIR%%/conf/autoload_configs/xml_rpc.conf.xml >X%%ETCDIR%%/conf/autoload_configs/xml_rpc.conf.xml.sample >X%%ETCDIR%%/conf/dialplan/default.xml >X%%ETCDIR%%/conf/dialplan/default.xml.sample >X%%ETCDIR%%/conf/dialplan/default/00_pizza_demo.xml >X%%ETCDIR%%/conf/dialplan/default/00_pizza_demo.xml.sample >X%%ETCDIR%%/conf/dialplan/default/01_example.com.xml >X%%ETCDIR%%/conf/dialplan/default/01_example.com.xml.sample >X%%ETCDIR%%/conf/dialplan/default/99999_enum.xml >X%%ETCDIR%%/conf/dialplan/default/99999_enum.xml.sample >X%%ETCDIR%%/conf/dialplan/features.xml >X%%ETCDIR%%/conf/dialplan/features.xml.sample >X%%ETCDIR%%/conf/dialplan/public.xml >X%%ETCDIR%%/conf/dialplan/public.xml.sample >X%%ETCDIR%%/conf/dialplan/public/00_inbound_did.xml >X%%ETCDIR%%/conf/dialplan/public/00_inbound_did.xml.sample >X%%ETCDIR%%/conf/freeswitch.xml >X%%ETCDIR%%/conf/freeswitch.xml.sample >X%%ETCDIR%%/conf/mime.types >X%%ETCDIR%%/conf/mime.types.sample >X%%ETCDIR%%/conf/sbc_profiles/external.xml >X%%ETCDIR%%/conf/sbc_profiles/external.xml.sample >X%%ETCDIR%%/conf/sbc_profiles/external/example.xml >X%%ETCDIR%%/conf/sbc_profiles/external/example.xml.sample >X%%ETCDIR%%/conf/sbc_profiles/internal-ipv6.xml >X%%ETCDIR%%/conf/sbc_profiles/internal-ipv6.xml.sample >X%%ETCDIR%%/conf/sbc_profiles/internal.xml >X%%ETCDIR%%/conf/sbc_profiles/internal.xml.sample >X%%ETCDIR%%/conf/sbc_profiles/internal/example.xml >X%%ETCDIR%%/conf/sbc_profiles/internal/example.xml.sample >X%%ETCDIR%%/conf/vars.xml >X%%ETCDIR%%/conf/vars.xml.sample >X@dirrm %%ETCDIR%%/conf/sbc_profiles/internal >X@dirrm %%ETCDIR%%/conf/sbc_profiles/external >X@dirrm %%ETCDIR%%/conf/sbc_profiles >X@dirrm %%ETCDIR%%/conf/dialplan/public >X@dirrm %%ETCDIR%%/conf/dialplan/default >X@dirrm %%ETCDIR%%/conf/dialplan >X@dirrm %%ETCDIR%%/conf/autoload_configs >X >e02c58604c9b49facf40e7c933c9134e >echo x - freeswitch12-sbc/pkg-descr >sed 's/^X//' >freeswitch12-sbc/pkg-descr << '9858cfd2c82458745f2209f1c7ecf2d9' >XSession Border Controller dialplan config file >Xfor FreeSwitch Voip SoftSwitch & OpenSource PBX >X >XWWW: http://www.freeswitch.org/ >9858cfd2c82458745f2209f1c7ecf2d9 >echo x - freeswitch12-sbc/distinfo >sed 's/^X//' >freeswitch12-sbc/distinfo << 'b63430f9b66d9494d33a9c73c16ac3b4' >XSHA256 (freeswitch/freeswitch-1.2.rc2.tar.bz2) = bbf9b3f6e7a7569b9594b5852d1b8a95266ef3276df222776ac84667adb6cc08 >XSIZE (freeswitch/freeswitch-1.2.rc2.tar.bz2) = 38075354 >b63430f9b66d9494d33a9c73c16ac3b4 >exit
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 167878
:
124379
|
124380
| 124381