aboutsummaryrefslogtreecommitdiff
path: root/net/sipxvxml
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-03-28 22:52:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-03-28 22:52:24 +0000
commitd568c421a23a0bade57a78baa0e6602acafafb8e (patch)
treed5047c76dee4e3373a0f170ab9987c7507332286 /net/sipxvxml
parent71bd0bd4f5f67657585134e80adff6eae266ffb5 (diff)
Notes
Diffstat (limited to 'net/sipxvxml')
-rw-r--r--net/sipxvxml/Makefile55
-rw-r--r--net/sipxvxml/distinfo3
-rw-r--r--net/sipxvxml/files/patch-doc-Makefile.am11
-rw-r--r--net/sipxvxml/files/patch-doc-Makefile.in11
-rw-r--r--net/sipxvxml/files/patch-include_wwwconf.h11
-rw-r--r--net/sipxvxml/files/patch-js_src_jsprf.c11
-rw-r--r--net/sipxvxml/files/patch-src_VXI_XMLChConverter.hpp11
-rw-r--r--net/sipxvxml/files/patch-src_client_Makefile.am12
-rw-r--r--net/sipxvxml/files/patch-src_client_Makefile.in12
-rw-r--r--net/sipxvxml/files/patch-src_inet_SBinetHttpStream.cpp10
-rw-r--r--net/sipxvxml/files/patch-src_log_SBlogOSUtils.cpp10
-rw-r--r--net/sipxvxml/files/patch-src_trd_OSBtrdPthreads.cpp11
-rw-r--r--net/sipxvxml/files/pkg-deinstall.in19
-rw-r--r--net/sipxvxml/files/pkg-install.in48
-rw-r--r--net/sipxvxml/pkg-descr4
-rw-r--r--net/sipxvxml/pkg-plist59
16 files changed, 0 insertions, 298 deletions
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