From 708da9eeefda9dba2328443925384b378ba036b9 Mon Sep 17 00:00:00 2001 From: rene Date: Fri, 20 Dec 2013 20:19:09 +0000 Subject: Remove expired port and fix INDEX: 2013-12-19 net/freeswitch: Depends on expired net/freeswitch-core --- net/Makefile | 1 - net/freeswitch/Makefile | 54 ------------------------------------- net/freeswitch/files/pkg-message.in | 11 -------- net/freeswitch/pkg-descr | 9 ------- 4 files changed, 75 deletions(-) delete mode 100644 net/freeswitch/Makefile delete mode 100644 net/freeswitch/files/pkg-message.in delete mode 100644 net/freeswitch/pkg-descr (limited to 'net') 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 -# $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 - -.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 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 -- cgit