aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--net/Makefile1
-rw-r--r--net/freeswitch/Makefile54
-rw-r--r--net/freeswitch/files/pkg-message.in11
-rw-r--r--net/freeswitch/pkg-descr9
5 files changed, 1 insertions, 75 deletions
diff --git a/MOVED b/MOVED
index b3f541db3d90..af7d976b37f3 100644
--- a/MOVED
+++ b/MOVED
@@ -5314,3 +5314,4 @@ net/freeswitch-core||2013-12-20|Has expired: Broken for more than 6 month
misc/freeswitch-pizzademo||2013-12-20|Has expired: Depends on expired net/freeswitch-core
misc/freeswitch-scripts||2013-12-20|Has expired: Depends on expired net/freeswitch-core
www/p5-HTML-Webmake||2013-12-20|Has expired: Depends on expired textproc/p5-XML-Sablotron
+net/freeswitch||2013-12-20|Has expired: Depends on expired net/freeswitch-core
diff --git a/net/Makefile b/net/Makefile
index 9a13685b409a..5b21aa750f34 100644
--- a/net/Makefile
+++ b/net/Makefile
@@ -148,7 +148,6 @@
SUBDIR += freeradius2
SUBDIR += freeradius3
SUBDIR += freerdp
- SUBDIR += freeswitch
SUBDIR += freeswitch-core-devel
SUBDIR += freeswitch-curl-devel
SUBDIR += freeswitch-devel
diff --git a/net/freeswitch/Makefile b/net/freeswitch/Makefile
deleted file mode 100644
index 2cdaee26b3d2..000000000000
--- a/net/freeswitch/Makefile
+++ /dev/null
@@ -1,54 +0,0 @@
-# Created by: Richard Neese <r.neese@gmail.com>
-# $FreeBSD$
-
-PORTNAME= freeswitch
-PORTVERSION= 1.0.6
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= # none
-DISTFILES= # none
-EXTRACT_ONLY= # none
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= FreeSwitch meta-port to pull in all the components
-
-DEPRECATED= Depends on expired net/freeswitch-core
-EXPIRATION_DATE=2013-12-19
-
-CONFLICTS= freeswitch-devel-[0-9]*
-
-RUN_DEPENDS= ${LOCALBASE}/bin/freeswitch:${PORTSDIR}/net/freeswitch-core
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-OPTIONS_DEFINE= SOUNDS MUSIC PIZZA SCRIPTS
-OPTIONS_DEFAULT= SOUNDS MUSIC
-SOUNDS_DESC= Sound files for use with FreeSwitch PBX
-MUSIC_DESC= Music on hold for use with FreeSwitch PBX
-PIZZA_DESC= Pizza Shop voice demo
-SCRIPTS_DESC= Freeswitch various scripts
-
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSOUNDS}
-RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-sounds:${PORTSDIR}/audio/freeswitch-sounds
-.endif
-
-.if ${PORT_OPTIONS:MMUSIC}
-RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.freeswitch-music:${PORTSDIR}/audio/freeswitch-music
-.endif
-
-.if ${PORT_OPTIONS:MPIZZA}
-RUN_DEPENDS+= ${LOCALBASE}/share/freeswitch/sounds/.pizza:${PORTSDIR}/misc/freeswitch-pizzademo
-.endif
-
-.if ${PORT_OPTIONS:MSCRIPTS}
-RUN_DEPENDS+= ${LOCALBASE}/etc/freeswitch/scripts/.freeswitch-scripts:${PORTSDIR}/misc/freeswitch-scripts
-.endif
-
-do-install: build
- @${DO_NADA}
-
-.include <bsd.port.mk>
diff --git a/net/freeswitch/files/pkg-message.in b/net/freeswitch/files/pkg-message.in
deleted file mode 100644
index 258fadc48b68..000000000000
--- a/net/freeswitch/files/pkg-message.in
+++ /dev/null
@@ -1,11 +0,0 @@
-*****************************************************
-* Please read *
-*****************************************************
-
-to install the config files do the following .....
-
-cp -r %%EXAMPLESDIR%%/conf %%ETCDIR%%/conf
-
-then edit /etc/rc.conf and add
-
-freeswitch_enable="YES"
diff --git a/net/freeswitch/pkg-descr b/net/freeswitch/pkg-descr
deleted file mode 100644
index 8d5926d41ff6..000000000000
--- a/net/freeswitch/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-FreeSWITCH meta port.
-
-FreeSWITCH is an open source telephony platform designed to facilitate the
-creation of voice and chat driven products scaling from a soft-phone up to a
-soft-switch. It can be used as a simple switching engine, a PBX, a media
-gateway or a media server to host IVR applications using simple scripts or XML
-to control the callflow.
-
-WWW: http://www.freeswitch.org