aboutsummaryrefslogtreecommitdiffstats
path: root/net/freeswitch-devel
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-09-07 05:06:15 +0800
committermarino <marino@FreeBSD.org>2014-09-07 05:06:15 +0800
commita24b03cb07180d5ce6425737cdae6dd00785e880 (patch)
treeace7f1218c1a734adb570f2eedccdab353202e3a /net/freeswitch-devel
parent4bc551d465c5fd7185c2227c128d4f9b801a47f3 (diff)
downloadfreebsd-ports-gnome-a24b03cb07180d5ce6425737cdae6dd00785e880.tar.gz
freebsd-ports-gnome-a24b03cb07180d5ce6425737cdae6dd00785e880.tar.zst
freebsd-ports-gnome-a24b03cb07180d5ce6425737cdae6dd00785e880.zip
Remove 4 (mostly) unstaged freeswitch ports
The audio/freeswitch-music port was actually staged, but it lost its purpose after the other 3 ports supporting the development version of FreeSwitch were removed due to lack of maintenance and staging.
Diffstat (limited to 'net/freeswitch-devel')
-rw-r--r--net/freeswitch-devel/Makefile45
-rw-r--r--net/freeswitch-devel/pkg-descr9
2 files changed, 0 insertions, 54 deletions
diff --git a/net/freeswitch-devel/Makefile b/net/freeswitch-devel/Makefile
deleted file mode 100644
index 316fa158c33a..000000000000
--- a/net/freeswitch-devel/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# Created by: Richard Neese <r.neese@gmail.com>
-# $FreeBSD$
-
-PORTNAME= freeswitch
-PORTVERSION= 1.2.3
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= # none
-PKGNAMESUFFIX= -devel
-DISTFILES= # none
-EXTRACT_ONLY= # none
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= FreeSwitch meta-port to pull in all the components
-
-RUN_DEPENDS= freeswitch:${PORTSDIR}/net/freeswitch-core-devel
-
-CONFLICTS= freeswitch-core-[0-9]*
-
-NO_WRKSUBDIR= yes
-NO_BUILD= yes
-
-OPTIONS_DEFINE= SOUNDS MUSIC
-
-SOUNDS_DESC= Sound files for use with FreeSwitch PBX
-MUSIC_DESC= Music on hold for use with FreeSwitch PBX
-
-OPTIONS_DEFAULT= SOUNDS MUSIC
-NO_OPTIONS_SORT= yes
-
-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
-
-do-install: build
- @${DO_NADA}
-
-.include <bsd.port.mk>
diff --git a/net/freeswitch-devel/pkg-descr b/net/freeswitch-devel/pkg-descr
deleted file mode 100644
index 8d5926d41ff6..000000000000
--- a/net/freeswitch-devel/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