diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-29 06:52:24 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-29 06:52:24 +0800 |
commit | caae03bc51297d47cc89334ca0c1014ec704e4f7 (patch) | |
tree | ead9450e17c7b606948a4e957c15d3fe7eef18d1 /net | |
parent | 5228a2b812eadb907dfc46111c85225f84d4e6a7 (diff) | |
download | freebsd-ports-gnome-caae03bc51297d47cc89334ca0c1014ec704e4f7.tar.gz freebsd-ports-gnome-caae03bc51297d47cc89334ca0c1014ec704e4f7.tar.zst freebsd-ports-gnome-caae03bc51297d47cc89334ca0c1014ec704e4f7.zip |
2009-03-27 net/sipxcalllib: old version, needs updating
2009-03-27 net/sipxcommserverlib: old version, needs updating, and does not compile
2009-03-27 net/sipxconfig: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxmediaadapterlib: old version, needs updating
2009-03-27 net/sipxmedialib: old version, needs updating
2009-03-27 net/sipxpbx: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxproxy: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxportlib: old version, needs updating
2009-03-27 net/sipxpublisher: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxregistry: depends on broken port net/sipxcommserverlib
2009-03-27 net/sipxtacklib: old version, needs updating
2009-03-27 net/sipxvxml: old version, needs updating
Diffstat (limited to 'net')
176 files changed, 0 insertions, 6089 deletions
diff --git a/net/Makefile b/net/Makefile index 83a5d03ae509..f24f00f3d48b 100644 --- a/net/Makefile +++ b/net/Makefile @@ -876,18 +876,6 @@ SUBDIR += sip_scenario SUBDIR += siproxd SUBDIR += sipsak - SUBDIR += sipxcalllib - SUBDIR += sipxcommserverlib - SUBDIR += sipxconfig - SUBDIR += sipxmediaadapterlib - SUBDIR += sipxmedialib - SUBDIR += sipxpbx - SUBDIR += sipxportlib - SUBDIR += sipxproxy - SUBDIR += sipxpublisher - SUBDIR += sipxregistry - SUBDIR += sipxtacklib - SUBDIR += sipxvxml SUBDIR += sixxs-aiccu SUBDIR += skstream SUBDIR += skyfish diff --git a/net/sipxcalllib/Makefile b/net/sipxcalllib/Makefile deleted file mode 100644 index 8632b08a897c..000000000000 --- a/net/sipxcalllib/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Ports collection makefile for: sipxcalllib -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxcalllib -PORTVERSION= 3.6.0 -PORTREVISION= 5 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX library for call handling - -BUILD_DEPENDS= ginstall:${PORTSDIR}/sysutils/coreutils \ - cppunit-config:${PORTSDIR}/devel/cppunit -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - sipXmedia:${PORTSDIR}/net/sipxmedialib \ - sipXmediaProcessing:${PORTSDIR}/net/sipxmediaadapterlib \ - pcre.0:${PORTSDIR}/devel/pcre - -DEPRECATED= old version, needs updating -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} - -.include <bsd.port.mk> diff --git a/net/sipxcalllib/distinfo b/net/sipxcalllib/distinfo deleted file mode 100644 index 75a97a636059..000000000000 --- a/net/sipxcalllib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxcalllib-3.6.0.tar.bz2) = 31253be01d966a071c5a4050cb81cd41 -SHA256 (sipxcalllib-3.6.0.tar.bz2) = 55f5d34193f843d3cad95748112d00102ba4b1301ce966cae9e9f2da12d0ad0a -SIZE (sipxcalllib-3.6.0.tar.bz2) = 767043 diff --git a/net/sipxcalllib/files/patch-doc-Makefile.am b/net/sipxcalllib/files/patch-doc-Makefile.am deleted file mode 100644 index 2b99f0444ae8..000000000000 --- a/net/sipxcalllib/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orig Mon Jan 29 14:27:27 2007 -+++ doc/Makefile.am Mon Jan 29 14:29:04 2007 -@@ -29,7 +29,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxcalllib/files/patch-doc-Makefile.in b/net/sipxcalllib/files/patch-doc-Makefile.in deleted file mode 100644 index 7fc070a14669..000000000000 --- a/net/sipxcalllib/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Mon Jan 29 14:27:18 2007 -+++ doc/Makefile.in Mon Jan 29 14:29:14 2007 -@@ -495,7 +495,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxcalllib/files/patch-include-Makefile.am b/net/sipxcalllib/files/patch-include-Makefile.am deleted file mode 100644 index f57ab74934bd..000000000000 --- a/net/sipxcalllib/files/patch-include-Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ ---- include/Makefile.am.orig Sat May 5 15:27:36 2007 -+++ include/Makefile.am Sat May 5 15:28:07 2007 -@@ -129,13 +129,7 @@ - tao/TaoTerminalConnectionAdaptor.h \ - tao/TaoTerminalConnectionListener.h \ - tao/TaoTransportAgent.h \ -- tao/TaoTransportTask.h \ -- tapi/SipXHandleMap.h \ -- tapi/SipXMessageObserver.h \ -- tapi/SipXtapiEventDispatcher.h \ -- tapi/sipXtapi.h \ -- tapi/sipXtapiEvents.h \ -- tapi/sipXtapiInternal.h -+ tao/TaoTransportTask.h - - noinst_HEADERS = \ - test/mp/MpTestConfig.h \ diff --git a/net/sipxcalllib/files/patch-include-Makefile.in b/net/sipxcalllib/files/patch-include-Makefile.in deleted file mode 100644 index 574035f2134c..000000000000 --- a/net/sipxcalllib/files/patch-include-Makefile.in +++ /dev/null @@ -1,26 +0,0 @@ ---- include/Makefile.in.orig Sat May 5 15:27:42 2007 -+++ include/Makefile.in Sat May 5 15:29:15 2007 -@@ -372,13 +372,7 @@ - tao/TaoTerminalConnectionAdaptor.h \ - tao/TaoTerminalConnectionListener.h \ - tao/TaoTransportAgent.h \ -- tao/TaoTransportTask.h \ -- tapi/SipXHandleMap.h \ -- tapi/SipXMessageObserver.h \ -- tapi/SipXtapiEventDispatcher.h \ -- tapi/sipXtapi.h \ -- tapi/sipXtapiEvents.h \ -- tapi/sipXtapiInternal.h -+ tao/TaoTransportTask.h - - noinst_HEADERS = \ - test/mp/MpTestConfig.h \ -@@ -498,7 +492,7 @@ - -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags - - distdir: $(DISTFILES) -- $(mkdir_p) $(distdir)/cp $(distdir)/ps $(distdir)/ps/linux $(distdir)/ps/wnt $(distdir)/ptapi $(distdir)/tao $(distdir)/tapi $(distdir)/test/mp -+ $(mkdir_p) $(distdir)/cp $(distdir)/ps $(distdir)/ps/linux $(distdir)/ps/wnt $(distdir)/ptapi $(distdir)/tao $(distdir)/test/mp - @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ - list='$(DISTFILES)'; for file in $$list; do \ diff --git a/net/sipxcalllib/pkg-descr b/net/sipxcalllib/pkg-descr deleted file mode 100644 index 9aa51537b251..000000000000 --- a/net/sipxcalllib/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -sipXcalllib is a library that handles call signaling. It is a -necessary dependancy of the sipX project. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxcalllib/pkg-plist b/net/sipxcalllib/pkg-plist deleted file mode 100644 index fb93c32a96fc..000000000000 --- a/net/sipxcalllib/pkg-plist +++ /dev/null @@ -1,137 +0,0 @@ -bin/sipxcalllib-config -include/cp/CallManager.h -include/cp/Connection.h -include/cp/CpCall.h -include/cp/CpCallManager.h -include/cp/CpGatewayManager.h -include/cp/CpGhostConnection.h -include/cp/CpIntMessage.h -include/cp/CpMultiStringMessage.h -include/cp/CpPeerCall.h -include/cp/CpStringMessage.h -include/cp/DialogEventPublisher.h -include/cp/LinePresenceBase.h -include/cp/LinePresenceMonitor.h -include/cp/PresenceDialInServer.h -include/cp/SipConnection.h -include/cp/SipPresenceMonitor.h -include/ps/PsButtonId.h -include/ps/PsButtonInfo.h -include/ps/PsButtonTask.h -include/ps/PsHookswDev.h -include/ps/PsHookswTask.h -include/ps/PsKeybdDev.h -include/ps/PsLampDev.h -include/ps/PsLampId.h -include/ps/PsLampInfo.h -include/ps/PsLampTask.h -include/ps/PsMsg.h -include/ps/PsPhoneTask.h -include/ps/PsTaoButton.h -include/ps/PsTaoComponent.h -include/ps/PsTaoComponentGroup.h -include/ps/PsTaoDisplay.h -include/ps/PsTaoHookswitch.h -include/ps/PsTaoLamp.h -include/ps/PsTaoMicrophone.h -include/ps/PsTaoRinger.h -include/ps/PsTaoSpeaker.h -include/ps/linux/PsHookswDevLinux.h -include/ps/linux/PsKeybdDevLinux.h -include/ps/linux/PsLampDevLinux.h -include/ps/wnt/PsHookswDevWnt.h -include/ps/wnt/PsKeybdDevWnt.h -include/ps/wnt/PsLampDevWnt.h -include/ptapi/PtAddessCapabilities.h -include/ptapi/PtAddress.h -include/ptapi/PtAddressEvent.h -include/ptapi/PtAddressForwarding.h -include/ptapi/PtAddressListener.h -include/ptapi/PtAudioCodec.h -include/ptapi/PtCall.h -include/ptapi/PtCallCapabilities.h -include/ptapi/PtCallEvent.h -include/ptapi/PtCallListener.h -include/ptapi/PtComponent.h -include/ptapi/PtComponentGroup.h -include/ptapi/PtComponentGroupCapabilities.h -include/ptapi/PtComponentIntChangeEvent.h -include/ptapi/PtComponentStringChangeEvent.h -include/ptapi/PtConfigDb.h -include/ptapi/PtConnection.h -include/ptapi/PtConnectionCapabilities.h -include/ptapi/PtConnectionEvent.h -include/ptapi/PtConnectionListener.h -include/ptapi/PtDefs.h -include/ptapi/PtEvent.h -include/ptapi/PtEventListener.h -include/ptapi/PtEventMask.h -include/ptapi/PtGatewayInterface.h -include/ptapi/PtMediaCapabilities.h -include/ptapi/PtMetaEvent.h -include/ptapi/PtMultiCallEvent.h -include/ptapi/PtMultiCallMetaEvent.h -include/ptapi/PtPhoneButton.h -include/ptapi/PtPhoneDisplay.h -include/ptapi/PtPhoneExtSpeaker.h -include/ptapi/PtPhoneGraphicDisplay.h -include/ptapi/PtPhoneHookswitch.h -include/ptapi/PtPhoneLamp.h -include/ptapi/PtPhoneMicrophone.h -include/ptapi/PtPhoneRinger.h -include/ptapi/PtPhoneSpeaker.h -include/ptapi/PtPhoneTerminal.h -include/ptapi/PtPhoneTextDisplay.h -include/ptapi/PtProvider.h -include/ptapi/PtProviderCapabilities.h -include/ptapi/PtProviderEvent.h -include/ptapi/PtProviderListener.h -include/ptapi/PtSessionDesc.h -include/ptapi/PtSingleCallMetaEvent.h -include/ptapi/PtTerminal.h -include/ptapi/PtTerminalCapabilities.h -include/ptapi/PtTerminalComponentEvent.h -include/ptapi/PtTerminalComponentListener.h -include/ptapi/PtTerminalConnection.h -include/ptapi/PtTerminalConnectionCapabilities.h -include/ptapi/PtTerminalConnectionEvent.h -include/ptapi/PtTerminalConnectionListener.h -include/ptapi/PtTerminalEvent.h -include/ptapi/PtTerminalListener.h -include/tao/TaoAdaptor.h -include/tao/TaoAddressAdaptor.h -include/tao/TaoCallAdaptor.h -include/tao/TaoClientTask.h -include/tao/TaoConnectionAdaptor.h -include/tao/TaoDefs.h -include/tao/TaoEvent.h -include/tao/TaoEventDispatcher.h -include/tao/TaoEventListener.h -include/tao/TaoListenerClient.h -include/tao/TaoListenerEventMessage.h -include/tao/TaoListenerManager.h -include/tao/TaoListeningTask.h -include/tao/TaoMessage.h -include/tao/TaoObject.h -include/tao/TaoObjectMap.h -include/tao/TaoPhoneComponentAdaptor.h -include/tao/TaoProviderAdaptor.h -include/tao/TaoProviderListener.h -include/tao/TaoReference.h -include/tao/TaoServerTask.h -include/tao/TaoString.h -include/tao/TaoTerminalAdaptor.h -include/tao/TaoTerminalConnectionAdaptor.h -include/tao/TaoTerminalConnectionListener.h -include/tao/TaoTransportAgent.h -include/tao/TaoTransportTask.h -lib/libsipXcall.a -lib/libsipXcall.la -lib/libsipXcall.so -lib/libsipXcall.so.1 -@dirrm include/tao -@dirrm include/ptapi -@dirrm include/ps/wnt -@dirrm include/ps/linux -@dirrm include/ps -@dirrm include/cp diff --git a/net/sipxcommserverlib/Makefile b/net/sipxcommserverlib/Makefile deleted file mode 100644 index 4372054c7621..000000000000 --- a/net/sipxcommserverlib/Makefile +++ /dev/null @@ -1,70 +0,0 @@ -# Ports collection makefile for: sipxcommserverlib -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxcommserverlib -PORTVERSION= 3.6.0 -PORTREVISION= 6 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX library for communications between components - -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - wwwssl:${PORTSDIR}/www/libwww \ - xerces-c:${PORTSDIR}/textproc/xerces-c2 \ - odbc:${PORTSDIR}/databases/unixODBC \ - pcre.0:${PORTSDIR}/devel/pcre -BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ - ginstall:${PORTSDIR}/sysutils/coreutils \ - cppunit-config:${PORTSDIR}/devel/cppunit -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - postmaster:${PORTSDIR}/databases/postgresql81-server - -BROKEN= does not compile -DEPRECATED= old version, needs updating, and does not compile -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_PERL5_RUN= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} -SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} \ - PREFIX=${PREFIX} -SUB_FILES= pkg-install pkg-deinstall - -PKGINSTALL= ${WRKDIR}/pkg-install - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/configpp - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipx-validate-xml.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/pgpatch.sh - @${REINPLACE_CMD} -e "s,@PREFIX@,${PREFIX}," ${WRKSRC}/bin/pgpatch.sh - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/src/sipdbtest/sipdbtest.sh.in - -pre-install: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -post-install: -.if !defined(NOPORTDOCS) - ${SED} -e "s,@bindir@,${PREFIX}/bin,g" < ${WRKSRC}/doc/INSTALL.ssl.in \ - > ${WRKSRC}/doc/INSTALL.ssl - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/INSTALL.ssl ${DOCSDIR} -.endif - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/net/sipxcommserverlib/distinfo b/net/sipxcommserverlib/distinfo deleted file mode 100644 index cfd3e0a0101e..000000000000 --- a/net/sipxcommserverlib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxcommserverlib-3.6.0.tar.bz2) = 4d1762cbe32f98f7e145130da59ea95a -SHA256 (sipxcommserverlib-3.6.0.tar.bz2) = 304683f1dc0a52132112af7c498ee2831d1647ee41a2a615e5630570c4609960 -SIZE (sipxcommserverlib-3.6.0.tar.bz2) = 552182 diff --git a/net/sipxcommserverlib/files/patch-bin_get_def_addr b/net/sipxcommserverlib/files/patch-bin_get_def_addr deleted file mode 100644 index 181d08ffffa6..000000000000 --- a/net/sipxcommserverlib/files/patch-bin_get_def_addr +++ /dev/null @@ -1,28 +0,0 @@ ---- ./bin/get_def_addr.orig Sun Dec 31 14:18:20 2006 -+++ ./bin/get_def_addr Sun Dec 31 14:23:06 2006 -@@ -1,15 +1,14 @@ --#!/bin/bash -+#!/bin/sh - - # Get the address of the interface through which our default gateway is reached. - # This is very likely to be the correct IP to bind to most of the time. - --# 'route -n' prints out something that looks like this. --# The interface name of the default route starts at character 73... --#Kernel IP routing table --#Destination Gateway Genmask Flags Metric Ref Use Iface --#10.1.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 --#127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo --#0.0.0.0 10.1.1.1 0.0.0.0 UG 0 0 0 eth0 -- --IFACE=`/sbin/route -n | grep '^0\\.0\\.0\\.0' | cut -c 73-` --/sbin/ifconfig $IFACE | grep "inet addr" | head -n 1 | cut -d: -f 2 | awk '{ print $1 }' -+# 'netstat -nr' prints out something that looks like this. -+#Routing tables -+# -+#Internet: -+#Destination Gateway Flags Refs Use Netif Expire -+#default 192.168.1.2 UGS 0 7840565 re0 -+#127.0.0.1 127.0.0.1 UH 0 1312935 lo0 -+IFACE=`netstat -nr | awk '/^default/ {print $6}'` -+ifconfig $IFACE | grep "inet " | head -n 1 | awk '{print $2}' diff --git a/net/sipxcommserverlib/files/patch-bin_pgpatch.sh b/net/sipxcommserverlib/files/patch-bin_pgpatch.sh deleted file mode 100644 index 32eb0a4fd859..000000000000 --- a/net/sipxcommserverlib/files/patch-bin_pgpatch.sh +++ /dev/null @@ -1,62 +0,0 @@ ---- bin/pgpatch.sh.orig Wed Jan 3 14:07:38 2007 -+++ bin/pgpatch.sh Mon Jan 8 16:11:32 2007 -@@ -8,7 +8,7 @@ - - Action=RUN - --: ${ServiceDir:=/etc/init.d} -+: ${ServiceDir:=@PREFIX@/etc/rc.d} - : ${Chown:=chown} - - # This function determines the correct service name for Postgres. -@@ -37,19 +37,12 @@ - Service=`postgresService` - - # May not by running, so eat up error (ENG-314) -- ${ServiceDir}/${Service} stop 2>&1 1> /dev/null -+ ${ServiceDir}/postgresql stop 2>&1 1> /dev/null - - # Custom - if test -z $PGDATA - then -- # Debian/Gentoo -- if test -d /var/lib/postgresql/data -- then -- PGDATA=/var/lib/postgresql/data -- else -- # Redhat -- PGDATA=/var/lib/pgsql/data -- fi -+ PGDATA=~pgsql/data - fi - - # Postgres db is initialized on startup on Redhat, but not on other -@@ -84,16 +77,16 @@ - fi - - # Open up TCP/IP connections -- sed -i-sipx.bak -e 's/\#tcpip_socket\s=\sfalse/tcpip_socket = true/g' \ -+ gsed -i-sipx.bak -e 's/\#tcpip_socket\s=\sfalse/tcpip_socket = true/g' \ - $PGDATA/postgresql.conf -- ${Chown} postgres:postgres $PGDATA/postgresql.conf -+ ${Chown} pgsql:pgsql $PGDATA/postgresql.conf - - # Postmaster to allow connections - echo "-i" > $PGDATA/postmaster.opts.default - chmod 664 $PGDATA/postmaster.opts.default -- ${Chown} postgres:postgres $PGDATA/postmaster.opts.default -+ ${Chown} pgsql:pgsql $PGDATA/postmaster.opts.default - -- ${ServiceDir}/$Service start -+ ${ServiceDir}/postgresql start - } - - # Have postgres start automatically with system reboot -@@ -129,7 +122,6 @@ - if [ ${Action} = RUN ] - then - postgresSetup -- setPostgresRunlevels - elif [ ${Action} = HELP ] - then - cat <<USAGE diff --git a/net/sipxcommserverlib/files/patch-bin_ssl-cert_check-cert.sh.in b/net/sipxcommserverlib/files/patch-bin_ssl-cert_check-cert.sh.in deleted file mode 100644 index 686727e324db..000000000000 --- a/net/sipxcommserverlib/files/patch-bin_ssl-cert_check-cert.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./bin/ssl-cert/check-cert.sh.in.orig Sat Dec 30 16:41:04 2006 -+++ ./bin/ssl-cert/check-cert.sh.in Sat Dec 30 16:41:37 2006 -@@ -216,7 +216,7 @@ - now=`date +%s` - if [ $? -eq 0 ] # date command support epoch format - then -- exp=`date --date="${cert_expires}" +%s` -+ exp=`date -j -f "%b %d %T %Y %Z" "${cert_expires}" +%s` - remaining=$(($exp - $now)) - - if [ ${remaining} -le 0 ] # cert expired diff --git a/net/sipxcommserverlib/files/patch-bin_ssl-cert_gen-ssl-keys.sh.in b/net/sipxcommserverlib/files/patch-bin_ssl-cert_gen-ssl-keys.sh.in deleted file mode 100644 index e3bd3f563b91..000000000000 --- a/net/sipxcommserverlib/files/patch-bin_ssl-cert_gen-ssl-keys.sh.in +++ /dev/null @@ -1,37 +0,0 @@ ---- ./bin/ssl-cert/gen-ssl-keys.sh.in.orig Sat Dec 30 16:45:06 2006 -+++ ./bin/ssl-cert/gen-ssl-keys.sh.in Sat Dec 30 16:45:55 2006 -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/usr/local/bin/bash - ## - ## gen-ssl-keys.sh - generate SSL key and certificate files. - ## -@@ -33,7 +33,8 @@ - openssl="@OPENSSL@" - - # default base name for ca and its files --caName=ca.`hostname --domain` -+dom=`hostname | sed 's/[^\.]*\.\(.*\)/\1/'` -+caName=ca.$dom - - # if there is a file of saved default answers for the questions, read them - Defaults=SSL_DEFAULTS -@@ -207,14 +208,15 @@ - - EOF - -- askfor sipDomainName "SIP domain name" `hostname --domain` -- askfor server "Full DNS name for the server" `hostname --fqdn` NOSTORE -+ dom=`hostname | sed 's/[^\.]*\.\(.*\)/\1/'` -+ askfor sipDomainName "SIP domain name" $dom -+ askfor server "Full DNS name for the server" `hostname` NOSTORE - while test ${caName} = ${server} - do - echo "" 1>&2 - echo "Error: The Server name must not be the same as the CA name." 1>&2 - server="" -- askfor server "Server Common Name (DNS name for Server)" `hostname --fqdn` NOSTORE -+ askfor server "Server Common Name (DNS name for Server)" `hostname` NOSTORE - done - - askfor serverEmail "Email Contact Address for Server (name@example.org)" "${caEmail}" NOSTORE diff --git a/net/sipxcommserverlib/files/patch-bin_ssl-cert_install-cert.sh.in b/net/sipxcommserverlib/files/patch-bin_ssl-cert_install-cert.sh.in deleted file mode 100644 index 292937b64290..000000000000 --- a/net/sipxcommserverlib/files/patch-bin_ssl-cert_install-cert.sh.in +++ /dev/null @@ -1,17 +0,0 @@ ---- ./bin/ssl-cert/install-cert.sh.in.orig Sat Dec 30 16:46:08 2006 -+++ ./bin/ssl-cert/install-cert.sh.in Sat Dec 30 16:46:33 2006 -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/usr/local/bin/bash - ## - ## install-cert.sh - ## -@@ -41,7 +41,7 @@ - - if [ -z "${Basename}" ] - then -- Basename=`hostname --fqdn` -+ Basename=`hostname` - fi - - if ! [ -f "${Basename}.crt" -a -f "${Basename}.key" ] diff --git a/net/sipxcommserverlib/files/patch-doc-Makefile.am b/net/sipxcommserverlib/files/patch-doc-Makefile.am deleted file mode 100644 index 622779a9dcc4..000000000000 --- a/net/sipxcommserverlib/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orgi Mon Jan 29 12:35:15 2007 -+++ doc/Makefile.am Mon Jan 29 12:37:08 2007 -@@ -32,7 +32,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - install-ssl-doc: $(DESTDIR)@SIPX_DOCDIR@/INSTALL.ssl - diff --git a/net/sipxcommserverlib/files/patch-doc-Makefile.in b/net/sipxcommserverlib/files/patch-doc-Makefile.in deleted file mode 100644 index 048552e5dca8..000000000000 --- a/net/sipxcommserverlib/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orgi Mon Jan 29 12:35:07 2007 -+++ doc/Makefile.in Mon Jan 29 12:37:18 2007 -@@ -485,7 +485,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - install-ssl-doc: $(DESTDIR)@SIPX_DOCDIR@/INSTALL.ssl - diff --git a/net/sipxcommserverlib/files/patch-etc_config.defs.in b/net/sipxcommserverlib/files/patch-etc_config.defs.in deleted file mode 100644 index 01180c362ab6..000000000000 --- a/net/sipxcommserverlib/files/patch-etc_config.defs.in +++ /dev/null @@ -1,29 +0,0 @@ ---- ./etc/config.defs.in.orig Sun Dec 31 14:13:17 2006 -+++ ./etc/config.defs.in Thu Jan 4 13:33:39 2007 -@@ -12,10 +12,10 @@ - # host name (e.g. myhost.domain.com). - # If you use DNS SRV, the SIPXCHANGE_DOMAIN_NAME should be set - # to domain name (e.g. domain.com), so comment out the assignment --# below that uses -f and uncomment the one that uses -d: -+# below that uses hostname and uncomment the one that uses hostname | cut - # --SIPXCHANGE_DOMAIN_NAME=`hostname -f` --# SIPXCHANGE_DOMAIN_NAME=`hostname -d` -+SIPXCHANGE_DOMAIN_NAME=`hostname` -+# SIPXCHANGE_DOMAIN_NAME=`hostname | cut -d . -f 2-` - - #### Core Limit - # Control whether or not core files are saved in a server failure. -@@ -24,10 +24,10 @@ - SIPX_CORELIMIT=unlimited - - # the realm string used in authentication challenges --SIPXCHANGE_REALM=`hostname -d` -+SIPXCHANGE_REALM=`hostname | cut -d . -f 2-` - - ##### Information about this server ##### --MY_FULL_HOSTNAME=`hostname -f` -+MY_FULL_HOSTNAME=`hostname` - MY_HOSTNAME=`hostname -s` - MY_IP_ADDR=`@bindir@/get_def_addr` - diff --git a/net/sipxcommserverlib/files/patch-include_fastdb_cliproto.h b/net/sipxcommserverlib/files/patch-include_fastdb_cliproto.h deleted file mode 100644 index d8a6fdb49130..000000000000 --- a/net/sipxcommserverlib/files/patch-include_fastdb_cliproto.h +++ /dev/null @@ -1,14 +0,0 @@ ---- ./include/fastdb/cliproto.h.orig Thu Dec 28 18:47:56 2006 -+++ ./include/fastdb/cliproto.h Thu Dec 28 18:49:16 2006 -@@ -81,10 +81,7 @@ - cli_oid - }; - --#if defined(__FreeBSD__) --#include <sys/param.h> --#define USE_HTON_NTOH --#elif defined(__linux__) -+#if defined(__linux__) || defined(__FreeBSD__) - // - // At Linux inline assembly declarations of ntohl, htonl... are available - // diff --git a/net/sipxcommserverlib/files/patch-include_fastdb_sync.h b/net/sipxcommserverlib/files/patch-include_fastdb_sync.h deleted file mode 100644 index 344b8f9c0e50..000000000000 --- a/net/sipxcommserverlib/files/patch-include_fastdb_sync.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./include/fastdb/sync.h.orig Thu Dec 28 18:42:54 2006 -+++ ./include/fastdb/sync.h Thu Dec 28 18:47:03 2006 -@@ -613,7 +613,7 @@ - - // for Linux: Temporary addition to aid debugging - int getTid() { -- return tid; -+ return (int)tid; - } - - int getPid() { diff --git a/net/sipxcommserverlib/files/patch-src_sipx-utils.sh b/net/sipxcommserverlib/files/patch-src_sipx-utils.sh deleted file mode 100644 index eafad1f1a51d..000000000000 --- a/net/sipxcommserverlib/files/patch-src_sipx-utils.sh +++ /dev/null @@ -1,73 +0,0 @@ ---- ./src/sipx-utils.sh.orig Mon Jan 1 19:30:33 2007 -+++ ./src/sipx-utils.sh Mon Jan 1 19:37:57 2007 -@@ -41,16 +41,24 @@ - } - - -+# -+# Let's modify this slightly to allow a hostname as the second arg and -+# not just an IP address. -+# - sip_resolves_to () { # ( unresolved, targetIp ) - # returns true (0) if the unresolved name resolves to the targetIp address by sip rules - unresolvedName=$1 - targetAddr=$2 -+ targetAddr2=`dns_a $2` - - for ip in `dns_a ${unresolvedName}` - do - if [ "${ip}" = "${targetAddr}" ] - then - return 0 -+ elif [ "${ip}" = "${targetAddr2}" ] -+ then -+ return 0 - fi - done - -@@ -61,6 +69,9 @@ - if [ "${ip}" = "${targetAddr}" ] - then - return 0 -+ elif [ "${ip}" = "${targetAddr2}" ] -+ then -+ return 0 - fi - done - done -@@ -70,12 +81,18 @@ - if [ "${tcpSrv}" = "${targetAddr}" ] - then - return 0 -+ elif [ "${tcpSrv}" = "${targetAddr2}" ] -+ then -+ return 0 - else - for ip in `dns_a ${tcpSrv}` - do - if [ "${ip}" = "${targetAddr}" ] - then - return 0 -+ elif [ "${ip}" = "${targetAddr2}" ] -+ then -+ return 0 - fi - done - fi -@@ -86,10 +103,16 @@ - if [ "${udpSrv}" = "${targetAddr}" ] - then - return 0 -+ elif [ "${udpSrv}" = "${targetAddr2}" ] -+ then -+ return 0 - else - for ip in `dns_a ${udpSrv}` - do - if [ "${ip}" = "${targetAddr}" ] -+ then -+ return 0 -+ elif [ "${ip}" = "${targetAddr2}" ] - then - return 0 - fi diff --git a/net/sipxcommserverlib/files/patch-src_test_Makefile.am b/net/sipxcommserverlib/files/patch-src_test_Makefile.am deleted file mode 100644 index 5d17556f52d8..000000000000 --- a/net/sipxcommserverlib/files/patch-src_test_Makefile.am +++ /dev/null @@ -1,30 +0,0 @@ ---- ./src/test/Makefile.am.orig Sun Jan 7 16:20:05 2007 -+++ ./src/test/Makefile.am Sun Jan 7 16:34:25 2007 -@@ -9,8 +9,8 @@ - OdbcWrapperTest.cpp - db_CXXFLAGS = -DTESTDATABASE=\"$(SIPXTEST_DATABASE)\" - db_deps = db_setup --PG_USER = postgres --SCHEMA_FILE = $(top_srcdir)/../sipXproxy/etc/database/schema.sql -+PG_USER = pgsql -+SCHEMA_FILE = $(top_srcdir)/../sipxproxy-3.6.0/etc/database/schema.sql - else - db_FILES = - db_CXXFLAGS = -@@ -19,7 +19,7 @@ - - ## All tests under this GNU variable should run relatively quickly - ## and of course require no setup --TESTS = testsuite sipx_config_value_test -+TESTS = testsuite sipx_config_value/test - - check_PROGRAMS = testsuite sandbox - -@@ -78,6 +78,6 @@ - psql -U $(PG_USER) -d $(SIPXTEST_DATABASE) \ - -f $(SCHEMA_FILE) &>/dev/null; \ - else \ -- @echo "Schema file $(SCHEMA_FILE) not found"; \ -+ echo "Schema file $(SCHEMA_FILE) not found"; \ - fi - @echo "Done." diff --git a/net/sipxcommserverlib/files/patch-src_test_Makefile.in b/net/sipxcommserverlib/files/patch-src_test_Makefile.in deleted file mode 100644 index 8a008924d06e..000000000000 --- a/net/sipxcommserverlib/files/patch-src_test_Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ ---- ./src/test/Makefile.in.orig Sun Jan 7 16:20:12 2007 -+++ ./src/test/Makefile.in Sun Jan 7 16:34:30 2007 -@@ -268,9 +268,9 @@ - @ENABLE_ODBC_TESTS_TRUE@db_CXXFLAGS = -DTESTDATABASE=\"$(SIPXTEST_DATABASE)\" - @ENABLE_ODBC_TESTS_FALSE@db_deps = - @ENABLE_ODBC_TESTS_TRUE@db_deps = db_setup --@ENABLE_ODBC_TESTS_TRUE@PG_USER = postgres --@ENABLE_ODBC_TESTS_TRUE@SCHEMA_FILE = $(top_srcdir)/../sipXproxy/etc/database/schema.sql --TESTS = testsuite sipx_config_value_test -+@ENABLE_ODBC_TESTS_TRUE@PG_USER = pgsql -+@ENABLE_ODBC_TESTS_TRUE@SCHEMA_FILE = $(top_srcdir)/../sipxproxy-3.6.0/etc/database/schema.sql -+TESTS = testsuite sipx_config_value/test - testsuite_CXXFLAGS = \ - -DTEST_DATA_DIR=\"@abs_top_srcdir@/src/test\" \ - -DTEST_WORK_DIR=\"@abs_top_builddir@/src/test/work\" \ -@@ -833,7 +833,7 @@ - psql -U $(PG_USER) -d $(SIPXTEST_DATABASE) \ - -f $(SCHEMA_FILE) &>/dev/null; \ - else \ -- @echo "Schema file $(SCHEMA_FILE) not found"; \ -+ echo "Schema file $(SCHEMA_FILE) not found"; \ - fi - @echo "Done." - # Tell versions [3.59,3.63) of GNU make to not export all variables. diff --git a/net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp b/net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp deleted file mode 100644 index 8df57686f800..000000000000 --- a/net/sipxcommserverlib/files/patch-src_test_OdbcWrapperTest.cpp +++ /dev/null @@ -1,47 +0,0 @@ ---- ./src/test/OdbcWrapperTest.cpp.orig Sun Jan 7 16:20:24 2007 -+++ ./src/test/OdbcWrapperTest.cpp Sun Jan 7 16:21:01 2007 -@@ -54,7 +54,7 @@ - - CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, - "localhost", -- "postgres", -+ "pgsql", - "{PostgreSQL}"))!=NULL); - if (handle) - { -@@ -141,7 +141,7 @@ - - CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, - "localhost", -- "postgres", -+ "pgsql", - "{PostgreSQL}"))!=NULL); - - if (handle) -@@ -156,7 +156,7 @@ - - CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, - "localhost", -- "postgres", -+ "pgsql", - "{PostgreSQL}"))!=NULL); - if (handle) - { -@@ -173,7 +173,7 @@ - - CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, - "localhost", -- "postgres", -+ "pgsql", - "{PostgreSQL}"))!=NULL); - - if (handle) -@@ -216,7 +216,7 @@ - - CPPUNIT_ASSERT((handle=odbcConnect(DATABASE_NAME, - "localhost", -- "postgres", -+ "pgsql", - "{PostgreSQL}"))!=NULL); - - if (handle) diff --git a/net/sipxcommserverlib/files/pkg-deinstall.in b/net/sipxcommserverlib/files/pkg-deinstall.in deleted file mode 100644 index 9a5d5dd99913..000000000000 --- a/net/sipxcommserverlib/files/pkg-deinstall.in +++ /dev/null @@ -1,26 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin - -LOCALSTATEDIR="%%LOCALSTATEDIR%%" - -post-deinstall() { - rm -rf ${LOCALSTATEDIR}/sipxdata/tmp - rm -rf ${LOCALSTATEDIR}/run/sipxdata - rm -rf ${LOCALSTATEDIR}/log/sipxdata - - - echo "WARNING: If you will *NOT* use this package anymore, please remove - the" - echo " following file and directories manually:" - echo " ${LOCALSTATEDIR}/sipxdata/upgrade/sipxcommserverlib-previous.tgz" - echo " ${LOCALSTATEDIR}/sipxdata/sipdb" - echo " ${LOCALSTATEDIR}/sipxdata" - echo -} - -case $2 in - POST-DEINSTALL) - post-deinstall - ;; -esac diff --git a/net/sipxcommserverlib/files/pkg-install.in b/net/sipxcommserverlib/files/pkg-install.in deleted file mode 100644 index 6d7d918435bc..000000000000 --- a/net/sipxcommserverlib/files/pkg-install.in +++ /dev/null @@ -1,50 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -USER=sipx -GROUP=sipx - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2> /dev/null ; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} ; then - echo "Added group \"${GROUP}\"." - else - echo "Add of group \"${GROUP}\" failed." - exit 1 - fi - fi - - if pw user show "${USER}" 2> /dev/null ; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d %%LOCALSTATEDIR%%/sipxdata/configserver/phone/profile/tftproot -s %%PREFIX%%/bin/bash -c "sipX" ; then - echo "Added user \"${USER}\"." - else - echo "Add of user \"${USER}\" failed." - exit 1 - fi - fi - ;; -POST-INSTALL) - # Create a dummy file in /usr/local/share/sipxpbx to act - # as a poorman's reference count. Both sipxcommserverlib - # and sipxconfig create this directory. Though sipxcommserverlib - # does not put any files in it. When sipxconfig deinstalls - # there is nothing to prevent it from completely removing - # the directory. Then when sipxcommservlib deinstalls, it - # finds the directory it created is now gone. - # - # By creating a dummy file here, we'll prevent sipxconfig - # from completely removing the directory and this will make - # tinderbox happy when it deinstalls sipxcommserverlib. - mkdir -p %%PREFIX%%/share/sipxpbx - /usr/bin/touch %%PREFIX%%/share/sipxpbx/.sipxcommserverlib_dummy - - chown ${USER}:${GROUP} %%PREFIX%%/etc/sipxpbx - ;; -esac diff --git a/net/sipxcommserverlib/pkg-descr b/net/sipxcommserverlib/pkg-descr deleted file mode 100644 index b9f8dfc164c4..000000000000 --- a/net/sipxcommserverlib/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -sipXcommserverlib is a library that handles communication between -various sipX components. It is a necessary dependancy of the sipX -project. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxcommserverlib/pkg-plist b/net/sipxcommserverlib/pkg-plist deleted file mode 100644 index 2cb969b61b1a..000000000000 --- a/net/sipxcommserverlib/pkg-plist +++ /dev/null @@ -1,109 +0,0 @@ -bin/configpp -bin/get_def_addr -bin/pgpatch.sh -bin/pkg-upgrade -bin/sipdbtest -bin/sipdbtest.sh -bin/sipx-dns -bin/sipx-validate-xml -bin/sipxcommserverlib-config -bin/ssl-cert/ca_rehash -bin/ssl-cert/check-cert.sh -bin/ssl-cert/gen-ssl-keys.sh -bin/ssl-cert/install-cert.sh -bin/xsdvalid -etc/sipxpbx/config.defs -etc/sipxpbx/process.d/keepalive.process.xml -include/configrpc/ConfigRPC.h -include/digitmaps/UrlMapping.h -include/fastdb/CHANGES -include/fastdb/array.h -include/fastdb/bugdb.h -include/fastdb/class.h -include/fastdb/cli.h -include/fastdb/clidb.h -include/fastdb/cliproto.h -include/fastdb/compiler.d -include/fastdb/compiler.h -include/fastdb/container.h -include/fastdb/cursor.h -include/fastdb/database.h -include/fastdb/date.h -include/fastdb/datetime.h -include/fastdb/exception.h -include/fastdb/fastdb.h -include/fastdb/file.h -include/fastdb/harray.h -include/fastdb/hashtab.h -include/fastdb/localcli.h -include/fastdb/query.h -include/fastdb/reference.h -include/fastdb/repsock.h -include/fastdb/server.h -include/fastdb/set.h -include/fastdb/sockio.h -include/fastdb/stdtp.h -include/fastdb/subsql.h -include/fastdb/symtab.h -include/fastdb/sync.h -include/fastdb/ttree.h -include/fastdb/unisock.h -include/fastdb/w32sock.h -include/fastdb/wwwapi.h -include/filereader/OrbitFileReader.h -include/odbc/OdbcWrapper.h -include/sipdb/AliasDB.h -include/sipdb/AliasRow.h -include/sipdb/AuthexceptionDB.h -include/sipdb/AuthexceptionRow.h -include/sipdb/CallerAliasDB.h -include/sipdb/CallerAliasRow.h -include/sipdb/CredentialDB.h -include/sipdb/CredentialRow.h -include/sipdb/DialByNameDB.h -include/sipdb/DialByNameRow.h -include/sipdb/ExtensionDB.h -include/sipdb/ExtensionRow.h -include/sipdb/HuntgroupDB.h -include/sipdb/HuntgroupRow.h -include/sipdb/PermissionDB.h -include/sipdb/PermissionRow.h -include/sipdb/RegistrationBinding.h -include/sipdb/RegistrationDB.h -include/sipdb/RegistrationRow.h -include/sipdb/ResultSet.h -include/sipdb/SIPDBManager.h -include/sipdb/SIPXAuthHelper.h -include/sipdb/SubscriptionDB.h -include/sipdb/SubscriptionRow.h -include/testlib/FileTestContext.h -include/testlib/RegistrationDbTestContext.h -include/testlib/SipDbTestContext.h -lib/libsipXcommserver.a -lib/libsipXcommserver.la -lib/libsipXcommserver.so -lib/libsipXcommserver.so.1 -lib/libsipXcommserverTest.a -lib/libsipXcommserverTest.la -libexec/sipx-utils.sh -%%PORTDOCS%%%%DOCSDIR%%/INSTALL.ssl -%%PORTDOCS%%@dirrm %%DOCSDIR%% -share/sipx/schema/authrules.xsd -share/sipx/schema/urlmap.xsd -share/sipxpbx/.sipxcommserverlib_dummy -@dirrmtry share/sipxpbx -@dirrmtry share/sipx/schema -@dirrmtry share/sipx -@dirrm include/testlib -@dirrm include/sipdb -@dirrm include/odbc -@dirrm include/filereader -@dirrm include/fastdb -@dirrm include/digitmaps -@dirrm include/configrpc -@exec mkdir -p %D/etc/sipxpbx/ssl/authorities -@dirrm etc/sipxpbx/ssl/authorities -@dirrm etc/sipxpbx/ssl -@dirrmtry etc/sipxpbx/process.d -@dirrmtry etc/sipxpbx -@dirrmtry bin/ssl-cert diff --git a/net/sipxconfig/Makefile b/net/sipxconfig/Makefile deleted file mode 100644 index dfa4913722e9..000000000000 --- a/net/sipxconfig/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# Ports collection makefile for: sipxconfig -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxconfig -PORTVERSION= 3.6.0 -PORTREVISION= 5 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX server for configuring sipX via a web interface - -BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ - ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \ - zip:${PORTSDIR}/archivers/zip \ - ginstall:${PORTSDIR}/sysutils/coreutils -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - sipXcommserver:${PORTSDIR}/net/sipxcommserverlib \ - pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - psql:${PORTSDIR}/databases/postgresql81-client - -DEPRECATED= depends on broken port net/sipxcommserverlib -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -USE_JAVA= 1.4+ -USE_APACHE= 2.0+ -USE_RUBY= yes -USE_RAKE= yes -GNU_CONFIGURE= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} \ - wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} \ - --enable-ruby-bindings -SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} \ - PREFIX=${PREFIX} -SUB_FILES= pkg-install pkg-deinstall - -PKGINSTALL= ${WRKDIR}/pkg-install - -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 1.8 -BUILD_DEPENDS+= gem:${PORTSDIR}/devel/ruby-gems -.endif - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/web/bin/sipxconfig.sh.in - @${REINPLACE_CMD} -e "s,@PREFIX@,${PREFIX}," ${WRKSRC}/web/bin/sipxconfig.sh.in - -pre-install: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -post-install: - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/net/sipxconfig/distinfo b/net/sipxconfig/distinfo deleted file mode 100644 index 26cf8d24859f..000000000000 --- a/net/sipxconfig/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxconfig-3.6.0.tar.bz2) = 389182f2760c20af7dfa5795e306e412 -SHA256 (sipxconfig-3.6.0.tar.bz2) = 1b7339b6d25e60a5a3e62902ddd5135458a1079bb38d595cfc60adca25e87621 -SIZE (sipxconfig-3.6.0.tar.bz2) = 22530876 diff --git a/net/sipxconfig/files/patch-build.properties.in b/net/sipxconfig/files/patch-build.properties.in deleted file mode 100644 index a5cf535db7af..000000000000 --- a/net/sipxconfig/files/patch-build.properties.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./build.properties.in.orig Wed Jan 3 13:45:59 2007 -+++ ./build.properties.in Wed Jan 3 13:46:08 2007 -@@ -28,7 +28,7 @@ - sipxpbx.user=@SIPXPBXUSER@
-
- sipxconfig.db.pds=SIPXCONFIG_TEST
--sipxconfig.db.user=postgres
-+sipxconfig.db.user=pgsql
- sipxpbx.log.dir=@SIPX_LOGDIR@
- sipxpbx.run.dir=@SIPX_RUNDIR@
- sipxpbx.tmp.dir=@SIPX_TMPDIR@
diff --git a/net/sipxconfig/files/patch-configure b/net/sipxconfig/files/patch-configure deleted file mode 100644 index 72bf56b101ef..000000000000 --- a/net/sipxconfig/files/patch-configure +++ /dev/null @@ -1,38 +0,0 @@ ---- configure.orig Tue Jan 9 15:13:38 2007 -+++ configure Tue Jan 9 15:14:11 2007 -@@ -2976,7 +2976,7 @@ - fi - - -- if test "x$RUBY" == "x" ; then -+ if test "x$RUBY" = "x" ; then - { { echo "$as_me:$LINENO: error: ruby is required" >&5 - echo "$as_me: error: ruby is required" >&2;} - { (exit 1); exit 1; }; } -@@ -3085,7 +3085,7 @@ - - - minGemVersion=0.8.11 -- if test "x$GEM" == "x" ; then -+ if test "x$GEM" = "x" ; then - echo "$as_me:$LINENO: result: * to install ruby gems follow your distro instructions, " >&5 - echo "${ECHO_T}* to install ruby gems follow your distro instructions, " >&6 - echo "$as_me:$LINENO: result: * locate the rpm on pbone or run the following commands: " >&5 -@@ -3186,7 +3186,7 @@ - fi - - -- if test "x$RAKE" == "x" ; then -+ if test "x$RAKE" = "x" ; then - { { echo "$as_me:$LINENO: error: rake is required. type 'gem install rake --no-rdoc'" >&5 - echo "$as_me: error: rake is required. type 'gem install rake --no-rdoc'" >&2;} - { (exit 1); exit 1; }; } -@@ -3239,7 +3239,7 @@ - # CHECK_RUBY_GEM([file-tail]) - - --if test x$enable_ruby_binding == xyes ; then -+if test x$enable_ruby_binding = xyes ; then - RUBY_BINDINGS_ENABLED="ruby-bindings-enabled=" - - abs_srcdir=`cd $srcdir && pwd` diff --git a/net/sipxconfig/files/patch-meta_hibernate.properties b/net/sipxconfig/files/patch-meta_hibernate.properties deleted file mode 100644 index ed23ffa92929..000000000000 --- a/net/sipxconfig/files/patch-meta_hibernate.properties +++ /dev/null @@ -1,8 +0,0 @@ ---- ./meta/hibernate.properties.orig Wed Jan 3 13:48:37 2007 -+++ ./meta/hibernate.properties Wed Jan 3 13:48:45 2007 -@@ -3,4 +3,4 @@ - hibernate.dialect org.hibernate.dialect.PostgreSQLDialect - hibernate.connection.url jdbc:postgresql://localhost/SIPXCONFIG - hibernate.connection.driver_class org.postgresql.Driver --hibernate.connection.username postgres -+hibernate.connection.username pgsql diff --git a/net/sipxconfig/files/patch-neoconf_build.xml b/net/sipxconfig/files/patch-neoconf_build.xml deleted file mode 100644 index e19b8f3c21be..000000000000 --- a/net/sipxconfig/files/patch-neoconf_build.xml +++ /dev/null @@ -1,10 +0,0 @@ ---- ./neoconf/build.xml.orig Wed Jan 3 13:56:01 2007 -+++ ./neoconf/build.xml Wed Jan 3 13:56:07 2007 -@@ -1,6 +1,6 @@ - <project name="neoconf" default="default"> - <property name="sipxconfig.db.pds" value="SIPXCONFIG_TEST" /> -- <property name="sipxconfig.db.user" value="postgres" /> -+ <property name="sipxconfig.db.user" value="pgsql" /> - - <property name="test.src.dir" value="test" /> - <property name="checkstyle.severity" value="error" /> diff --git a/net/sipxconfig/files/patch-neoconf_etc_database_database.xml b/net/sipxconfig/files/patch-neoconf_etc_database_database.xml deleted file mode 100644 index d4c15e0f4a1e..000000000000 --- a/net/sipxconfig/files/patch-neoconf_etc_database_database.xml +++ /dev/null @@ -1,11 +0,0 @@ ---- ./neoconf/etc/database/database.xml.orig Mon Jan 1 16:22:08 2007 -+++ ./neoconf/etc/database/database.xml Mon Jan 1 16:22:15 2007 -@@ -18,7 +18,7 @@ - --> - <project name="database" basedir="."> - <property name="sipxconfig.db.name" value="SIPXCONFIG"/> -- <property name="sipxconfig.db.user" value="postgres"/> -+ <property name="sipxconfig.db.user" value="pgsql"/> - <property name="sipxconfig.db.password" value=""/> - <property name="sql.dir" location="${basedir}"/> - <property name="sipxpbx.conf.dir" location="${basedir}/.."/> diff --git a/net/sipxconfig/files/patch-neoconf_src_org_sipfoundry_sipxconfig_system.beans.xml b/net/sipxconfig/files/patch-neoconf_src_org_sipfoundry_sipxconfig_system.beans.xml deleted file mode 100644 index 21e3b15ef87c..000000000000 --- a/net/sipxconfig/files/patch-neoconf_src_org_sipfoundry_sipxconfig_system.beans.xml +++ /dev/null @@ -1,11 +0,0 @@ ---- ./neoconf/src/org/sipfoundry/sipxconfig/system.beans.xml.orig Wed Jan 3 13:50:37 2007 -+++ ./neoconf/src/org/sipfoundry/sipxconfig/system.beans.xml Wed Jan 3 13:50:58 2007 -@@ -47,7 +47,7 @@ - <value>jdbc:postgresql://localhost/SIPXCONFIG</value> - </property> - <property name="user"> -- <value>postgres</value> -+ <value>pgsql</value> - </property> - <!-- Determines how many connections at a time c3p0 will try to acquire when the pool - is exhausted. Default: 3. diff --git a/net/sipxconfig/files/patch-web_bin_create-ssl-keystore.sh.in b/net/sipxconfig/files/patch-web_bin_create-ssl-keystore.sh.in deleted file mode 100644 index 1cffc3e8454e..000000000000 --- a/net/sipxconfig/files/patch-web_bin_create-ssl-keystore.sh.in +++ /dev/null @@ -1,22 +0,0 @@ ---- ./web/bin/create-ssl-keystore.sh.in.orig Thu Jan 4 16:15:06 2007 -+++ ./web/bin/create-ssl-keystore.sh.in Thu Jan 4 16:26:01 2007 -@@ -1,4 +1,4 @@ --#!/bin/sh -+#!/usr/local/bin/bash - ## - ## create-ssl-keystore.sh - ## -@@ -21,11 +21,11 @@ - PreviousChecksum="" - openssl="@openssl@" - --Checksum=`cat $Certificate $Key | md5sum | awk '{print $1}'` -+Checksum=`cat $Certificate $Key | /sbin/md5 -r | awk '{print $1}'` - if [ -f $KeyStoreFilesChecksum ]; then - if [ -f $KeyStore ]; then - PreviousChecksum=`cat $KeyStoreFilesChecksum` -- if [ "$Checksum" == "$PreviousChecksum" ]; then -+ if [ "x$Checksum" = "x$PreviousChecksum" ]; then - echo "Creating $KeyStore was skipped, previous checksum of contents matched" - exit 0; - fi diff --git a/net/sipxconfig/files/patch-web_bin_create-ssl-truststore.sh.in b/net/sipxconfig/files/patch-web_bin_create-ssl-truststore.sh.in deleted file mode 100644 index 8cc244ab7015..000000000000 --- a/net/sipxconfig/files/patch-web_bin_create-ssl-truststore.sh.in +++ /dev/null @@ -1,16 +0,0 @@ ---- web/bin/create-ssl-truststore.sh.in.orig Wed Jan 10 16:47:47 2007 -+++ web/bin/create-ssl-truststore.sh.in Wed Jan 10 16:48:36 2007 -@@ -83,11 +83,11 @@ - fi - - if [ "${Action}" = "CHECKSUM" ]; then -- Checksum=`cat $Certificates | md5sum | awk '{print $1}'` -+ Checksum=`cat $Certificates | md5 -r | awk '{print $1}'` - if [ -f $CertificatesChecksum ]; then - if [ -f $TrustStore ]; then - PreviousChecksum=`cat $CertificatesChecksum` -- if [ $Checksum == $PreviousChecksum ]; then -+ if [ "x$Checksum" = "x$PreviousChecksum" ]; then - echo "Creating $TrustStore was skipped, previous checksum of contents matched" - exit 0; - fi diff --git a/net/sipxconfig/files/patch-web_bin_sipxconfig-testsuite b/net/sipxconfig/files/patch-web_bin_sipxconfig-testsuite deleted file mode 100644 index 44c39eceed2f..000000000000 --- a/net/sipxconfig/files/patch-web_bin_sipxconfig-testsuite +++ /dev/null @@ -1,13 +0,0 @@ ---- ./web/bin/sipxconfig-testsuite.orig Wed Jan 3 13:46:42 2007 -+++ ./web/bin/sipxconfig-testsuite Wed Jan 3 13:47:37 2007 -@@ -78,8 +78,8 @@ - Expected=`cat <<EOF - /etc/init.d/postgresql stop - su - postgres -c initdb --pgdata=$PGDATA --chown postgres:postgres $PGDATA/postgresql.conf --chown postgres:postgres $PGDATA/postmaster.opts.default -+chown pgsql:pgsql $PGDATA/postgresql.conf -+chown pgsql:pgsql $PGDATA/postmaster.opts.default - /etc/init.d/postgresql start - EOF - ` diff --git a/net/sipxconfig/files/patch-web_bin_sipxconfig.sh.in b/net/sipxconfig/files/patch-web_bin_sipxconfig.sh.in deleted file mode 100644 index 0f3d47f4f809..000000000000 --- a/net/sipxconfig/files/patch-web_bin_sipxconfig.sh.in +++ /dev/null @@ -1,98 +0,0 @@ ---- web/bin/sipxconfig.sh.in.orig Mon Jan 1 14:57:05 2007 -+++ web/bin/sipxconfig.sh.in Tue Jan 9 14:48:22 2007 -@@ -23,7 +23,7 @@ - : ${DatabaseProject:=@sipxpbx.conf.dir@/database/database.xml} - : ${LibDir:=@sipxconfig.lib.dir@} - : ${Psql:=psql} --: ${ServiceDir:=/etc/init.d} -+: ${ServiceDir:=/usr/local/etc/rc.d} - : ${SubstituteUser:=su} - : ${Chown:=chown} - : ${LogDir:=@sipxpbx.log.dir@} -@@ -215,8 +215,8 @@ - # 2. running but not setup to communicate w/java or ${Psql} command - # 3. Database is not created - databaseCheck() { -- ${Psql} --list --field-separator , --no-align --username postgres \ -- | cut --delimiter , --fields 1 \ -+ ${Psql} --list --field-separator , --no-align --username pgsql \ -+ | cut -d , -f 1 \ - | grep "${Database}" > /dev/null 2>&1 - } - -@@ -225,7 +225,7 @@ - databaseVersionCheck() { - dbver=`${Psql} --tuples-only --no-align \ - --command "select max(vh.version) from version_history vh;" \ -- ${Database} postgres` -+ ${Database} pgsql` - if [ $? -ne 0 -o "$dbver" = "" ] - then - echo "Error: could not get the database version. Exiting now." -@@ -263,7 +263,6 @@ - then - echo "Initializing configuration database..." - postgresSetup -- setPostgresRunlevels - databaseCommand create - echo -n "Configuration database initialized" - fi -@@ -274,7 +273,7 @@ - postgresSetup() { - - # Set up the server. -- Service=`postgresService` -+ Service=postgresql - - # May not by running, so eat up error (ENG-314) - ${ServiceDir}/${Service} stop 2>&1 1> /dev/null -@@ -282,21 +281,16 @@ - # Custom - if test -z $PGDATA - then -- # Debian/Gentoo -- if test -d /var/lib/postgresql/data -- then -- PGDATA=/var/lib/postgresql/data -- else -- # Redhat -- PGDATA=/var/lib/pgsql/data -- fi -+ PGDATA=~pgsql/data - fi - - # Postgres db is initialized on startup on Redhat, but not on other - # distros so unless we put a "if distro=rh" we need to init here - if [ ! -f $PGDATA/PG_VERSION ] || [ ! -d $PGDATA/base ] - then -- $SubstituteUser - postgres -c "initdb --pgdata=$PGDATA" -+ # XXX only works if user has added postgresql_enable="YES" to -+ # an rc.conf file. -+ sh @PREFIX@/rc.d/postgresql initdb - fi - - # Create backup file (possibly) requiring update -@@ -324,19 +318,20 @@ - fi - - # Open up TCP/IP connections -- sed -i-sipx.bak -e 's/\#tcpip_socket\s=\sfalse/tcpip_socket = true/g' \ -+ gsed -i-sipx.bak -e 's/\#tcpip_socket\s=\sfalse/tcpip_socket = true/g' \ - $PGDATA/postgresql.conf -- ${Chown} postgres:postgres $PGDATA/postgresql.conf -+ ${Chown} pgsql:pgsql $PGDATA/postgresql.conf - - # Postmaster to allow connections - echo "-i" > $PGDATA/postmaster.opts.default - chmod 664 $PGDATA/postmaster.opts.default -- ${Chown} postgres:postgres $PGDATA/postmaster.opts.default -+ ${Chown} pgsql:pgsql $PGDATA/postmaster.opts.default - - ${ServiceDir}/$Service start - } - - # Have postgres start automatically with system reboot -+# XXX Don't worry, we don't call this under FreeBSD - setPostgresRunlevels() { - # Arrange for Postgres to be started automatically in runlevels 3 - # and 5. diff --git a/net/sipxconfig/files/pkg-deinstall.in b/net/sipxconfig/files/pkg-deinstall.in deleted file mode 100644 index a3eb20e33059..000000000000 --- a/net/sipxconfig/files/pkg-deinstall.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin - -LOCALSTATEDIR="%%LOCALSTATEDIR%%" - -post-deinstall() { - echo "WARNING: If you will *NOT* use this package anymore, please remove - the" - echo " following file manually:" - echo " ${LOCALSTATEDIR}/sipxdata/upgrade/sipxconfig-previous.tgz" - echo -} - -case $2 in - POST-DEINSTALL) - post-deinstall - ;; -esac diff --git a/net/sipxconfig/files/pkg-install.in b/net/sipxconfig/files/pkg-install.in deleted file mode 100644 index 8ac6d67cf34b..000000000000 --- a/net/sipxconfig/files/pkg-install.in +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -USER=sipx -GROUP=sipx - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2> /dev/null ; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} ; then - echo "Added group \"${GROUP}\"." - else - echo "Add of group \"${GROUP}\" failed." - exit 1 - fi - fi - - if pw user show "${USER}" 2> /dev/null ; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d %%LOCALSTATEDIR%%/sipxdata/configserver/phone/profile/tftproot -s %%PREFIX%%/bin/bash -c "sipX" ; then - echo "Added user \"${USER}\"." - else - echo "Add of user \"${USER}\" failed." - exit 1 - fi - fi - ;; -POST-INSTALL) - chown ${USER}:${GROUP} %%PREFIX%%/etc/sipxpbx - ;; -esac diff --git a/net/sipxconfig/pkg-descr b/net/sipxconfig/pkg-descr deleted file mode 100644 index d5bc1deed7e6..000000000000 --- a/net/sipxconfig/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -sipXconfig is the web based configuration system for sipX. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxconfig/pkg-plist b/net/sipxconfig/pkg-plist deleted file mode 100644 index 7cbae79abf54..000000000000 --- a/net/sipxconfig/pkg-plist +++ /dev/null @@ -1,189 +0,0 @@ -bin/sipxconfig-agent -bin/sipxconfig-config -bin/sipxconfig.sh -bin/ssl-cert/create-ssl-keystore.sh -bin/ssl-cert/create-ssl-truststore.sh -etc/sipxpbx/VM_global_library.vm -etc/sipxpbx/acme/acme-gateway.vm -etc/sipxpbx/acme/acme-gateway.xml -etc/sipxpbx/audiocodes/MP108FXOProxy.ini -etc/sipxpbx/audiocodes/TP260.ini -etc/sipxpbx/audiocodes/mediant-gateway.xml -etc/sipxpbx/audiocodes/tp260-gateway.xml -etc/sipxpbx/ciscoAta/ata-ptag.dat -etc/sipxpbx/ciscoAta/gk-ptag.dat -etc/sipxpbx/ciscoAta/ld-ptag.dat -etc/sipxpbx/ciscoAta/line.xml -etc/sipxpbx/ciscoAta/phone.xml -etc/sipxpbx/ciscoAta/types.xml -etc/sipxpbx/ciscoIp/cisco-ip.vm -etc/sipxpbx/ciscoIp/line.xml -etc/sipxpbx/ciscoIp/phone.xml -etc/sipxpbx/ciscoIp/upload.xml -etc/sipxpbx/commserver/forwardingrules.vm -etc/sipxpbx/commserver/server.xml -etc/sipxpbx/database/attendant_schedule.sql -etc/sipxpbx/database/attendant_settings.sql -etc/sipxpbx/database/caller-alias-2.sql -etc/sipxpbx/database/caller-alias.sql -etc/sipxpbx/database/database.xml -etc/sipxpbx/database/database.xml.orig -etc/sipxpbx/database/domain.sql -etc/sipxpbx/database/grandstreamV2.sql -etc/sipxpbx/database/intercom.sql -etc/sipxpbx/database/ldap.sql -etc/sipxpbx/database/long-distance-rule.sql -etc/sipxpbx/database/migrate-2.8.sql -etc/sipxpbx/database/park-orbit-settings.sql -etc/sipxpbx/database/permission.sql -etc/sipxpbx/database/schema-3.0.sql -etc/sipxpbx/database/schema.sql -etc/sipxpbx/database/settings-refactoring.sql -etc/sipxpbx/database/supervisor.sql -etc/sipxpbx/database/upload.sql -etc/sipxpbx/database/upload_deployed.sql -etc/sipxpbx/dialplan/ch.dialrules.beans.xml -etc/sipxpbx/dialplan/de.dialrules.beans.xml -etc/sipxpbx/dialplan/dialrules.beans.xml -etc/sipxpbx/dialplan/pl.dialrules.beans.xml -etc/sipxpbx/dialplan/us.dialrules.beans.xml -etc/sipxpbx/grandstream/line.xml -etc/sipxpbx/grandstream/phone.xml -etc/sipxpbx/grandstream/types.xml -etc/sipxpbx/hitachi/line.xml -etc/sipxpbx/hitachi/loadrun.ini -etc/sipxpbx/hitachi/phone.xml -etc/sipxpbx/hitachi/types.xml -etc/sipxpbx/hitachi/user.ini.vm -etc/sipxpbx/kphone/kphonerc.vm -etc/sipxpbx/kphone/line.xml -etc/sipxpbx/kphone/phone.xml -etc/sipxpbx/log4j.properties -etc/sipxpbx/polycom/line.xml -etc/sipxpbx/polycom/mac-address.cfg.vm -etc/sipxpbx/polycom/mac-address.d/phone.cfg.vm -etc/sipxpbx/polycom/mac-address.d/sip-1.6.cfg.vm -etc/sipxpbx/polycom/mac-address.d/sip-2.0.cfg.vm -etc/sipxpbx/polycom/phone.xml -etc/sipxpbx/polycom/types.xml -etc/sipxpbx/polycom/upload.xml -etc/sipxpbx/process.d/sipxconfig.process.xml -etc/sipxpbx/setting.dtd -etc/sipxpbx/setting.xsl -etc/sipxpbx/sipxconference/bridge.xml -etc/sipxpbx/sipxconference/conference.xml -etc/sipxpbx/sipxconfig-jetty.xml -etc/sipxpbx/sipxconfig.properties.in -etc/sipxpbx/sipxpark/park-orbit.xml -etc/sipxpbx/sipxvxml/autoattendant.vm -etc/sipxpbx/sipxvxml/autoattendant.xml -etc/sipxpbx/snom/line.xml -etc/sipxpbx/snom/phone.xml -etc/sipxpbx/snom/snom.vm -etc/sipxpbx/snom/types.xml -etc/sipxpbx/topology.xml.in -etc/sipxpbx/unmanagedPhone/line.xml -etc/sipxpbx/unmanagedPhone/phone.xml -etc/sipxpbx/unmanagedPhone/upload.xml -etc/sipxpbx/user-settings.xml -lib/ruby/gems/1.8/cache/sipXconfig-agent-1.0.0.gem -lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0/bin/sipxconfig-agent.in -lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0/lib/main.rb -lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0/lib/server.rb -lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0/lib/sipxconfig-agent.wsdl -lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0/tests/server_test.rb -lib/ruby/gems/1.8/specifications/sipXconfig-agent-1.0.0.gemspec -share/sipxpbx/lib/acegi-security-1.0.0-RC1.jar -share/sipxpbx/lib/activation-1.0.2.jar -share/sipxpbx/lib/agent-bindings.jar -share/sipxpbx/lib/ant-1.6.5.jar -share/sipxpbx/lib/ant-launcher-1.6.5.jar -share/sipxpbx/lib/antlr-2.7.5H3.jar -share/sipxpbx/lib/aopalliance-1.0.jar -share/sipxpbx/lib/asm-1.5.3.jar -share/sipxpbx/lib/axis-1.3.jar -share/sipxpbx/lib/axis-schema-1.3.jar -share/sipxpbx/lib/bsf-2.3.0.jar -share/sipxpbx/lib/c3p0-0.9.0.2.jar -share/sipxpbx/lib/cglib-2.1.2.jar -share/sipxpbx/lib/commons-beanutils-1.7.0.jar -share/sipxpbx/lib/commons-codec-1.3.jar -share/sipxpbx/lib/commons-collections-3.1.jar -share/sipxpbx/lib/commons-digester-1.7.jar -share/sipxpbx/lib/commons-discovery-0.2.jar -share/sipxpbx/lib/commons-fileupload-1.1.1.jar -share/sipxpbx/lib/commons-io-1.1.jar -share/sipxpbx/lib/commons-lang-2.1.jar -share/sipxpbx/lib/commons-logging-1.0.4.jar -share/sipxpbx/lib/commons-pool-1.2.jar -share/sipxpbx/lib/dom4j-1.6.1.jar -share/sipxpbx/lib/ehcache-1.1.jar -share/sipxpbx/lib/hibernate-3.1.3.jar -share/sipxpbx/lib/hitachi-phones.jar -share/sipxpbx/lib/hivemind-1.1.jar -share/sipxpbx/lib/hivemind-lib-1.1.jar -share/sipxpbx/lib/jakarta-oro-2.0.8.jar -share/sipxpbx/lib/jasper-compiler-4.1.31.jar -share/sipxpbx/lib/jasper-runtime-4.1.31.jar -share/sipxpbx/lib/javamail-1.3.2.jar -share/sipxpbx/lib/javassist-3.0.jar -share/sipxpbx/lib/javax.servlet.jar -share/sipxpbx/lib/javax.servlet.jsp.jar -share/sipxpbx/lib/jaxen-full-1.0fcs.jar -share/sipxpbx/lib/jaxrpc.jar -share/sipxpbx/lib/jetty-5.1.4.jar -share/sipxpbx/lib/jta.jar -share/sipxpbx/lib/log4j-1.2.8.jar -share/sipxpbx/lib/logkit-1.0.1.jar -share/sipxpbx/lib/lucene-core-2.0.0.jar -share/sipxpbx/lib/odmg-3.0.jar -share/sipxpbx/lib/ognl-2.6.7.jar -share/sipxpbx/lib/postgresql-8.0.309.jdbc3.jar -share/sipxpbx/lib/saaj.jar -share/sipxpbx/lib/saxpath-1.0fcs.jar -share/sipxpbx/lib/sipxconfig.jar -share/sipxpbx/lib/sipxconfig.war -share/sipxpbx/lib/spring-1.2.7.jar -share/sipxpbx/lib/tacos-4.0.0-lib.jar -share/sipxpbx/lib/tapestry-4.0.2.jar -share/sipxpbx/lib/tapestry-contrib-4.0.2.jar -share/sipxpbx/lib/velocity-1.4.jar -share/sipxpbx/lib/wsdl4j-1.5.1.jar -share/sipxpbx/lib/xercesImpl-2.7.0.jar -share/sipxpbx/lib/xml-apis-1.3.1.jar -share/sipxpbx/lib/xmlrpc-2.0.jar -@dirrmtry bin/ssl-cert -@dirrm etc/sipxpbx/acme -@dirrm etc/sipxpbx/audiocodes -@dirrm etc/sipxpbx/ciscoAta -@dirrm etc/sipxpbx/ciscoIp -@dirrm etc/sipxpbx/commserver -@dirrm etc/sipxpbx/database -@dirrm etc/sipxpbx/dialplan -@dirrm etc/sipxpbx/grandstream -@dirrm etc/sipxpbx/hitachi -@dirrm etc/sipxpbx/kphone -@dirrm etc/sipxpbx/polycom/mac-address.d -@dirrm etc/sipxpbx/polycom -@dirrmtry etc/sipxpbx/process.d -@dirrm etc/sipxpbx/sipxconference -@dirrm etc/sipxpbx/sipxpark -@dirrm etc/sipxpbx/sipxvxml -@dirrm etc/sipxpbx/snom -@dirrm etc/sipxpbx/unmanagedPhone -@dirrmtry etc/sipxpbx -@dirrmtry lib/ruby/gems/1.8/cache -@exec mkdir -p %D/lib/ruby/gems/1.8/doc/sipXconfig-agent-1.0.0 -@dirrm lib/ruby/gems/1.8/doc/sipXconfig-agent-1.0.0 -@dirrmtry lib/ruby/gems/1.8/doc -@dirrm lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0/bin -@dirrm lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0/lib -@dirrm lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0/tests -@dirrm lib/ruby/gems/1.8/gems/sipXconfig-agent-1.0.0 -@dirrmtry lib/ruby/gems/1.8/gems -@dirrmtry lib/ruby/gems/1.8/specifications -@dirrmtry lib/ruby/gems/1.8 -@dirrmtry lib/ruby/gems -@dirrmtry lib/ruby -@dirrm share/sipxpbx/lib -@dirrmtry share/sipxpbx diff --git a/net/sipxmediaadapterlib/Makefile b/net/sipxmediaadapterlib/Makefile deleted file mode 100644 index 143a4f856587..000000000000 --- a/net/sipxmediaadapterlib/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Ports collection makefile for: sipxmediaadapterlib -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxmediaadapterlib -PORTVERSION= 3.6.0 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX library for media adapters (like phones) - -BUILD_DEPENDS= ginstall:${PORTSDIR}/sysutils/coreutils \ - cppunit-config:${PORTSDIR}/devel/cppunit -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - sipXmedia:${PORTSDIR}/net/sipxmedialib \ - pcre.0:${PORTSDIR}/devel/pcre - -DEPRECATED= old version, needs updating -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} - -.include <bsd.port.mk> diff --git a/net/sipxmediaadapterlib/distinfo b/net/sipxmediaadapterlib/distinfo deleted file mode 100644 index 35d5c5c15263..000000000000 --- a/net/sipxmediaadapterlib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxmediaadapterlib-3.6.0.tar.bz2) = c893bf54a4a0a4523613e109c65a0fab -SHA256 (sipxmediaadapterlib-3.6.0.tar.bz2) = 15cd2f6d2546358a6d0c8d107427dc4a2aec28580f4db012b7843185c3fbfe13 -SIZE (sipxmediaadapterlib-3.6.0.tar.bz2) = 269346 diff --git a/net/sipxmediaadapterlib/files/patch-doc-Makefile.am b/net/sipxmediaadapterlib/files/patch-doc-Makefile.am deleted file mode 100644 index cf2f11cc2e81..000000000000 --- a/net/sipxmediaadapterlib/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orig Mon Jan 29 14:13:09 2007 -+++ doc/Makefile.am Mon Jan 29 14:13:19 2007 -@@ -24,7 +24,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxmediaadapterlib/files/patch-doc-Makefile.in b/net/sipxmediaadapterlib/files/patch-doc-Makefile.in deleted file mode 100644 index be918d76623e..000000000000 --- a/net/sipxmediaadapterlib/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Mon Jan 29 14:12:58 2007 -+++ doc/Makefile.in Mon Jan 29 14:13:30 2007 -@@ -480,7 +480,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxmediaadapterlib/files/patch-sipXmediaMediaProcessing_src_Makefile.am b/net/sipxmediaadapterlib/files/patch-sipXmediaMediaProcessing_src_Makefile.am deleted file mode 100644 index ba4e21e4428f..000000000000 --- a/net/sipxmediaadapterlib/files/patch-sipXmediaMediaProcessing_src_Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- ./sipXmediaMediaProcessing/src/Makefile.am.orig Thu Dec 28 19:45:21 2006 -+++ ./sipXmediaMediaProcessing/src/Makefile.am Thu Dec 28 19:45:38 2006 -@@ -26,8 +26,7 @@ - libsipXmediaProcessing_la_LIBADD = \ - ../../interface/libmediainterface.la \ - @SIPXPORT_LIBS@ \ -- @SSL_LIBS@ \ -- -lresolv -+ @SSL_LIBS@ - - libsipXmediaProcessing_la_SOURCES = \ - sipXmediaFactoryImpl.cpp \ diff --git a/net/sipxmediaadapterlib/files/patch-sipXmediaMediaProcessing_src_Makefile.in b/net/sipxmediaadapterlib/files/patch-sipXmediaMediaProcessing_src_Makefile.in deleted file mode 100644 index fd3317f05a22..000000000000 --- a/net/sipxmediaadapterlib/files/patch-sipXmediaMediaProcessing_src_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- ./sipXmediaMediaProcessing/src/Makefile.in.orig Thu Dec 28 19:45:25 2006 -+++ ./sipXmediaMediaProcessing/src/Makefile.in Thu Dec 28 19:45:47 2006 -@@ -275,8 +275,7 @@ - libsipXmediaProcessing_la_LIBADD = \ - ../../interface/libmediainterface.la \ - @SIPXPORT_LIBS@ \ -- @SSL_LIBS@ \ -- -lresolv -+ @SSL_LIBS@ - - libsipXmediaProcessing_la_SOURCES = \ - sipXmediaFactoryImpl.cpp \ diff --git a/net/sipxmediaadapterlib/pkg-descr b/net/sipxmediaadapterlib/pkg-descr deleted file mode 100644 index e755bb2d2fb3..000000000000 --- a/net/sipxmediaadapterlib/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -sipXmediaadapterlib is a library that handles media adapter, such as -phones. It is a necessary dependancy of the sipX project. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxmediaadapterlib/pkg-plist b/net/sipxmediaadapterlib/pkg-plist deleted file mode 100644 index 66880d427b02..000000000000 --- a/net/sipxmediaadapterlib/pkg-plist +++ /dev/null @@ -1,9 +0,0 @@ -include/mi/CpMediaInterface.h -include/mi/CpMediaInterfaceFactory.h -include/mi/CpMediaInterfaceFactoryFactory.h -include/mi/CpMediaInterfaceFactoryImpl.h -lib/libsipXmediaProcessing.a -lib/libsipXmediaProcessing.la -lib/libsipXmediaProcessing.so -lib/libsipXmediaProcessing.so.1 -@dirrm include/mi diff --git a/net/sipxmedialib/Makefile b/net/sipxmedialib/Makefile deleted file mode 100644 index 1d7d0e00688a..000000000000 --- a/net/sipxmedialib/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# Ports collection makefile for: sipxmedialib -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxmedialib -PORTVERSION= 3.6.0 -PORTREVISION= 3 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX library for media streams - -BUILD_DEPENDS= ginstall:${PORTSDIR}/sysutils/coreutils \ - cppunit-config:${PORTSDIR}/devel/cppunit -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - pcre.0:${PORTSDIR}/devel/pcre - -DEPRECATED= old version, needs updating -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} - -.include <bsd.port.mk> diff --git a/net/sipxmedialib/distinfo b/net/sipxmedialib/distinfo deleted file mode 100644 index e65da204646c..000000000000 --- a/net/sipxmedialib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxmedialib-3.6.0.tar.bz2) = 609da4e57bab9e818271d3d81040ef7e -SHA256 (sipxmedialib-3.6.0.tar.bz2) = 758597a9fdce2454c65dc9487ea7e77e14c62e383f859400ddf5268dd64f04e6 -SIZE (sipxmedialib-3.6.0.tar.bz2) = 635781 diff --git a/net/sipxmedialib/files/patch-doc-Makefile.am b/net/sipxmedialib/files/patch-doc-Makefile.am deleted file mode 100644 index 631b5692dd11..000000000000 --- a/net/sipxmedialib/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orgi Mon Jan 29 13:51:12 2007 -+++ doc/Makefile.am Mon Jan 29 13:51:54 2007 -@@ -28,7 +28,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxmedialib/files/patch-doc-Makefile.in b/net/sipxmedialib/files/patch-doc-Makefile.in deleted file mode 100644 index fb11eab7001d..000000000000 --- a/net/sipxmedialib/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orgi Mon Jan 29 13:52:03 2007 -+++ doc/Makefile.in Sat Jan 13 03:27:10 2007 -@@ -478,7 +478,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxmedialib/files/patch-src_mp_MprFromMic.cpp b/net/sipxmedialib/files/patch-src_mp_MprFromMic.cpp deleted file mode 100644 index 5927509cfb5c..000000000000 --- a/net/sipxmedialib/files/patch-src_mp_MprFromMic.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/mp/MprFromMic.cpp.orig Thu Dec 28 19:37:48 2006 -+++ ./src/mp/MprFromMic.cpp Thu Dec 28 19:38:44 2006 -@@ -16,7 +16,7 @@ - #include <assert.h> - - #ifdef __pingtel_on_posix__ --# ifdef __linux__ -+# if defined(__linux__) || defined(__FreeBSD__) - # include <stdlib.h> - typedef __int64_t __int64; - # elif defined(sun) diff --git a/net/sipxmedialib/files/patch-src_mp_MprToSpkr.cpp b/net/sipxmedialib/files/patch-src_mp_MprToSpkr.cpp deleted file mode 100644 index de05e384dc30..000000000000 --- a/net/sipxmedialib/files/patch-src_mp_MprToSpkr.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/mp/MprToSpkr.cpp.orig Thu Dec 28 19:39:15 2006 -+++ ./src/mp/MprToSpkr.cpp Thu Dec 28 19:39:33 2006 -@@ -17,7 +17,7 @@ - #include <assert.h> - - #ifdef __pingtel_on_posix__ --# ifdef __linux__ -+# if defined(__linux__) || defined(__FreeBSD__) - # include <stdlib.h> - typedef __int64_t __int64; - # elif defined(sun) diff --git a/net/sipxmedialib/pkg-descr b/net/sipxmedialib/pkg-descr deleted file mode 100644 index c2fa42be855d..000000000000 --- a/net/sipxmedialib/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -sipXmedialib is a library that handles media streams, such as real-time -packets and WAV files. It is a necessary dependancy of the sipX -project. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxmedialib/pkg-plist b/net/sipxmedialib/pkg-plist deleted file mode 100644 index 976d10fa696b..000000000000 --- a/net/sipxmedialib/pkg-plist +++ /dev/null @@ -1,153 +0,0 @@ -bin/sipxmedialib-config -include/mp/DSP_type.h -include/mp/DspResampling.h -include/mp/FilterBank.h -include/mp/GIPS/G729Interface.h -include/mp/GIPS/GIPS_API.h -include/mp/GIPS/gips_typedefs.h -include/mp/HandsetFilterBank.h -include/mp/HandsetFilterbankWindows.h -include/mp/JB/JB_API.h -include/mp/JB/jb_typedefs.h -include/mp/MpAudioAbstract.h -include/mp/MpAudioFileDecompress.h -include/mp/MpAudioFileOpen.h -include/mp/MpAudioFileUtils.h -include/mp/MpAudioUtils.h -include/mp/MpAudioWaveFileRead.h -include/mp/MpBuf.h -include/mp/MpBufferMsg.h -include/mp/MpCallFlowGraph.h -include/mp/MpCodec.h -include/mp/MpCodecFactory.h -include/mp/MpCodecInfo.h -include/mp/MpConnection.h -include/mp/MpDecoderBase.h -include/mp/MpDefs.h -include/mp/MpEncoderBase.h -include/mp/MpFlowGraphBase.h -include/mp/MpFlowGraphMsg.h -include/mp/MpJitterBuffer.h -include/mp/MpMediaTask.h -include/mp/MpMediaTaskMsg.h -include/mp/MpMisc.h -include/mp/MpPlayer.h -include/mp/MpPlayerEvent.h -include/mp/MpPlayerListener.h -include/mp/MpQueuePlayerListener.h -include/mp/MpRawAudioBuffer.h -include/mp/MpResource.h -include/mp/MpResourceSortAlg.h -include/mp/MpSipxDecoders.h -include/mp/MpStreamFeeder.h -include/mp/MpStreamMsg.h -include/mp/MpStreamPlayer.h -include/mp/MpStreamPlaylistPlayer.h -include/mp/MpStreamQueuePlayer.h -include/mp/MpTypes.h -include/mp/MpdGIPSG729ab.h -include/mp/MpdGIPSPCMA.h -include/mp/MpdGIPSPCMU.h -include/mp/MpdGIPSiLBC.h -include/mp/MpdGIPSiPCMA.h -include/mp/MpdGIPSiPCMU.h -include/mp/MpdGIPSiPCMWB.h -include/mp/MpdPtAVT.h -include/mp/MpdSipxPcma.h -include/mp/MpdSipxPcmu.h -include/mp/MpeGIPSG729ab.h -include/mp/MpeGIPSPCMA.h -include/mp/MpeGIPSPCMU.h -include/mp/MpeGIPSiLBC.h -include/mp/MpeGIPSiPCMA.h -include/mp/MpeGIPSiPCMU.h -include/mp/MpeGIPSiPCMWB.h -include/mp/MpePtAVT.h -include/mp/MpeSipxPcma.h -include/mp/MpeSipxPcmu.h -include/mp/MprBridge.h -include/mp/MprDecode.h -include/mp/MprDejitter.h -include/mp/MprEchoSuppress.h -include/mp/MprEncode.h -include/mp/MprFromFile.h -include/mp/MprFromMic.h -include/mp/MprFromNet.h -include/mp/MprFromStream.h -include/mp/MprMixer.h -include/mp/MprRecorder.h -include/mp/MprSplitter.h -include/mp/MprToNet.h -include/mp/MprToSpkr.h -include/mp/MprToneGen.h -include/mp/NetInTask.h -include/mp/StreamBufferDataSource.h -include/mp/StreamDataSource.h -include/mp/StreamDataSourceListener.h -include/mp/StreamDecoderListener.h -include/mp/StreamDefs.h -include/mp/StreamFileDataSource.h -include/mp/StreamFormatDecoder.h -include/mp/StreamHttpDataSource.h -include/mp/StreamQueueMsg.h -include/mp/StreamQueueingFormatDecoder.h -include/mp/StreamRAWFormatDecoder.h -include/mp/StreamWAVFormatDecoder.h -include/mp/dmaTask.h -include/mp/dsplib.h -include/mp/dtmflib.h -include/mp/mpau.h -include/mp/resamplingby2.h -include/rtcp/BaseClass.h -include/rtcp/ByeReport.h -include/rtcp/IBaseClass.h -include/rtcp/IByeReport.h -include/rtcp/IGetByeInfo.h -include/rtcp/IGetReceiverStatistics.h -include/rtcp/IGetSenderStatistics.h -include/rtcp/IGetSrcDescription.h -include/rtcp/INetDispatch.h -include/rtcp/INetworkChannel.h -include/rtcp/INetworkRender.h -include/rtcp/INetworkSource.h -include/rtcp/IRTCPConnection.h -include/rtcp/IRTCPControl.h -include/rtcp/IRTCPHeader.h -include/rtcp/IRTCPNotify.h -include/rtcp/IRTCPRegister.h -include/rtcp/IRTCPRender.h -include/rtcp/IRTCPSession.h -include/rtcp/IRTCPStatistics.h -include/rtcp/IRTPDispatch.h -include/rtcp/IRTPHeader.h -include/rtcp/IReceiverReport.h -include/rtcp/ISDESReport.h -include/rtcp/ISenderReport.h -include/rtcp/ISetReceiverStatistics.h -include/rtcp/ISetSenderStatistics.h -include/rtcp/ISetSrcDescription.h -include/rtcp/Message.h -include/rtcp/MsgQueue.h -include/rtcp/NetworkChannel.h -include/rtcp/RTCManager.h -include/rtcp/RTCPConnection.h -include/rtcp/RTCPHeader.h -include/rtcp/RTCPRender.h -include/rtcp/RTCPSession.h -include/rtcp/RTCPSource.h -include/rtcp/RTCPTimer.h -include/rtcp/RTPHeader.h -include/rtcp/ReceiverReport.h -include/rtcp/RtcpConfig.h -include/rtcp/SenderReport.h -include/rtcp/SourceDescription.h -include/rtcp/TLink.h -include/rtcp/TLinkedList.h -lib/libsipXmedia.a -lib/libsipXmedia.la -lib/libsipXmedia.so -lib/libsipXmedia.so.1 -@dirrm include/rtcp -@dirrm include/mp/JB -@dirrm include/mp/GIPS -@dirrm include/mp diff --git a/net/sipxpbx/Makefile b/net/sipxpbx/Makefile deleted file mode 100644 index 881129ae6e80..000000000000 --- a/net/sipxpbx/Makefile +++ /dev/null @@ -1,100 +0,0 @@ -# Ports collection makefile for: sipxpbx -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxpbx -PORTVERSION= 3.6.0 -PORTREVISION= 7 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX PBX - Toplevel sipX port - -BUILD_DEPENDS= ${LOCALBASE}/${APACHEMODDIR}/mod_cplusplus.so:${PORTSDIR}/www/mod_cplusplus \ - ginstall:${PORTSDIR}/sysutils/coreutils -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - sipXmedia:${PORTSDIR}/net/sipxmedialib \ - sipXmediaProcessing:${PORTSDIR}/net/sipxmediaadapterlib \ - sipXcall:${PORTSDIR}/net/sipxcalllib \ - sipXcommserver:${PORTSDIR}/net/sipxcommserverlib \ - expat:${PORTSDIR}/textproc/expat2 \ - cgicc:${PORTSDIR}/www/cgicc \ - pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - sipauthproxy:${PORTSDIR}/net/sipxproxy \ - sipregistrar:${PORTSDIR}/net/sipxregistry \ - sipxconfig.sh:${PORTSDIR}/net/sipxconfig \ - sipstatus.sh:${PORTSDIR}/net/sipxpublisher \ - sipXvxml.sh:${PORTSDIR}/net/sipxvxml \ - psql:${PORTSDIR}/databases/postgresql81-client - -DEPRECATED= depends on broken port net/sipxcommserverlib -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -USE_APACHE= 2.0+ -USE_PERL5_RUN= yes -USE_RC_SUBR= sipxpbx -GNU_CONFIGURE= yes -LOCALSTATEDIR= /var - -.include <bsd.port.pre.mk> -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` - -.if ${APACHE_VERSION} >= 21 -APR_DIR= ${PREFIX}/include/apr-1 -APACHE_HOME= ${PREFIX}/share/apache${APACHE_VERSION} -.else -APR_DIR= ${PREFIX}/include/apache2 -APACHE_HOME= ${PREFIX}/share/apache2 -.endif - -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} \ - --with-apache-include=${PREFIX}/${APACHEINCLUDEDIR} \ - --with-apr=${APR_DIR} \ - --with-apache-modules=${PREFIX}/${APACHEMODDIR} \ - --with-apache-home=${APACHE_HOME} \ - --with-mod_cplusplus=${PREFIX}/${APACHEINCLUDEDIR} -SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} \ - PREFIX=${PREFIX} \ - APACHEMODDIR=${APACHEMODDIR} \ - APACHE_VERSION=${APACHE_VERSION} - -SUB_FILES= pkg-deinstall sipxpbx pkg-message pkg-install -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGINSTALL= ${WRKDIR}/pkg-install - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/autodel - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/httpd-sipxchange-config.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/keepalive.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/backup-configs.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/restore-configs.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/backup-mailstore.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/restore-mailstore.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/blat - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipx-chkspace.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/voicemail_clean.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/check-fqdn - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/sipXpark/bin/sipxpark.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/src/watchdog/watchdog.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/sipXpresence/bin/sipxpresence.sh.in - -pre-install: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -post-install: - @${CAT} ${PKGMESSAGE} - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/net/sipxpbx/distinfo b/net/sipxpbx/distinfo deleted file mode 100644 index 593a7056102b..000000000000 --- a/net/sipxpbx/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxpbx-3.6.0.tar.bz2) = 8d0ed5fc8468d14dc375e1deb5025467 -SHA256 (sipxpbx-3.6.0.tar.bz2) = c6714418a7858f2afad5e696f838375c3773a3aca50fc7ff437810865d9c687f -SIZE (sipxpbx-3.6.0.tar.bz2) = 12805071 diff --git a/net/sipxpbx/files/patch-bin_Makefile.am b/net/sipxpbx/files/patch-bin_Makefile.am deleted file mode 100644 index bdfcc0e70586..000000000000 --- a/net/sipxpbx/files/patch-bin_Makefile.am +++ /dev/null @@ -1,39 +0,0 @@ ---- bin/Makefile.am.orig Fri Jan 12 17:42:51 2007 -+++ bin/Makefile.am Fri Jan 12 17:46:27 2007 -@@ -32,9 +32,9 @@ - $(bin_SCRIPTS) \ - $(SCRIPT_TEMPLATES) - --install-exec-hook : $(DESTDIR)$(sysconfdir)/init.d/sipxpbx bin-scripts \ -- $(DESTDIR)$(sysconfdir)/cron.daily/voicemail_clean \ -- $(DESTDIR)$(sysconfdir)/cron.daily/sipx-chkspace -+install-exec-hook : bin-scripts \ -+ $(DESTDIR)$(bindir)/voicemail_clean \ -+ $(DESTDIR)$(bindir)/sipx-chkspace - - $(DESTDIR)$(sysconfdir)/init.d/sipxpbx: $(sysconfdir)/init.d sipxpbx - $(INSTALL) -D -m 755 sipxpbx $(DESTDIR)$(sysconfdir)/init.d/sipxpbx -@@ -42,18 +42,18 @@ - sipxpbx: sipxpbx.in - $(LocalizeSipXconfig) $(srcdir)/sipxpbx.in > sipxpbx - --$(DESTDIR)$(sysconfdir)/cron.daily/voicemail_clean: voicemail_clean.in -+$(DESTDIR)$(bindir)/voicemail_clean: voicemail_clean.in - $(LocalizeSipXconfig) $(srcdir)/voicemail_clean.in > voicemail_clean -- $(INSTALL) -D -m 755 voicemail_clean $(DESTDIR)$(sysconfdir)/cron.daily/voicemail_clean -+ $(INSTALL) -D -m 755 voicemail_clean $(DESTDIR)$(bindir)/voicemail_clean - --$(DESTDIR)$(sysconfdir)/cron.daily/sipx-chkspace: sipx-chkspace.in -+$(DESTDIR)$(bindir)/sipx-chkspace: sipx-chkspace.in - $(LocalizeSipXconfig) $(srcdir)/sipx-chkspace.in > sipx-chkspace -- $(INSTALL) -D -m 755 sipx-chkspace $(DESTDIR)$(sysconfdir)/cron.daily/sipx-chkspace -+ $(INSTALL) -D -m 755 sipx-chkspace $(DESTDIR)$(bindir)/sipx-chkspace - - $(sysconfdir)/init.d: - $(INSTALL) -d $(DESTDIR)$(sysconfdir)/init.d - --bin-scripts: $(sysconfdir)/init.d -+bin-scripts: - for s in $(SCRIPT_TEMPLATES); \ - do \ - tgt=`basename $$s .in`; \ diff --git a/net/sipxpbx/files/patch-bin_Makefile.in b/net/sipxpbx/files/patch-bin_Makefile.in deleted file mode 100644 index a3f4560ddfd6..000000000000 --- a/net/sipxpbx/files/patch-bin_Makefile.in +++ /dev/null @@ -1,39 +0,0 @@ ---- bin/Makefile.in.orig Sat Jan 13 16:33:54 2007 -+++ bin/Makefile.in Sat Jan 13 16:35:35 2007 -@@ -530,9 +530,9 @@ - > ${PACKAGE}-config - chmod +x ${PACKAGE}-config - --install-exec-hook : $(DESTDIR)$(sysconfdir)/init.d/sipxpbx bin-scripts \ -- $(DESTDIR)$(sysconfdir)/cron.daily/voicemail_clean \ -- $(DESTDIR)$(sysconfdir)/cron.daily/sipx-chkspace -+install-exec-hook : bin-scripts \ -+ $(DESTDIR)$(bindir)/voicemail_clean \ -+ $(DESTDIR)$(bindir)/sipx-chkspace - - $(DESTDIR)$(sysconfdir)/init.d/sipxpbx: $(sysconfdir)/init.d sipxpbx - $(INSTALL) -D -m 755 sipxpbx $(DESTDIR)$(sysconfdir)/init.d/sipxpbx -@@ -540,18 +540,18 @@ - sipxpbx: sipxpbx.in - $(LocalizeSipXconfig) $(srcdir)/sipxpbx.in > sipxpbx - --$(DESTDIR)$(sysconfdir)/cron.daily/voicemail_clean: voicemail_clean.in -+$(DESTDIR)$(bindir)/voicemail_clean: voicemail_clean.in - $(LocalizeSipXconfig) $(srcdir)/voicemail_clean.in > voicemail_clean -- $(INSTALL) -D -m 755 voicemail_clean $(DESTDIR)$(sysconfdir)/cron.daily/voicemail_clean -+ $(INSTALL) -D -m 755 voicemail_clean $(DESTDIR)$(bindir)/voicemail_clean - --$(DESTDIR)$(sysconfdir)/cron.daily/sipx-chkspace: sipx-chkspace.in -+$(DESTDIR)$(bindir)/sipx-chkspace: sipx-chkspace.in - $(LocalizeSipXconfig) $(srcdir)/sipx-chkspace.in > sipx-chkspace -- $(INSTALL) -D -m 755 sipx-chkspace $(DESTDIR)$(sysconfdir)/cron.daily/sipx-chkspace -+ $(INSTALL) -D -m 755 sipx-chkspace $(DESTDIR)$(bindir)/sipx-chkspace - - $(sysconfdir)/init.d: - $(INSTALL) -d $(DESTDIR)$(sysconfdir)/init.d - --bin-scripts: $(sysconfdir)/init.d -+bin-scripts: - for s in $(SCRIPT_TEMPLATES); \ - do \ - tgt=`basename $$s .in`; \ diff --git a/net/sipxpbx/files/patch-bin_autodel b/net/sipxpbx/files/patch-bin_autodel deleted file mode 100644 index 8dd415b6f8cd..000000000000 --- a/net/sipxpbx/files/patch-bin_autodel +++ /dev/null @@ -1,24 +0,0 @@ ---- ./bin/autodel.orig Mon Jan 1 14:51:46 2007 -+++ ./bin/autodel Tue Jan 2 13:40:34 2007 -@@ -18,17 +18,17 @@ - OWNER=`echo ${1:-$USER} | cut -c 1-8` - - # Parse the output of ipcs for the IDs of the resources we want --SEM_IDS=`ipcs -s -c | grep "$OWNER" | cut -d\ -f 1` -+SEM_IDS=`ipcs -s -c | grep "$OWNER" | awk '{print $2}'` - - for ID in $SEM_IDS - do -- ipcrm sem $ID > /dev/null -+ ipcrm -s $ID > /dev/null - done - - # Parse the output of ipcs for the IDs of the resources we want --SHM_IDS=`ipcs -m -c | grep "$OWNER" | cut -d\ -f 1` -+SHM_IDS=`ipcs -m -c | grep "$OWNER" | awk '{print $2}'` - - for ID in $SHM_IDS - do -- ipcrm shm $ID > /dev/null -+ ipcrm -m $ID > /dev/null - done diff --git a/net/sipxpbx/files/patch-bin_backup-configs.sh.in b/net/sipxpbx/files/patch-bin_backup-configs.sh.in deleted file mode 100644 index c57b9a1aa6bb..000000000000 --- a/net/sipxpbx/files/patch-bin_backup-configs.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./bin/backup-configs.sh.in.orig Wed Jan 3 14:10:48 2007 -+++ ./bin/backup-configs.sh.in Wed Jan 3 14:12:57 2007 -@@ -54,7 +54,7 @@ - done - - dump_database() { -- pg_dump -U postgres -F t SIPXCONFIG -+ pg_dump -U pgsql -F t SIPXCONFIG - } - - if [ ! -f /var/run/postmaster*.pid ] diff --git a/net/sipxpbx/files/patch-bin_restore-configs.sh.in b/net/sipxpbx/files/patch-bin_restore-configs.sh.in deleted file mode 100644 index 66a8d63d0159..000000000000 --- a/net/sipxpbx/files/patch-bin_restore-configs.sh.in +++ /dev/null @@ -1,13 +0,0 @@ ---- ./bin/restore-configs.sh.in.orig Wed Jan 3 14:13:23 2007 -+++ ./bin/restore-configs.sh.in Wed Jan 3 14:13:44 2007 -@@ -81,7 +81,7 @@ - echo "done." - - echo -n "Restoring database... " --dropdb -U postgres SIPXCONFIG > /dev/null --createdb -U postgres --encoding=UNICODE SIPXCONFIG > /dev/null --zcat $BACKUP_DIR/pds.tar.gz | pg_restore -U postgres -d SIPXCONFIG 2> /dev/null -+dropdb -U pgsql SIPXCONFIG > /dev/null -+createdb -U pgsql --encoding=UNICODE SIPXCONFIG > /dev/null -+zcat $BACKUP_DIR/pds.tar.gz | pg_restore -U pgsql -d SIPXCONFIG 2> /dev/null - echo "done." diff --git a/net/sipxpbx/files/patch-doc-Makefile.am b/net/sipxpbx/files/patch-doc-Makefile.am deleted file mode 100644 index efcf7445addb..000000000000 --- a/net/sipxpbx/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orig Wed Jan 31 20:25:42 2007 -+++ doc/Makefile.am Wed Jan 31 20:26:20 2007 -@@ -32,7 +32,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpbx/files/patch-doc-Makefile.in b/net/sipxpbx/files/patch-doc-Makefile.in deleted file mode 100644 index 0a5335e55421..000000000000 --- a/net/sipxpbx/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Wed Jan 31 20:25:51 2007 -+++ doc/Makefile.in Wed Jan 31 20:26:31 2007 -@@ -498,7 +498,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpbx/files/patch-doc_developer_gen-config.sh b/net/sipxpbx/files/patch-doc_developer_gen-config.sh deleted file mode 100644 index ea516a84d72c..000000000000 --- a/net/sipxpbx/files/patch-doc_developer_gen-config.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- ./doc/developer/gen-config.sh.orig Thu Jan 4 16:22:49 2007 -+++ ./doc/developer/gen-config.sh Thu Jan 4 16:22:56 2007 -@@ -91,7 +91,7 @@ - user="${userNum}@${host}" - - ################# Credential ################ -- token=`echo -n "${userNum}:${host}:1234" | md5sum | cut -d " " -f 1` -+ token=`echo -n "${userNum}:${host}:1234" | md5 -r | cut -d " " -f 1` - cat <<EOF >> ${CfgDir}/credential.xml - <item> - <uri>sip:${user}</uri> diff --git a/net/sipxpbx/files/patch-etc_httpd-sipxchange-common-ssl.conf.in.in b/net/sipxpbx/files/patch-etc_httpd-sipxchange-common-ssl.conf.in.in deleted file mode 100644 index 7d0c6b1dd86a..000000000000 --- a/net/sipxpbx/files/patch-etc_httpd-sipxchange-common-ssl.conf.in.in +++ /dev/null @@ -1,17 +0,0 @@ ---- ./etc/httpd-sipxchange-common-ssl.conf.in.in.orig Thu Jan 4 14:59:02 2007 -+++ ./etc/httpd-sipxchange-common-ssl.conf.in.in Thu Jan 4 14:59:36 2007 -@@ -1,7 +1,7 @@ - # This file is included in place of ssl.conf. - # It is included _before_ httpd-sipxchange-common.conf - --<IfDefine SSL> -+<IfModule ssl_module> - - Listen 443 - Listen 8091 -@@ -59,4 +59,4 @@ - "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b" - </VirtualHost> - --</IfDefine> -+</IfModule> diff --git a/net/sipxpbx/files/patch-etc_httpd-sipxchange-common.conf.in.in b/net/sipxpbx/files/patch-etc_httpd-sipxchange-common.conf.in.in deleted file mode 100644 index 3970e6a7b2e5..000000000000 --- a/net/sipxpbx/files/patch-etc_httpd-sipxchange-common.conf.in.in +++ /dev/null @@ -1,22 +0,0 @@ ---- ./etc/httpd-sipxchange-common.conf.in.in.orig Mon Jan 1 17:00:51 2007 -+++ ./etc/httpd-sipxchange-common.conf.in.in Thu Jan 4 15:01:20 2007 -@@ -9,16 +9,16 @@ - CoreDumpDirectory @SIPX_LOGDIR@ - - # This is only available to the default (*:8090) port if there is no SSL --#<IfDefine !SSL> -+#<IfModule !ssl_module> - # ScriptAlias /cgi-bin/ "@wwwdir@/cgi-bin/" --#</IfDefine> -+#</IfModule> - - # Added sipxchange Authentication Module. This uses the LoadModule syntax - # and exports several commands - # - LoadCPPHandler loads the specified handler shared object - # - AddCPPHandler associates a particular handler with a directory spec - # --LoadModule cplusplus_module @APACHE2_MOD@/libmod_cplusplus.so -+LoadModule cplusplus_module @APACHE2_MOD@/mod_cplusplus.so - LoadCPPHandler mod_sipxauth @APACHE2_MOD@/libmod_sipxauth.so - - # protect the sipxchange cgi-bin directory from unauthorized access diff --git a/net/sipxpbx/files/patch-etc_httpd-sipxchange-mediaserver.conf.in.in b/net/sipxpbx/files/patch-etc_httpd-sipxchange-mediaserver.conf.in.in deleted file mode 100644 index 5e816f20596e..000000000000 --- a/net/sipxpbx/files/patch-etc_httpd-sipxchange-mediaserver.conf.in.in +++ /dev/null @@ -1,14 +0,0 @@ ---- ./etc/httpd-sipxchange-mediaserver.conf.in.in.orig Thu Jan 4 15:00:40 2007 -+++ ./etc/httpd-sipxchange-mediaserver.conf.in.in Thu Jan 4 15:01:07 2007 -@@ -7,9 +7,9 @@ - </Directory> - - # This is only available to the default (*:8090) port if there is no SSL --<IfDefine !SSL> -+<IfModule !ssl_module> - Alias /mailboxes/ "@SIPX_VXMLDATADIR@/" --</IfDefine> -+</IfModule> - - # Restrict the following directory - # Otherwise it will be wide open to anyone with a web browser diff --git a/net/sipxpbx/files/patch-etc_httpd.conf.in b/net/sipxpbx/files/patch-etc_httpd.conf.in deleted file mode 100644 index 8edd399c9b47..000000000000 --- a/net/sipxpbx/files/patch-etc_httpd.conf.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./etc/httpd.conf.in.orig Mon Jan 1 18:16:21 2007 -+++ ./etc/httpd.conf.in Mon Jan 1 18:16:32 2007 -@@ -262,7 +262,7 @@ - LoadModule suexec_module @APACHE2_MOD@/mod_suexec.so - LoadModule disk_cache_module @APACHE2_MOD@/mod_disk_cache.so - LoadModule file_cache_module @APACHE2_MOD@/mod_file_cache.so --LoadModule mem_cache_module @APACHE2_MOD@/mod_mem_cache.so -+#LoadModule mem_cache_module @APACHE2_MOD@/mod_mem_cache.so - LoadModule cgi_module @APACHE2_MOD@/mod_cgi.so - - # diff --git a/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.am b/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.am deleted file mode 100644 index 2ff0cf6dd986..000000000000 --- a/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- ./sipXdialog/doc/Makefile.am.orig Sat Dec 30 15:33:47 2006 -+++ ./sipXdialog/doc/Makefile.am Sat Dec 30 15:34:00 2006 -@@ -29,7 +29,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in b/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in deleted file mode 100644 index 64abd03f3cc1..000000000000 --- a/net/sipxpbx/files/patch-sipXdialog_doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./sipXdialog/doc/Makefile.in.orig Sat Dec 30 15:33:50 2006 -+++ ./sipXdialog/doc/Makefile.in Sat Dec 30 15:34:09 2006 -@@ -494,7 +494,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpbx/files/patch-sipXpark_doc_Makefile.am b/net/sipxpbx/files/patch-sipXpark_doc_Makefile.am deleted file mode 100644 index 91eae40a7473..000000000000 --- a/net/sipxpbx/files/patch-sipXpark_doc_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- ./sipXpark/doc/Makefile.am.orig Sat Dec 30 15:21:53 2006 -+++ ./sipXpark/doc/Makefile.am Sat Dec 30 15:22:25 2006 -@@ -29,7 +29,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpbx/files/patch-sipXpark_doc_Makefile.in b/net/sipxpbx/files/patch-sipXpark_doc_Makefile.in deleted file mode 100644 index af5f8162c0bd..000000000000 --- a/net/sipxpbx/files/patch-sipXpark_doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./sipXpark/doc/Makefile.in.orig Sat Dec 30 15:01:03 2006 -+++ ./sipXpark/doc/Makefile.in Sat Dec 30 15:22:35 2006 -@@ -494,7 +494,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.am b/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.am deleted file mode 100644 index 4020482f281c..000000000000 --- a/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- ./sipXpresence/doc/Makefile.am.orig Sat Dec 30 15:31:07 2006 -+++ ./sipXpresence/doc/Makefile.am Sat Dec 30 15:31:19 2006 -@@ -29,7 +29,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.in b/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.in deleted file mode 100644 index d23c0d732eae..000000000000 --- a/net/sipxpbx/files/patch-sipXpresence_doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./sipXpresence/doc/Makefile.in.orig Sat Dec 30 15:28:22 2006 -+++ ./sipXpresence/doc/Makefile.in Sat Dec 30 15:31:28 2006 -@@ -494,7 +494,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs --replace=% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpbx/files/patch-src_mod_sipxauth_SIPXAuthHandler.cpp b/net/sipxpbx/files/patch-src_mod_sipxauth_SIPXAuthHandler.cpp deleted file mode 100644 index 38153e5f2586..000000000000 --- a/net/sipxpbx/files/patch-src_mod_sipxauth_SIPXAuthHandler.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- src/mod_sipxauth/SIPXAuthHandler.cpp.orig Sun Feb 11 18:35:47 2007 -+++ src/mod_sipxauth/SIPXAuthHandler.cpp Sun Feb 11 18:41:37 2007 -@@ -168,7 +168,7 @@ - rPidStr = temp; - } - --SIPXAuthHandler::SIPXAuthHandler() : ApacheHandler() -+SIPXAuthHandler::SIPXAuthHandler(ApacheServerRec *pRequest) : ApacheHandler(pRequest) - { - // do NOT Initialize the IMDB Singleton - Note this is called - // running as user root so delay until running as user apache -@@ -625,9 +625,9 @@ - - /*=====================INSTANCIATORS==========================*/ - --ApacheHandler *instanciate_auth() -+ApacheHandler *instanciate_auth(ApacheServerRec *pServer) - { -- return new SIPXAuthHandler(); -+ return new SIPXAuthHandler(pServer); - } - - // Make sure this symbol is exported and also it is crucial diff --git a/net/sipxpbx/files/patch-src_mod_sipxauth_SIPXAuthHandler.h b/net/sipxpbx/files/patch-src_mod_sipxauth_SIPXAuthHandler.h deleted file mode 100644 index f218ca2efc43..000000000000 --- a/net/sipxpbx/files/patch-src_mod_sipxauth_SIPXAuthHandler.h +++ /dev/null @@ -1,11 +0,0 @@ ---- src/mod_sipxauth/SIPXAuthHandler.h.orig Sun Feb 11 18:35:54 2007 -+++ src/mod_sipxauth/SIPXAuthHandler.h Sun Feb 11 18:42:19 2007 -@@ -56,7 +56,7 @@ - }; - - /** Ctor */ -- SIPXAuthHandler (void); -+ SIPXAuthHandler (ApacheServerRec *pRequest); - - /** Dtor */ - ~SIPXAuthHandler(void); diff --git a/net/sipxpbx/files/patch-src_watchdog_EmailReporter.cpp b/net/sipxpbx/files/patch-src_watchdog_EmailReporter.cpp deleted file mode 100644 index da545d11e1fd..000000000000 --- a/net/sipxpbx/files/patch-src_watchdog_EmailReporter.cpp +++ /dev/null @@ -1,14 +0,0 @@ ---- ./src/watchdog/EmailReporter.cpp.orig Sat Dec 30 14:24:12 2006 -+++ ./src/watchdog/EmailReporter.cpp Sat Dec 30 14:24:35 2006 -@@ -10,7 +10,11 @@ - ////////////////////////////////////////////////////////////////////////////// - - // SYSTEM INCLUDES -+#if defined(__FreeBSD__) -+#include <stdlib.h> -+#else - #include <malloc.h> -+#endif - - // APPLICATION INCLUDES - #include "os/OsConnectionSocket.h" diff --git a/net/sipxpbx/files/pkg-deinstall.in b/net/sipxpbx/files/pkg-deinstall.in deleted file mode 100644 index 82574b516e9d..000000000000 --- a/net/sipxpbx/files/pkg-deinstall.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin - -LOCALSTATEDIR="%%LOCALSTATEDIR%%" - -post-deinstall() { - echo "WARNING: If you will *NOT* use this package anymore, please remove - the" - echo " following file manually:" - echo " ${LOCALSTATEDIR}/sipxdata/upgrade/sipxpbx-previous.tgz" - echo -} - -case $2 in - POST-DEINSTALL) - post-deinstall - ;; -esac diff --git a/net/sipxpbx/files/pkg-install.in b/net/sipxpbx/files/pkg-install.in deleted file mode 100644 index c431abbae362..000000000000 --- a/net/sipxpbx/files/pkg-install.in +++ /dev/null @@ -1,59 +0,0 @@ -#!/bin/sh - -PATH=/bin:/sbin:/usr/bin:/usr/sbin - -USER=sipx -GROUP=sipx - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2> /dev/null ; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} ; then - echo "Added group \"${GROUP}\"." - else - echo "Add of group \"${GROUP}\" failed." - exit 1 - fi - fi - - if pw user show "${USER}" 2> /dev/null ; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d %%LOCALSTATEDIR%%/sipxdata/configserver/phone/profile/tftproot -s %%PREFIX%%/bin/bash -c "sipX" ; then - echo "Added user \"${USER}\"." - else - echo "Add of user \"${USER}\" failed." - exit 1 - fi - fi - ;; -POST-INSTALL) - # Create a dummy file in /usr/local/www/sipX/conf to act - # as a poorman's reference count. Both sipxpbx and sipxvxml - # create this empty directory. If we leave it empty, - # when we remove either package, the directory will be removed - # (assuming it is still empty). However, the other package - # still thinks the empty directory still exists. Tinderbox - # doesn't like this. - touch %%PREFIX%%/www/sipX/conf/.sipxpbx_dummy - - # fix up permission on sipX directories under /var - mkdir -p %%LOCALSTATEDIR%%/log/sipxpbx - mkdir -p %%LOCALSTATEDIR%%/run/sipxpbx - chown ${USER}:${GROUP} %%LOCALSTATEDIR%%/log/sipxpbx - chown ${USER}:${GROUP} %%LOCALSTATEDIR%%/run/sipxpbx - chown -R ${USER}:${GROUP} %%LOCALSTATEDIR%%/sipxdata - chown ${USER}:${GROUP} %%PREFIX%%/etc/sipxpbx - chown -R ${USER}:${GROUP} %%PREFIX%%/www/sipX - if [ ! -f %%PREFIX%%/%%APACHEMODDIR%%/mod_ssl.so ] ; then \ - echo "!!!!!!!!!!" ; \ - echo "You have installed www/apache%%APACHE_VERSION%% without the SSL module." ; \ - echo "sipXpbx requires the apache SSL module." ; \ - echo "Please rebuild and reinstall www/apache%%APACHE_VERSION%% with -DWITH_SSL_MODULES" ; \ - echo "!!!!!!!!!!" ; \ - fi - ;; -esac diff --git a/net/sipxpbx/files/pkg-message.in b/net/sipxpbx/files/pkg-message.in deleted file mode 100644 index c91912ee87e5..000000000000 --- a/net/sipxpbx/files/pkg-message.in +++ /dev/null @@ -1,78 +0,0 @@ - -******************************************************************** -Before you can run sipX, you must perform a number of manual -configuration step. This includes adding DNS entries, setting up -SSL certificates and modifying your httpd.conf file. The SSL -certificate is *not* optional, even for quick tests, the various -sipX modules use the SSL certificate when they communcation with -each other). - -In general, the following URL is a good place to get information -on installing and running sipX. We've already taken care of the -compiling and installing bits, but you still need to do some final -configuration: - http://sipx-wiki.calivia.com/index.php/SipX_Start_Here - -sipX can take advantage of DNS SRV for your SIP traffic. This -affords and extra level of flexibility if you choose to use it. -Please read: - http://sipx-wiki.calivia.com/index.php/DNS_Configuration - -sipX provide a couple scripts to simplify the SSL certificate -generation and installation procedure. Please read: - - %%PREFIX%%/share/doc/sipxcommserverlib/INSTALL.ssl - -You will also need to adjust your %%APACHEETCDIR%%/httpd.conf file. - Ensure httpd runs as user sipx and group sipx. Ala: - User sipx - Group sipx - Change the document root to - DocumentRoot %%PREFIX%%/www/sipX/doc - The <Directory > instance should match - <Directory "%%PREFIX%%/www/sipX/doc"> - Finally, include these lines: - - <IfModule ssl_module> - Include %%PREFIX%%/etc/sipxpbx/httpd-sipxchange-common-ssl.conf - </IfModule> - - Include %%PREFIX%%/etc/sipxpbx/httpd-sipxchange-common.conf - Include %%PREFIX%%/etc/sipxpbx/httpd-sipxchange-configserver.conf - - -Edit the sipX configuration file. Be sure to match the configuration -entries against your DNS configuration. - - %%PREFIX%%/etc/sipxpbx/config.defs - -Modify /etc/crontab to run the following daily - %%PREFIX%%/bin/sipx-chkspace - %%PREFIX%%/bin/voicemail_clean - -You also need to configure unixODBC to map to the postgresql database. -Add the following lines to %%PREFIX%%/etc/odbcinst.ini - [PostgreSQL] - Description = PostgreSQL driver - Driver = %%PREFIX%%/lib/libodbcpsql.so - Setup = %%PREFIX%%/lib/libodbcpsqlS.so - FileUsage = 1 - Threading = 2 - -Don't forget to initialize the postgresql database if you haven't already. -See the postgresql port for details. - -I've found it necessary to increase the size of Sys V shared memory, -semaphores, etc. Add the following lines to %%DESTDIR%%/boot/loader.conf - kern.ipc.shmmax=134217728 - kern.ipc.shmall=65536 - kern.ipc.semmni=40 - kern.ipc.semmns=240 - kern.ipc.semume=40 - kern.ipc.semmnu=120 - -The newly created user, sipx, will use the directory containing UA (phone) -boot files as its home directory. Thus you can configure your phones to -FTP their boot files as user sipx. - -******************************************************************** diff --git a/net/sipxpbx/files/sipxpbx.in b/net/sipxpbx/files/sipxpbx.in deleted file mode 100644 index 1cfa17ec9d4d..000000000000 --- a/net/sipxpbx/files/sipxpbx.in +++ /dev/null @@ -1,430 +0,0 @@ -#!/bin/sh - -# PROVIDE: sipxpbx -# REQUIRE: NETWORKING SERVERS postgresql -# BEFORE: apache22 - -# -# Add the following line to /etc/rc.conf to enable sipXpbx -# sipxpbx_enable (bool): Set to "NO" by default. -# Set it to "YES" to enable sipxpbx - -. %%RC_SUBR%% - -name="sipxpbx" -rcvar=`set_rcvar` - -extra_commands="status" -stop_cmd="sipxpbx_stop" -start_cmd="sipxpbx_start" -status_cmd="sipxpbx_status" - -[ -z "$sipxpbx_enable" ] && sipxpbx_enable="NO" - -# Source configuration -. %%PREFIX%%/etc/sipxpbx/config.defs - -iam=`whoami` - -# Set the limit for core file size based on the SIPX_CORELIMIT -# variable in config.defs. -# This either allows core files to be generated when sipX -# processes crash (if SIPX_CORELIMIT is "unlimited"), or -# disallows it (if SIPX_CORELIMIT is "0"). -ulimit -c ${SIPX_CORELIMIT:-0} - -# XXX -# The linux version of this start up file checks to see -# if coredumps can be made of suid processes and if possible -# modifies the system to do so. This makes it possible to -# debug sipXvxml. I don't think this is the appropriate place -# to do this. If you want to enable this feature, -# sysctl kern.sugid_coredump=1 - -# This should somehow be syncronized with what's in -# the ProcessDefinitions.xml and Watchdog.xml -sipx_processes="watchdog "`find %%PREFIX%%/etc/sipxpbx/process.d -name '*.process.xml' -print | sed -e 's/.process.xml//g' -e 's,%%PREFIX%%/etc/sipxpbx/process.d/,,g'` - -subproc_start () -{ - proc_name=$1; shift - proc_cmd=%%PREFIX%%/bin/$proc_name.sh - - if [ $iam = sipx ] - then - ( exec $proc_cmd ) < /dev/null & - elif [ $iam = root ] - then - su sipx -c "$proc_cmd" < /dev/null & - else - echo "You must be able to start as sipx" 1>&2 - exit 1 - fi - - for ticks in 3 2 1 0 - do - sleep 1 - test -e %%LOCALSTATEDIR%%/run/sipxpbx/$proc_name.pid && break - done - if [ ! -e %%LOCALSTATEDIR%%/run/sipxpbx/$proc_name.pid ] - then - STATUS=1 - echo "$proc_name did not start" - fi - - return $STATUS -} - -subproc_stop () -{ - - proc_name=$1; shift - - STATUS=0 - - pidFile=%%LOCALSTATEDIR%%/run/sipxpbx/$proc_name.pid - if [ -r $pidFile ] - then - PID=`cat $pidFile` 2> /dev/null - kill $PID 2> /dev/null - fi -} - -subproc_stop_check () -{ - - proc_name=$1; shift - - STATUS=0 - - pidFile=%%LOCALSTATEDIR%%/run/sipxpbx/$proc_name.pid - PID=`cat $pidFile` - found_pid=`ps -ax | awk "{if (\\\$1 == $PID) print \\\$1}"` - if [ -n "$found_pid" ] - then - for ticks in 5 4 3 2 1 0 - do - sleep 1 - found_pid=`ps -ax | \ - awk "{if (\\\$1 == $PID) print \\\$1}"` - test -n "$found_pid" || break - done - found_pid=`ps -ax | awk "{if (\\\$1 == $PID) print \\\$1}"` - if [ -n "$found_pid" ] - then - kill -9 $PID 2> /dev/null - for ticks in 3 2 1 0 - do - sleep 1 - found_pid=`ps -ax | \ - awk "{if (\\\$1 == $PID) print \\\$1}"` - test -n "$found_pid" || break - done - fi - - found_pid=`ps -ax | awk "{if (\\\$1 == $PID) print \\\$1}"` - if [ -n "$found_pid" ] - then - echo "$proc_name did not stop" - fi - - rm -f $pidFile - fi -} - -subproc_configtest () -{ - - proc_name=$1; shift - proc_cmd=%%PREFIX%%/bin/$proc_name.sh - - status=0 - if [ -x $proc_cmd ] - then - if [ $iam = sipx ] - then - $proc_cmd --configtest - status=$? - elif [ $iam = root ] - then - su sipx -c \ - "test -x $proc_cmd && $proc_cmd --configtest; echo \$? > %%LOCALSTATEDIR%%/run/sipxpbx/$proc_name.result" - status=`cat %%LOCALSTATEDIR%%/run/sipxpbx/$proc_name.result` - rm -f %%LOCALSTATEDIR%%/run/sipxpbx/$proc_name.result - else - echo "You must be able to run as sipx" 1>&2 - fi - else - echo "Installation error? '$proc_cmd' not found" 1>&2 - fi - - test "$status" = 0 && echo " OK" - # This assures that our return is either 0 or 1, regardless of what - # $status was. - return $? -} - -subproc_status () -{ - - proc_name=$1 - - pidFile=%%LOCALSTATEDIR%%/run/sipxpbx/$proc_name.pid - PID=`cat $pidFile` - - echo -n "Checking $proc_name: " - found_pid=`ps -ax | awk "{if (\\\$1 == $PID) print \\\$1}"` - if [ -n "$found_pid" ] - then - echo "Running" - else - echo "Not Running" - fi -} - - -start_check () -{ - - echo -n "Checking $1:" - echo "Check $1" > $steperrfile - echo -n " " >> $steperrfile -} - -finish_check () -{ - - check_status=$1 - STATUS=$(($STATUS+$check_status)) - - if [ $check_status -eq 0 ] - then - echo "Success" - cat /dev/null > $steperrfile - else - echo "Failure" - cat $steperrfile >> $errfile - echo "" >> $errfile - fi - echo "" -} - -initialize_databases () -{ - - ## - ## XXX - ## Verbatim from the linux init script. - ## - ## The installation process cannot create the postgres databases - ## because (apparently) the network must be initialized first. - ## Since we have to have root privs for some of the setup operations, - ## they must be done explicitly here rather than in the wrapper - ## scripts (which are run as user sipx) - - # check to see if we need to do the initial database setup for - # sipxconfig - if test "CONFIG_SERVER_DISABLED" != "TRUE" - then - %%PREFIX%%/bin/sipxconfig.sh --setup - fi - # and the cdr database setup for the proxies and call resolver - if test -x %%PREFIX%%/sipxcallresolver.sh - then - %%PREFIX%%/bin/sipxcallresolver.sh --setup - fi -} - -## High-level configtest function -## Verify that the prerequisites for running sipX are OK. -do_check () -{ - - ## Do the 'global' check first, then call each shell script - ## to let it do its own checks (using the configtest wrapper - ## function). - - ## Start with a good status, accumulate each check result into this - STATUS=0 - - ## All output is captured in a temporary file, - ## which is displayed at the end iff $STATUS != 0 - errfile=/tmp/sipxpbx_check.$$.log - steperrfile=/tmp/sipxpbx_check_step.$$.log - cat /dev/null > $errfile - cat /dev/null > $steperrfile - - ## Check to see that SSL is configured. THIS SHOULD BE FIRST. - start_check "TLS/SSL configuration" - if ! [ -e %%PREFIX%%/etc/sipxpbx/ssl/ssl.key -a -e %%PREFIX%%/etc/sipxpbx/ssl/ssl.crt ] - then - cat <<EOF >> $steperrfile - SSL key and/or certificate not found (%%PREFIX%%/etc/sipxpbx/ssl/ssl.{key,crt}) - - Run setup wizard or see the instructions in - %%PREFIX%%/share/doc/sipX/INSTALL.ssl -EOF - - # If this has not been done, then lots of other stuff is - # going to fail in non-obvious ways. Usually, this - # failure means that this is the first reboot after sipxpbx - # was activated, and the setup wizard has not been run yet. - # Rather than let things go and appear to be partly working, - # just bail out now. - finish_check 1 # force error - cat $steperrfile 1>&2 - exit 1 - else - ## Rehash certificate authorities certificates. If this - ## fails, it will be caught below. - %%PREFIX%%/bin/ssl-cert/ca_rehash > /dev/null 2>&1 - - ## check certificate - %%PREFIX%%/bin/ssl-cert/check-cert.sh \ - --name $SIPXCHANGE_DOMAIN_NAME --name $MY_FULL_HOSTNAME \ - --fail 5 %%PREFIX%%/etc/sipxpbx/ssl/ssl.crt \ - >> $steperrfile 2>&1 - ssl_status=$? - fi - finish_check $ssl_status - - initialize_databases - - ## Regenerate httpd configuration files from their .in's - %%PREFIX%%/bin/httpd-sipxchange-config.sh - - # XXX skip this - a check is run when apache is started - ## check apache configuration files -# start_check "apache" - # XXX use our common httpd.conf, not the sipX special one -# %%PREFIX%%/sbin/httpd -t -f %%PREFIX%%/etc/apache22/httpd.conf >> $steperrfile 2>&1 -# finish_check $? - - ## Check to see that hosts file does not have extra names on - ## localhost addresses - start_check "/etc/hosts file" - localhostStatus=0 - badNames=/tmp/badnames.$$ - cat /dev/null > $badNames - sed 's/#.*//' /etc/hosts \ - | awk '$1 == "127.0.0.1" {for (n = 2; n <= NF; n++) print $n;}' \ - | while read name ; \ - do - case $name in - localhost) - ;; - localhost.localdomain) - ;; - *) - echo " $name" >> $badNames - ;; - esac - done - if [ -s $badNames ] - then - cat <<EOF >> $steperrfile -The 127.0.0.1 address should map only to the names - 'localhost.localdomain' and 'localhost'. - - Any other name for that address may cause routing or authentication errors. - - Remove the following names from the 127.0.0.1 line in /etc/hosts: -EOF - cat $badNames >> $steperrfile - localhostStatus=1 - fi - rm -f $badNames - finish_check $localhostStatus - - # Iterate throught he processes and let each shell script do its - # own checks. - for process in $sipx_processes - do - start_check "$process" - subproc_configtest $process >> $steperrfile 2>&1 - finish_check $? - done - - testdate=`date -u +%Y-%m-%dT%H:%M:%S` - if [ $STATUS -ne 0 ] - then - (echo ""; echo "sipXpbx configuration problems found:" \ - echo ""; cat $errfile ) | logger -s -t sipXpbx -p daemon.err - echo "$testdate sipXpbx configuration problems found:" \ - >> %%LOCALSTATEDIR%%/log/sipxpbx/configtest.log - cat $errfile >> %%LOCALSTATEDIR%%/log/sipxpbx/configtest.log - else - echo "$testdate configtest passed" >> %%LOCALSTATEDIR%%/log/sipxpbx/configtest.log - fi - rm -f $errfile - - return $STATUS -} - -sipxpbx_stop () -{ - - # Iterate through the list of processes, killing each one - for process in $sipx_processes - do - subproc_stop $process - done - for process in $sipx_processes - do - subproc_stop_check $process - done -} - -sipxpbx_start () -{ - - ## Clean up various temporary files and locks. - - # Clean up IMDB and all its dependent files. - %%PREFIX%%/bin/autodel sipx - - # Remove the named semaphores. - rm -f %%LOCALSTATEDIR%%/sipxdata/tmp/imdb.* - - # Remove the watchdog's temporary files. - rm -f %%LOCALSTATEDIR%%/sipxdata/tmp/processAlias.dat \ - %%LOCALSTATEDIR%%/sipxdata/tmp/locked.lck - - ## Check configuration - do_check || echo "Attempting to start despite configuration problems" - - ### Start the programs. - - # Ensure that sipXvsml is owned by root and that the - # UID premission bit is set. - chown root %%PREFIX%%/bin/sipXvxml - chmod 4755 %%PREFIX%%/bin/sipXvxml - - # Start up the watchdog - # Start the watchdog with SIPX_LOGDIR as the working directory, - # so that any core files it produces will be put there. - cd %%LOCALSTATEDIR%%/log/sipxpbx - subproc_start watchdog - - # Wait for keepalive to prime the IMDB, as the CGIs need them - for seconds in 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 0 - do - test -e %%LOCALSTATEDIR%%/run/sipxpbx/keepalive.pid && break - [ $seconds -eq 0 ] && break - sleep 1 - done - - [ $seconds -ne 0 ] && echo "sipxpbx" || echo "keepalive pid never appeard" -} - -sipxpbx_status () -{ - - for process in $sipx_processes - do - subproc_status $process - done -} - -load_rc_config $name -run_rc_command "$1" diff --git a/net/sipxpbx/pkg-descr b/net/sipxpbx/pkg-descr deleted file mode 100644 index 90703994d7cc..000000000000 --- a/net/sipxpbx/pkg-descr +++ /dev/null @@ -1,45 +0,0 @@ -sipXpbx is a full-featured SIP pbx proxy. Configuration is done -via a web interface that also configures User Agents (aka SIP -phones). - -From http://www.sipfoundry.org/features.html - -We think sipX is the leading open source IP PBX in terms of -scalability, robustness and ease of use. The sipX IP PBX has been -successfully deployed in a lot of places. The largest known -installation serves more than 5,000 users connected to one redundant -(HA) system. Small installations go all the way down to a few users -served by very low cost hardware. - -There is a detailed list of features on the sipX Wiki (it is too -long to re-produce here). Here is why you should consider using -sipX: - -1) sipXconfigYou need an IP PBX that is robust, stable and easy to use - -2) Need a system that offers plug & play management of all the - components including phones - -3) It is a mission critical system and therefore you insist in - high-availability redundat configuration. A server failure should - not interrupt calls - -4) Voice quality is important to you and therefore you want a system - that routes media peer-to-peer and not through the PBX - -5) SIP standards compliance that allows flexible call routing including - SIP trunking - -6) Need scalability - sipX is known to work for deployments - in excess of 5,000 users connected to one redundant server - -7) Lots of features - of course, who does not want that - -8) Unlimited number of simultaneous calls, and unlimited number of - trunks using distributed gateways - -9) Need IT integration with no special needs for specific HW. - -10) Runs on off-the-shelf Intel servers - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxpbx/pkg-plist b/net/sipxpbx/pkg-plist deleted file mode 100644 index e31522c625ba..000000000000 --- a/net/sipxpbx/pkg-plist +++ /dev/null @@ -1,1183 +0,0 @@ -bin/autodel -bin/backup-configs.sh -bin/backup-mailstore.sh -bin/blat -bin/check-fqdn -bin/httpd-sipxchange-config.sh -bin/keepalive.sh -bin/restore-configs.sh -bin/restore-mailstore.sh -bin/sipx-chkspace -bin/sipx-snapshot -bin/sipxdialog -bin/sipxdialog-config -bin/sipxdialog.sh -bin/sipxpark -bin/sipxpark-config -bin/sipxpark.sh -bin/sipxpbx-config -bin/sipxpresence -bin/sipxpresence-config -bin/sipxpresence.sh -bin/voicemail_clean -bin/watchdog -bin/watchdog.sh -etc/sipxpbx/ProcessDefinitions.xml -etc/sipxpbx/WatchDog.xml -etc/sipxpbx/cbadmission.xml.in -etc/sipxpbx/httpd-sipxchange-common-ssl.conf.in -etc/sipxpbx/httpd-sipxchange-common.conf.in -etc/sipxpbx/httpd-sipxchange-configserver.conf.in -etc/sipxpbx/httpd-sipxchange-mediaserver-ssl.conf.in -etc/sipxpbx/httpd-sipxchange-mediaserver.conf.in -etc/sipxpbx/httpd.conf -etc/sipxpbx/mime.types -etc/sipxpbx/process.d/sipxpark.process.xml -etc/sipxpbx/process.d/sipxpresence.process.xml -etc/sipxpbx/resourcemap.xml -etc/sipxpbx/sipxdialog-config.in -etc/sipxpbx/sipxpark-config.in -etc/sipxpbx/sipxpresence-config.in -etc/sipxpbx/voicemail.xml.in -share/sipx/schema/processdefinitions.xsd -share/sipx/schema/watchdog.xsd -share/sipx/schema/watchdogprocess.xsd -www/sipX/cgi-bin/cbadmission/cbadmission.cgi -www/sipX/cgi-bin/processmonitor/process.cgi -www/sipX/cgi-bin/replication/replication.cgi -www/sipX/cgi-bin/voicemail/mediaserver.cgi -www/sipX/conf/.sipxpbx_dummy -www/sipX/doc/aa_vxml/autoattendant-afterhour.vxml -www/sipX/doc/aa_vxml/autoattendant-operator.vxml -www/sipX/doc/aa_vxml/dialbyname.vxml -www/sipX/doc/aa_vxml/operator-schedule.xml -www/sipX/doc/adminui/!SkinSubFolder!/Default.skn -www/sipX/doc/adminui/!SkinSubFolder!/Default/Default.skn -www/sipX/doc/adminui/!SkinSubFolder!/logosmall.gif -www/sipX/doc/adminui/!SkinSubFolder!/media.skn -www/sipX/doc/adminui/!SkinSubFolder!/pingtel-logo-smaller.png -www/sipX/doc/adminui/WebHelp/Welcome.htm -www/sipX/doc/adminui/WebHelp/access_log_page.htm -www/sipX/doc/adminui/WebHelp/administrator_settings_page.htm -www/sipX/doc/adminui/WebHelp/cshdat_robohelp.htm -www/sipX/doc/adminui/WebHelp/cshdat_webhelp.htm -www/sipX/doc/adminui/WebHelp/default.skn -www/sipX/doc/adminui/WebHelp/del.gif -www/sipX/doc/adminui/WebHelp/editicon.gif -www/sipX/doc/adminui/WebHelp/ehlpdhtm.js -www/sipX/doc/adminui/WebHelp/error_log_page.htm -www/sipX/doc/adminui/WebHelp/log_in_log_out_page.htm -www/sipX/doc/adminui/WebHelp/logosmall.gif -www/sipX/doc/adminui/WebHelp/manage_distribution_lists_page.htm -www/sipX/doc/adminui/WebHelp/manage_groups_page.htm -www/sipX/doc/adminui/WebHelp/manage_inboxes.htm -www/sipX/doc/adminui/WebHelp/manage_password.htm -www/sipX/doc/adminui/WebHelp/media.skn -www/sipX/doc/adminui/WebHelp/mediaadministrator.htm -www/sipX/doc/adminui/WebHelp/mediaadministrator_csh.htm -www/sipX/doc/adminui/WebHelp/mediaadministrator_rhc.htm -www/sipX/doc/adminui/WebHelp/pingtel-logo-small.gif -www/sipX/doc/adminui/WebHelp/pingtel1.css -www/sipX/doc/adminui/WebHelp/pingtel1_ns.css -www/sipX/doc/adminui/WebHelp/pingtel_bullet.gif -www/sipX/doc/adminui/WebHelp/server_settings_page.htm -www/sipX/doc/adminui/WebHelp/set_system_defaults_page.htm -www/sipX/doc/adminui/WebHelp/setting_up_email_page.htm -www/sipX/doc/adminui/WebHelp/webhelp.cab -www/sipX/doc/adminui/WebHelp/webhelp.jar -www/sipX/doc/adminui/WebHelp/whdata/where_are_these_files.txt -www/sipX/doc/adminui/WebHelp/whdata/whftdata.js -www/sipX/doc/adminui/WebHelp/whdata/whftdata0.htm -www/sipX/doc/adminui/WebHelp/whdata/whftdata0.xml -www/sipX/doc/adminui/WebHelp/whdata/whfts.htm -www/sipX/doc/adminui/WebHelp/whdata/whfts.js -www/sipX/doc/adminui/WebHelp/whdata/whfts.xml -www/sipX/doc/adminui/WebHelp/whdata/whfwdata.js -www/sipX/doc/adminui/WebHelp/whdata/whfwdata0.htm -www/sipX/doc/adminui/WebHelp/whdata/whfwdata0.xml -www/sipX/doc/adminui/WebHelp/whdata/whgdata.js -www/sipX/doc/adminui/WebHelp/whdata/whglo.htm -www/sipX/doc/adminui/WebHelp/whdata/whglo.js -www/sipX/doc/adminui/WebHelp/whdata/whglo.xml -www/sipX/doc/adminui/WebHelp/whdata/whidata.js -www/sipX/doc/adminui/WebHelp/whdata/whidata0.htm -www/sipX/doc/adminui/WebHelp/whdata/whidata0.xml -www/sipX/doc/adminui/WebHelp/whdata/whidx.htm -www/sipX/doc/adminui/WebHelp/whdata/whidx.js -www/sipX/doc/adminui/WebHelp/whdata/whidx.xml -www/sipX/doc/adminui/WebHelp/whdata/whtdata.js -www/sipX/doc/adminui/WebHelp/whdata/whtdata0.htm -www/sipX/doc/adminui/WebHelp/whdata/whtdata0.xml -www/sipX/doc/adminui/WebHelp/whdata/whtoc.htm -www/sipX/doc/adminui/WebHelp/whdata/whtoc.js -www/sipX/doc/adminui/WebHelp/whdata/whtoc.xml -www/sipX/doc/adminui/WebHelp/whestart.ico -www/sipX/doc/adminui/WebHelp/whfbody.htm -www/sipX/doc/adminui/WebHelp/whfdhtml.htm -www/sipX/doc/adminui/WebHelp/whfform.htm -www/sipX/doc/adminui/WebHelp/whfhost.js -www/sipX/doc/adminui/WebHelp/whform.js -www/sipX/doc/adminui/WebHelp/whframes.js -www/sipX/doc/adminui/WebHelp/whgbody.htm -www/sipX/doc/adminui/WebHelp/whgdata/where_are_these_files.txt -www/sipX/doc/adminui/WebHelp/whgdata/whexpbar.gif -www/sipX/doc/adminui/WebHelp/whgdata/whlstf0.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstf1.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl0.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl1.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl10.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl11.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl12.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl13.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl14.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl15.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl16.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl17.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl18.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl19.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl2.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl3.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl4.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl5.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl6.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl7.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl8.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstfl9.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstg0.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlsti0.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstt0.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstt1.htm -www/sipX/doc/adminui/WebHelp/whgdata/whlstt2.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvf30.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvf31.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvf32.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvf33.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvl31.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvl32.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvl33.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvp30.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvp31.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvp32.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvp33.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvt30.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvt31.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvt32.htm -www/sipX/doc/adminui/WebHelp/whgdata/whnvt33.htm -www/sipX/doc/adminui/WebHelp/whgdef.htm -www/sipX/doc/adminui/WebHelp/whgdhtml.htm -www/sipX/doc/adminui/WebHelp/whghost.js -www/sipX/doc/adminui/WebHelp/whhost.js -www/sipX/doc/adminui/WebHelp/whibody.htm -www/sipX/doc/adminui/WebHelp/whidhtml.htm -www/sipX/doc/adminui/WebHelp/whiform.htm -www/sipX/doc/adminui/WebHelp/whihost.js -www/sipX/doc/adminui/WebHelp/whlang.js -www/sipX/doc/adminui/WebHelp/whmozemu.js -www/sipX/doc/adminui/WebHelp/whmsg.js -www/sipX/doc/adminui/WebHelp/whnjs.htm -www/sipX/doc/adminui/WebHelp/whphost.js -www/sipX/doc/adminui/WebHelp/whproj.htm -www/sipX/doc/adminui/WebHelp/whproj.js -www/sipX/doc/adminui/WebHelp/whproj.xml -www/sipX/doc/adminui/WebHelp/whproxy.js -www/sipX/doc/adminui/WebHelp/whres.xml -www/sipX/doc/adminui/WebHelp/whrstart.ico -www/sipX/doc/adminui/WebHelp/whskin_banner.htm -www/sipX/doc/adminui/WebHelp/whskin_blank.htm -www/sipX/doc/adminui/WebHelp/whskin_frmset01.htm -www/sipX/doc/adminui/WebHelp/whskin_frmset010.htm -www/sipX/doc/adminui/WebHelp/whskin_info.htm -www/sipX/doc/adminui/WebHelp/whskin_mbars.htm -www/sipX/doc/adminui/WebHelp/whskin_papplet.htm -www/sipX/doc/adminui/WebHelp/whskin_pdhtml.htm -www/sipX/doc/adminui/WebHelp/whskin_plist.htm -www/sipX/doc/adminui/WebHelp/whskin_tbars.htm -www/sipX/doc/adminui/WebHelp/whst_topics.xml -www/sipX/doc/adminui/WebHelp/whstart.ico -www/sipX/doc/adminui/WebHelp/whstart.js -www/sipX/doc/adminui/WebHelp/whstub.js -www/sipX/doc/adminui/WebHelp/wht_abge.jpg -www/sipX/doc/adminui/WebHelp/wht_abgi.jpg -www/sipX/doc/adminui/WebHelp/wht_abgw.jpg -www/sipX/doc/adminui/WebHelp/wht_abte.jpg -www/sipX/doc/adminui/WebHelp/wht_abti.jpg -www/sipX/doc/adminui/WebHelp/wht_abtw.jpg -www/sipX/doc/adminui/WebHelp/wht_fts_h.gif -www/sipX/doc/adminui/WebHelp/wht_fts_n.gif -www/sipX/doc/adminui/WebHelp/wht_glo_h.gif -www/sipX/doc/adminui/WebHelp/wht_glo_n.gif -www/sipX/doc/adminui/WebHelp/wht_go.gif -www/sipX/doc/adminui/WebHelp/wht_hide.gif -www/sipX/doc/adminui/WebHelp/wht_idx_h.gif -www/sipX/doc/adminui/WebHelp/wht_idx_n.gif -www/sipX/doc/adminui/WebHelp/wht_logo1.gif -www/sipX/doc/adminui/WebHelp/wht_logo2.gif -www/sipX/doc/adminui/WebHelp/wht_next.gif -www/sipX/doc/adminui/WebHelp/wht_next_g.gif -www/sipX/doc/adminui/WebHelp/wht_prev.gif -www/sipX/doc/adminui/WebHelp/wht_prev_g.gif -www/sipX/doc/adminui/WebHelp/wht_spac.gif -www/sipX/doc/adminui/WebHelp/wht_sync.gif -www/sipX/doc/adminui/WebHelp/wht_tab0.gif -www/sipX/doc/adminui/WebHelp/wht_tab1.gif -www/sipX/doc/adminui/WebHelp/wht_tab2.gif -www/sipX/doc/adminui/WebHelp/wht_tab3.gif -www/sipX/doc/adminui/WebHelp/wht_tab4.gif -www/sipX/doc/adminui/WebHelp/wht_tab5.gif -www/sipX/doc/adminui/WebHelp/wht_tab6.gif -www/sipX/doc/adminui/WebHelp/wht_tab7.gif -www/sipX/doc/adminui/WebHelp/wht_tab8.gif -www/sipX/doc/adminui/WebHelp/wht_toc1.gif -www/sipX/doc/adminui/WebHelp/wht_toc2.gif -www/sipX/doc/adminui/WebHelp/wht_toc3.gif -www/sipX/doc/adminui/WebHelp/wht_toc4.gif -www/sipX/doc/adminui/WebHelp/wht_toc_h.gif -www/sipX/doc/adminui/WebHelp/wht_toc_n.gif -www/sipX/doc/adminui/WebHelp/wht_ws.gif -www/sipX/doc/adminui/WebHelp/wht_ws_g.gif -www/sipX/doc/adminui/WebHelp/whtbar.js -www/sipX/doc/adminui/WebHelp/whtdhtml.htm -www/sipX/doc/adminui/WebHelp/whthost.js -www/sipX/doc/adminui/WebHelp/whtopic.js -www/sipX/doc/adminui/WebHelp/whutils.js -www/sipX/doc/adminui/WebHelp/whver.js -www/sipX/doc/adminui/Welcome.htm -www/sipX/doc/adminui/access_log_page.htm -www/sipX/doc/adminui/del.gif -www/sipX/doc/adminui/eHlpDhtm.js -www/sipX/doc/adminui/editicon.gif -www/sipX/doc/adminui/error_log_page.htm -www/sipX/doc/adminui/logo.gif -www/sipX/doc/adminui/logosmall.gif -www/sipX/doc/adminui/manage_distribution_lists_page.htm -www/sipX/doc/adminui/manage_groups_page.htm -www/sipX/doc/adminui/manage_inboxes.htm -www/sipX/doc/adminui/manage_password.htm -www/sipX/doc/adminui/mediaadministrator.BRS -www/sipX/doc/adminui/mediaadministrator.ali -www/sipX/doc/adminui/mediaadministrator.hhc -www/sipX/doc/adminui/mediaadministrator.hhc_backup -www/sipX/doc/adminui/mediaadministrator.hhk -www/sipX/doc/adminui/mediaadministrator.hhk_backup -www/sipX/doc/adminui/mediaadministrator.hhp -www/sipX/doc/adminui/mediaadministrator.hpr -www/sipX/doc/adminui/mediaadministrator.mpj -www/sipX/doc/adminui/mediaadministrator.ppf -www/sipX/doc/adminui/pingtel1.css -www/sipX/doc/adminui/pingtel_bullet.gif -www/sipX/doc/adminui/pingtelbar.gif -www/sipX/doc/adminui/procedure.htt -www/sipX/doc/adminui/set_system_defaults_page.htm -www/sipX/doc/adminui/setting_up_email_page.htm -www/sipX/doc/adminui/viewimage.gif -www/sipX/doc/adminui/viewimage.gig.gif -www/sipX/doc/cb_vxml/cbadmission.vxml -www/sipX/doc/images/asc.gif -www/sipX/doc/images/bullet.gif -www/sipX/doc/images/bulletdown.gif -www/sipX/doc/images/bulletup.gif -www/sipX/doc/images/buttons/addDistList_down.gif -www/sipX/doc/images/buttons/addDistList_up.gif -www/sipX/doc/images/buttons/addgroup_down.gif -www/sipX/doc/images/buttons/addgroup_up.gif -www/sipX/doc/images/buttons/addmailbox_down.gif -www/sipX/doc/images/buttons/addmailbox_up.gif -www/sipX/doc/images/create_new_folder_hot.gif -www/sipX/doc/images/del.gif -www/sipX/doc/images/delete_this_folder_hot.gif -www/sipX/doc/images/desc.gif -www/sipX/doc/images/editicon.gif -www/sipX/doc/images/exclamation.gif -www/sipX/doc/images/exclamation1.gif -www/sipX/doc/images/go_off.gif -www/sipX/doc/images/go_on.gif -www/sipX/doc/images/headerbottom.gif -www/sipX/doc/images/homeoff.gif -www/sipX/doc/images/homeon.gif -www/sipX/doc/images/logo.gif -www/sipX/doc/images/logoutoff.gif -www/sipX/doc/images/logouton.gif -www/sipX/doc/images/navbar/navigation_r10_c13.gif -www/sipX/doc/images/navbar/navigation_r10_c2.gif -www/sipX/doc/images/navbar/navigation_r10_c2_f2.gif -www/sipX/doc/images/navbar/navigation_r10_c2_f3.gif -www/sipX/doc/images/navbar/navigation_r10_c2_f4.gif -www/sipX/doc/images/navbar/navigation_r10_c3.gif -www/sipX/doc/images/navbar/navigation_r10_c4.gif -www/sipX/doc/images/navbar/navigation_r10_c4_f2.gif -www/sipX/doc/images/navbar/navigation_r10_c4_f3.gif -www/sipX/doc/images/navbar/navigation_r10_c4_f4.gif -www/sipX/doc/images/navbar/navigation_r11_c2.gif -www/sipX/doc/images/navbar/navigation_r11_c4.gif -www/sipX/doc/images/navbar/navigation_r12_c15.gif -www/sipX/doc/images/navbar/navigation_r12_c2.gif -www/sipX/doc/images/navbar/navigation_r12_c2_f2.gif -www/sipX/doc/images/navbar/navigation_r12_c2_f3.gif -www/sipX/doc/images/navbar/navigation_r12_c2_f4.gif -www/sipX/doc/images/navbar/navigation_r12_c3.gif -www/sipX/doc/images/navbar/navigation_r12_c3_f2.gif -www/sipX/doc/images/navbar/navigation_r12_c3_f3.gif -www/sipX/doc/images/navbar/navigation_r12_c3_f4.gif -www/sipX/doc/images/navbar/navigation_r12_c4.gif -www/sipX/doc/images/navbar/navigation_r12_c4_f2.gif -www/sipX/doc/images/navbar/navigation_r12_c4_f3.gif -www/sipX/doc/images/navbar/navigation_r12_c4_f4.gif -www/sipX/doc/images/navbar/navigation_r13_c2.gif -www/sipX/doc/images/navbar/navigation_r13_c3.gif -www/sipX/doc/images/navbar/navigation_r13_c4.gif -www/sipX/doc/images/navbar/navigation_r14_c3.gif -www/sipX/doc/images/navbar/navigation_r14_c3_f2.gif -www/sipX/doc/images/navbar/navigation_r14_c3_f3.gif -www/sipX/doc/images/navbar/navigation_r14_c3_f4.gif -www/sipX/doc/images/navbar/navigation_r15_c3.gif -www/sipX/doc/images/navbar/navigation_r1_c1.gif -www/sipX/doc/images/navbar/navigation_r2_c1.gif -www/sipX/doc/images/navbar/navigation_r2_c11.gif -www/sipX/doc/images/navbar/navigation_r2_c17.gif -www/sipX/doc/images/navbar/navigation_r2_c2.gif -www/sipX/doc/images/navbar/navigation_r2_c2_f2.gif -www/sipX/doc/images/navbar/navigation_r2_c2_f3.gif -www/sipX/doc/images/navbar/navigation_r2_c2_f4.gif -www/sipX/doc/images/navbar/navigation_r2_c5.gif -www/sipX/doc/images/navbar/navigation_r2_c5_f2.gif -www/sipX/doc/images/navbar/navigation_r2_c5_f3.gif -www/sipX/doc/images/navbar/navigation_r2_c5_f4.gif -www/sipX/doc/images/navbar/navigation_r3_c2.gif -www/sipX/doc/images/navbar/navigation_r3_c5.gif -www/sipX/doc/images/navbar/navigation_r4_c1.gif -www/sipX/doc/images/navbar/navigation_r4_c15.gif -www/sipX/doc/images/navbar/navigation_r4_c2.gif -www/sipX/doc/images/navbar/navigation_r4_c2_f2.gif -www/sipX/doc/images/navbar/navigation_r4_c2_f3.gif -www/sipX/doc/images/navbar/navigation_r4_c2_f4.gif -www/sipX/doc/images/navbar/navigation_r4_c3.gif -www/sipX/doc/images/navbar/navigation_r4_c3_f2.gif -www/sipX/doc/images/navbar/navigation_r4_c3_f3.gif -www/sipX/doc/images/navbar/navigation_r4_c3_f4.gif -www/sipX/doc/images/navbar/navigation_r5_c2.gif -www/sipX/doc/images/navbar/navigation_r5_c3.gif -www/sipX/doc/images/navbar/navigation_r6_c16.gif -www/sipX/doc/images/navbar/navigation_r6_c2.gif -www/sipX/doc/images/navbar/navigation_r6_c2_f2.gif -www/sipX/doc/images/navbar/navigation_r6_c2_f3.gif -www/sipX/doc/images/navbar/navigation_r6_c2_f4.gif -www/sipX/doc/images/navbar/navigation_r6_c3.gif -www/sipX/doc/images/navbar/navigation_r6_c4.gif -www/sipX/doc/images/navbar/navigation_r6_c4_f2.gif -www/sipX/doc/images/navbar/navigation_r6_c4_f3.gif -www/sipX/doc/images/navbar/navigation_r6_c4_f4.gif -www/sipX/doc/images/navbar/navigation_r7_c2.gif -www/sipX/doc/images/navbar/navigation_r7_c4.gif -www/sipX/doc/images/navbar/navigation_r8_c1.gif -www/sipX/doc/images/navbar/navigation_r8_c12.gif -www/sipX/doc/images/navbar/navigation_r8_c14.gif -www/sipX/doc/images/navbar/navigation_r8_c2.gif -www/sipX/doc/images/navbar/navigation_r8_c2_f2.gif -www/sipX/doc/images/navbar/navigation_r8_c2_f3.gif -www/sipX/doc/images/navbar/navigation_r8_c2_f4.gif -www/sipX/doc/images/navbar/navigation_r8_c3.gif -www/sipX/doc/images/navbar/navigation_r8_c3_f2.gif -www/sipX/doc/images/navbar/navigation_r8_c3_f3.gif -www/sipX/doc/images/navbar/navigation_r8_c3_f4.gif -www/sipX/doc/images/navbar/navigation_r9_c2.gif -www/sipX/doc/images/navbar/navigation_r9_c3.gif -www/sipX/doc/images/navbar/spacer.gif -www/sipX/doc/images/pingtelbar.gif -www/sipX/doc/images/read_only.gif -www/sipX/doc/images/small_phone.gif -www/sipX/doc/images/spacer.gif -www/sipX/doc/images/spkr.gif -www/sipX/doc/images/tick.gif -www/sipX/doc/images/vmail.gif -www/sipX/doc/images/yellowbullet.gif -www/sipX/doc/images/yellowbullet_down.gif -www/sipX/doc/index.html -www/sipX/doc/stdprompts/0.wav -www/sipX/doc/stdprompts/01.wav -www/sipX/doc/stdprompts/02.wav -www/sipX/doc/stdprompts/03.wav -www/sipX/doc/stdprompts/04.wav -www/sipX/doc/stdprompts/05.wav -www/sipX/doc/stdprompts/06.wav -www/sipX/doc/stdprompts/07.wav -www/sipX/doc/stdprompts/08.wav -www/sipX/doc/stdprompts/09.wav -www/sipX/doc/stdprompts/1.wav -www/sipX/doc/stdprompts/10.wav -www/sipX/doc/stdprompts/100.wav -www/sipX/doc/stdprompts/1000.wav -www/sipX/doc/stdprompts/10th.wav -www/sipX/doc/stdprompts/11.wav -www/sipX/doc/stdprompts/11th.wav -www/sipX/doc/stdprompts/12.wav -www/sipX/doc/stdprompts/12th.wav -www/sipX/doc/stdprompts/13.wav -www/sipX/doc/stdprompts/13th.wav -www/sipX/doc/stdprompts/14.wav -www/sipX/doc/stdprompts/14th.wav -www/sipX/doc/stdprompts/15.wav -www/sipX/doc/stdprompts/15th.wav -www/sipX/doc/stdprompts/16.wav -www/sipX/doc/stdprompts/16th.wav -www/sipX/doc/stdprompts/17.wav -www/sipX/doc/stdprompts/17th.wav -www/sipX/doc/stdprompts/18.wav -www/sipX/doc/stdprompts/18th.wav -www/sipX/doc/stdprompts/19.wav -www/sipX/doc/stdprompts/19th.wav -www/sipX/doc/stdprompts/1st.wav -www/sipX/doc/stdprompts/2.wav -www/sipX/doc/stdprompts/20.wav -www/sipX/doc/stdprompts/200.wav -www/sipX/doc/stdprompts/2000.wav -www/sipX/doc/stdprompts/2002.wav -www/sipX/doc/stdprompts/2003.wav -www/sipX/doc/stdprompts/2004.wav -www/sipX/doc/stdprompts/2005.wav -www/sipX/doc/stdprompts/2006.wav -www/sipX/doc/stdprompts/2007.wav -www/sipX/doc/stdprompts/2008.wav -www/sipX/doc/stdprompts/2009.wav -www/sipX/doc/stdprompts/2010.wav -www/sipX/doc/stdprompts/2011.wav -www/sipX/doc/stdprompts/2012.wav -www/sipX/doc/stdprompts/2013.wav -www/sipX/doc/stdprompts/2014.wav -www/sipX/doc/stdprompts/2015.wav -www/sipX/doc/stdprompts/2016.wav -www/sipX/doc/stdprompts/2017.wav -www/sipX/doc/stdprompts/2018.wav -www/sipX/doc/stdprompts/2019.wav -www/sipX/doc/stdprompts/2020.wav -www/sipX/doc/stdprompts/20th.wav -www/sipX/doc/stdprompts/21.wav -www/sipX/doc/stdprompts/21st.wav -www/sipX/doc/stdprompts/22.wav -www/sipX/doc/stdprompts/22nd.wav -www/sipX/doc/stdprompts/23.wav -www/sipX/doc/stdprompts/23rd.wav -www/sipX/doc/stdprompts/24.wav -www/sipX/doc/stdprompts/24th.wav -www/sipX/doc/stdprompts/25.wav -www/sipX/doc/stdprompts/25th.wav -www/sipX/doc/stdprompts/26.wav -www/sipX/doc/stdprompts/26th.wav -www/sipX/doc/stdprompts/27.wav -www/sipX/doc/stdprompts/27th.wav -www/sipX/doc/stdprompts/28.wav -www/sipX/doc/stdprompts/28th.wav -www/sipX/doc/stdprompts/29.wav -www/sipX/doc/stdprompts/29th.wav -www/sipX/doc/stdprompts/2nd.wav -www/sipX/doc/stdprompts/3.wav -www/sipX/doc/stdprompts/30.wav -www/sipX/doc/stdprompts/300.wav -www/sipX/doc/stdprompts/3000.wav -www/sipX/doc/stdprompts/30th.wav -www/sipX/doc/stdprompts/31.wav -www/sipX/doc/stdprompts/31st.wav -www/sipX/doc/stdprompts/32.wav -www/sipX/doc/stdprompts/33.wav -www/sipX/doc/stdprompts/34.wav -www/sipX/doc/stdprompts/35.wav -www/sipX/doc/stdprompts/36.wav -www/sipX/doc/stdprompts/37.wav -www/sipX/doc/stdprompts/38.wav -www/sipX/doc/stdprompts/39.wav -www/sipX/doc/stdprompts/3rd.wav -www/sipX/doc/stdprompts/4.wav -www/sipX/doc/stdprompts/40.wav -www/sipX/doc/stdprompts/400.wav -www/sipX/doc/stdprompts/4000.wav -www/sipX/doc/stdprompts/40th.wav -www/sipX/doc/stdprompts/41.wav -www/sipX/doc/stdprompts/42.wav -www/sipX/doc/stdprompts/43.wav -www/sipX/doc/stdprompts/44.wav -www/sipX/doc/stdprompts/45.wav -www/sipX/doc/stdprompts/46.wav -www/sipX/doc/stdprompts/47.wav -www/sipX/doc/stdprompts/48.wav -www/sipX/doc/stdprompts/49.wav -www/sipX/doc/stdprompts/4th.wav -www/sipX/doc/stdprompts/5.wav -www/sipX/doc/stdprompts/50.wav -www/sipX/doc/stdprompts/500.wav -www/sipX/doc/stdprompts/5000.wav -www/sipX/doc/stdprompts/50th.wav -www/sipX/doc/stdprompts/51.wav -www/sipX/doc/stdprompts/52.wav -www/sipX/doc/stdprompts/53.wav -www/sipX/doc/stdprompts/54.wav -www/sipX/doc/stdprompts/55.wav -www/sipX/doc/stdprompts/56.wav -www/sipX/doc/stdprompts/57.wav -www/sipX/doc/stdprompts/58.wav -www/sipX/doc/stdprompts/59.wav -www/sipX/doc/stdprompts/5th.wav -www/sipX/doc/stdprompts/6.wav -www/sipX/doc/stdprompts/60.wav -www/sipX/doc/stdprompts/600.wav -www/sipX/doc/stdprompts/6000.wav -www/sipX/doc/stdprompts/61.wav -www/sipX/doc/stdprompts/62.wav -www/sipX/doc/stdprompts/63.wav -www/sipX/doc/stdprompts/64.wav -www/sipX/doc/stdprompts/65.wav -www/sipX/doc/stdprompts/66.wav -www/sipX/doc/stdprompts/67.wav -www/sipX/doc/stdprompts/68.wav -www/sipX/doc/stdprompts/69.wav -www/sipX/doc/stdprompts/6th.wav -www/sipX/doc/stdprompts/7.wav -www/sipX/doc/stdprompts/70.wav -www/sipX/doc/stdprompts/700.wav -www/sipX/doc/stdprompts/7000.wav -www/sipX/doc/stdprompts/71.wav -www/sipX/doc/stdprompts/72.wav -www/sipX/doc/stdprompts/73.wav -www/sipX/doc/stdprompts/74.wav -www/sipX/doc/stdprompts/75.wav -www/sipX/doc/stdprompts/76.wav -www/sipX/doc/stdprompts/77.wav -www/sipX/doc/stdprompts/78.wav -www/sipX/doc/stdprompts/79.wav -www/sipX/doc/stdprompts/7th.wav -www/sipX/doc/stdprompts/8.wav -www/sipX/doc/stdprompts/80.wav -www/sipX/doc/stdprompts/800.wav -www/sipX/doc/stdprompts/8000.wav -www/sipX/doc/stdprompts/81.wav -www/sipX/doc/stdprompts/82.wav -www/sipX/doc/stdprompts/83.wav -www/sipX/doc/stdprompts/84.wav -www/sipX/doc/stdprompts/85.wav -www/sipX/doc/stdprompts/86.wav -www/sipX/doc/stdprompts/87.wav -www/sipX/doc/stdprompts/88.wav -www/sipX/doc/stdprompts/89.wav -www/sipX/doc/stdprompts/8th.wav -www/sipX/doc/stdprompts/9.wav -www/sipX/doc/stdprompts/90.wav -www/sipX/doc/stdprompts/900.wav -www/sipX/doc/stdprompts/9000.wav -www/sipX/doc/stdprompts/91.wav -www/sipX/doc/stdprompts/92.wav -www/sipX/doc/stdprompts/93.wav -www/sipX/doc/stdprompts/94.wav -www/sipX/doc/stdprompts/95.wav -www/sipX/doc/stdprompts/96.wav -www/sipX/doc/stdprompts/97.wav -www/sipX/doc/stdprompts/98.wav -www/sipX/doc/stdprompts/99.wav -www/sipX/doc/stdprompts/9th.wav -www/sipX/doc/stdprompts/a.wav -www/sipX/doc/stdprompts/activate_greeting_success.wav -www/sipX/doc/stdprompts/afterhours.wav -www/sipX/doc/stdprompts/afterhours_greeting_is.wav -www/sipX/doc/stdprompts/afterhours_greeting_selected.wav -www/sipX/doc/stdprompts/am.wav -www/sipX/doc/stdprompts/an_outside_caller.wav -www/sipX/doc/stdprompts/and.wav -www/sipX/doc/stdprompts/april.wav -www/sipX/doc/stdprompts/at.wav -www/sipX/doc/stdprompts/august.wav -www/sipX/doc/stdprompts/autoattendant-internal.wav -www/sipX/doc/stdprompts/autoattendant.wav -www/sipX/doc/stdprompts/autoattendant2.wav -www/sipX/doc/stdprompts/autoattendant_no_operator.wav -www/sipX/doc/stdprompts/autoattendant_prompt_not_found.wav -www/sipX/doc/stdprompts/autoattendant_prompt_recorded.wav -www/sipX/doc/stdprompts/autoattendant_prompt_selected.wav -www/sipX/doc/stdprompts/b.wav -www/sipX/doc/stdprompts/beep.wav -www/sipX/doc/stdprompts/c.wav -www/sipX/doc/stdprompts/cancelled.wav -www/sipX/doc/stdprompts/cb_welcome.wav -www/sipX/doc/stdprompts/comment_options.wav -www/sipX/doc/stdprompts/confirm_new_passwd.wav -www/sipX/doc/stdprompts/confirm_new_pin.wav -www/sipX/doc/stdprompts/copy_to_extn.wav -www/sipX/doc/stdprompts/d.wav -www/sipX/doc/stdprompts/day.wav -www/sipX/doc/stdprompts/day_after_tomorrow.wav -www/sipX/doc/stdprompts/day_before_yesterday.wav -www/sipX/doc/stdprompts/days.wav -www/sipX/doc/stdprompts/december.wav -www/sipX/doc/stdprompts/default_greeting_prefix.wav -www/sipX/doc/stdprompts/default_selected.wav -www/sipX/doc/stdprompts/default_system_greeting_is.wav -www/sipX/doc/stdprompts/delete_folder_failed.wav -www/sipX/doc/stdprompts/deleted_folder_emptied.wav -www/sipX/doc/stdprompts/deposit_greeting_extn.wav -www/sipX/doc/stdprompts/deposit_greeting_extn_no_operator.wav -www/sipX/doc/stdprompts/deposit_greeting_extn_no_operator_pound.wav -www/sipX/doc/stdprompts/deposit_greeting_extn_pound.wav -www/sipX/doc/stdprompts/deposit_options.wav -www/sipX/doc/stdprompts/dial_0.wav -www/sipX/doc/stdprompts/dial_extn.wav -www/sipX/doc/stdprompts/dial_extn_short.wav -www/sipX/doc/stdprompts/dial_pin.wav -www/sipX/doc/stdprompts/dialbyname.wav -www/sipX/doc/stdprompts/dialbyname_no_match.wav -www/sipX/doc/stdprompts/disable_autoattendant_selected.wav -www/sipX/doc/stdprompts/dist_list_invalid.wav -www/sipX/doc/stdprompts/e.wav -www/sipX/doc/stdprompts/end_of_messages.wav -www/sipX/doc/stdprompts/enter_different_name.wav -www/sipX/doc/stdprompts/enter_new_passwd.wav -www/sipX/doc/stdprompts/enter_new_pin.wav -www/sipX/doc/stdprompts/enter_new_pin_again.wav -www/sipX/doc/stdprompts/enter_pin.wav -www/sipX/doc/stdprompts/extd_abs_greeting_is.wav -www/sipX/doc/stdprompts/extd_abs_selected.wav -www/sipX/doc/stdprompts/extension.wav -www/sipX/doc/stdprompts/extn_invalid.wav -www/sipX/doc/stdprompts/f.wav -www/sipX/doc/stdprompts/february.wav -www/sipX/doc/stdprompts/for.wav -www/sipX/doc/stdprompts/for_system_administration_options.wav -www/sipX/doc/stdprompts/for_system_options.wav -www/sipX/doc/stdprompts/for_voicemail_options.wav -www/sipX/doc/stdprompts/forward_prompt.wav -www/sipX/doc/stdprompts/friday.wav -www/sipX/doc/stdprompts/from.wav -www/sipX/doc/stdprompts/g.wav -www/sipX/doc/stdprompts/generic_autoattendant_prompt_is.wav -www/sipX/doc/stdprompts/generic_autoattendant_selected.wav -www/sipX/doc/stdprompts/generic_system_greeting_is.wav -www/sipX/doc/stdprompts/generic_system_greeting_selected.wav -www/sipX/doc/stdprompts/greeting_not_found.wav -www/sipX/doc/stdprompts/greeting_record_options.wav -www/sipX/doc/stdprompts/greeting_recorded.wav -www/sipX/doc/stdprompts/h.wav -www/sipX/doc/stdprompts/heard_msg.wav -www/sipX/doc/stdprompts/heard_msgs.wav -www/sipX/doc/stdprompts/hour.wav -www/sipX/doc/stdprompts/hours.wav -www/sipX/doc/stdprompts/i.wav -www/sipX/doc/stdprompts/if_this_is_correct.wav -www/sipX/doc/stdprompts/if_you_are_finished.wav -www/sipX/doc/stdprompts/if_you_do_not_want_auto_attendant_prompt.wav -www/sipX/doc/stdprompts/invalid_entry_try_again.wav -www/sipX/doc/stdprompts/invalid_old_pin.wav -www/sipX/doc/stdprompts/invalid_password.wav -www/sipX/doc/stdprompts/invalid_pin.wav -www/sipX/doc/stdprompts/is_invalid.wav -www/sipX/doc/stdprompts/is_not_available.wav -www/sipX/doc/stdprompts/is_on_extended_leave.wav -www/sipX/doc/stdprompts/is_out_of_office.wav -www/sipX/doc/stdprompts/j.wav -www/sipX/doc/stdprompts/january.wav -www/sipX/doc/stdprompts/july.wav -www/sipX/doc/stdprompts/june.wav -www/sipX/doc/stdprompts/k.wav -www/sipX/doc/stdprompts/l.wav -www/sipX/doc/stdprompts/m.wav -www/sipX/doc/stdprompts/mainmenu.wav -www/sipX/doc/stdprompts/mainmenu_no_autoattendant.wav -www/sipX/doc/stdprompts/mainmenu_short.wav -www/sipX/doc/stdprompts/manage_autoattendant_options.wav -www/sipX/doc/stdprompts/manage_special_menu_options.wav -www/sipX/doc/stdprompts/manage_system_greetings_options.wav -www/sipX/doc/stdprompts/march.wav -www/sipX/doc/stdprompts/may.wav -www/sipX/doc/stdprompts/midnight.wav -www/sipX/doc/stdprompts/minute.wav -www/sipX/doc/stdprompts/minutes.wav -www/sipX/doc/stdprompts/mismatch_pin.wav -www/sipX/doc/stdprompts/monday.wav -www/sipX/doc/stdprompts/month.wav -www/sipX/doc/stdprompts/months.wav -www/sipX/doc/stdprompts/msg_copied.wav -www/sipX/doc/stdprompts/msg_deleted.wav -www/sipX/doc/stdprompts/msg_deleted_permanently.wav -www/sipX/doc/stdprompts/msg_forwarded.wav -www/sipX/doc/stdprompts/msg_listen_options.wav -www/sipX/doc/stdprompts/msg_listen_options_deleted.wav -www/sipX/doc/stdprompts/msg_listen_options_deleted2.wav -www/sipX/doc/stdprompts/msg_listen_options_no_save.wav -www/sipX/doc/stdprompts/msg_received.wav -www/sipX/doc/stdprompts/msg_recorded.wav -www/sipX/doc/stdprompts/msg_restored.wav -www/sipX/doc/stdprompts/msg_saved.wav -www/sipX/doc/stdprompts/msg_sent.wav -www/sipX/doc/stdprompts/msg_too_short.wav -www/sipX/doc/stdprompts/n.wav -www/sipX/doc/stdprompts/name_record_options.wav -www/sipX/doc/stdprompts/name_recorded.wav -www/sipX/doc/stdprompts/no_deleted_msgs.wav -www/sipX/doc/stdprompts/no_entry_matches.wav -www/sipX/doc/stdprompts/no_msgs_in_inbox.wav -www/sipX/doc/stdprompts/no_saved_msgs.wav -www/sipX/doc/stdprompts/noon.wav -www/sipX/doc/stdprompts/november.wav -www/sipX/doc/stdprompts/o.wav -www/sipX/doc/stdprompts/o_clock.wav -www/sipX/doc/stdprompts/o_eight.wav -www/sipX/doc/stdprompts/o_five.wav -www/sipX/doc/stdprompts/o_four.wav -www/sipX/doc/stdprompts/o_nine.wav -www/sipX/doc/stdprompts/o_one.wav -www/sipX/doc/stdprompts/o_seven.wav -www/sipX/doc/stdprompts/o_six.wav -www/sipX/doc/stdprompts/o_three.wav -www/sipX/doc/stdprompts/o_two.wav -www/sipX/doc/stdprompts/october.wav -www/sipX/doc/stdprompts/on.wav -www/sipX/doc/stdprompts/operator.wav -www/sipX/doc/stdprompts/outofoffice_greeting_is.wav -www/sipX/doc/stdprompts/outofoffice_selected.wav -www/sipX/doc/stdprompts/p.wav -www/sipX/doc/stdprompts/passwd_changed.wav -www/sipX/doc/stdprompts/pin_changed.wav -www/sipX/doc/stdprompts/pin_not_changed.wav -www/sipX/doc/stdprompts/please_hold.wav -www/sipX/doc/stdprompts/please_leave_a_msg.wav -www/sipX/doc/stdprompts/pm.wav -www/sipX/doc/stdprompts/pound.wav -www/sipX/doc/stdprompts/press.wav -www/sipX/doc/stdprompts/press_0.wav -www/sipX/doc/stdprompts/press_1.wav -www/sipX/doc/stdprompts/press_2.wav -www/sipX/doc/stdprompts/press_3.wav -www/sipX/doc/stdprompts/press_4.wav -www/sipX/doc/stdprompts/press_5.wav -www/sipX/doc/stdprompts/press_6.wav -www/sipX/doc/stdprompts/press_7.wav -www/sipX/doc/stdprompts/press_8.wav -www/sipX/doc/stdprompts/press_9.wav -www/sipX/doc/stdprompts/press_pound.wav -www/sipX/doc/stdprompts/press_star.wav -www/sipX/doc/stdprompts/prompt_not_found.wav -www/sipX/doc/stdprompts/q.wav -www/sipX/doc/stdprompts/r.wav -www/sipX/doc/stdprompts/record_autoattendant_prompt.wav -www/sipX/doc/stdprompts/record_comments.wav -www/sipX/doc/stdprompts/record_greeting.wav -www/sipX/doc/stdprompts/record_your_greeting.wav -www/sipX/doc/stdprompts/record_your_message.wav -www/sipX/doc/stdprompts/record_your_name.wav -www/sipX/doc/stdprompts/recorded_autoattendant_prompt_is.wav -www/sipX/doc/stdprompts/recorded_autoattendant_selected.wav -www/sipX/doc/stdprompts/return_to_mainmenu.wav -www/sipX/doc/stdprompts/s.wav -www/sipX/doc/stdprompts/saturday.wav -www/sipX/doc/stdprompts/saved_msg.wav -www/sipX/doc/stdprompts/saved_msgs.wav -www/sipX/doc/stdprompts/second.wav -www/sipX/doc/stdprompts/seconds.wav -www/sipX/doc/stdprompts/select_active_greeting.wav -www/sipX/doc/stdprompts/select_active_greeting_confirm.wav -www/sipX/doc/stdprompts/select_autoattendant_confirm.wav -www/sipX/doc/stdprompts/select_autoattendant_prompt.wav -www/sipX/doc/stdprompts/select_dist_list.wav -www/sipX/doc/stdprompts/select_system_greeting_options.wav -www/sipX/doc/stdprompts/select_the_greeting_to_play_to_all_inbound_callers.wav -www/sipX/doc/stdprompts/september.wav -www/sipX/doc/stdprompts/special_menu_disabled.wav -www/sipX/doc/stdprompts/special_menu_enabled.wav -www/sipX/doc/stdprompts/special_menu_not_set.wav -www/sipX/doc/stdprompts/special_menu_option.wav -www/sipX/doc/stdprompts/special_occasion_greeting_is.wav -www/sipX/doc/stdprompts/special_occasion_greeting_selected.wav -www/sipX/doc/stdprompts/standard_greeting_is.wav -www/sipX/doc/stdprompts/standard_selected.wav -www/sipX/doc/stdprompts/standard_system_greeting_is.wav -www/sipX/doc/stdprompts/standard_system_greeting_selected.wav -www/sipX/doc/stdprompts/star.wav -www/sipX/doc/stdprompts/sunday.wav -www/sipX/doc/stdprompts/system_admin_options.wav -www/sipX/doc/stdprompts/system_error.wav -www/sipX/doc/stdprompts/system_error_short.wav -www/sipX/doc/stdprompts/system_greeting_set.wav -www/sipX/doc/stdprompts/t.wav -www/sipX/doc/stdprompts/thankyou_goodbye.wav -www/sipX/doc/stdprompts/thousand.wav -www/sipX/doc/stdprompts/thursday.wav -www/sipX/doc/stdprompts/to_accept_your_comments.wav -www/sipX/doc/stdprompts/to_cancel.wav -www/sipX/doc/stdprompts/to_cancel_and_enter_diff.wav -www/sipX/doc/stdprompts/to_cancel_press_star.wav -www/sipX/doc/stdprompts/to_change_your_password.wav -www/sipX/doc/stdprompts/to_change_your_pin.wav -www/sipX/doc/stdprompts/to_clear_your_deleted_messages.wav -www/sipX/doc/stdprompts/to_delete.wav -www/sipX/doc/stdprompts/to_delete_comments.wav -www/sipX/doc/stdprompts/to_delete_greeting.wav -www/sipX/doc/stdprompts/to_delete_message.wav -www/sipX/doc/stdprompts/to_delete_permanently.wav -www/sipX/doc/stdprompts/to_delete_recording.wav -www/sipX/doc/stdprompts/to_deliver_to_another_address.wav -www/sipX/doc/stdprompts/to_dial_by_name.wav -www/sipX/doc/stdprompts/to_empty_deleted_messages.wav -www/sipX/doc/stdprompts/to_exit.wav -www/sipX/doc/stdprompts/to_forward_this_message.wav -www/sipX/doc/stdprompts/to_forward_to_another_inbox.wav -www/sipX/doc/stdprompts/to_forward_wo_comments.wav -www/sipX/doc/stdprompts/to_hear_the_systemwide_welcome_menu.wav -www/sipX/doc/stdprompts/to_hear_welcome.wav -www/sipX/doc/stdprompts/to_listen_to_auto_attendant_prompts.wav -www/sipX/doc/stdprompts/to_listen_to_greeting.wav -www/sipX/doc/stdprompts/to_listen_to_greetings_before_selection.wav -www/sipX/doc/stdprompts/to_listen_to_messages.wav -www/sipX/doc/stdprompts/to_listen_to_recording.wav -www/sipX/doc/stdprompts/to_listen_to_saved_messages.wav -www/sipX/doc/stdprompts/to_listen_to_your_deleted_messages.wav -www/sipX/doc/stdprompts/to_listen_to_your_greetings.wav -www/sipX/doc/stdprompts/to_listen_to_your_inbox_messages.wav -www/sipX/doc/stdprompts/to_log_off.wav -www/sipX/doc/stdprompts/to_manage_the_auto_attendant_prompt.wav -www/sipX/doc/stdprompts/to_manage_the_systemwide_greeting.wav -www/sipX/doc/stdprompts/to_play_comments.wav -www/sipX/doc/stdprompts/to_play_info_about_message.wav -www/sipX/doc/stdprompts/to_play_the_next_message.wav -www/sipX/doc/stdprompts/to_play_this_message.wav -www/sipX/doc/stdprompts/to_reach_the_operator.wav -www/sipX/doc/stdprompts/to_record_a_special_occasion_greeting.wav -www/sipX/doc/stdprompts/to_record_an_after_hours_greeting.wav -www/sipX/doc/stdprompts/to_record_comments.wav -www/sipX/doc/stdprompts/to_record_ext_absence_greeting.wav -www/sipX/doc/stdprompts/to_record_out_of_office_greeting.wav -www/sipX/doc/stdprompts/to_record_personal_greeting.wav -www/sipX/doc/stdprompts/to_record_standard_greeting.wav -www/sipX/doc/stdprompts/to_record_the_auto_attendant_prompt.wav -www/sipX/doc/stdprompts/to_record_your_name.wav -www/sipX/doc/stdprompts/to_replay.wav -www/sipX/doc/stdprompts/to_reply.wav -www/sipX/doc/stdprompts/to_restore_to_inbox.wav -www/sipX/doc/stdprompts/to_retrieve_voicemail.wav -www/sipX/doc/stdprompts/to_return_this_call.wav -www/sipX/doc/stdprompts/to_return_to_main_menu.wav -www/sipX/doc/stdprompts/to_save.wav -www/sipX/doc/stdprompts/to_select_default_system_greeting.wav -www/sipX/doc/stdprompts/to_select_different_auto_attendant_prompt.wav -www/sipX/doc/stdprompts/to_select_different_greeting.wav -www/sipX/doc/stdprompts/to_select_ext_absence_greeting.wav -www/sipX/doc/stdprompts/to_select_out_of_office_greeting.wav -www/sipX/doc/stdprompts/to_select_standard_greeting.wav -www/sipX/doc/stdprompts/to_select_the_after_hours_greeting.wav -www/sipX/doc/stdprompts/to_select_the_auto_attendant_prompt_to_play.wav -www/sipX/doc/stdprompts/to_select_the_generic_auto_attendant_prompt.wav -www/sipX/doc/stdprompts/to_select_the_generic_greeting.wav -www/sipX/doc/stdprompts/to_select_the_greeting_for_all_inbound_callers.wav -www/sipX/doc/stdprompts/to_select_the_greeting_to_play.wav -www/sipX/doc/stdprompts/to_select_the_special_occasion_greeting.wav -www/sipX/doc/stdprompts/to_select_your_recorded_auto_attendant_prompt.wav -www/sipX/doc/stdprompts/to_send_a_message.wav -www/sipX/doc/stdprompts/to_send_this_message.wav -www/sipX/doc/stdprompts/to_try_again.wav -www/sipX/doc/stdprompts/to_use_this_greeting.wav -www/sipX/doc/stdprompts/to_use_this_recording.wav -www/sipX/doc/stdprompts/today.wav -www/sipX/doc/stdprompts/tuesday.wav -www/sipX/doc/stdprompts/u.wav -www/sipX/doc/stdprompts/unheard_msg.wav -www/sipX/doc/stdprompts/unheard_msgs.wav -www/sipX/doc/stdprompts/v.wav -www/sipX/doc/stdprompts/vmoptions.wav -www/sipX/doc/stdprompts/vmoptions2.wav -www/sipX/doc/stdprompts/voicemail_options.wav -www/sipX/doc/stdprompts/w.wav -www/sipX/doc/stdprompts/wednesday.wav -www/sipX/doc/stdprompts/week.wav -www/sipX/doc/stdprompts/weeks.wav -www/sipX/doc/stdprompts/welcome.wav -www/sipX/doc/stdprompts/when_you_are_finished.wav -www/sipX/doc/stdprompts/x.wav -www/sipX/doc/stdprompts/y.wav -www/sipX/doc/stdprompts/year.wav -www/sipX/doc/stdprompts/years.wav -www/sipX/doc/stdprompts/yesterday.wav -www/sipX/doc/stdprompts/you_have.wav -www/sipX/doc/stdprompts/your_active_greeting_is.wav -www/sipX/doc/stdprompts/z.wav -www/sipX/doc/style/voicemail.css -www/sipX/doc/userui/!SkinSubFolder!/Default/Default.skn -www/sipX/doc/userui/!SkinSubFolder!/Default/logosmall.gif -www/sipX/doc/userui/!SkinSubFolder!/Default/media.skn -www/sipX/doc/userui/!SkinSubFolder!/Default/pingtel-logo-small.png -www/sipX/doc/userui/!SkinSubFolder!/Default/pingtel_bullet.png -www/sipX/doc/userui/DEL.GIF -www/sipX/doc/userui/EDITICON.GIF -www/sipX/doc/userui/SIPxchangeVM.pdf -www/sipX/doc/userui/WebHelp/advanced_settings.htm -www/sipX/doc/userui/WebHelp/all_folders_managing_messages.htm -www/sipX/doc/userui/WebHelp/call_handling_page.htm -www/sipX/doc/userui/WebHelp/cshdat_robohelp.htm -www/sipX/doc/userui/WebHelp/cshdat_webhelp.htm -www/sipX/doc/userui/WebHelp/default.skn -www/sipX/doc/userui/WebHelp/del.gif -www/sipX/doc/userui/WebHelp/delete_this_folder_hot.gif -www/sipX/doc/userui/WebHelp/editicon.gif -www/sipX/doc/userui/WebHelp/ehlpdhtm.js -www/sipX/doc/userui/WebHelp/email_notification_page.htm -www/sipX/doc/userui/WebHelp/link_email_page.htm -www/sipX/doc/userui/WebHelp/log_in_log_out_page.htm -www/sipX/doc/userui/WebHelp/logosmall.gif -www/sipX/doc/userui/WebHelp/manage_distribution_lists_page.htm -www/sipX/doc/userui/WebHelp/manage_folders_page.htm -www/sipX/doc/userui/WebHelp/manage_greetings_page.htm -www/sipX/doc/userui/WebHelp/manage_lists_page.htm -www/sipX/doc/userui/WebHelp/media.skn -www/sipX/doc/userui/WebHelp/mediauser.htm -www/sipX/doc/userui/WebHelp/mediauser_csh.htm -www/sipX/doc/userui/WebHelp/mediauser_rhc.htm -www/sipX/doc/userui/WebHelp/no_limits.gif -www/sipX/doc/userui/WebHelp/note.gif -www/sipX/doc/userui/WebHelp/notify_by_email_page.htm -www/sipX/doc/userui/WebHelp/pingtel-logo-small.png -www/sipX/doc/userui/WebHelp/pingtel1.css -www/sipX/doc/userui/WebHelp/pingtel1_ns.css -www/sipX/doc/userui/WebHelp/pingtel_bullet.gif -www/sipX/doc/userui/WebHelp/pingtel_bullet.png -www/sipX/doc/userui/WebHelp/sipxchangevm.pdf -www/sipX/doc/userui/WebHelp/small_phone.gif -www/sipX/doc/userui/WebHelp/spkr.gif -www/sipX/doc/userui/WebHelp/webhelp.cab -www/sipX/doc/userui/WebHelp/webhelp.jar -www/sipX/doc/userui/WebHelp/welcome.htm -www/sipX/doc/userui/WebHelp/whdata/where_are_these_files.txt -www/sipX/doc/userui/WebHelp/whdata/whftdata.js -www/sipX/doc/userui/WebHelp/whdata/whftdata0.htm -www/sipX/doc/userui/WebHelp/whdata/whftdata0.xml -www/sipX/doc/userui/WebHelp/whdata/whfts.htm -www/sipX/doc/userui/WebHelp/whdata/whfts.js -www/sipX/doc/userui/WebHelp/whdata/whfts.xml -www/sipX/doc/userui/WebHelp/whdata/whfwdata.js -www/sipX/doc/userui/WebHelp/whdata/whfwdata0.htm -www/sipX/doc/userui/WebHelp/whdata/whfwdata0.xml -www/sipX/doc/userui/WebHelp/whdata/whgdata.js -www/sipX/doc/userui/WebHelp/whdata/whglo.htm -www/sipX/doc/userui/WebHelp/whdata/whglo.js -www/sipX/doc/userui/WebHelp/whdata/whglo.xml -www/sipX/doc/userui/WebHelp/whdata/whidata.js -www/sipX/doc/userui/WebHelp/whdata/whidata0.htm -www/sipX/doc/userui/WebHelp/whdata/whidata0.xml -www/sipX/doc/userui/WebHelp/whdata/whidx.htm -www/sipX/doc/userui/WebHelp/whdata/whidx.js -www/sipX/doc/userui/WebHelp/whdata/whidx.xml -www/sipX/doc/userui/WebHelp/whdata/whtdata.js -www/sipX/doc/userui/WebHelp/whdata/whtdata0.htm -www/sipX/doc/userui/WebHelp/whdata/whtdata0.xml -www/sipX/doc/userui/WebHelp/whdata/whtoc.htm -www/sipX/doc/userui/WebHelp/whdata/whtoc.js -www/sipX/doc/userui/WebHelp/whdata/whtoc.xml -www/sipX/doc/userui/WebHelp/whestart.ico -www/sipX/doc/userui/WebHelp/whfbody.htm -www/sipX/doc/userui/WebHelp/whfdhtml.htm -www/sipX/doc/userui/WebHelp/whfform.htm -www/sipX/doc/userui/WebHelp/whfhost.js -www/sipX/doc/userui/WebHelp/whform.js -www/sipX/doc/userui/WebHelp/whframes.js -www/sipX/doc/userui/WebHelp/whgbody.htm -www/sipX/doc/userui/WebHelp/whgdata/where_are_these_files.txt -www/sipX/doc/userui/WebHelp/whgdata/whexpbar.gif -www/sipX/doc/userui/WebHelp/whgdata/whlstf0.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstf1.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl0.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl1.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl10.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl11.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl12.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl13.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl14.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl15.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl16.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl17.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl2.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl3.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl4.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl5.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl6.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl7.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl8.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstfl9.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstg0.htm -www/sipX/doc/userui/WebHelp/whgdata/whlsti0.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstt0.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstt1.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstt2.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstt3.htm -www/sipX/doc/userui/WebHelp/whgdata/whlstt4.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvf30.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvf31.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvf32.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvf33.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvl31.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvl32.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvl33.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvp30.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvp31.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvp32.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvp33.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvt30.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvt31.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvt32.htm -www/sipX/doc/userui/WebHelp/whgdata/whnvt33.htm -www/sipX/doc/userui/WebHelp/whgdef.htm -www/sipX/doc/userui/WebHelp/whgdhtml.htm -www/sipX/doc/userui/WebHelp/whghost.js -www/sipX/doc/userui/WebHelp/whhost.js -www/sipX/doc/userui/WebHelp/whibody.htm -www/sipX/doc/userui/WebHelp/whidhtml.htm -www/sipX/doc/userui/WebHelp/whiform.htm -www/sipX/doc/userui/WebHelp/whihost.js -www/sipX/doc/userui/WebHelp/whlang.js -www/sipX/doc/userui/WebHelp/whmozemu.js -www/sipX/doc/userui/WebHelp/whmsg.js -www/sipX/doc/userui/WebHelp/whnjs.htm -www/sipX/doc/userui/WebHelp/whphost.js -www/sipX/doc/userui/WebHelp/whproj.htm -www/sipX/doc/userui/WebHelp/whproj.js -www/sipX/doc/userui/WebHelp/whproj.xml -www/sipX/doc/userui/WebHelp/whproxy.js -www/sipX/doc/userui/WebHelp/whres.xml -www/sipX/doc/userui/WebHelp/whrstart.ico -www/sipX/doc/userui/WebHelp/whskin_banner.htm -www/sipX/doc/userui/WebHelp/whskin_blank.htm -www/sipX/doc/userui/WebHelp/whskin_frmset01.htm -www/sipX/doc/userui/WebHelp/whskin_frmset010.htm -www/sipX/doc/userui/WebHelp/whskin_info.htm -www/sipX/doc/userui/WebHelp/whskin_mbars.htm -www/sipX/doc/userui/WebHelp/whskin_papplet.htm -www/sipX/doc/userui/WebHelp/whskin_pdhtml.htm -www/sipX/doc/userui/WebHelp/whskin_plist.htm -www/sipX/doc/userui/WebHelp/whskin_tbars.htm -www/sipX/doc/userui/WebHelp/whst_topics.xml -www/sipX/doc/userui/WebHelp/whstart.ico -www/sipX/doc/userui/WebHelp/whstart.js -www/sipX/doc/userui/WebHelp/whstub.js -www/sipX/doc/userui/WebHelp/wht_abge.jpg -www/sipX/doc/userui/WebHelp/wht_abgi.jpg -www/sipX/doc/userui/WebHelp/wht_abgw.jpg -www/sipX/doc/userui/WebHelp/wht_abte.jpg -www/sipX/doc/userui/WebHelp/wht_abti.jpg -www/sipX/doc/userui/WebHelp/wht_abtw.jpg -www/sipX/doc/userui/WebHelp/wht_fts_h.gif -www/sipX/doc/userui/WebHelp/wht_fts_n.gif -www/sipX/doc/userui/WebHelp/wht_glo_h.gif -www/sipX/doc/userui/WebHelp/wht_glo_n.gif -www/sipX/doc/userui/WebHelp/wht_go.gif -www/sipX/doc/userui/WebHelp/wht_hide.gif -www/sipX/doc/userui/WebHelp/wht_idx_h.gif -www/sipX/doc/userui/WebHelp/wht_idx_n.gif -www/sipX/doc/userui/WebHelp/wht_logo1.gif -www/sipX/doc/userui/WebHelp/wht_logo2.gif -www/sipX/doc/userui/WebHelp/wht_next.gif -www/sipX/doc/userui/WebHelp/wht_next_g.gif -www/sipX/doc/userui/WebHelp/wht_prev.gif -www/sipX/doc/userui/WebHelp/wht_prev_g.gif -www/sipX/doc/userui/WebHelp/wht_spac.gif -www/sipX/doc/userui/WebHelp/wht_sync.gif -www/sipX/doc/userui/WebHelp/wht_tab0.gif -www/sipX/doc/userui/WebHelp/wht_tab1.gif -www/sipX/doc/userui/WebHelp/wht_tab2.gif -www/sipX/doc/userui/WebHelp/wht_tab3.gif -www/sipX/doc/userui/WebHelp/wht_tab4.gif -www/sipX/doc/userui/WebHelp/wht_tab5.gif -www/sipX/doc/userui/WebHelp/wht_tab6.gif -www/sipX/doc/userui/WebHelp/wht_tab7.gif -www/sipX/doc/userui/WebHelp/wht_tab8.gif -www/sipX/doc/userui/WebHelp/wht_toc1.gif -www/sipX/doc/userui/WebHelp/wht_toc2.gif -www/sipX/doc/userui/WebHelp/wht_toc3.gif -www/sipX/doc/userui/WebHelp/wht_toc4.gif -www/sipX/doc/userui/WebHelp/wht_toc_h.gif -www/sipX/doc/userui/WebHelp/wht_toc_n.gif -www/sipX/doc/userui/WebHelp/wht_ws.gif -www/sipX/doc/userui/WebHelp/wht_ws_g.gif -www/sipX/doc/userui/WebHelp/whtbar.js -www/sipX/doc/userui/WebHelp/whtdhtml.htm -www/sipX/doc/userui/WebHelp/whthost.js -www/sipX/doc/userui/WebHelp/whtopic.js -www/sipX/doc/userui/WebHelp/whutils.js -www/sipX/doc/userui/WebHelp/whver.js -www/sipX/doc/userui/all_folders_managing_messages.htm -www/sipX/doc/userui/auth_accept.jsp -www/sipX/doc/userui/auth_confirm.jsp -www/sipX/doc/userui/blank.html -www/sipX/doc/userui/delete_this_folder_hot.gif -www/sipX/doc/userui/eHlpDhtm.js -www/sipX/doc/userui/enduser_nav.png -www/sipX/doc/userui/index.html -www/sipX/doc/userui/jsFunctions.js -www/sipX/doc/userui/logo.gif -www/sipX/doc/userui/logosmall.gif -www/sipX/doc/userui/manage_distribution_lists_page.htm -www/sipX/doc/userui/manage_folders_page.htm -www/sipX/doc/userui/manage_greetings_page.htm -www/sipX/doc/userui/mediaserver.ppf -www/sipX/doc/userui/mediauser.ali -www/sipX/doc/userui/mediauser.brs -www/sipX/doc/userui/mediauser.hhc -www/sipX/doc/userui/mediauser.hhc_backup -www/sipX/doc/userui/mediauser.hhk -www/sipX/doc/userui/mediauser.hhk_backup -www/sipX/doc/userui/mediauser.hhp -www/sipX/doc/userui/mediauser.hpr -www/sipX/doc/userui/mediauser.mpj -www/sipX/doc/userui/mediauser.ppf -www/sipX/doc/userui/navigation.html -www/sipX/doc/userui/note.gif -www/sipX/doc/userui/notify_by_email_page.htm -www/sipX/doc/userui/pingtel1.css -www/sipX/doc/userui/pingtel_bullet.gif -www/sipX/doc/userui/pingtelbar.gif -www/sipX/doc/userui/small_phone.gif -www/sipX/doc/userui/spkr.gif -www/sipX/doc/userui/template.htt -www/sipX/doc/userui/voicemail_not_enabled.html -www/sipX/doc/userui/voicemail_not_enabled_nav.html -www/sipX/doc/userui/welcome.htm -www/sipX/doc/vm_vxml/activategreeting.vxml -www/sipX/doc/vm_vxml/changepin.vxml -www/sipX/doc/vm_vxml/error_handler.vxml -www/sipX/doc/vm_vxml/forwardmessage.vxml.in -www/sipX/doc/vm_vxml/login.vxml.in -www/sipX/doc/vm_vxml/login_no_autoattendant.vxml.in -www/sipX/doc/vm_vxml/mainmenu.vxml -www/sipX/doc/vm_vxml/mainmenu_no_autoattendant.vxml -www/sipX/doc/vm_vxml/manage_autoattendant.vxml -www/sipX/doc/vm_vxml/manage_system_greetings.vxml -www/sipX/doc/vm_vxml/msglisten.vxml -www/sipX/doc/vm_vxml/recordgreeting.vxml -www/sipX/doc/vm_vxml/replytovoicemail.vxml -www/sipX/doc/vm_vxml/root.vxml.in -www/sipX/doc/vm_vxml/savemessage.vxml.in -www/sipX/doc/vm_vxml/savemessage_no_operator.vxml.in -%%APACHEMODDIR%%/libmod_sipxauth.so -@dirrm www/sipX/doc/vm_vxml -@dirrm www/sipX/doc/userui/WebHelp/whgdata -@dirrm www/sipX/doc/userui/WebHelp/whdata -@dirrm www/sipX/doc/userui/WebHelp -@dirrm www/sipX/doc/userui/!SkinSubFolder!/Default -@dirrm www/sipX/doc/userui/!SkinSubFolder! -@dirrm www/sipX/doc/userui -@dirrm www/sipX/doc/style -@dirrm www/sipX/doc/stdprompts -@dirrm www/sipX/doc/images/navbar -@dirrm www/sipX/doc/images/buttons -@dirrm www/sipX/doc/images -@dirrm www/sipX/doc/cb_vxml -@dirrm www/sipX/doc/adminui/WebHelp/whgdata -@dirrm www/sipX/doc/adminui/WebHelp/whdata -@dirrm www/sipX/doc/adminui/WebHelp -@dirrm www/sipX/doc/adminui/!SkinSubFolder!/Default -@dirrm www/sipX/doc/adminui/!SkinSubFolder! -@dirrm www/sipX/doc/adminui -@dirrm www/sipX/doc/aa_vxml -@dirrm www/sipX/doc -@dirrmtry www/sipX/conf -@dirrm www/sipX/cgi-bin/voicemail -@dirrm www/sipX/cgi-bin/replication -@dirrm www/sipX/cgi-bin/processmonitor -@dirrm www/sipX/cgi-bin/cbadmission -@dirrm www/sipX/cgi-bin -@dirrmtry www/sipX -@dirrmtry share/sipx/schema -@dirrmtry share/sipx -@dirrm share/doc/sipx/sipxpbx -@dirrm share/doc/sipx -@dirrmtry etc/sipxpbx/process.d -@dirrmtry etc/sipxpbx diff --git a/net/sipxportlib/Makefile b/net/sipxportlib/Makefile deleted file mode 100644 index c8f84937ce5d..000000000000 --- a/net/sipxportlib/Makefile +++ /dev/null @@ -1,42 +0,0 @@ -# Ports collection makefile for: sipxportlib -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxportlib -PORTVERSION= 3.6.0 -PORTREVISION= 2 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX library of general purpose utils and OS abstration APIs. - -LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre -BUILD_DEPENDS= cppunit-config:${PORTSDIR}/devel/cppunit \ - ginstall:${PORTSDIR}/sysutils/coreutils -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash - -DEPRECATED= old version, needs updating -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_PERL5_RUN= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipx-upgrade-testsuite.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipx-upgrade.in - -.include <bsd.port.mk> diff --git a/net/sipxportlib/distinfo b/net/sipxportlib/distinfo deleted file mode 100644 index 381518d7f25a..000000000000 --- a/net/sipxportlib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxportlib-3.6.0.tar.bz2) = 9782d5d28083e57ec2eb8999d4eb3430 -SHA256 (sipxportlib-3.6.0.tar.bz2) = 0b56dfa25ec2e479929253121f3a0cae92ad76af0974f561e78e10bad5152e2a -SIZE (sipxportlib-3.6.0.tar.bz2) = 793742 diff --git a/net/sipxportlib/files/patch-bin_sipx-config b/net/sipxportlib/files/patch-bin_sipx-config deleted file mode 100644 index 1405f2206ca8..000000000000 --- a/net/sipxportlib/files/patch-bin_sipx-config +++ /dev/null @@ -1,32 +0,0 @@ ---- ./bin/sipx-config.orig Mon Jan 1 15:54:41 2007 -+++ ./bin/sipx-config Mon Jan 1 16:05:31 2007 -@@ -68,14 +68,14 @@ - findJava() - { - # Gentoo -- JavaConfig=`java-config --jdk 2>/dev/null` -- if [ -n "${JavaConfig}" ] -- then -- -- testJava $JavaConfig -+# JavaConfig=`java-config --jdk 2>/dev/null` -+# if [ -n "${JavaConfig}" ] -+# then -+# -+# testJava $JavaConfig - - # If explict setting of location of java does not work, die -- elif [ -n "${JAVA_HOME}" ] -+ if [ -n "${JAVA_HOME}" ] - then - - testJava ${JAVA_HOME} -@@ -87,7 +87,7 @@ - # sipXportLib/config/general.m4. Plans to import general.m4 - # file were scrapped because of carrying all of autoconf - TRY_JAVA_HOME=`ls -dr /usr/lib/jvm/java-1.* /usr/java/* 2> /dev/null | head -n 1` -- for dir in /usr/lib/jvm/jre-ibm $TRY_JAVA_HOME /usr /usr/local/jdk /usr/local/java -+ for dir in /usr/lib/jvm/jre-ibm $TRY_JAVA_HOME /usr /usr/local/jdk /usr/local/java /usr/local/jdk1.5* /usr/local/diablo-jdk1.5.0 - do - if testJava ${dir} - then diff --git a/net/sipxportlib/files/patch-doc_Makefile.am b/net/sipxportlib/files/patch-doc_Makefile.am deleted file mode 100644 index 931323d9344a..000000000000 --- a/net/sipxportlib/files/patch-doc_Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orig Sun Jan 28 16:30:42 2007 -+++ doc/Makefile.am Sun Jan 28 16:31:00 2007 -@@ -28,7 +28,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxportlib/files/patch-doc_Makefile.in b/net/sipxportlib/files/patch-doc_Makefile.in deleted file mode 100644 index 09929e0f2718..000000000000 --- a/net/sipxportlib/files/patch-doc_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Sun Jan 28 16:30:47 2007 -+++ doc/Makefile.in Sun Jan 28 16:31:08 2007 -@@ -469,7 +469,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I % @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxportlib/files/patch-include_os_OsUtil.h b/net/sipxportlib/files/patch-include_os_OsUtil.h deleted file mode 100644 index 3daafb8af85e..000000000000 --- a/net/sipxportlib/files/patch-include_os_OsUtil.h +++ /dev/null @@ -1,12 +0,0 @@ ---- ./include/os/OsUtil.h.orig Wed Aug 17 13:30:25 2005 -+++ ./include/os/OsUtil.h Thu Dec 28 16:14:44 2006 -@@ -47,7 +47,8 @@ - PLATFORM_MACOSX=97, - PLATFORM_SOLARIS=98, - PLATFORM_LINUX=99, -- PLATFORM_WIN32=100 -+ PLATFORM_WIN32=100, -+ PLATFORM_FREEBSD=101 - }; - - enum OsProductType diff --git a/net/sipxportlib/files/patch-src_Makefile.am b/net/sipxportlib/files/patch-src_Makefile.am deleted file mode 100644 index 652ba9e57535..000000000000 --- a/net/sipxportlib/files/patch-src_Makefile.am +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/Makefile.am.orig Thu Dec 28 16:20:02 2006 -+++ ./src/Makefile.am Wed Jan 3 20:40:10 2007 -@@ -26,8 +26,8 @@ - @PCRE_LIBS@ \ - @SSL_LIBS@ \ - @RT_LIBS@ \ -- -ldl \ -- -lpthread -+ -lpthread \ -+ -lkvm - - if ISGCC - libsipXport_la_LIBADD += -lstdc++ diff --git a/net/sipxportlib/files/patch-src_Makefile.in b/net/sipxportlib/files/patch-src_Makefile.in deleted file mode 100644 index f8dd1cce4224..000000000000 --- a/net/sipxportlib/files/patch-src_Makefile.in +++ /dev/null @@ -1,13 +0,0 @@ ---- ./src/Makefile.in.orig Thu Dec 28 16:19:58 2006 -+++ ./src/Makefile.in Wed Jan 3 20:40:21 2007 -@@ -404,8 +404,8 @@ - @PCRE_LDFLAGS@ \ - @SSL_LDFLAGS@ - --libsipXport_la_LIBADD = @PCRE_LIBS@ @SSL_LIBS@ @RT_LIBS@ -ldl \ -- -lpthread $(am__append_1) -+libsipXport_la_LIBADD = @PCRE_LIBS@ @SSL_LIBS@ @RT_LIBS@ \ -+ -lpthread -lkvm $(am__append_1) - - # this is helpful if you're debugging something with lots of inlines (like the UtlLink code) - # -fno-gcse -O0 -fno-implement-inlines -fno-default-inline diff --git a/net/sipxportlib/files/patch-src_os_OsMsg.cpp b/net/sipxportlib/files/patch-src_os_OsMsg.cpp deleted file mode 100644 index e9389386ea92..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsMsg.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- src/os/OsMsg.cpp.orig Sat Apr 7 18:07:29 2007 -+++ src/os/OsMsg.cpp Sat Apr 7 18:08:23 2007 -@@ -8,6 +8,7 @@ - - // SYSTEM INCLUDES - #include <assert.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "os/OsMsg.h" -@@ -150,7 +151,7 @@ - //! Implements the interface for a UtlContainable - unsigned OsMsg::hash() const - { -- return (unsigned) this; -+ return (unsigned) ((uintptr_t)this); - } - - UtlContainableType OsMsg::getContainableType() const -@@ -160,7 +161,7 @@ - - int OsMsg::compareTo(UtlContainable const* other) const - { -- return ((unsigned) this) - ((unsigned) other); -+ return ((unsigned) ((uintptr_t)this)) - ((unsigned) ((uintptr_t)other)); - } - - diff --git a/net/sipxportlib/files/patch-src_os_OsMsgQ.cpp b/net/sipxportlib/files/patch-src_os_OsMsgQ.cpp deleted file mode 100644 index 8eee3a3f8a81..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsMsgQ.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/os/OsMsgQ.cpp.orig Sat Apr 7 18:13:52 2007 -+++ src/os/OsMsgQ.cpp Sat Apr 7 18:14:22 2007 -@@ -11,6 +11,7 @@ - #ifdef __pingtel_on_posix__ - # include <pthread.h> - #endif -+#include <stdint.h> - - #include "utl/UtlRscTrace.h" - -@@ -41,7 +42,7 @@ - mName(name) - { - if (mName != "") -- OsUtil::insertKeyValue(MSGQ_PREFIX, mName, (int) this); -+ OsUtil::insertKeyValue(MSGQ_PREFIX, mName, (int) ((uintptr_t)this)); - } - - // Destructor diff --git a/net/sipxportlib/files/patch-src_os_OsServerSocket.cpp b/net/sipxportlib/files/patch-src_os_OsServerSocket.cpp deleted file mode 100644 index 8effe4c0c876..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsServerSocket.cpp +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/os/OsServerSocket.cpp.orig Tue Jan 2 17:41:00 2007 -+++ ./src/os/OsServerSocket.cpp Tue Jan 2 18:00:22 2007 -@@ -142,7 +142,8 @@ - { - error = OsSocketGetERRNO(); - OsSysLog::add(FAC_KERNEL, PRI_ERR, -- "OsServerSocket: bind to port %d failed with error: %d = 0x%x", -+ "OsServerSocket: bind to port %s:%d failed with error: %d = 0x%x", -+ inet_ntoa(localAddr.sin_addr), - ((PORT_DEFAULT == serverPort) ? 0 : serverPort), error, error); - socketDescriptor = OS_INVALID_SOCKET_DESCRIPTOR; - goto EXIT; diff --git a/net/sipxportlib/files/patch-src_os_OsSocket.cpp b/net/sipxportlib/files/patch-src_os_OsSocket.cpp deleted file mode 100644 index cb9b9600b50c..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsSocket.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- ./src/os/OsSocket.cpp.orig Tue Jan 2 17:37:30 2007 -+++ ./src/os/OsSocket.cpp Sat Jan 6 22:41:02 2007 -@@ -165,7 +165,7 @@ - - int flags = 0; - --#if defined(__linux__) || defined(sun) -+#if defined(__linux__) || defined(sun) || defined(__FreeBSD__) - // We do not want send to throw signals if there is a - // problem with the socket as this results in the process - // getting aborted. We just want it to return an error. -@@ -224,7 +224,7 @@ - - int flags = 0; - --#if defined(__linux__) || defined(sun) -+#if defined(__linux__) || defined(sun) || defined(__FreeBSD__) - // We do not want send to throw signals if there is a - // problem with the socket as this results in the process - // getting aborted. We just want it to return an error. -@@ -275,7 +275,7 @@ - - int flags = 0; - --#if defined(__linux__) || defined(sun) -+#if defined(__linux__) || defined(sun) || defined(__FreeBSD__) - // We do not want send to throw signals if there is a - // problem with the socket as this results in the process - // getting aborted. We just want it to return an error. diff --git a/net/sipxportlib/files/patch-src_os_OsStunAgentTask.cpp b/net/sipxportlib/files/patch-src_os_OsStunAgentTask.cpp deleted file mode 100644 index 82b556e54cdd..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsStunAgentTask.cpp +++ /dev/null @@ -1,25 +0,0 @@ ---- src/os/OsStunAgentTask.cpp.orig Sat Apr 7 19:49:56 2007 -+++ src/os/OsStunAgentTask.cpp Sat Apr 7 19:57:37 2007 -@@ -9,6 +9,7 @@ - - // SYSTEM INCLUDES - #include <assert.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "os/OsStunAgentTask.h" -@@ -374,12 +375,12 @@ - pQueuedEvent = (OsQueuedEvent*) pTimer->getNotifier() ; - if (pQueuedEvent) - { -- pQueuedEvent->setUserData((int) pSocket) ; -+ pQueuedEvent->setUserData((int) ((uintptr_t)pSocket)) ; - } - } - else - { -- pTimer = new OsTimer(getMessageQueue(), (int) pSocket) ; -+ pTimer = new OsTimer(getMessageQueue(), (int) ((uintptr_t)pSocket)) ; - pQueuedEvent = (OsQueuedEvent*)pTimer->getNotifier(); - } - diff --git a/net/sipxportlib/files/patch-src_os_OsStunDatagramSocket.cpp b/net/sipxportlib/files/patch-src_os_OsStunDatagramSocket.cpp deleted file mode 100644 index 02b77f8d3781..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsStunDatagramSocket.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- src/os/OsStunDatagramSocket.cpp.orig Sat Apr 7 20:05:25 2007 -+++ src/os/OsStunDatagramSocket.cpp Sat Apr 7 20:06:07 2007 -@@ -13,6 +13,7 @@ - #ifndef _WIN32 - #include <netinet/in.h> - #endif -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "os/OsStunDatagramSocket.h" -@@ -61,7 +62,7 @@ - mpNotification = pNotification ; - mStunOptions = iStunOptions ; - -- mpTimer = new OsTimer(pStunAgent->getMessageQueue(), (int) this) ; -+ mpTimer = new OsTimer(pStunAgent->getMessageQueue(), (int) ((uintptr_t)this)) ; - - // If enabled, kick off first stun request - if (mbEnabled) -@@ -602,7 +603,7 @@ - pContact->eContactType = NAT_MAPPED; - pContact->iPort = mStunPort; - -- mpNotification->signal((int)pContact) ; -+ mpNotification->signal((int)((uintptr_t)pContact)) ; - mpNotification = NULL ; - } - } diff --git a/net/sipxportlib/files/patch-src_os_OsStunQueryAgent.cpp b/net/sipxportlib/files/patch-src_os_OsStunQueryAgent.cpp deleted file mode 100644 index 2da4fde6a50a..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsStunQueryAgent.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/os/OsStunQueryAgent.cpp.orig Wed Apr 11 17:12:46 2007 -+++ src/os/OsStunQueryAgent.cpp Wed Apr 11 17:13:45 2007 -@@ -841,7 +841,7 @@ - tick |= lowtick; - #elif defined(__GNUC__) && ( defined(__i686__) || defined(__i386__) ) - asm("rdtsc" : "=A" (tick)); --#elif defined (__SUNPRO_CC) || defined( __sparc__ ) -+#elif defined (__SUNPRO_CC) || (defined( __sparc__ ) && !defined(__FreeBSD__)) - tick = gethrtime(); - #elif defined(__pingtel_on_posix__) || defined(_VXWORKS) - tick = getpid(); diff --git a/net/sipxportlib/files/patch-src_os_OsSysLog.cpp b/net/sipxportlib/files/patch-src_os_OsSysLog.cpp deleted file mode 100644 index 7ad2b4d0bd9e..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsSysLog.cpp +++ /dev/null @@ -1,23 +0,0 @@ ---- src/os/OsSysLog.cpp.orig Tue Jul 25 17:05:55 2006 -+++ src/os/OsSysLog.cpp Wed Feb 14 09:54:52 2007 -@@ -39,6 +39,9 @@ - #if defined(_WIN32) - // Windows va_arg function does not take a const - # define OS_VA_ARG_CONST -+#elif defined(__FreeBSD__) -+ // FreeBSD's va_list is not const -+# define OS_VA_ARG_CONST - #elif defined(__pingtel_on_posix__) - // Posix va_arg function takes a const - # define OS_VA_ARG_CONST const -@@ -333,7 +336,9 @@ - { - UtlString logData; - UtlString logEntry; -- myvsprintf(logData, format, ap) ; -+ OS_VA_ARG_CONST va_list *myap; -+ myap = (OS_VA_ARG_CONST va_list *)≈ -+ myvsprintf(logData, format, *myap) ; - logData = escape(logData) ; - - OsTime timeNow; diff --git a/net/sipxportlib/files/patch-src_os_OsSysLogTask.cpp b/net/sipxportlib/files/patch-src_os_OsSysLogTask.cpp deleted file mode 100644 index 0f09897dc7a6..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsSysLogTask.cpp +++ /dev/null @@ -1,24 +0,0 @@ ---- src/os/OsSysLogTask.cpp.orig Sat Apr 7 18:56:44 2007 -+++ src/os/OsSysLogTask.cpp Sat Apr 7 18:58:16 2007 -@@ -273,10 +273,10 @@ - processConsoleEnable(FALSE); - break ; - case OsSysLogMsg::HEAD: -- processHeadCommand((int) pSysLogMsg->getData()); -+ processHeadCommand((int) ((uintptr_t)pSysLogMsg->getData())); - break ; - case OsSysLogMsg::TAIL: -- processTailCommand((int) pSysLogMsg->getData()); -+ processTailCommand((int) ((uintptr_t)pSysLogMsg->getData())); - break ; - case OsSysLogMsg::ADD_SOCKET: - data = (char*) pSysLogMsg->getData(); -@@ -298,7 +298,7 @@ - processSetCallback((OsSysLogCallback) pSysLogMsg->getData()); - break ; - case OsSysLogMsg::SET_FLUSH_PERIOD: -- processSetFlushPeriod((int) pSysLogMsg->getData()) ; -+ processSetFlushPeriod((int) ((uintptr_t)pSysLogMsg->getData())) ; - break ; - case OsSysLogMsg::FLUSH_LOG: - processFlushLog((OsEvent*) pSysLogMsg->getData()); diff --git a/net/sipxportlib/files/patch-src_os_OsTask.cpp b/net/sipxportlib/files/patch-src_os_OsTask.cpp deleted file mode 100644 index 2049239dcc38..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsTask.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/os/OsTask.cpp.orig Sat Apr 7 19:13:07 2007 -+++ src/os/OsTask.cpp Sat Apr 7 19:19:35 2007 -@@ -15,6 +15,7 @@ - - #include <stdio.h> - #include <stdarg.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "os/OsExcept.h" -@@ -168,7 +169,7 @@ - mName.append(nameBuffer); - - if (mName != "") -- OsUtil::insertKeyValue(TASK_PREFIX, mName, (int) this); -+ OsUtil::insertKeyValue(TASK_PREFIX, mName, (int) ((uintptr_t)this)); - } - - // Destructor diff --git a/net/sipxportlib/files/patch-src_os_OsTimer.cpp b/net/sipxportlib/files/patch-src_os_OsTimer.cpp deleted file mode 100644 index 4fa500b394a2..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsTimer.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- src/os/OsTimer.cpp.orig Sat Apr 7 19:28:31 2007 -+++ src/os/OsTimer.cpp Sat Apr 7 19:29:10 2007 -@@ -9,6 +9,7 @@ - - // SYSTEM INCLUDES - #include <assert.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "os/OsTimer.h" -@@ -256,7 +257,7 @@ - - unsigned OsTimer::hash() const - { -- return (unsigned) this; -+ return (unsigned) ((uintptr_t)this); - } - - -@@ -280,7 +281,7 @@ - - if (inVal->isInstanceOf(OsTimer::TYPE)) - { -- result = ((unsigned) this) - ((unsigned) inVal); -+ result = ((unsigned) ((uintptr_t)this)) - ((unsigned) ((uintptr_t)inVal)); - } - else - { diff --git a/net/sipxportlib/files/patch-src_os_OsTimerTask.cpp b/net/sipxportlib/files/patch-src_os_OsTimerTask.cpp deleted file mode 100644 index 8eb3c93d5bd4..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsTimerTask.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/os/OsTimerTask.cpp.orig Sat Apr 7 19:40:53 2007 -+++ src/os/OsTimerTask.cpp Sat Apr 7 19:41:56 2007 -@@ -9,6 +9,7 @@ - - // SYSTEM INCLUDES - #include <assert.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "os/OsEvent.h" -@@ -377,7 +378,7 @@ - // Call the event routine if we are supposed to. - if (report) - { -- timer->mpNotifier->signal((int) timer); -+ timer->mpNotifier->signal((int) ((uintptr_t)timer)); - } - } - diff --git a/net/sipxportlib/files/patch-src_os_OsUtil.cpp b/net/sipxportlib/files/patch-src_os_OsUtil.cpp deleted file mode 100644 index a2496d1fea06..000000000000 --- a/net/sipxportlib/files/patch-src_os_OsUtil.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/os/OsUtil.cpp.orig Tue Jul 25 17:05:55 2006 -+++ ./src/os/OsUtil.cpp Thu Dec 28 16:14:44 2006 -@@ -426,6 +426,8 @@ - platform = PLATFORM_LINUX; - #elif defined(sun) /* ] [ */ - platform = PLATFORM_SOLARIS; -+#elif defined(__FreeBSD__) -+ platform = PLATFORM_FREEBSD; - #else /* ] [ */ - #error Unexpected Platform/CPU type - #endif /* ] ]*/ diff --git a/net/sipxportlib/files/patch-src_os_linux_AdapterInfo.cpp b/net/sipxportlib/files/patch-src_os_linux_AdapterInfo.cpp deleted file mode 100644 index 78e7f7473d1a..000000000000 --- a/net/sipxportlib/files/patch-src_os_linux_AdapterInfo.cpp +++ /dev/null @@ -1,37 +0,0 @@ ---- src/os/linux/AdapterInfo.cpp.orig Wed Aug 30 01:18:24 2006 -+++ src/os/linux/AdapterInfo.cpp Sat Apr 7 20:15:33 2007 -@@ -21,6 +21,7 @@ - #include <sys/types.h> - #include <unistd.h> - #include <net/if.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include <os/HostAdapterAddress.h> -@@ -68,7 +69,7 @@ - else - { - rc = TRUE; --#ifndef __MACH__ -+#if !defined(__MACH__) && !defined(__FreeBSD__) - // Get the number of returned addresses from ifc_len. - numAddresses = ifconf_structure.ifc_len / sizeof (struct ifreq); - int j = 0; -@@ -94,7 +95,7 @@ - numAddresses = j; - #else - void* ptr; -- for (ptr = ifreq_array; (int) ptr < ((int) ifreq_array) + ifconf_structure.ifc_len; ) -+ for (ptr = ifreq_array; (uintptr_t) ptr < ((uintptr_t) ifreq_array) + ifconf_structure.ifc_len; ) - { - struct ifreq* ifr = (struct ifreq*) ptr; - -@@ -102,7 +103,7 @@ - if (ifr->ifr_addr.sa_len > sizeof(struct sockaddr)) - len = ifr->ifr_addr.sa_len; - -- ptr = (void *) ((int) ptr + sizeof(ifr->ifr_name) + len); -+ ptr = (void *) ((uintptr_t) ptr + sizeof(ifr->ifr_name) + len); - - // The body of this if statement should mirror the for loop above... - if (ifr->ifr_addr.sa_family == AF_INET) diff --git a/net/sipxportlib/files/patch-src_os_linux_OsBSemLinux.cpp b/net/sipxportlib/files/patch-src_os_linux_OsBSemLinux.cpp deleted file mode 100644 index 0f2af2d321a0..000000000000 --- a/net/sipxportlib/files/patch-src_os_linux_OsBSemLinux.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/os/linux/OsBSemLinux.cpp.orig Sat Apr 7 20:19:17 2007 -+++ src/os/linux/OsBSemLinux.cpp Sat Apr 7 20:19:47 2007 -@@ -7,6 +7,7 @@ - - // SYSTEM INCLUDES - #include <assert.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "os/OsDefs.h" -@@ -58,7 +59,7 @@ - { - OsSysLog::add(FAC_KERNEL, PRI_ERR, - "OsBSemLinux::~OsBSemLinux pt_sem_destroy returned %d in task %u", -- res, (unsigned int)pthread_self() -+ res, (unsigned int)((uintptr_t)pthread_self()) - ); - } - # ifdef OS_SYNC_DEBUG diff --git a/net/sipxportlib/files/patch-src_os_linux_OsDateTimeLinux.cpp b/net/sipxportlib/files/patch-src_os_linux_OsDateTimeLinux.cpp deleted file mode 100644 index 2d820fe7b6e9..000000000000 --- a/net/sipxportlib/files/patch-src_os_linux_OsDateTimeLinux.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/os/linux/OsDateTimeLinux.cpp.orig Tue Aug 1 03:09:34 2006 -+++ ./src/os/linux/OsDateTimeLinux.cpp Thu Dec 28 16:14:44 2006 -@@ -169,7 +169,7 @@ - gettimeofday( &theTime, NULL ); - - struct tm curDateTime; -- gmtime_r(&theTime.tv_sec, &curDateTime); -+ gmtime_r((time_t *)&theTime.tv_sec, &curDateTime); - - rDateTime.mYear = 1900 + curDateTime.tm_year; - rDateTime.mMonth = (unsigned char) curDateTime.tm_mon; diff --git a/net/sipxportlib/files/patch-src_os_linux_OsProcessIteratorLinux.cpp b/net/sipxportlib/files/patch-src_os_linux_OsProcessIteratorLinux.cpp deleted file mode 100644 index 7528009a8e97..000000000000 --- a/net/sipxportlib/files/patch-src_os_linux_OsProcessIteratorLinux.cpp +++ /dev/null @@ -1,71 +0,0 @@ ---- ./src/os/linux/OsProcessIteratorLinux.cpp.orig Wed Jan 3 17:16:44 2007 -+++ ./src/os/linux/OsProcessIteratorLinux.cpp Wed Jan 3 20:45:43 2007 -@@ -9,6 +9,16 @@ - #include <assert.h> - #include <stdlib.h> - -+#if defined(__FreeBSD__) -+#include <fcntl.h> -+#include <kvm.h> -+#include <sys/param.h> -+#include <sys/sysctl.h> -+#include <sys/user.h> -+#include <limits.h> -+#include <paths.h> -+#endif -+ - // APPLICATION INCLUDES - #include "os/OsFS.h" - #include "os/linux/OsProcessIteratorLinux.h" -@@ -100,6 +110,7 @@ - - /* //////////////////////////// PRIVATE /////////////////////////////////// */ - -+#if !defined(__FreeBSD__) - //reads the status file in the /proc/nnnn directory - OsStatus OsProcessIteratorLinux::readProcFile(OsPath &procDirname, OsProcess & rProcess) - { -@@ -165,5 +176,43 @@ - - return retval; - } -+#else -+/* -+ * We need to do this differently under FreeBSD. We could open the -+ * appropriate /proc/nnnn/status file as shown above, but OsFile -+ * wants to call fcntl() to lock the file when it is opened. FreeBSD -+ * does not allow locking the procfs file and fails the fcntl() call. -+ * This in turn means we don't get to read the PID information and -+ * all sorts of bad things start happening. -+ * -+ * Rather than try to find a way to bypass the fcntl() call in some -+ * cases, let's just go ahead and use another method to get this PID -+ * information. -+ */ -+OsStatus OsProcessIteratorLinux::readProcFile(OsPath &procDirname, OsProcess & rProcess) -+{ -+ OsStatus retval = OS_FAILED; -+ kvm_t *kd; -+ struct kinfo_proc *kp; -+ int nentries, pid; -+ char errbuf[_POSIX2_LINE_MAX]; -+ -+ kd = kvm_openfiles(_PATH_DEVNULL, _PATH_DEVNULL, NULL, O_RDONLY, errbuf); -+ if (kd != NULL) { -+ nentries = -1; -+ pid = atoi(procDirname.data()); -+ kp = kvm_getprocs(kd, KERN_PROC_PID, pid, &nentries); -+ if (kp != NULL && nentries > 0) { -+ rProcess.mProcessName = kp->ki_comm; -+ rProcess.mPID = kp->ki_pid; -+ rProcess.mParentPID = kp->ki_ppid; -+ retval = OS_SUCCESS; -+ } -+ kvm_close(kd); -+ } -+ -+ return retval; -+} -+#endif - - /* ============================ FUNCTIONS ================================= */ diff --git a/net/sipxportlib/files/patch-src_os_linux_OsTaskLinux.cpp b/net/sipxportlib/files/patch-src_os_linux_OsTaskLinux.cpp deleted file mode 100644 index c25e43d6806c..000000000000 --- a/net/sipxportlib/files/patch-src_os_linux_OsTaskLinux.cpp +++ /dev/null @@ -1,74 +0,0 @@ ---- src/os/linux/OsTaskLinux.cpp.orig Sat Apr 7 21:29:21 2007 -+++ src/os/linux/OsTaskLinux.cpp Sat Apr 7 21:32:30 2007 -@@ -321,14 +321,14 @@ - { - int taskId; - -- taskId = (int)pthread_self(); -+ taskId = (int)((uintptr_t)pthread_self()); - return OsTaskLinux::getTaskById(taskId); - } - - // Return an Id of the currently executing task - OsStatus OsTaskLinux::getCurrentTaskId(int &rid) - { -- rid = (int)pthread_self(); -+ rid = (int)((uintptr_t)pthread_self()); - return OS_SUCCESS; - } - -@@ -435,7 +435,7 @@ - - //if started, return the taskId, otherwise return -1 - if (isStarted()) -- rId = (int)mTaskId; -+ rId = (int)((uintptr_t)mTaskId); - else - { - retVal = OS_TASK_NOT_STARTED; -@@ -510,8 +510,8 @@ - { - // Enter the thread id into the global name database so that given the - // thread id we will be able to find the corresponding OsTask object -- sprintf(idString, "%d", (int)mTaskId); // convert the id to a string -- OsUtil::insertKeyValue(TASKID_PREFIX, idString, (int) this); -+ sprintf(idString, "%d", (int)((uintptr_t)mTaskId)); // convert the id to a string -+ OsUtil::insertKeyValue(TASKID_PREFIX, idString, (int) ((uintptr_t)this)); - - mState = STARTED; - return TRUE; -@@ -531,10 +531,10 @@ - - OsSysLog::add(FAC_KERNEL, PRI_DEBUG, - "OsTaskLinux::doLinuxTerminateTask, deleting task thread: %x," -- " force = %d", (int)mTaskId, doForce); -+ " force = %d", (int)((uintptr_t)mTaskId), doForce); - - // if there is no low-level task, or entry in the name database, just return -- if ((mState != UNINITIALIZED) && ((int)mTaskId != 0)) -+ if ((mState != UNINITIALIZED) && ((int)((uintptr_t)mTaskId) != 0)) - { - // DEBUGGING HACK: Suspend requestor if target is suspended $$$ - while (isSuspended()) -@@ -695,10 +695,10 @@ - OsStatus res; - char idString[15]; - -- if ( 0 != (int)mTaskId ) -+ if ( 0 != (uintptr_t)mTaskId ) - { - // Remove the key from the internal task list, before terminating it -- sprintf(idString, "%d", (int)mTaskId); // convert the id to a string -+ sprintf(idString, "%d", (int)((uintptr_t)mTaskId)); // convert the id to a string - res = OsUtil::deleteKeyValue(TASKID_PREFIX, idString); - } - else -@@ -710,7 +710,7 @@ - { - OsSysLog::add(FAC_KERNEL, PRI_ERR, "OsTaskLinux::doLinuxTerminateTask, failed to delete" - " mTaskId = 0x%08x, key '%s', returns %d", -- (int) mTaskId, idString, res); -+ (int) ((uintptr_t)mTaskId), idString, res); - } - mTaskId = 0; - diff --git a/net/sipxportlib/files/patch-src_test_testplugin_Makefile.am b/net/sipxportlib/files/patch-src_test_testplugin_Makefile.am deleted file mode 100644 index 7e26f2a8d08a..000000000000 --- a/net/sipxportlib/files/patch-src_test_testplugin_Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/test/testplugin/Makefile.am.orig Thu Dec 28 16:20:59 2006 -+++ ./src/test/testplugin/Makefile.am Thu Dec 28 16:21:18 2006 -@@ -32,7 +32,6 @@ - - libtestpluginA_la_LIBADD = \ - @RT_LIBS@ \ -- -ldl \ - -lpthread - - if ISGCC diff --git a/net/sipxportlib/files/patch-src_test_testplugin_Makefile.in b/net/sipxportlib/files/patch-src_test_testplugin_Makefile.in deleted file mode 100644 index abb018791d02..000000000000 --- a/net/sipxportlib/files/patch-src_test_testplugin_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/test/testplugin/Makefile.in.orig Thu Dec 28 16:21:05 2006 -+++ ./src/test/testplugin/Makefile.in Thu Dec 28 16:22:57 2006 -@@ -319,7 +319,7 @@ - # Age - set to 0 of any interfaces have been removed - # increment if any interfaces have been added - version_Age = 0 --libtestpluginA_la_LIBADD = @RT_LIBS@ -ldl -lpthread $(am__append_1) -+libtestpluginA_la_LIBADD = @RT_LIBS@ -lpthread $(am__append_1) - libtestpluginB_la_LIBADD = $(libtestpluginA_la_LIBADD) - libtestpluginA_la_CXXFLAGS = \ - -DLIBRARY_NAME=\"TestPluginA\" \ diff --git a/net/sipxportlib/files/patch-src_utl_UtlContainable.cpp b/net/sipxportlib/files/patch-src_utl_UtlContainable.cpp deleted file mode 100644 index 9ed6c347e283..000000000000 --- a/net/sipxportlib/files/patch-src_utl_UtlContainable.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- src/utl/UtlContainable.cpp.orig Sat Apr 7 17:08:53 2007 -+++ src/utl/UtlContainable.cpp Sat Apr 7 17:09:20 2007 -@@ -8,6 +8,7 @@ - - // SYSTEM INCLUDES - #include <string.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "utl/UtlContainable.h" -@@ -60,7 +61,7 @@ - /// Provides a hash function that uses the object pointer as the hash value. - unsigned UtlContainable::directHash() const - { -- return (unsigned) this; -+ return (unsigned) ((uintptr_t)this); - } - - /// Provides a hash function appropriate for null-terminated string values. diff --git a/net/sipxportlib/files/patch-src_utl_UtlContainer.cpp b/net/sipxportlib/files/patch-src_utl_UtlContainer.cpp deleted file mode 100644 index 4ef9c29cc2ec..000000000000 --- a/net/sipxportlib/files/patch-src_utl_UtlContainer.cpp +++ /dev/null @@ -1,29 +0,0 @@ ---- src/utl/UtlContainer.cpp.orig Sat Apr 7 17:16:07 2007 -+++ src/utl/UtlContainer.cpp Sat Apr 7 17:16:47 2007 -@@ -7,6 +7,8 @@ - ////// - - // SYSTEM INCLUDES -+#include <stdint.h> -+ - // APPLICATION INCLUDES - #include "utl/UtlContainer.h" - #include "utl/UtlLink.h" -@@ -86,7 +88,7 @@ - unsigned UtlContainer::hash() const - { - // default implementation -- return (unsigned) this; -+ return (unsigned) ((uintptr_t)this); - } - - -@@ -109,7 +111,7 @@ - */ - int UtlContainer::compareTo(const UtlContainable* otherObject) const - { -- return ((unsigned) this) - ((unsigned) otherObject); -+ return ((unsigned) ((uintptr_t)this)) - ((unsigned) ((uintptr_t)otherObject)); - } - - diff --git a/net/sipxportlib/files/patch-src_utl_UtlVoidPtr.cpp b/net/sipxportlib/files/patch-src_utl_UtlVoidPtr.cpp deleted file mode 100644 index d4301e0d0279..000000000000 --- a/net/sipxportlib/files/patch-src_utl_UtlVoidPtr.cpp +++ /dev/null @@ -1,28 +0,0 @@ ---- src/utl/UtlVoidPtr.cpp.orig Sat Apr 7 16:57:45 2007 -+++ src/utl/UtlVoidPtr.cpp Sat Apr 7 17:00:29 2007 -@@ -8,6 +8,7 @@ - - // SYSTEM INCLUDES - #include <string.h> -+#include <stdint.h> - - // APPLICATION INCLUDES - #include "utl/UtlInt.h" -@@ -57,7 +58,7 @@ - - unsigned UtlVoidPtr::hash() const - { -- return (unsigned) mpValue ; -+ return (unsigned) ((uintptr_t)mpValue) ; - } - - -@@ -75,7 +76,7 @@ - - if (inVal->isInstanceOf(UtlVoidPtr::TYPE)) - { -- result = ((unsigned) mpValue) - ((unsigned) ((UtlVoidPtr*) inVal)->mpValue); -+ result = ((unsigned) ((uintptr_t)mpValue)) - ((unsigned) ((uintptr_t)((UtlVoidPtr*) inVal)->mpValue)); - } - else - { diff --git a/net/sipxportlib/pkg-descr b/net/sipxportlib/pkg-descr deleted file mode 100644 index 8e054c091d26..000000000000 --- a/net/sipxportlib/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -sipXportLib is a library of general purpose utilities and OS -abstraction APIs. It is a necessary dependancy of the sipX project. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxportlib/pkg-plist b/net/sipxportlib/pkg-plist deleted file mode 100644 index e62ff9b724ab..000000000000 --- a/net/sipxportlib/pkg-plist +++ /dev/null @@ -1,146 +0,0 @@ -bin/sipx-config -bin/sipx-upgrade -bin/sipxportlib-config -bin/syslogviewer -include/os/HostAdapterAddress.h -include/os/OsAssert.h -include/os/OsBSem.h -include/os/OsCSem.h -include/os/OsCallback.h -include/os/OsConfigDb.h -include/os/OsConfigEncryption.h -include/os/OsConnectionSocket.h -include/os/OsDatagramSocket.h -include/os/OsDateTime.h -include/os/OsDefs.h -include/os/OsDirBase.h -include/os/OsEncryption.h -include/os/OsEvent.h -include/os/OsEventMsg.h -include/os/OsExcept.h -include/os/OsFS.h -include/os/OsFileBase.h -include/os/OsFileInfoBase.h -include/os/OsFileIteratorBase.h -include/os/OsFileSystem.h -include/os/OsLock.h -include/os/OsLockingList.h -include/os/OsMsg.h -include/os/OsMsgPool.h -include/os/OsMsgQ.h -include/os/OsMulticastSocket.h -include/os/OsMutex.h -include/os/OsNameDb.h -include/os/OsNotification.h -include/os/OsPathBase.h -include/os/OsProcess.h -include/os/OsProcessIterator.h -include/os/OsProcessMgr.h -include/os/OsProtectEvent.h -include/os/OsProtectEventMgr.h -include/os/OsPtrMsg.h -include/os/OsQueuedEvent.h -include/os/OsRWMutex.h -include/os/OsReadLock.h -include/os/OsRpcMsg.h -include/os/OsSSL.h -include/os/OsSSLConnectionSocket.h -include/os/OsSSLServerSocket.h -include/os/OsServerSocket.h -include/os/OsServerTask.h -include/os/OsSharedLibMgr.h -include/os/OsSocket.h -include/os/OsStatus.h -include/os/OsStunAgentTask.h -include/os/OsStunDatagramSocket.h -include/os/OsStunQueryAgent.h -include/os/OsSyncBase.h -include/os/OsSysLog.h -include/os/OsSysLogFacilities.h -include/os/OsSysLogMsg.h -include/os/OsSysLogTask.h -include/os/OsTask.h -include/os/OsTime.h -include/os/OsTimeLog.h -include/os/OsTimer.h -include/os/OsTimerMsg.h -include/os/OsTimerTask.h -include/os/OsTokenizer.h -include/os/OsUtil.h -include/os/OsWriteLock.h -include/os/fstream -include/os/iostream -include/os/istream -include/os/linux/AdapterInfo.h -include/os/linux/OsBSemLinux.h -include/os/linux/OsCSemLinux.h -include/os/linux/OsDateTimeLinux.h -include/os/linux/OsDirLinux.h -include/os/linux/OsFileInfoLinux.h -include/os/linux/OsFileIteratorLinux.h -include/os/linux/OsFileLinux.h -include/os/linux/OsLinuxDefs.h -include/os/linux/OsMutexLinux.h -include/os/linux/OsPathLinux.h -include/os/linux/OsProcessIteratorLinux.h -include/os/linux/OsProcessLinux.h -include/os/linux/OsSharedLibMgrLinux.h -include/os/linux/OsTaskLinux.h -include/os/linux/OsUtilLinux.h -include/os/linux/host_address.h -include/os/linux/pt_csem.h -include/os/linux/pt_mutex.h -include/os/ostream -include/os/qsTypes.h -include/os/shared/OsMsgQShared.h -include/os/shared/OsTimerMessage.h -include/sipxunit/TestUtilities.h -include/utl/Plugin.h -include/utl/PluginHooks.h -include/utl/UtlBool.h -include/utl/UtlContainable.h -include/utl/UtlContainableAtomic.h -include/utl/UtlContainer.h -include/utl/UtlDList.h -include/utl/UtlDListIterator.h -include/utl/UtlDateTime.h -include/utl/UtlDefs.h -include/utl/UtlHashBag.h -include/utl/UtlHashBagIterator.h -include/utl/UtlHashMap.h -include/utl/UtlHashMapIterator.h -include/utl/UtlHistogram.h -include/utl/UtlInt.h -include/utl/UtlIterator.h -include/utl/UtlLink.h -include/utl/UtlList.h -include/utl/UtlListIterator.h -include/utl/UtlLongLongInt.h -include/utl/UtlRandom.h -include/utl/UtlRegex.h -include/utl/UtlRscStore.h -include/utl/UtlRscTrace.h -include/utl/UtlSList.h -include/utl/UtlSListIterator.h -include/utl/UtlSortedList.h -include/utl/UtlSortedListIterator.h -include/utl/UtlString.h -include/utl/UtlTokenizer.h -include/utl/UtlVoidPtr.h -include/utl/XmlContent.h -include/xmlparser/ExtractContent.h -include/xmlparser/TiXmlIterator.h -include/xmlparser/tinystr.h -include/xmlparser/tinyxml.h -lib/libsipXport.a -lib/libsipXport.la -lib/libsipXport.so -lib/libsipXport.so.2 -lib/libsipXunit.a -lib/libsipXunit.la -@dirrm include/xmlparser -@dirrm include/utl -@dirrm include/sipxunit -@dirrm include/os/shared -@dirrm include/os/linux -@dirrm include/os diff --git a/net/sipxproxy/Makefile b/net/sipxproxy/Makefile deleted file mode 100644 index 0892588cc0fe..000000000000 --- a/net/sipxproxy/Makefile +++ /dev/null @@ -1,65 +0,0 @@ -# Ports collection makefile for: sipxproxy -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxproxy -PORTVERSION= 3.6.0 -PORTREVISION= 5 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX server for handling SIP authorization and call records - -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - sipXcommserver:${PORTSDIR}/net/sipxcommserverlib \ - pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ - psql:${PORTSDIR}/databases/postgresql81-client -BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip \ - ginstall:${PORTSDIR}/sysutils/coreutils \ - cppunit-config:${PORTSDIR}/devel/cppunit - -DEPRECATED= depends on broken port net/sipxcommserverlib -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_RUBY= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} -SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} \ - PREFIX=${PREFIX} -SUB_FILES= pkg-install pkg-deinstall - -PKGINSTALL= ${WRKDIR}/pkg-install - -.include <bsd.port.pre.mk> - -.if ${RUBY_VER} == 1.8 -BUILD_DEPENDS+= gem:${PORTSDIR}/devel/ruby-gems -.endif - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipxcallresolver.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipproxy.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipauthproxy.sh.in - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipxha-distrib.sh.in - -pre-install: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -post-install: - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -.include <bsd.port.post.mk> diff --git a/net/sipxproxy/distinfo b/net/sipxproxy/distinfo deleted file mode 100644 index 5f7f6300ef5f..000000000000 --- a/net/sipxproxy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxproxy-3.6.0.tar.bz2) = 8d35667fa4188316e9b6ac0ae94dd920 -SHA256 (sipxproxy-3.6.0.tar.bz2) = a6591579070c4c113852753593e4f152577da5e5e399ed50d78efc667a24334f -SIZE (sipxproxy-3.6.0.tar.bz2) = 372514 diff --git a/net/sipxproxy/files/patch-bin_sipproxy.sh.in b/net/sipxproxy/files/patch-bin_sipproxy.sh.in deleted file mode 100644 index 96770ad0cc7a..000000000000 --- a/net/sipxproxy/files/patch-bin_sipproxy.sh.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./bin/sipproxy.sh.in.orig Mon Jan 1 19:19:25 2007 -+++ ./bin/sipproxy.sh.in Mon Jan 1 19:30:05 2007 -@@ -57,7 +57,7 @@ - #@bindir@/sipx-validate-xml @SIPX_CONFDIR@/forwardingrules.xml - #Status=$? - -- myHostname=`hostname -f | tr A-Z a-z` -+ myHostname=`hostname | tr A-Z a-z` - status=$? - Status=$((${Status}+${status})) - diff --git a/net/sipxproxy/files/patch-bin_sipxcallresolver.sh.in b/net/sipxproxy/files/patch-bin_sipxcallresolver.sh.in deleted file mode 100644 index de371481d4c6..000000000000 --- a/net/sipxproxy/files/patch-bin_sipxcallresolver.sh.in +++ /dev/null @@ -1,56 +0,0 @@ ---- ./bin/sipxcallresolver.sh.in.orig Mon Jan 1 15:29:43 2007 -+++ ./bin/sipxcallresolver.sh.in Mon Jan 1 16:28:32 2007 -@@ -30,7 +30,7 @@ - : ${LogDir:=@SIPX_LOGDIR@} - : ${TmpDir:=@SIPX_TMPDIR@} - : ${RunningUser:=@SIPXPBXUSER@} --: ${PgUser:=postgres} -+: ${PgUser:=pgsql} - : ${PgSchema:=@SIPX_CONFDIR@/cdr/schema.sql} - : ${DbVersion:=2} - : ${DbPatchDir:=@SIPX_CONFDIR@/cdr} -@@ -178,7 +178,7 @@ - # 2. running but not setup to communicate w/java or ${Psql} command - # 3. Database is not created - databaseCheck() { -- if ! ${Psql} -l -U postgres | grep "${Database}" >/dev/null 2>&1 -+ if ! ${Psql} -l -U pgsql | grep "${Database}" >/dev/null 2>&1 - then - procs=`ps -C postmaster` - if ! expr match "$procs" '.*postmaster.*' >/dev/null; then -@@ -190,15 +190,9 @@ - fi - else - # Check postgres configuration -- Service=`postgresService` -+ Service=postgresql - if test -z $PGDATA; then -- # Debian/Gentoo -- if test -d /var/lib/postgresql/data; then -- PGDATA=/var/lib/postgresql/data -- else -- # Redhat -- PGDATA=/var/lib/pgsql/data -- fi -+ PGDATA=/usr/local/pgsql/data - fi - # Check for conf file - if [ -f $PGDATA/pg_hba.conf ]; then -@@ -213,7 +207,7 @@ - fi - else - # Check if psql command works at all -- if ${Psql} -l -U postgres >/dev/null 2>&1; then -+ if ${Psql} -l -U pgsql >/dev/null 2>&1; then - if [ "$1" != "Silent" ]; then - echo - echo " Error: The SIPXCDR database does not exist. Run the sipxcallresolver.sh" -@@ -415,7 +409,7 @@ - # Check the database version. If it is wrong, then exit, because it's dangerous to - # run call resolver on top of the wrong database version. - databaseVersionCheck() { -- dbver=`${Psql} -c "select max(vh.version) from version_history vh;" ${Database} postgres | sed -n 's/^\s*\([0-9][0-9]*\)\s*$/\1/p'` -+ dbver=`${Psql} -c "select max(vh.version) from version_history vh;" ${Database} pgsql | sed -n 's/^\s*\([0-9][0-9]*\)\s*$/\1/p'` - if [ "$dbver" = "" ] - then - echo " Error: could not get the database version." diff --git a/net/sipxproxy/files/patch-doc-Makefile.am b/net/sipxproxy/files/patch-doc-Makefile.am deleted file mode 100644 index c69f243adf86..000000000000 --- a/net/sipxproxy/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orig Mon Jan 29 14:35:49 2007 -+++ doc/Makefile.am Mon Jan 29 14:36:06 2007 -@@ -28,7 +28,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxproxy/files/patch-doc-Makefile.in b/net/sipxproxy/files/patch-doc-Makefile.in deleted file mode 100644 index cc7935d720e6..000000000000 --- a/net/sipxproxy/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Mon Jan 29 14:35:56 2007 -+++ doc/Makefile.in Mon Jan 29 14:36:17 2007 -@@ -481,7 +481,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxproxy/files/pkg-deinstall.in b/net/sipxproxy/files/pkg-deinstall.in deleted file mode 100644 index 44586360bbaa..000000000000 --- a/net/sipxproxy/files/pkg-deinstall.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin - -LOCALSTATEDIR="%%LOCALSTATEDIR%%" - -post-deinstall() { - echo "WARNING: If you will *NOT* use this package anymore, please remove - the" - echo " following file manually:" - echo " ${LOCALSTATEDIR}/sipxdata/upgrade/sipxproxy-previous.tgz" - echo -} - -case $2 in - POST-DEINSTALL) - post-deinstall - ;; -esac diff --git a/net/sipxproxy/files/pkg-install.in b/net/sipxproxy/files/pkg-install.in deleted file mode 100644 index 8ac6d67cf34b..000000000000 --- a/net/sipxproxy/files/pkg-install.in +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -USER=sipx -GROUP=sipx - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2> /dev/null ; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} ; then - echo "Added group \"${GROUP}\"." - else - echo "Add of group \"${GROUP}\" failed." - exit 1 - fi - fi - - if pw user show "${USER}" 2> /dev/null ; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d %%LOCALSTATEDIR%%/sipxdata/configserver/phone/profile/tftproot -s %%PREFIX%%/bin/bash -c "sipX" ; then - echo "Added user \"${USER}\"." - else - echo "Add of user \"${USER}\" failed." - exit 1 - fi - fi - ;; -POST-INSTALL) - chown ${USER}:${GROUP} %%PREFIX%%/etc/sipxpbx - ;; -esac diff --git a/net/sipxproxy/pkg-descr b/net/sipxproxy/pkg-descr deleted file mode 100644 index d3e7f1251e2a..000000000000 --- a/net/sipxproxy/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -sipXproxy is the authorization and call record server component of the -sipX family. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxproxy/pkg-plist b/net/sipxproxy/pkg-plist deleted file mode 100644 index 52d2bcb2f63a..000000000000 --- a/net/sipxproxy/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/sipauthproxy -bin/sipauthproxy.sh -bin/sipproxy -bin/sipproxy.sh -bin/sipxcallresolver.sh -bin/sipxha-distrib.sh -bin/sipxproxy-config -etc/sipxpbx/authproxy-config.in -etc/sipxpbx/authrules.xml.in -etc/sipxpbx/callresolver-config.in -etc/sipxpbx/cdr/refer_uri.sql -etc/sipxpbx/cdr/schema.sql -etc/sipxpbx/cdr/view_cdrs.sql -etc/sipxpbx/forwardingrules.xml.in -etc/sipxpbx/process.d/sipauthproxy.process.xml -etc/sipxpbx/process.d/sipproxy.process.xml -etc/sipxpbx/proxy-config.in -@dirrmtry etc/sipxpbx/process.d -@dirrm etc/sipxpbx/cdr -@dirrmtry etc/sipxpbx diff --git a/net/sipxpublisher/Makefile b/net/sipxpublisher/Makefile deleted file mode 100644 index cde31d3290c4..000000000000 --- a/net/sipxpublisher/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Ports collection makefile for: sipxpublisher -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxpublisher -PORTVERSION= 3.6.0 -PORTREVISION= 5 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX server for handling SIP event subscriptions - -BUILD_DEPENDS= ginstall:${PORTSDIR}/sysutils/coreutils -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - sipXcommserver:${PORTSDIR}/net/sipxcommserverlib \ - pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash - -DEPRECATED= depends on broken port net/sipxcommserverlib -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} -SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} \ - PREFIX=${PREFIX} -SUB_FILES= pkg-install pkg-deinstall - -PKGINSTALL= ${WRKDIR}/pkg-install - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipstatus.sh.in - -pre-install: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -post-install: - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/net/sipxpublisher/distinfo b/net/sipxpublisher/distinfo deleted file mode 100644 index b4e7da62fb39..000000000000 --- a/net/sipxpublisher/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxpublisher-3.6.0.tar.bz2) = e1bbf75e64e43e2fc25a3e919effdad4 -SHA256 (sipxpublisher-3.6.0.tar.bz2) = 0e0a6159925a941f1dd60d1e3c245d1acf718b6406f1cfb21051d1e49a8686b3 -SIZE (sipxpublisher-3.6.0.tar.bz2) = 279637 diff --git a/net/sipxpublisher/files/patch-doc-Makefile.am b/net/sipxpublisher/files/patch-doc-Makefile.am deleted file mode 100644 index 6a07a3d2606f..000000000000 --- a/net/sipxpublisher/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orgi Mon Jan 29 13:21:32 2007 -+++ doc/Makefile.am Mon Jan 29 13:21:43 2007 -@@ -28,7 +28,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpublisher/files/patch-doc-Makefile.in b/net/sipxpublisher/files/patch-doc-Makefile.in deleted file mode 100644 index 62ee7815c2c3..000000000000 --- a/net/sipxpublisher/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orgi Mon Jan 29 13:21:25 2007 -+++ doc/Makefile.in Mon Jan 29 13:21:55 2007 -@@ -469,7 +469,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxpublisher/files/pkg-deinstall.in b/net/sipxpublisher/files/pkg-deinstall.in deleted file mode 100644 index 965c28f4d4b8..000000000000 --- a/net/sipxpublisher/files/pkg-deinstall.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin - -LOCALSTATEDIR="%%LOCALSTATEDIR%%" - -post-deinstall() { - echo "WARNING: If you will *NOT* use this package anymore, please remove - the" - echo " following file manually:" - echo " ${LOCALSTATEDIR}/sipxdata/upgrade/sipxpublisher-previous.tgz" - echo -} - -case $2 in - POST-DEINSTALL) - post-deinstall - ;; -esac diff --git a/net/sipxpublisher/files/pkg-install.in b/net/sipxpublisher/files/pkg-install.in deleted file mode 100644 index 8ac6d67cf34b..000000000000 --- a/net/sipxpublisher/files/pkg-install.in +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -USER=sipx -GROUP=sipx - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2> /dev/null ; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} ; then - echo "Added group \"${GROUP}\"." - else - echo "Add of group \"${GROUP}\" failed." - exit 1 - fi - fi - - if pw user show "${USER}" 2> /dev/null ; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d %%LOCALSTATEDIR%%/sipxdata/configserver/phone/profile/tftproot -s %%PREFIX%%/bin/bash -c "sipX" ; then - echo "Added user \"${USER}\"." - else - echo "Add of user \"${USER}\" failed." - exit 1 - fi - fi - ;; -POST-INSTALL) - chown ${USER}:${GROUP} %%PREFIX%%/etc/sipxpbx - ;; -esac diff --git a/net/sipxpublisher/pkg-descr b/net/sipxpublisher/pkg-descr deleted file mode 100644 index bbb8a9ca2230..000000000000 --- a/net/sipxpublisher/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -sipXpublisher is a modular server for handling SIP event subscriptions; event -package types can be added through a dynamically linked library -interface, configured through a simple XML plugin configuration file. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxpublisher/pkg-plist b/net/sipxpublisher/pkg-plist deleted file mode 100644 index 69f2b20bc89b..000000000000 --- a/net/sipxpublisher/pkg-plist +++ /dev/null @@ -1,19 +0,0 @@ -bin/sipstatus -bin/sipstatus.sh -bin/sipxpublisher-config -etc/sipxpbx/process.d/sipstatus.process.xml -etc/sipxpbx/status-config.in -etc/sipxpbx/status-plugin.xml.in -include/statusserver/MwiPlugin.h -include/statusserver/Notifier.h -include/statusserver/NotifierBase.h -include/statusserver/PluginXmlParser.h -include/statusserver/StatusPluginReference.h -include/statusserver/StatusServer.h -include/statusserver/SubscribePersistThread.h -include/statusserver/SubscribeServerPluginBase.h -include/statusserver/SubscribeServerThread.h -include/statusserver/WebServer.h -@dirrm include/statusserver -@dirrmtry etc/sipxpbx/process.d -@dirrmtry etc/sipxpbx diff --git a/net/sipxregistry/Makefile b/net/sipxregistry/Makefile deleted file mode 100644 index 4cf0e93d1394..000000000000 --- a/net/sipxregistry/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Ports collection makefile for: sipxregistry -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxregistry -PORTVERSION= 3.6.0 -PORTREVISION= 5 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX server for handling SIP UA registrations - -BUILD_DEPENDS= ginstall:${PORTSDIR}/sysutils/coreutils \ - cppunit-config:${PORTSDIR}/devel/cppunit -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - sipXcommserver:${PORTSDIR}/net/sipxcommserverlib \ - pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash - -DEPRECATED= depends on broken port net/sipxcommserverlib -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} -SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} \ - PREFIX=${PREFIX} -SUB_FILES= pkg-install pkg-deinstall -PKGINSTALL= ${WRKDIR}/pkg-install - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipregistrar.sh.in - -pre-install: - -pre-install: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -post-install: - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/net/sipxregistry/distinfo b/net/sipxregistry/distinfo deleted file mode 100644 index 699da8de253a..000000000000 --- a/net/sipxregistry/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxregistry-3.6.0.tar.bz2) = 395fae8a0be2219fe9802fed4c45fe60 -SHA256 (sipxregistry-3.6.0.tar.bz2) = f2428839a3d13ec91fc2ba95cd3333c4626dabec09ec11601c206ce7b1ae2282 -SIZE (sipxregistry-3.6.0.tar.bz2) = 361982 diff --git a/net/sipxregistry/files/patch-doc-Makefile.am b/net/sipxregistry/files/patch-doc-Makefile.am deleted file mode 100644 index 830dc3e01865..000000000000 --- a/net/sipxregistry/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orgi Mon Jan 29 14:57:26 2007 -+++ doc/Makefile.am Mon Jan 29 14:57:35 2007 -@@ -35,7 +35,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxregistry/files/patch-doc-Makefile.in b/net/sipxregistry/files/patch-doc-Makefile.in deleted file mode 100644 index e88f6db3aec2..000000000000 --- a/net/sipxregistry/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orgi Mon Jan 29 14:57:16 2007 -+++ doc/Makefile.in Mon Jan 29 14:57:48 2007 -@@ -479,7 +479,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxregistry/files/pkg-deinstall.in b/net/sipxregistry/files/pkg-deinstall.in deleted file mode 100644 index e1437d2e3f50..000000000000 --- a/net/sipxregistry/files/pkg-deinstall.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin - -LOCALSTATEDIR="%%LOCALSTATEDIR%%" - -post-deinstall() { - echo "WARNING: If you will *NOT* use this package anymore, please remove - the" - echo " following file manually:" - echo " ${LOCALSTATEDIR}/sipxdata/upgrade/sipxregistry-previous.tgz" - echo -} - -case $2 in - POST-DEINSTALL) - post-deinstall - ;; -esac diff --git a/net/sipxregistry/files/pkg-install.in b/net/sipxregistry/files/pkg-install.in deleted file mode 100644 index 8ac6d67cf34b..000000000000 --- a/net/sipxregistry/files/pkg-install.in +++ /dev/null @@ -1,36 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin - -USER=sipx -GROUP=sipx - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2> /dev/null ; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} ; then - echo "Added group \"${GROUP}\"." - else - echo "Add of group \"${GROUP}\" failed." - exit 1 - fi - fi - - if pw user show "${USER}" 2> /dev/null ; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d %%LOCALSTATEDIR%%/sipxdata/configserver/phone/profile/tftproot -s %%PREFIX%%/bin/bash -c "sipX" ; then - echo "Added user \"${USER}\"." - else - echo "Add of user \"${USER}\" failed." - exit 1 - fi - fi - ;; -POST-INSTALL) - chown ${USER}:${GROUP} %%PREFIX%%/etc/sipxpbx - ;; -esac diff --git a/net/sipxregistry/pkg-descr b/net/sipxregistry/pkg-descr deleted file mode 100644 index 92794efa322f..000000000000 --- a/net/sipxregistry/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -sipXregistry is the registry/redirect server component of the sipX -family. It shares a number of common components with the rest of the -family, but can be used alone. It implements several powerful address -mapping capabilities in addtion to supporting UAC registration. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxregistry/pkg-plist b/net/sipxregistry/pkg-plist deleted file mode 100644 index 42da0bc12529..000000000000 --- a/net/sipxregistry/pkg-plist +++ /dev/null @@ -1,20 +0,0 @@ -bin/sipregistrar -bin/sipregistrar.sh -bin/sipxregistry-config -etc/sipxpbx/fallbackrules.xml.in -etc/sipxpbx/mappingrules.xml.in -etc/sipxpbx/process.d/sipregistrar.process.xml -etc/sipxpbx/registrar-config.in -include/registry/RegisterPlugin.h -lib/libRegistrarImpliedMWI.a -lib/libRegistrarImpliedMWI.la -lib/libRegistrarImpliedMWI.so -lib/libRegistrarImpliedMWI.so.1 -share/sipx/schema/alias.xsd -share/sipx/schema/caller-alias.xsd -share/sipx/schema/huntgroup.xsd -@dirrmtry share/sipx/schema -@dirrmtry share/sipx -@dirrm include/registry -@dirrmtry etc/sipxpbx/process.d -@dirrmtry etc/sipxpbx diff --git a/net/sipxtacklib/Makefile b/net/sipxtacklib/Makefile deleted file mode 100644 index ade347a04fd4..000000000000 --- a/net/sipxtacklib/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Ports collection makefile for: sipxtacklib -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxtacklib -PORTVERSION= 3.6.0 -PORTREVISION= 4 -CATEGORIES= net java -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX library of utilities and SIP stack info processing - -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash -BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant \ - ginstall:${PORTSDIR}/sysutils/coreutils \ - cppunit-config:${PORTSDIR}/devel/cppunit - -DEPRECATED= old version, needs updating -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -USE_PERL5_RUN= yes -USE_JAVA= 1.4+ -LOCALSTATEDIR= /var -CONFIGURE_ENV+= JAVA_HOME=${JAVA_HOME} \ - wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64" -BROKEN= Does not compile -.endif - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/siptest/src/siptest/subscribe-dialog-test - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/syslog2siptrace/merge-logs - -.include <bsd.port.post.mk> diff --git a/net/sipxtacklib/distinfo b/net/sipxtacklib/distinfo deleted file mode 100644 index d7938d9f9ab3..000000000000 --- a/net/sipxtacklib/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxtacklib-3.6.0.tar.bz2) = 586f80ced03960d1eab5ed8c1f84578c -SHA256 (sipxtacklib-3.6.0.tar.bz2) = 9877bc2f46960d4fc6d747cb07d84fcee642aab78bdf1b3eb1302d6ab506f4a6 -SIZE (sipxtacklib-3.6.0.tar.bz2) = 1059845 diff --git a/net/sipxtacklib/files/patch-doc-Makefile.am b/net/sipxtacklib/files/patch-doc-Makefile.am deleted file mode 100644 index e8bc77b5966d..000000000000 --- a/net/sipxtacklib/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orgi Mon Jan 29 12:10:45 2007 -+++ doc/Makefile.am Mon Jan 29 12:11:05 2007 -@@ -31,7 +31,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxtacklib/files/patch-doc-Makefile.in b/net/sipxtacklib/files/patch-doc-Makefile.in deleted file mode 100644 index 642873349762..000000000000 --- a/net/sipxtacklib/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orgi Mon Jan 29 12:10:55 2007 -+++ doc/Makefile.in Mon Jan 29 12:11:15 2007 -@@ -481,7 +481,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxtacklib/files/patch-src_Makefile.am b/net/sipxtacklib/files/patch-src_Makefile.am deleted file mode 100644 index 9b556c155fd3..000000000000 --- a/net/sipxtacklib/files/patch-src_Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/Makefile.am.orig Thu Dec 28 18:02:19 2006 -+++ ./src/Makefile.am Thu Dec 28 18:02:39 2006 -@@ -38,8 +38,7 @@ - libsipXtack_la_LIBADD = \ - @SIPXPORT_LIBS@ \ - @SSL_LIBS@ \ -- @PCRE_LIBS@ \ -- -lresolv -+ @PCRE_LIBS@ - if ISGCC - libsipXtack_la_LIBADD += -lstdc++ - endif diff --git a/net/sipxtacklib/files/patch-src_Makefile.in b/net/sipxtacklib/files/patch-src_Makefile.in deleted file mode 100644 index 3e31dfd349e5..000000000000 --- a/net/sipxtacklib/files/patch-src_Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/Makefile.in.orig Thu Dec 28 18:02:25 2006 -+++ ./src/Makefile.in Thu Dec 28 18:02:45 2006 -@@ -352,7 +352,7 @@ - -DSIPX_CONFDIR=\"@SIPX_CONFDIR@\" - - libsipXtack_la_LIBADD = @SIPXPORT_LIBS@ @SSL_LIBS@ @PCRE_LIBS@ \ -- -lresolv $(am__append_1) -+ $(am__append_1) - libsipXtack_la_SOURCES = \ - $(top_builddir)/config/sipxtacklib-buildstamp.h \ - $(top_builddir)/config/sipxtacklib-buildstamp.cpp \ diff --git a/net/sipxtacklib/files/patch-src_net_HttpMessage.cpp b/net/sipxtacklib/files/patch-src_net_HttpMessage.cpp deleted file mode 100644 index a15bd05eab18..000000000000 --- a/net/sipxtacklib/files/patch-src_net_HttpMessage.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/net/HttpMessage.cpp.orig Sat Sep 29 15:57:14 2007 -+++ src/net/HttpMessage.cpp Sat Sep 29 15:59:10 2007 -@@ -3304,10 +3304,10 @@ - decodedCookie); - #endif - // Parse out the userId and password -- int userPasswordSeparatorIndex = (int) strchr(decodedCookie, ':'); -+ uintptr_t userPasswordSeparatorIndex = (uintptr_t) strchr(decodedCookie, ':'); - if(userPasswordSeparatorIndex) - { -- userPasswordSeparatorIndex -= (int) decodedCookie; -+ userPasswordSeparatorIndex -= (uintptr_t) decodedCookie; - - userId->append(decodedCookie, userPasswordSeparatorIndex); - password->append(&decodedCookie[userPasswordSeparatorIndex + 1], diff --git a/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp b/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp deleted file mode 100644 index 285fae08016e..000000000000 --- a/net/sipxtacklib/files/patch-src_net_SipUserAgent.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/net/SipUserAgent.cpp.orig Thu Dec 28 17:59:14 2006 -+++ ./src/net/SipUserAgent.cpp Thu Dec 28 18:00:20 2006 -@@ -83,6 +83,8 @@ - # define PLATFORM_UA_PARAM " (Linux)" - #elif defined(sun) - # define PLATFORM_UA_PARAM " (Solaris)" -+#elif defined(__FreeBSD__) -+# define PLATFORM_UA_PARAM " (FreeBSD)" - #endif - #endif /* PLATFORM_UA_PARAM */ - diff --git a/net/sipxtacklib/files/patch-src_resparse_res_data.c b/net/sipxtacklib/files/patch-src_resparse_res_data.c deleted file mode 100644 index 6d1613f146a2..000000000000 --- a/net/sipxtacklib/files/patch-src_resparse_res_data.c +++ /dev/null @@ -1,22 +0,0 @@ ---- src/resparse/res_data.c.orig Wed Sep 5 14:44:28 2007 -+++ src/resparse/res_data.c Wed Sep 5 14:46:36 2007 -@@ -20,6 +20,9 @@ - #endif /* LIBC_SCCS and not lint */ - - #include <sys/types.h> -+#if defined(__FreeBSD__) -+#include <sys/param.h> -+#endif - #include <time.h> - - /* Reordered includes and separated into win/vx --GAT */ -@@ -51,7 +54,8 @@ - - #include "resparse/res_config.h" - --#ifndef __pingtel_on_posix__ -+#if !defined(__pingtel_on_posix__) || (defined(__FreeBSD__) && __FreeBSD_version > 700040) -+/* libc _res_opcodes was removed from FreeBSD 7.x */ - const char *_res_opcodes[] = { - "QUERY", - "IQUERY", diff --git a/net/sipxtacklib/pkg-descr b/net/sipxtacklib/pkg-descr deleted file mode 100644 index ac6037512705..000000000000 --- a/net/sipxtacklib/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -sipXportLib is a library of SIP related functions and information -processing utilities. It is a necessary dependancy of the sipX -project. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxtacklib/pkg-plist b/net/sipxtacklib/pkg-plist deleted file mode 100644 index 03b94852cff9..000000000000 --- a/net/sipxtacklib/pkg-plist +++ /dev/null @@ -1,129 +0,0 @@ -bin/merge-logs -bin/siplog2siptrace -bin/siptest -bin/siptrace-merge -bin/sipviewer -bin/sipxtacklib-config -bin/subscribe-dialog-test -bin/syslog2siptrace -include/net/HttpBody.h -include/net/HttpConnection.h -include/net/HttpConnectionMap.h -include/net/HttpMessage.h -include/net/HttpRequestContext.h -include/net/HttpServer.h -include/net/HttpService.h -include/net/MailAttachment.h -include/net/MailMessage.h -include/net/MimeBodyPart.h -include/net/NameValuePair.h -include/net/NameValuePairInsensitive.h -include/net/NameValueTokenizer.h -include/net/NetAttributeTokenizer.h -include/net/NetBase64Codec.h -include/net/NetMd5Codec.h -include/net/PidfBody.h -include/net/ProvisioningAgent.h -include/net/ProvisioningAgentXmlRpcAdapter.h -include/net/ProvisioningAttrList.h -include/net/ProvisioningClass.h -include/net/QoS.h -include/net/SdpBody.h -include/net/SdpCodec.h -include/net/SdpCodecFactory.h -include/net/SipClient.h -include/net/SipConfigServerAgent.h -include/net/SipContactDb.h -include/net/SipDialog.h -include/net/SipDialogEvent.h -include/net/SipDialogMgr.h -include/net/SipDialogMonitor.h -include/net/SipLine.h -include/net/SipLineCredentials.h -include/net/SipLineEvent.h -include/net/SipLineList.h -include/net/SipLineMgr.h -include/net/SipMessage.h -include/net/SipMessageEvent.h -include/net/SipMessageList.h -include/net/SipNonceDb.h -include/net/SipNotifyStateTask.h -include/net/SipObserverCriteria.h -include/net/SipPimClient.h -include/net/SipPresenceEvent.h -include/net/SipProtocolServerBase.h -include/net/SipPublishContentMgr.h -include/net/SipPublishServer.h -include/net/SipPublishServerEventStateCompositor.h -include/net/SipPublishServerEventStateMgr.h -include/net/SipRefreshManager.h -include/net/SipRefreshMgr.h -include/net/SipRequestContext.h -include/net/SipResourceList.h -include/net/SipServerBase.h -include/net/SipServerBroker.h -include/net/SipSession.h -include/net/SipSrvLookup.h -include/net/SipSubscribeClient.h -include/net/SipSubscribeServer.h -include/net/SipSubscribeServerEventHandler.h -include/net/SipSubscriptionMgr.h -include/net/SipTcpServer.h -include/net/SipTlsServer.h -include/net/SipTransaction.h -include/net/SipTransactionList.h -include/net/SipUdpServer.h -include/net/SipUserAgent.h -include/net/SipUserAgentBase.h -include/net/SipUserAgentStateless.h -include/net/SmimeBody.h -include/net/StateChangeNotifier.h -include/net/TapiMgr.h -include/net/Url.h -include/net/XmlRpcBody.h -include/net/XmlRpcDispatch.h -include/net/XmlRpcMethod.h -include/net/XmlRpcRequest.h -include/net/XmlRpcResponse.h -include/net/version.h -include/resparse/bzero.h -include/resparse/ns_name.h -include/resparse/poll.h -include/resparse/res_config.h -include/resparse/res_info.h -include/resparse/rr.h -include/resparse/types.h -include/siptest/AuthCommand.h -include/siptest/Command.h -include/siptest/CommandMsgProcessor.h -include/siptest/CommandProcessor.h -include/siptest/ExitCommand.h -include/siptest/HelpCommand.h -include/siptest/HistoryCommand.h -include/siptest/HttpGetCommand.h -include/siptest/RespondCommand.h -include/siptest/RespondTemplate.h -include/siptest/SipLSendCommand.h -include/siptest/SipLogCommand.h -include/siptest/SipSendCommand.h -include/tapi/SipXHandleMap.h -include/tapi/SipXMessageObserver.h -include/tapi/SipXtapiEventDispatcher.h -include/tapi/doxyfile -include/tapi/sipXtapi.h -include/tapi/sipXtapiEvents.h -include/tapi/sipXtapiInternal.h -lib/libsipXtack.a -lib/libsipXtack.la -lib/libsipXtack.so -lib/libsipXtack.so.2 -lib/sipviewer/jdom.jar -lib/sipviewer/sipviewer.jar -share/sipx/schema/sip_types.xsd -@dirrmtry share/sipx/schema -@dirrmtry share/sipx -@dirrm lib/sipviewer -@dirrm include/tapi -@dirrm include/siptest -@dirrm include/resparse -@dirrm include/net diff --git a/net/sipxvxml/Makefile b/net/sipxvxml/Makefile deleted file mode 100644 index 595a24900219..000000000000 --- a/net/sipxvxml/Makefile +++ /dev/null @@ -1,55 +0,0 @@ -# Ports collection makefile for: sipxvxml -# Date created: Jan 8, 2007 -# Whom: Michael Durian <durian@shadetreesoftware.com> -# -# $FreeBSD$ -# - -PORTNAME= sipxvxml -PORTVERSION= 3.6.0 -PORTREVISION= 6 -CATEGORIES= net -MASTER_SITES= http://www.sipfoundry.org/pub/sipX/3.6/SRC/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= sipX server for managing XML files - -BUILD_DEPENDS= ginstall:${PORTSDIR}/sysutils/coreutils -LIB_DEPENDS= sipXport:${PORTSDIR}/net/sipxportlib \ - sipXtack:${PORTSDIR}/net/sipxtacklib \ - sipXmedia:${PORTSDIR}/net/sipxmedialib \ - sipXmediaProcessing:${PORTSDIR}/net/sipxmediaadapterlib \ - sipXcall:${PORTSDIR}/net/sipxcalllib \ - wwwssl:${PORTSDIR}/www/libwww \ - xerces-c:${PORTSDIR}/textproc/xerces-c2 \ - pcre.0:${PORTSDIR}/devel/pcre -RUN_DEPENDS= bash:${PORTSDIR}/shells/bash - -DEPRECATED= old version, needs updating -EXPIRATION_DATE= 2009-03-27 - -USE_BZIP2= yes -USE_GMAKE= yes -USE_AUTOTOOLS= autoconf:262:env automake:19:env -GNU_CONFIGURE= yes -LOCALSTATEDIR= /var -CONFIGURE_ENV+= wwwdir=${PREFIX}/www/sipX \ - INSTALL=`which ginstall` -CONFIGURE_ARGS+= --enable-sip-tls \ - --prefix=${PREFIX} \ - --localstatedir=${LOCALSTATEDIR} -SUB_LIST= LOCALSTATEDIR=${LOCALSTATEDIR} \ - PREFIX=${PREFIX} -SUB_FILES= pkg-install pkg-deinstall -PKGINSTALL= ${WRKDIR}/pkg-install - -post-patch: - @${REINPLACE_CMD} -e "s,/bin/bash,${PREFIX}/bin/bash," ${WRKSRC}/bin/sipXvxml.sh.in - -pre-install: - @${SH} ${PKGINSTALL} ${PORTNAME} PRE-INSTALL - -post-install: - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL - -.include <bsd.port.mk> diff --git a/net/sipxvxml/distinfo b/net/sipxvxml/distinfo deleted file mode 100644 index 9d31b3058f26..000000000000 --- a/net/sipxvxml/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (sipxvxml-3.6.0.tar.bz2) = 38384c68f5bb636015c7e7634a74ef49 -SHA256 (sipxvxml-3.6.0.tar.bz2) = 8572dda530b38619d47f10fab8f6c2a98c5c0e9d71caed21d689f20561f8d51d -SIZE (sipxvxml-3.6.0.tar.bz2) = 982889 diff --git a/net/sipxvxml/files/patch-doc-Makefile.am b/net/sipxvxml/files/patch-doc-Makefile.am deleted file mode 100644 index f4c7f32028e6..000000000000 --- a/net/sipxvxml/files/patch-doc-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.am.orig Tue Jan 30 12:45:17 2007 -+++ doc/Makefile.am Tue Jan 30 12:46:02 2007 -@@ -28,7 +28,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxvxml/files/patch-doc-Makefile.in b/net/sipxvxml/files/patch-doc-Makefile.in deleted file mode 100644 index 540f7287ae71..000000000000 --- a/net/sipxvxml/files/patch-doc-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- doc/Makefile.in.orig Tue Jan 30 12:45:22 2007 -+++ doc/Makefile.in Tue Jan 30 12:46:13 2007 -@@ -486,7 +486,7 @@ - rm -rf $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - @INSTALL@ -d $(DESTDIR)@SIPX_DOCDIR@/@PACKAGE@ - find @PACKAGE@ -type f -print \ -- | xargs -i% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% -+ | xargs -I% @INSTALL@ -m u=rw,go=r % $(DESTDIR)@SIPX_DOCDIR@/% - - clean: clean-doc - diff --git a/net/sipxvxml/files/patch-include_wwwconf.h b/net/sipxvxml/files/patch-include_wwwconf.h deleted file mode 100644 index ea859d7c3033..000000000000 --- a/net/sipxvxml/files/patch-include_wwwconf.h +++ /dev/null @@ -1,11 +0,0 @@ ---- ./include/wwwconf.h.orig Fri Dec 29 10:57:47 2006 -+++ ./include/wwwconf.h Fri Dec 29 10:58:09 2006 -@@ -348,7 +348,7 @@ - #define HAVE_LIMITS_H 1 - - /* Define if you have the <malloc.h> header file. */ --#define HAVE_MALLOC_H 1 -+/* #undef HAVE_MALLOC_H */ - - /* Define if you have the <manifest.h> header file. */ - /* #undef HAVE_MANIFEST_H */ diff --git a/net/sipxvxml/files/patch-js_src_jsprf.c b/net/sipxvxml/files/patch-js_src_jsprf.c deleted file mode 100644 index 9dedba671726..000000000000 --- a/net/sipxvxml/files/patch-js_src_jsprf.c +++ /dev/null @@ -1,11 +0,0 @@ ---- js/src/jsprf.c.orig Thu Mar 8 08:30:24 2007 -+++ js/src/jsprf.c Thu Mar 8 08:39:24 2007 -@@ -644,7 +644,7 @@ - continue; - } - -- VARARGS_ASSIGN(nas[cn].ap, ap); -+ va_copy(nas[cn].ap, ap); - - switch( nas[cn].type ){ - case TYPE_INT16: diff --git a/net/sipxvxml/files/patch-src_VXI_XMLChConverter.hpp b/net/sipxvxml/files/patch-src_VXI_XMLChConverter.hpp deleted file mode 100644 index 12fb161989d0..000000000000 --- a/net/sipxvxml/files/patch-src_VXI_XMLChConverter.hpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/VXI/XMLChConverter.hpp.orig Fri Dec 29 11:01:48 2006 -+++ ./src/VXI/XMLChConverter.hpp Fri Dec 29 11:02:27 2006 -@@ -27,7 +27,7 @@ - // provides an imperfect conversion from UTF-16 to UTF-32, ignoring all - // surrogate pairs. - --#if defined(__linux__) || \ -+#if defined(__linux__) || defined(__FreeBSD__) || \ - defined(SOLARIS) || defined(__SVR4) || defined(UNIXWARE) - #define UTF16TO32 - diff --git a/net/sipxvxml/files/patch-src_client_Makefile.am b/net/sipxvxml/files/patch-src_client_Makefile.am deleted file mode 100644 index e2743f855548..000000000000 --- a/net/sipxvxml/files/patch-src_client_Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/client/Makefile.am.orig Fri Dec 29 11:05:14 2006 -+++ ./src/client/Makefile.am Fri Dec 29 11:05:50 2006 -@@ -39,7 +39,8 @@ - @SIPXMEDIAADAPTER_LIBS@ \ - @SIPXCALL_LIBS@ \ - @LIBWWW_LIBS@ \ -- @XERCES_LIBS@ -+ @XERCES_LIBS@ \ -+ -lcompat - - noinst_HEADERS = \ - ivr/clientMain.h \ diff --git a/net/sipxvxml/files/patch-src_client_Makefile.in b/net/sipxvxml/files/patch-src_client_Makefile.in deleted file mode 100644 index 840d01b8a45f..000000000000 --- a/net/sipxvxml/files/patch-src_client_Makefile.in +++ /dev/null @@ -1,12 +0,0 @@ ---- ./src/client/Makefile.in.orig Fri Dec 29 11:05:19 2006 -+++ ./src/client/Makefile.in Fri Dec 29 11:06:14 2006 -@@ -306,7 +306,8 @@ - @SIPXMEDIAADAPTER_LIBS@ \ - @SIPXCALL_LIBS@ \ - @LIBWWW_LIBS@ \ -- @XERCES_LIBS@ -+ @XERCES_LIBS@ \ -+ -lcompat - - noinst_HEADERS = \ - ivr/clientMain.h \ diff --git a/net/sipxvxml/files/patch-src_inet_SBinetHttpStream.cpp b/net/sipxvxml/files/patch-src_inet_SBinetHttpStream.cpp deleted file mode 100644 index 84f388cbc870..000000000000 --- a/net/sipxvxml/files/patch-src_inet_SBinetHttpStream.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/inet/SBinetHttpStream.cpp.orig Fri Dec 29 10:58:52 2006 -+++ ./src/inet/SBinetHttpStream.cpp Fri Dec 29 10:59:06 2006 -@@ -35,6 +35,7 @@ - #include <windows.h> - #endif - -+#include <sys/types.h> - #include <sys/timeb.h> // for _ftime( )/ftime( ) - #include <assert.h> - diff --git a/net/sipxvxml/files/patch-src_log_SBlogOSUtils.cpp b/net/sipxvxml/files/patch-src_log_SBlogOSUtils.cpp deleted file mode 100644 index f8a9062faf45..000000000000 --- a/net/sipxvxml/files/patch-src_log_SBlogOSUtils.cpp +++ /dev/null @@ -1,10 +0,0 @@ ---- ./src/log/SBlogOSUtils.cpp.orig Fri Dec 29 10:50:07 2006 -+++ ./src/log/SBlogOSUtils.cpp Fri Dec 29 10:50:26 2006 -@@ -37,6 +37,7 @@ - #include <sys/times.h> // For times( ) - #endif - -+#include <sys/types.h> - #include <sys/timeb.h> // for ftime( )/_ftime( ) - #include <sys/stat.h> // for stat( ) - diff --git a/net/sipxvxml/files/patch-src_trd_OSBtrdPthreads.cpp b/net/sipxvxml/files/patch-src_trd_OSBtrdPthreads.cpp deleted file mode 100644 index cf5b59c5f774..000000000000 --- a/net/sipxvxml/files/patch-src_trd_OSBtrdPthreads.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./src/trd/OSBtrdPthreads.cpp.orig Fri Dec 29 10:46:31 2006 -+++ ./src/trd/OSBtrdPthreads.cpp Fri Dec 29 10:48:57 2006 -@@ -497,7 +497,7 @@ - if (thread == NULL) - return -1; - -- return thread->thread; -+ return (VXIlong)thread->thread; - } - - diff --git a/net/sipxvxml/files/pkg-deinstall.in b/net/sipxvxml/files/pkg-deinstall.in deleted file mode 100644 index de8521966d59..000000000000 --- a/net/sipxvxml/files/pkg-deinstall.in +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/sbin:/usr/bin:/usr/sbin - -LOCALSTATEDIR="%%LOCALSTATEDIR%%" - -post-deinstall() { - echo "WARNING: If you will *NOT* use this package anymore, please remove - the" - echo " following file manually:" - echo " ${LOCALSTATEDIR}/sipxdata/upgrade/sipxvxml-previous.tgz" - echo -} - -case $2 in - POST-DEINSTALL) - post-deinstall - ;; -esac diff --git a/net/sipxvxml/files/pkg-install.in b/net/sipxvxml/files/pkg-install.in deleted file mode 100644 index 74edafa8666d..000000000000 --- a/net/sipxvxml/files/pkg-install.in +++ /dev/null @@ -1,48 +0,0 @@ -#!/bin/sh - -PATH=/bin:/sbin:/usr/bin:/usr/sbin - -USER=sipx -GROUP=sipx - -case $2 in -PRE-INSTALL) - if pw group show "${GROUP}" 2> /dev/null ; then - echo "You already have a group \"${GROUP}\", so I will use it." - else - if pw groupadd ${GROUP} ; then - echo "Added group \"${GROUP}\"." - else - echo "Add of group \"${GROUP}\" failed." - exit 1 - fi - fi - - if pw user show "${USER}" 2> /dev/null ; then - echo "You already have a user \"${USER}\", so I will use it." - else - if pw useradd ${USER} -g ${GROUP} -h - \ - -d %%LOCALSTATEDIR%%/sipxdata/configserver/phone/profile/tftproot -s %%PREFIX%%/bin/bash -c "sipX" ; then - echo "Added user \"${USER}\"." - else - echo "Add of user \"${USER}\" failed." - exit 1 - fi - fi - ;; -POST-INSTALL) - # Create a dummy file in /usr/local/www/sipX/conf to act - # as a poorman's reference count. Both sipxpbx and sipxvxml - # create this empty directory. If we leave it empty, - # when we remove either package, the directory will be removed - # (assuming it is still empty). However, the other package - # still thinks the empty directory still exists. Tinderbox - # doesn't like this. - mkdir -p %%PREFIX%%/www/sipX/conf - touch %%PREFIX%%/www/sipX/conf/.sipxvxml_dummy - - chown ${USER}:${GROUP} %%PREFIX%%/etc/sipxpbx - chown -R ${USER}:${GROUP} %%PREFIX%%/www/sipX/conf - chown ${USER}:${GROUP} %%PREFIX%%/www/sipX - ;; -esac diff --git a/net/sipxvxml/pkg-descr b/net/sipxvxml/pkg-descr deleted file mode 100644 index d3e7f1251e2a..000000000000 --- a/net/sipxvxml/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -sipXproxy is the authorization and call record server component of the -sipX family. - -WWW: http://sipx-wiki.calivia.com/index.php/Main_Page diff --git a/net/sipxvxml/pkg-plist b/net/sipxvxml/pkg-plist deleted file mode 100644 index ab97c278dad9..000000000000 --- a/net/sipxvxml/pkg-plist +++ /dev/null @@ -1,59 +0,0 @@ -bin/sipXvxml -bin/sipXvxml.sh -bin/sipxvxml-config -etc/sipxpbx/mediaserver-config.in -etc/sipxpbx/process.d/sipXvxml.process.xml -include/src/fdlibm/fdlibm.h -include/src/jsapi.h -include/src/jsarena.h -include/src/jsarray.h -include/src/jsatom.h -include/src/jsbit.h -include/src/jsbool.h -include/src/jsclist.h -include/src/jscntxt.h -include/src/jscompat.h -include/src/jsconfig.h -include/src/jscpucfg.h -include/src/jsdate.h -include/src/jsdbgapi.h -include/src/jsdhash.h -include/src/jsdtoa.h -include/src/jsemit.h -include/src/jsexn.h -include/src/jsfile.h -include/src/jsfun.h -include/src/jsgc.h -include/src/jshash.h -include/src/jsinterp.h -include/src/jslibmath.h -include/src/jslock.h -include/src/jslong.h -include/src/jsmath.h -include/src/jsnum.h -include/src/jsobj.h -include/src/jsopcode.h -include/src/jsosdep.h -include/src/jsotypes.h -include/src/jsparse.h -include/src/jsprf.h -include/src/jsprvtd.h -include/src/jspubtd.h -include/src/jsregexp.h -include/src/jsscan.h -include/src/jsscope.h -include/src/jsscript.h -include/src/jsstddef.h -include/src/jsstr.h -include/src/jstypes.h -include/src/jsutil.h -include/src/jsxdrapi.h -include/src/prmjtime.h -include/src/resource.h -www/sipX/conf/.sipxvxml_dummy -@dirrm www/sipX/conf -@dirrm www/sipX -@dirrm include/src/fdlibm -@dirrm include/src -@dirrmtry etc/sipxpbx/process.d -@dirrmtry etc/sipxpbx |